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?

Show ARI Sexy Lightbox Always on Top
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Show ARI Sexy Lightbox Always on Top
#14908
Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 0
How can i Show the Lightbox pop up to be always on top?
The administrator has disabled public write access.
 
#14910
Re:Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 747
Hello,

If you use the extension and some elements on a page are located over lightbox overlay, provide link to page where we can see the problem that we can investigate it. It can be a conflict with site template or 3rd party extension styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14914
Re:Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 0
its on www.onlinemarketing.net.nz when you click the Web Marketing audit image on the upper right corner
The administrator has disabled public write access.
 
#14915
Re:Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 747
This is not the extension problem. This problem with inline content which you try to load into the lightbox. It contains the next javascript code:

Code:


document.write



which causes the problem. As we wrote in letter which we have sent to you recently, load form into lightbox as remote page instead of inline content.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14919
Re:Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 0
i tried this code and it work a while ago

<div id="mainform" style="display: none;">
{rsform 3}</div>
<p>
<a href="#TB_inline?inlineId=mainform&amp;height=450&amp;width=800&amp;modal=true" rel="sexylightbox" title="Sample content"><img alt="" src="images/web%20marketing%20audit1.gif" style="width: 201px; height: 53px;" /></a></p>
<p>
&nbsp;</p>

i want to pop up a form you see
The administrator has disabled public write access.
 
#14920
Re:Show ARI Sexy Lightbox Always on Top 12 Years, 11 Months ago Karma: 747
Open HTML page source and you can see that form container contains the next code of Google Analytics which causes the problem:

Code:


document.write(....



You can resolve the problem in the next way:

create new article and place the next code in it:

Code:


{rsform 3}



remember ID of created article and use the next code for lightbox:

Code:


<a href="index.php?option=com_content&amp;view=article&amp;id=ARTICLE_ID&amp;tmpl=component&amp;TB_iframe=1&amp;height=450&amp;width=800&amp;modal=true" rel="sexylightbox" title="Sample content"><img alt="" src="images/web%20marketing%20audit1.gif" style="width: 201px; height: 53px;" /></a>




Where ARTICLE_ID is ID of created article.
Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12