portfolio page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6420

    Hi there!

    Thanks for a brilliantly programmed theme! My client (a sydney music agent) wants me to change the current layout of his site at http://www.partybands.com.au to one that I am experimenting with at http://www.partybands.com.au/bandpage/

    The problem that I am having is that the default template for the dynamically generated portfolio pages has a right hand side-bar which is causing the following issue at (for example) http://www.partybands.com.au/portfolio/jellybean-jam/ – the page should display thus http://www.partybands.com.au/jellybean-jam/

    Is it possible to either (by my tweaking the PHP):

    1. make the thumbnail image of the band go directly to the band’s current page (this will allow me to gain better organic SEO results by using the existing pages with the SEO ultimate and page tagger plugs)…

    or

    2. make the dynamically generated portfolio page full width and remove the Project Details information?

    The former would be a better solution for me.

    Also could I have the CSS class that is responsible for the header so that I can insert a global background image under the text please?

    Thanks so much 🙂

    Andy

    #6454
    Ernesto
    Member

    Hi! In order to achieve option one, you’ll need to search for the file: framework/functions/thumbnail-functions.php and in line 110 you’ll need to replace the following code:

    $post_link = get_permalink($post_id);

    With the code you’ll find here:
    http://pastie.org/9129610

    When you create a Portfolio Post, you’ll need to create a Custom Field that you’ll need to name new_link and the gallery item that you need to link will be its value.

    Let us know if that worked out!

    #6538

    thank you ernesto!

    that worked brilliantly – please refer to http://www.partybands.com.au/bandpage/ to see it in action.

    cheers

    andy

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘portfolio page’ is closed to new replies.