erand
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hello @wpmudevsupport12 !
It was not a plugin ajax issue i tried it and nothing happend , it was a error that plugin makes with my theme, because i have a theme that is made with ajax too.After i made Forminator plugin to execute the code everytime that a ajax trasitioin happends. It now is fine!
Thanks by you !Forum: Plugins
In reply to: [Image Hotspot by DevVN] Ajouter le texte alternatif sur l’image principaleHello @maxwell398
You can you just an markup like this :
<img src="https://www.signaux-girod.fr/wp-content/uploads/2019/07/balise-nova-autorelevable-k5dhotspot.jpg" alt="Your ALT Text" />- This reply was modified 5 years ago by Steven Stern (sterndata).
- This reply was modified 5 years ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Problem in Mobile VersionI found an solution , below is the code that you can put on custom CSS :
@media (max-width: 500px){ div#powerTip{ position: absolute !important; /*The position of the tooltip*/ width: auto !important; /*The width of the tooltip*/ height: auto !important; /*The height of the tooltip*/ left: auto !important; /*The position from the left of the tooltip*/ top: auto !important; /*The position from the top of the tooltip*/ overflow-x: hidden; /* For Hidding x scrollbar of the tooltip*/ overflow-y: hidden; /* For Hidding y scrollbar of the tooltip*/}}It will solve the problem
Viewing 3 replies - 1 through 3 (of 3 total)