Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

lightbox not working on frontpage
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: lightbox not working on frontpage
#19760
lightbox not working on frontpage 12 Years, 7 Months ago Karma: 0
goo.gl/CCp4U custom html module "Tony's 1-2-3" Light box is not working on the home page, same custom html module (enabled for troubleshooting) working on goo.gl/JwW0w

all com,mod,plug installed as documented
anywhere enabled and set to "Anywhere"

light box works anywhere on every other page.

Note: tracked down the conflict to Siteground's Jpagetranslator using Google translate. If i disable the mod off the home page the lightbox loads as expected.. I can't stop the trans from loading anything if that is the issue. I tried disabling loading of jquery through both plugin's settings. same result. tried no conflict mode. auto load as well.

page source seems to indicate the plugin is still loading jquery with the settings even though i set it to No.

and unfortunately at this time I might not be able to provide access to the backend due to company policy.

I would greatly appreciate any advice
Thank you in advance

I re-enabled right click to make it a little easier
The administrator has disabled public write access.
 
#19761
Re:lightbox not working on frontpage 12 Years, 7 Months ago Karma: 747
Hello,

This problem with site template. It adds the next javascript code:

Code:


  <script type="text/javascript">
if(!window.sgfooteradded){
window.addEvent('load', function() {
    var footerHTML = "<center><span id='sgfooter' class='modifydate' style='padding: 5px;'><a href='http://www.siteground.com/' target='_blank'>Joomla extensions by Siteground Hosting</a></span></center>";
     document.body.innerHTML = document.body.innerHTML + footerHTML;
  });
window.sgfooteradded = 1;  
}
  </script>



Remove it and the extension will work fine. We suppose this javascript code is added in index.php file from site template.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19783
Re:lightbox not working on frontpage 12 Years, 7 Months ago Karma: 0
Thanks a million! works like a charm once again. I used Easyfind on OSX to hunt down that code snippet. Turns out it was part of the translator php.

On a side note, thank you for the super fast support. Your software alone with out support is worth the money. Ill definitely pass on the word about my experience
The administrator has disabled public write access.
 
Go to topPage: 1