-
AuthorPosts
-
March 11, 2014 at 3:41 pm #235547
Hi,
In the template demo (enfold) in your portfolio single item pages, there are arrows in left and right side which links to the privious or next portfolio item. See here: http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/
Is there a setting to include this? I also had this in the beginning, but as soon I start editing the item these arrows disapears and I don’t know why.-
This topic was modified 11 years, 7 months ago by
t3lgroup.
March 13, 2014 at 3:52 am #236641Hi t3lgroup!
No, they should be showing automatically as far as I know. Can we see your site where they aren’t showing?
Cheers!
DevinMarch 13, 2014 at 8:10 am #236724Hello,
Please find a link to a ‘product page’ (portfolio page) where they should show up: http://www.3loptest.dk/portfolio-item/veo-desk/
As mentioned, I installed the template with “dummy content” and here they showed just fine in frontend, but as soon as I go into one of the items and just insert a new image and click “update” they are gone from frontend.
March 14, 2014 at 3:37 am #237351Hi!
Kriesi deactivated the avia post navigation on pages with fullwidth slider. Please add this on functions.php if you want to activate them on all posts or pages:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Best regards,
IsmaelMarch 14, 2014 at 7:48 am #237425Hi,
Thanks for this. Just to be sure: it is the functions.php located in ‘wp-content->themes->enfold->functions.php’ ?
Where in this file do I have to paste it?March 14, 2014 at 1:05 pm #237581 -
This topic was modified 11 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
