How to display Wistia video in Lightbox Popup

Product:

WonderPlugin Portfolio Plugin

Question:

I use Wistia to house video I wonder how to show the video in lightbox popup.

Answer:

In the plugin, step 1, Click Add Image button:

  1. Select an image for the grid
  2. Uncheck the option "Open current image in lightbox" then enter the Wistia iframe URL to the "click to open web link" field.
  3. Check the option "open web link in lightbox"
  4. You can also check the option "Set Lightbox Size"

wistia lightbox gallery

Display SoundCloud in the Lightbox Popup of WordPress Portfolio Gallery

Product:

WonderPlugin Portfolio Grid Gallery

Question:

Is there any way to display SoundCloud in the lightbox popup?

Answer:

1. Goto Soundcloud, the music, click Share button, then click Embed tab, copy the src value from the provided iframe code.

Do not use the whole iframe code, only copy the value of the src value.

soundcloud-embed

2. In WonderPlugin Portfolio Grid Gallery, Add/Edit Image dialog, enter the src value to the "Click to open web link" text box, check the option "Open web link in lightbox". You can also check the option "Set Lightbox Size".

SoundCloud Lightbox Gallery

Display description in WordPress Grid Gallery

Question:

Good day!

Hi, I wanted to ask if how can I display the description in gallery page? It only displays the title. Im using WordPress 3.9.2 and free version of WonderPlugin Grid Gallery.

Answer:

You can display the description in the Lightbox popup:

In step 4, Options tab, Lightbox Options, there is an option "Show description".

Multiple jQuery loaded in WordPress

Question:

I have a website in progress, I used Wonderplugin for WordPress and as I came across on the development, I cannot get it working.

I already uploaded images and configured everything on WordPress.

I also copied the shortcode to the php page that I am working on. But the carousel does not show up.

Answer:

Normally this problem is that there are multiple jQuery files added to your WordPress.

You can view the HTML source code of your webpage, and check how many jQuery are added in your website. In Google Chrome, you can view the HTML source code with menu View -> Developer -> View Source, then search text "jquery" in the source code.

There should be only one jQuery in the webpage, which is added by the WordPress system.

Some plugins add their own jQuery to the website, and this is not correct. A plugin should always use the system installed jQuery, and the js files added from a plugin will be added after the system jQuery.

A jQuery will destroy all other jQuery functions that are added before it. So if a plugin adds its own jQuery, it may destroy other jQuery functions.

To fix the issue:

In the plugin, Setting menu, you can try to check the option "Add plugin js scripts to the footer". This option will place the plugin js file to the footer and will fix the problem in most cases.

If the above option is not working, you can try to disable all other plugins and see whether the WonderPlugin works. If it works, you can then enable the plugins one by one, and find the plugin that has caused the problem.

If WonderPlugin is still not working after you have disabled all other plugins, then the extra jQuery may have been added manually to the theme or the page, you need to find the code and remove it.

How to Manually Upgrade the Plugin Without Losing Existing Work

This tutorial will guide you through the process of manually upgrading the plugin to a newer version. You can use these instructions to upgrade from the Free version to the Pro version or to update either version to the latest release.

In your WordPress backend, navigate to the left menu: Plugins -> Add New Plugin. Click the Upload Plugin button, select the downloaded plugin .zip file, and then click the Install Now button.

upload-plugin

On the next page, click the Replace current with uploaded button and wait for WordPress to complete the installation. The plugin will be upgraded to the Pro version once the installation is finished.

replace-with-pro-version

Clear WordPress Caches

If you have installed a WordPress JS/CSS minify plugin or a WordPress cache plugin (e.g., Autoptimize, W3 Total Cache, WP Rocket, WP Fastest Cache, WP Super Cache), make sure to empty all caches created by these plugins.

Additionally, some web hosts (e.g., GoDaddy, WPEngine, SiteGround, DreamHost) also cache web files. You need to clear the web hosting caches before testing. Contact your web hosting provider for guidance on clearing these caches.

Finally, clear your web browser's cache before testing.

Link target on Images of WonderPlugin Gallery and Grid Gallery

Question:

I would like to put a link on one of my images in a Gallery (and I also want to do the same thing in a Grid). I found two different options in the Edit window of my image in the Step 1: "click to open web link" (which seems to be the right one after some tests) and "Set web link target" (which does nothing for me, or I can not understand what it does and I would be happy if you can help me understand what it does).
Then, I have done some more tests with the "click to open web link" option, but I found some issues: firstly, with a link on an image of a Grid, the link is opened "correctly" as expected, but with a link on an image of a Gallery, the link is opened in a new tab and I really don't want that. So, perhaps it could be possible to change that or to add an option to be able to choose if the link has to be opened in a new tab or not?

Answer:

For both plugins:

To force the link opening at the same tab, in the "Set web link target", enter: _self

To force the link opening in a new tab, in the "Set web link target", enter: _blank