Lightbox effect not working with the WordPress theme Salient

Product:

WonderPlugin Slider, WonderPlugin Carousel, WonderPlugin Portfolio

Tutorial:

This tutorial will guide you how to fix the issue of the lightbox effect not working in the WordPress theme Salient.
Continue reading

Different sliders for desktop and mobile

Product

WonderPlugin Slider

Question

Some of our pages function better with different skins depending on whether we are using desktop or mobile.

Is there a way to use different skins for desktop and mobile?

Answer

You can create two WordPress sliders, one for mobile, one for desktop.

After you have created two sliders, you can add the following code to your post or page. Please be sure to change the ID value in the code to that of your own sliders.

<div id="largescreen">
[[wonderplugin_slider id="1"]]
</div>

<div id="smallscreen">
[[wonderplugin_slider id="2"]]
</div>

Then you can add the following CSS code to your WordPress theme style.css file to show the small slider when the screen width is less than 640px:

#largescreen {
  display: block;
}

#smallscreen {
  display: none;
}

@media (max-width: 640px) {
  #largescreen {
    display: none;
  }

  #smallscreen {
    display: block;
  }
}

Customize Text Effect of WordPress Slider Plugin

Product:

WordPress Slider Plugin Version 3.2 and above

Question:

I’ve downloaded your wonder plugin slider. It’s a really nice tool and the text navigation is exactly what I’ve been looking for to use on a website I’m working on.

When creating images for the slider there are fields to enter the title and description. The title shows up in the navigation text, but what about the description? I’d like to be able to have the image show with the title and description on the right side of slider, while still keeping the tabbed text navigation. Is this possible through CSS, or an available option in the commercial version?

Continue reading

Responsive WordPress Slider on iPhone

Question:

I have been searching for several days now and run into your plug-in. I gotta say for ease of use, and quality it is the best one out there. I am ready to go pro, but here is my problem. I downloaded the FREE version made a video slider used the short code and placed it on my site. It looked great, but then when I looked at the site on my iPhone 5 it had not sized the slider down it was “huge" compared to the other images and threw everything off to one side in the iPhone browser. Is this something your technical folks have experienced and know about. Maybe they are working on an update.

I’m just frustrated cause I want this to be my solution and having it up and running yesterday.

Answer:

I don't know which plugin you are using: WonderPlugin Gallery https://www.wonderplugin.com/wordpress-gallery/ or WonderPlugin Slider https://www.wonderplugin.com/wordpress-slider/. But here is the solution for both plugins:

In the Gallery/Slider editor, step 3, Options tab, there is an option Support responsive web design, please check it.

Responsive WordPress Slider