Blank 6th Slide Appearing on Presentation Page

Forums » WordPress » Nirvana » Bugs

  • Author
    Posts
  • #28704
    Dee

    First, thank you very much for making this awesome theme 🙂

    There’s a blank slide which I cannot remove that appears at the end of my content slides on the presentation page. I first noticed it when I only had 4 slides in use, so I added content to my 5th slide to try and get rid of it, but all that did was create a 6th “ghost” slide.

    Is there any way that only slides with content appear? It makes the front page look a little odd when everything gets pushed up for a few seconds before cycling back to the first slide.

    Thank you in advance for your help! By the way, I glanced through the other posts and noticed someone else had this happen to them too, but they seemed to stop using the slide so it wasn’t resolved there. Wasn’t sure if I should comment on there or make this new post.
    http://www.cryoutcreations.eu/forums/t/problem-with-custom-slider-on-presentation-page

    #28806
    Zed
    Cryout Creations mastermind

    You have some extra content added to the slider HTML via JS.

    Try to disable the master slider plugin to check if it is interfering in any way.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #28840
    Dee

    THANK YOU ZED!! I deactivated Master Slider and that didn’t fix it, but when I deactivated Huge IT Video Gallery, the 6th slide disappeared. Thank you so much!! Happy Holidays!

    #31823
    Robert Barnes

    I too had the 5th slider page coming up but had no information in it. I did what Dee did and deactivated the Huge IT portfolio plugin and it removed the extra slider page but when i reactivated it it came back. I need the Huge IT plugin. Any suggestions.

    #31824
    Robert Barnes

    I have the same problem as Dee. I have deactivated my Huge IT portfolio plugin and the extra slider goes away but I need that plugin for my site so when I reactivate it it comes back. Same thing happens when I deactivate the NextGen Portfolio plugin as well. Any other suggestions without deactivating plugins I need. Thanks Robert

    #31880
    Sergio Anselmi

    Hi! I have had the same problem, and I found the solution comparing the source code of front page.
    In front page we can see, when we activate the Huge IT Video Gallery Plug In, some lines added. The matter are in the new scripts, specifically in this one:

    <script type=’text/javascript’ src=’http://www.lacamporamendoza.com.ar/lcm/wp-content/plugins/gallery-video/js/video_gallery-all.js?ver=4.1.5′></script&gt;

    This script is added by video-gallery.php through

    function all_videogallery_frontend_scripts_and_styles(){

    }

    Actually probably you dont need that script in front page, then in this function comment the line

    wp_register_script(‘video_gallery-all-js’, plugins_url(‘/js/video_gallery-all.js’, __FILE__));

    (I recommend to comment also the script from googleapis)

    And voilá!!!
    Check you dont have the extra empty slide in front page!!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Blank 6th Slide Appearing on Presentation Page’ is closed to new replies.