tab option
-
Is there an option to have a tab always visible on web frontoffice to be able to select the options again at any time?
The page I need help with: [log in to see the link]
-
I’m not sure if I understand the question correctly, but if you want to link back to the settings modal simply add a link with href = “#cookiesAndContentPolicySettings”. That will open the settings modal.
i did it but dont work.
what have I done wrong?<button class=”botonlegal” id=”botonfooter”>
Textos legales
</button>thanks
sorry, this is the code:
<button class=”botonlegal” id=”botonfooter”>
Textos legales
</button>ah ok… dont show html:
a href = “#cookiesAndContentPolicySettings”><button class=”botonlegal” id=”botonfooter”>
Textos legales
</button></aYou don’t link buttons that way.
Try this:
<a href = “#cookiesAndContentPolicySettings” class=”botonlegal” id=”botonfooter”>Textos legales</a>I couldn’t see the plugin active on your site. Make sure it’s active too.
-
This reply was modified 5 years, 6 months ago by
Johan Jonk Stenström.
yes.
there was an update, now works fine.
thanks you very much and your plugin is spectacular!
Great! 🙂
If you like the plugin, please give it a review, it really means a lot!
Just out of curiosity: The update that solved it, was it an update of my plugin or something else. If it was my plugin, what version? Just so I know if anything was wrong in any of my versions.
Cheers!
The update has been of your plugin and the version I have now is 1.65.
But maybe it was just my code and it was coincidence that there was a new version.review ok 😉
@jisas <3
Hi Johan,
Thanks for this amazing plugin.
I’ve been trying this:
Textos legalesbut, it doesn’t works in my site. (https://red.fiatc.es/)
Could you help me?Thanks,
PereYou should change
<a href = “#cookiesAndContentPolicySettings” class=”botonlegal” id=”botonfooter”> Configurar uso cookies</a>to
<a href="#cookiesAndContentPolicySettings" class="botonlegal" id="botonfooter"> Configurar uso cookies</a>Unfortunately this forum changed the qoute signs to the wrong kind in my snippet above. You probably do not need the class or id in the example, since they were just what @jisas used.
-
This reply was modified 5 years, 6 months ago by
Johan Jonk Stenström.
And @pereperello, your site is the first one I’ve seen using Grandma-mode. I like it! 🙂
Thank you very much, Johan!!!
It is working now.
I’m sorry, but finally, I’ve deleted Grandma mode 😞. You’ve been doing a really good job with this plugin, I’ll give you 5 ⭐︎
Thanks again, and have a good day @jonkastonka !
Pere
It was fun to see her just for a little while @pereperello 😛
Looking forward to that 5 ⭐︎ review! <3
-
This reply was modified 5 years, 6 months ago by
The topic ‘tab option’ is closed to new replies.