Tagged: portfolio navigation
-
AuthorPosts
-
October 31, 2013 at 8:25 pm #183099
Hello,
I’m wondering how to make appear the next/prev navigation on portfolio with full slider like in http://kriesi.at/themes/enfold/portfolio-item/portfolio-big/
On the previous version I had (1.9.1) it was working fine but seems to get lost with the lastest update on Oct 20 (as well as several CSS customization I made in child theme that was not working anymore). The website is under construction but I can provide you with user/password if needed.Thank you in advance.
Regards,Anne-Sophie
Edit: I found out it diseappers when you add the Fullwidth Easy Slider in the advanced layout. After the next save, the prev/next doesn’t show, and if you erase the sllider, it’s back. Is it possible there is a bug there?
- This topic was modified 11 years ago by asdevargas.
October 31, 2013 at 10:19 pm #183123Hey asdevargas!
Can you post the link to your website? You should have enough content under slider and prev/next buttons should appear when you scroll down.
Regards,
YigitOctober 31, 2013 at 11:12 pm #183151This reply has been marked as private.November 3, 2013 at 6:22 pm #183966Hi!
It’s not a bug but an intended behavior: https://kriesi.at/support/topic/portfolio-ui-elements-not-appearing/
However the next theme version will include a filter which helps the user to bypass the fullwidth slider check. With the next update you don’t need to hack the theme files but you can use following code (add it to functions.php) to bypass the checkadd_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; }
Cheers!
PeterNovember 4, 2013 at 12:00 pm #184198Hello Peter,
Thank you but the solution you gave me is not working (I pasted the code in function.php of the child theme and nothing). So I followed the given solution in the link. However, in a previous version of the theme, the prev/next nav was going under o disappearing with full width slider http://devargas.com.es/temp/PreNextNav.jpg (this is a screenshot from version 1.9.1 I still have installed for testing purpose), I mean, it was working just fine, without overlaping with full slider; it seems that feature went missing with some updates… I tried to change z-index values but nothing. Do you know how to fix it? It’s actually quite annoying to have the prev/next nav overlaping with the picture… :S
Regards,
Anne-SophieNovember 4, 2013 at 12:13 pm #184206Hi!
The code I posted above doesn’t work yet – that’s why I said it will work with the next update.You can try change the z-index of the post nav links with following css code
#top .avia-post-nav { z-index: 200; }
Regards,
PeterNovember 4, 2013 at 1:49 pm #184231Hi,
Sorry I didn’t get it, I thought this would be solved in the next update but in the meantime this code would made the trick: I keep it in mind then.
As for the z-index values, I’ve already tried changing it. Actually, if you set it to 2 it’s exactly the same as 200, but if you change it to 1 it disappears –both from above the slider and the rest of the page. I’ve also tried to apply a higher a z-index to .avia-slideshow, also to .av_slideshow_full.avia-slideshow and some others but it remains the same…
Do you have any other suggestion?
Thank you in advance.Anne-Sophie
November 6, 2013 at 9:11 am #185090Hey!
I marked this thread for Kriesi. I couldn’t get the z-index value to work too but I’m not sure why.
Regards,
PeterNovember 6, 2013 at 11:32 am #185122Hi! Thank you, looking forward.
Regards,Anne-Sophie
November 13, 2013 at 2:10 pm #187742Hello, do you have any news about this topic…? Looking forward. Thank you!
November 15, 2013 at 3:00 pm #189180Hey!
Unfortunately not. It can take Kriesi a good bit of time to get to his queue depending on where he is in the development cycle of the current push.
Best regards,
DevinNovember 18, 2013 at 9:38 am #189992Hi Devin, thank you.
Do you have any date for a new update to be released?Regards,
Anne-SophieNovember 19, 2013 at 7:23 pm #190696No, not at the moment. There are some big issues getting tackled with the update and last I talked to Kriesi about it he was still in the middle of sorting some of them out.
November 21, 2013 at 3:45 am #191283Hi Devin, thank you, I understand. However, please take it in account for further theme updates, it was a really useful feature!! One more question, as I’m not pretty sure after reading your answer: is it OK to update WP from 3.7 to 3.7.1 or the issues you are talking about are related to the latest version of WP?
Regards,
Anne-SophieNovember 22, 2013 at 10:56 am #191790Hi!
You can update to 3.7.1 – I’m not aware of any incompatibility issues.
Best regards,
PeterNovember 22, 2013 at 2:16 pm #191835Ok, thank you Peter!
-
AuthorPosts
- The topic ‘Prev/Next navigation in portfolio is missing’ is closed to new replies.