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?

ARI Sexy Links" plugin
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Sexy Links" plugin
#29328
ARI Sexy Links" plugin 11 Years, 10 Months ago Karma: 0
I'm using ARI Sexy Links" plugin
for a login and register form.
Works great but when clicking the login or submit button or any other link witch brings you to the next page the page opens in the same light-box window instead of the actual page like after successful login the profile page. How can I fix this Please it's not practical to few a webpage in a 200x200 pix window.
The administrator has disabled public write access.
 
#29331
Re:ARI Sexy Links" plugin 11 Years, 10 Months ago Karma: 747
Hello,

It is necessary to add target="_top" attribute to <A> tag for links. For example if HTML code for a link is:

Code:


<a href="http://www.domain.com">Page</a>



Use the next following code:

Code:


<a href="http://www.domain.com" target="_top">Page</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29335
Re:ARI Sexy Links" plugin 11 Years, 10 Months ago Karma: 0
Thanks for your quick response.
To understand, what your saying is
I have to edit the links for example the login
module in the login module script? Or can I do Thad at the CSS selectors.
The administrator has disabled public write access.
 
#29336
Re:ARI Sexy Links" plugin 11 Years, 10 Months ago Karma: 747
We mean links in a login module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1