Product:
Tutorial:
This tutorial will guide you how to add Facebook videos to a WordPress carousel slider created with Wonder Carousel plugin.
Continue reading
Recently Asked Questions and WordPress Tutorials
Product:
Tutorial:
This tutorial will guide you how to add Facebook videos to a WordPress carousel slider created with Wonder Carousel plugin.
Continue reading
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
This tutorial will guide you how to open an audio player created with WonderPlugin Audio Player in a WordPress lightbox popup. We use the plugin WonderPlugin Carousel to create the carousel and the lightbox.
Continue reading
Product:
Question:
I am using the FLIP skin (which is why I bought it) - I really need the title of the post to appear in the carousel.
At the moment it’s used in the title property of the photo when flipped, but I need it to appear below the photo within the carousel, so people know what they are flipping.
Answer:
In the plugin, step 3, Options tab, Content template, add the following line to the end of the existing text:
Products:
WonderPlugin Slider, WonderPlugin Gallery, WonderPlugin Portfolio Grid Gallery, WonderPlugin Carousel and WonderPlugin Audio Player
Tutorial:
When you move your WordPress to a new domain name, you many find the image, video and audio links in the plugins are not updated, they still point to the old domain name. This tutorial will guide you how to update the links and fix the problem.
Product:
All Wonder Plugins
Question:
I purchased the commercial version and have received my membership login password. I downloaded the commercial version and followed the upgrade instructions as posted on your website, however, the free version watermark remains.
Continue reading
Product:
All WonderPlugin Products
Question:
I am moving my WordPress development site to production. I did a search and replace in the WordPress database, but the images in the carousel slider still link to the old domain.
Product:
All WonderPlugin Products
Question:
In the plugin, settings menu, I checked the option "Add plugin js scripts to the footer", but the plugin js files are not added to the WordPress footer.
Answer:
The plugin is using WordPress hook wp_footer to print the plugin js scripts to the footer. wp_footer is one of the most essential theme hooks.
The problem is because your WordPress theme does not call the WordPress function wp_footer() and the hook is not enabled. Please contact your WordPress theme provider and ask for how to support the wp_footer hook.
For more details about wp_footer hook and wp_footer() function, please view: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footer and https://codex.wordpress.org/Function_Reference/wp_footer.
This tutorial will show you how to add a recent post carousel or a category post carousel to your WordPress. The carousel will automatically update itself when you add new posts to your WordPress.
Product:
Question:
I am using WonderPlugin Portfolio Grid Gallery Commercial Version 6.0C and WordPress 4.4
I need to add space between your plugin and the text below. I've tried adding it in your skin css and in my style.css and have not been able to figure out how to do it either way. Can you tell me how to make that work?
Similarly, with WonderPlugin Carousel Commercial Version 7.0C, I need to move the vertical carousel to the left.
Answer:
1. In the post/page editor, switch to Text mode, then add the following HTML code after the gallery shortcode:
<p style="margin-top:100px;"></p>
The above code will add 100px gap after the gallery.
2. You could add the following HTML code around the carousel shortcode:
<div style="float:left;"> [wonderplugin_carousel id="2"] </div> <div style="clear:both;"></div>