I'd like to use the active link button (in header) to open a pop up and launch it with a css class but I don't know how...if this button appear in the menu I could work add the css in "CSS Classes (optional)" but under the active link of builder menu I can only add an associated link....Could you suggest a way to operate this modification? Thanks
Hi, you can use it like this, <a rel="prettyphoto" href="#you-custom-id">link</a> <div id="you-custom-id" style="display:none">popup content here</div> thanks
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
you can use it like this,
<a rel="prettyphoto" href="#you-custom-id">link</a>
<div id="you-custom-id" style="display:none">popup content here</div>
thanks
I have some problem to understand
Where I can put your code?
<a rel="prettyphoto" href="#CF_ENG_reminder">link</a>
<div id="CF_ENG_reminder" style="display:none">popup content here</div>
popup content here:? I've just create a pop up with another plugin, I only need to generate a Lightbox
Thanks
I finded a solution; I've disabled active button and work directly in Menu...created a button and used my css.
Thanks for your time. Have a nice day
Andrea
Thanks!