• Hi, my problem is that I can’t hide the slider on my blog page. I’m using the MetaSlider plugin and it showsup perfect in my homepage, but I dont want it on the blog page.

    BTW I got this thing too, when I use the “dot” buttons for navigation in the Slider (from the Meta Slider Lite) They show up behind the images so I cant click on them (I can see them partially on the fade outs but they can’t be clicked)

    Sorry for my bad english.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there kthalas! I think you found a bug with Vantage. I’ve fixed it now though, so the slider shouldn’t show up on your blog page after the next update. I’ll try release it in the next few days.

    If this a big issue for you, you can hot fix this. I don’t recommend this unless you’re comfortable with PHP though. Navigate to Appearance > Editor. Select “Theme Functions” then find the line that looks like this:

    if( is_home() && siteorigin_setting('home_slider') != 'none' ) {

    and change that to:

    if( is_front_page() && siteorigin_setting('home_slider') != 'none' ) {

    Do you have a URL where I can take a look at the dots issue?

    Thread Starter kthalas

    (@kthalas)

    Thanks Greg, I’ll try that. You can check the dot problem here:

    http://torioux.com/

    Navigate with the arrows and you will see the dots between the transitions.

    There’s something very strange going on there. I’m still trying to figure it out. I’ll take another look tomorrow morning when I’m a little fresher.

    Are you using the overlay image feature or are you just adding and creating a standard Meta Slider slider. If you’re not sure what the overlay feature is, then you’re probably not using it 🙂

    Thread Starter kthalas

    (@kthalas)

    I read about it. But I’m not using it. If i change the “transition” effecto to “slide” the dots work as expected, the problem is with the “fade” transition.

    Thanks for the quick support, Vantage is awesome 🙂

    Thread Starter kthalas

    (@kthalas)

    With the new version the “Custom CSS” plugin doesn’t affect the footer, is not a big problem I can edit it with the editor of wordpress but what is the problem? is the outdated plugin? Oh well the first 2 problems were my real headaches.

    BTW the PHP solution for my blog page worked out. Thank very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vantage – Blog template, Slider problem’ is closed to new replies.