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

    Can anyone tell me why I get the previous / next UI options on this page:

    http://andrewb.co.za/newsite/work/web-various/

    But not on any of the other portfolio pages? I’m really stumped…

    For example: http://andrewb.co.za/newsite/work/oway/

    #182169

    Hey fusion01!

    Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code

    
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) return;
    

    Cheers!
    Peter

    #182172

    Yes, the logic makes perfect sense and I thought this to be the case. Not so much of an issue if they sit on top or even underneath (and one scrolls down for them to then be revealed). Does this PHP file get overwritten each time I apply an Enfold theme update? Thanks for your assistance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio UI elements not appearing’ is closed to new replies.