Pop Up Problem
-
I’ve noticed that the popup function is not working. Is anyone else experiencing a similar problem?
I’m using the latest version of WordPress and I also have the Responsive Lightbox plugin installed.
Thanks
-
Can you give me the the address of the site where the pop-up is not working correctly? You are most likely having a jQuery conflict on your site.
Hi Yannick,
Thanks for your prompt reply. The address is:
http://www.lancashiresquashandracketball.co.uk/links/
Any help would be greatly appreciated.
Thanks,
Will
From what I can see on your site, the problem is related to another plugin that generates an image slider. To validate if this is the case, you could try to deactivate that plugin temporarily and see if the pop-ups in Link Library appear correctly.
If they do, then you would need to get in touch with the author that plugin to get a correction made on that side. The code seems to indicate that some of the scripts are getting generating when Link Library accesses the following URL, but none of the jQuery code gets loaded:
Yannick
Hi Yannick,
I’ve disabled the image slider but unfortunately the pop up box is now picking up other random images from the front page that were not included in the slider, see: http://www.lancashiresquashandracketball.co.uk/links/
It certainly is a mystery.
Will
Where are these images and text coming from? Front page content? Widgets?
Hi Yannick,
The images are coming from the Black Studio TinyMCE Widget which itself is inside the Page Builder by SiteOrigin plugin.
Will
I see. I will dig a bit more this evening and tomorrow and let you know why this is happening. Sorry for the trouble.
Are you comfortable to edit one of the plugin files on your site?
I would suggest editing line 154 in link-library.php from:
add_action( 'template_redirect', array( $this, 'll_template_redirect' ) );to:
add_action( 'template_redirect', array( $this, 'll_template_redirect' ), 1 );This would increase the priority of the template_redirect action registered by Link Library to hopefully happen before the other calls that are causing trouble.
If that does not work, I have an idea for an alternate implementation that could fix this issue.
Hi Yannick,
Many thanks for your responses yesterday.
I edited the link-library.php as suggested but unfortunately it returned the 500 – An Error Has Occurred. Please Check Your Scripts warning.
Your help is much appreciated.
Will
I hope you were able to recuperate from that 500 error.
I just published an update for Link Library which I hope will resolve your issue with link popups. Update the plugin and let me know if it does.
Please consider donating to support this plugin’s development.
Hi Yannick,
Thanks for your reply and the following update. Unfortunately this has only partially solved the problem, ie the light box not longer picks up random images from the front page. But although the lightbox appears to be triggered all I get is a white square with the text link ‘ Click through to visit eg, England Squash and Racketball’.
At this point I’ll just settle for opening a link in another page.
I appreciate your time.
Thanks,
Will
The topic ‘Pop Up Problem’ is closed to new replies.