Potfolio 404 error

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1883
    Segmant
    Member

    Hi

    Just bought theme but have an issue viewing any portfolio page, it just throws up 404 error, i first had the theme running on local server then tried on a testing site but exactly the same issue occurs.

    I used you xml testing content but even new portfolio pages give the same 404 error.

    On the 404 page the address seems incorrect

    The page you requested http://XXXXXXXXXXX.co.uk/springparc/springparc/portfolio/hercules/, does not exist.

    You can see that “springparc” in the address is repeated but this is incorrect

    Ive tried resetting the permalinks but no help

    Cheers

    Chris

    #1891
    livemesh
    Keymaster

    Can you post a private message here with a temp login to your site? The URL does not look right. Thanks

    #1897
    Segmant
    Member

    Hey, thats for the reply, i have to say out of all the themes ive ever worked with this one is by far the best!!

    I realised that there is a conflict with the plugin “Booking System (PRO) v1.7”

    The portfolio sections work if i roll back to v1.6 so for the time being im just going to do that.

    On a different note, how can i remove the “PROJECT DETAILS” panel on the portfolio page so the content acts like a regular page? can i just delete the PHP?

    Cheers

    Chris

    #1906
    livemesh
    Keymaster

    You will need to edit the single-portfolio.php file in the theme directory. If you are using the child theme that comes with the theme, you can create a new file with the same name in the child theme directory and then copy over the code from the parent to edit it. This way your changes will last during updates to the parent theme.

    You will need to change line 76 to remove ninecol class –


    <div class="entry-content">

    and delete lines –

                        
    #1933
    Segmant
    Member

    Hi Guys

    Thanks for your swift help, work exactly how i wanted, unfortunately this has caused the prettyphoto lightboxes to not work when you click on the portfolio thumbnails at the bottom of the page.

    http://segmant.co.uk/springparc/portfolio/hercules-2/

    Cheers

    Chris

    #1944
    livemesh
    Keymaster

    This is not due to the code change above. Pls modify the file /framework/framework.php line number 616 to

                if (is_archive() || is_singular('page'))
                    wp_enqueue_script('jquery-prettyphoto', MO_SCRIPTS_LIB_URL . '/jquery.prettyPhoto.js', array('jquery'), '3.1.4', true);
    

    to (remove the condition)

    wp_enqueue_script('jquery-prettyphoto', MO_SCRIPTS_LIB_URL . '/jquery.prettyPhoto.js', array('jquery'), '3.1.4', true);
    

    I see the usecase now and will make this change to be part of next update so that you don’t have to repeat it. Thanks

    #1946
    Segmant
    Member

    BRILLIANT!! Thanks for the support

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Potfolio 404 error’ is closed to new replies.