Cross browsing issue with WordPress 4.4.2
-
Hi Boxzilla,
We are trying to implement two boxzilla on the page: https://www.tribemainline.com/home-test/The page shows the 1st boxzilla box when users scroll 50% of the page. The 2nd boxzilla box appears when they click on the 1st box, it’s implemented with a jquery call:
<script type="text/javascript"> // Closes current Boxzilla Box and opens 2nd Boxzilla Popup box jQuery("#gray-strip").click(function() { jQuery(".boxzilla-369").show(Boxzilla.show(369)); jQuery(".boxzilla-386").hide(Boxzilla.hide(386)); }); </script>
The settings for 1st box:
1. Load this box if: Request matches [any] of the following conditions.
[if page] [is] [home-test]
2. Box Position: [Bottom-Right]
3. Animation: Slide-in
4. Auto-show box?: [Yes, when at 50% of page height.]
5. Cookie expiration days: 0
6. Do not auto-show box on small screens? [Blank]
7. Auto-hide? [No.]
8. Enable test mode?: [No.]The settings for 2nd box:
1. Load this box if: Request matches [any] of the following conditions.
[if page] [is] [home-test]
2. Box Position: Center
3. Animation: [Slide-in]
4. Auto-show box?: [Never]The configuration works for FF 47 and Chrome 52.
But, on IE/Edge (all versions) and earlier version of FF 45, the two box appears automatically. Furthermore, the 2nd box show on the left side of the page where it should be centered.
Also, some of the mobile devices have this issue.Could this be resolved. I want to buy Premium add-on with Paypal if that an option.
- The topic ‘Cross browsing issue with WordPress 4.4.2’ is closed to new replies.