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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

no-lightbox
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: no-lightbox
#66986
no-lightbox 4 Years, 3 Months ago Karma: 0
I am using the PRO version of ARI Fancy Lightbox.
I am very satisfied about it, but I wonder if someone can help me with a lttle problem

My theme: Generate Press
All the menu-options are opening in same the window. All hyperlinks from my domain are opening in the lightbox. Perfect!
But....
I want one of the menu-options not opening in the lightbox but in a new window.
Selecting in the menu-setup 'opening in a new window' and adding the css class 'no-lightbox' is not working the way I want.

The source-code of this menu-item is:
<li id="menu-item-5624" class="no-lightbox menu-item menu-item-type-post_type menu-item-object-page menu-item-5624"><a target="_blank" rel="noopener noreferrer" href="www.ghlvrijwilligers.nl/agenda/">Agenda</a></li>

Can someone assist me in solving the problem?
The administrator has disabled public write access.
 
#66992
Re:no-lightbox 4 Years, 3 Months ago Karma: 760
Hello,

Add no-lightbox CSS class to <A> element instead of <LI>. It will look like:

Code:


<li id="menu-item-5624" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5624"><a class="no-lightbox" target="_blank" rel="noopener noreferrer" href="www.ghlvrijwilligers.nl/agenda/">Agenda</a></li>



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