Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    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.

    Thread Starter will48

    (@will48)

    Hi Yannick,

    Thanks for your prompt reply. The address is:

    https://www.lancashiresquashandracketball.co.uk/links/

    Any help would be greatly appreciated.

    Thanks,

    Will

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    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:

    https://www.lancashiresquashandracketball.co.uk/?link_library_popup_content=1&linkid=91&settings=1&height=400&width=300&xpath=&random=1451844832843

    Yannick

    Thread Starter will48

    (@will48)

    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: https://www.lancashiresquashandracketball.co.uk/links/

    It certainly is a mystery.

    Will

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Where are these images and text coming from? Front page content? Widgets?

    Thread Starter will48

    (@will48)

    Hi Yannick,

    The images are coming from the Black Studio TinyMCE Widget which itself is inside the Page Builder by SiteOrigin plugin.

    Will

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I see. I will dig a bit more this evening and tomorrow and let you know why this is happening. Sorry for the trouble.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    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.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    If that does not work, I have an idea for an alternate implementation that could fix this issue.

    Thread Starter will48

    (@will48)

    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

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    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.

    Thread Starter will48

    (@will48)

    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

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Pop Up Problem’ is closed to new replies.