Slider only visible when logged into Wordpress

Dear Themeco Team,

after adding slides to the before added slider on our subsites of Botswana itineraries (http://www.wonderfulworld.online/afrika/botswana/) the slider would only show when we are logged into Wordpress, but not when you surf the website itself without being logged in.

We assume that the problem occured due to the fact that the slider element was mixed with on of the other sections and therefor something went wrong in the background…

Can you help us fix it or do we have to set up these pages anew?

Hey There,

Would you mind providing us with login credentials so we can take a closer look? Please provide following information(Use Secure Note):

  • WordPress Admin username / password
  • FTP credentials

All the best!

Hello There,

Thank you for providing the information. We have logged in and inspected the page. I could not see any slider whether I am logged in or not.


By the way, I noticed that you added an invalid JS code. Please remove it. The code is suppose to be added in your child theme’s functions.php file.

add_action('wp_head','my_code1', 1);
function my_code1 () { ?>

<meta name="google-site-verification" content="9wsLD0RujsfII2SvSm6ZJFongfe65wHZOgp-Qu9JKds" />

<?php }
add_action('x_before_site_begin','my_code2');
function my_code2 () { ?>

<meta name="msvalidate.01" content="2B17EDC0DE164B6F9622D9D3FDBA82BF" />

<?php }

Hope this helps.

Please move the code in your Global JS to functions.php first then check again. It’s causing a conflict maybe that is the cause why your slider isn’t showing. We need that done first then we’ll continue to check if the issue persists.

Also, once done, please also try the solutions listed at https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.