Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Potfolio 404 error
Tagged: 404, Permalinks, portfolio
- This topic has 6 replies, 2 voices, and was last updated 11 years, 3 months ago by Segmant.
-
AuthorPosts
-
September 26, 2013 at 9:41 pm #1883SegmantMember
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
September 27, 2013 at 4:53 am #1891livemeshKeymasterCan you post a private message here with a temp login to your site? The URL does not look right. Thanks
September 27, 2013 at 6:52 am #1897SegmantMemberHey, 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
September 27, 2013 at 9:03 am #1906livemeshKeymasterYou 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 –
September 29, 2013 at 11:57 am #1933SegmantMemberHi 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
September 30, 2013 at 11:29 am #1944livemeshKeymasterThis 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
September 30, 2013 at 11:46 am #1946SegmantMemberBRILLIANT!! Thanks for the support
-
AuthorPosts
- The topic ‘Potfolio 404 error’ is closed to new replies.