Hello, I am trying to make a single image popup. I have tried following the instructions - https://www.joomlart.com/documentation/joomla-plugins/ja-popup-plugin - but I cannot get it to work.

I used the code - {japopup type="image" title="BookNow" content="images/BookNow.jpg" }<img class="img-border" border="0" alt="BookNow" />{/japopup}

I put it into a custom module - Ulceby Popup - like the guide said but then it will only display the text BookNow, which is hyperlinked so when clicked, it will open the image in a new tab. As it is not currently working, I have now unpublished the Ulceby Popup custom module. The JA Popup plugin is enabled. I am using the Uber template and the JCE Editor (although I have tried with the TinyMCE Editor and had the same problems).

What can I do to get the single image popup to work? Any assistance would be greatly appreciated.

    saguaros Thanks for your help and the speed of your response. How can I know if there is a JS conflict on one of my sites and how can I fix it in the future? Also, how do I make the JA Popup lightbox already open when the page loads?

      trevorellis Hi. JS Conflicts are visible in browser's console. In most cases there is an error message visible, but for sure to fix it a help may be required.

      Most of the javascripts requires page to load first. It's neccessary since some of the libraries may not be available (fully loaded) when action is called and it may have a bad influence on layout or functionality.

      Write a Reply...
      You need to Login to view replies.