MrMcQ Posted December 2, 2010 Share Posted December 2, 2010 Since I've been getting NO responses on my previous thread about fixing the HTML tooltip issue I've been having in each of my product descriptions (http://www.prestashop.com/forums/viewthread/78622/) does anyone know of any module or codes that will work to produce a rollover tooltip either in the product description or over the product images themselves (on the product page/product list) to produce a pop-out or jquery-esque tooltip that can include things like 'ingredients' 'dosage' 'serving size', etc.?It is REALLY important and the sooner someone has an idea, the better! I will kindly donate to their cause if such a suggestion is deemed to suit my needs much obliged to you guys for all your input! Link to comment Share on other sites More sharing options...
MrMcQ Posted December 6, 2010 Author Share Posted December 6, 2010 Nothing? Anything? I know I can add my own jQuery tooltip if necessary by applying the script in the header and applying the elements myself, but I seem to be having difficulty making any of my elements work. Is anyone else experiencing this problem, or has anyone else successfully utilized a jQuery element to their product pages that can explain to me the process..or what I might be missing.I've added the script to an AddHeader module, and a link to the min script which is pointed to the right file. I've added the appropriate css and class to the right elements....but it still doesn't work. I'm using the SimpleScript from this site, and applied to this product page as a test. So far, zip!Any ideas or suggestions?Thanks Link to comment Share on other sites More sharing options...
MrMcQ Posted December 6, 2010 Author Share Posted December 6, 2010 Ok, just noticed that this plugin requires jquery pack 1.3+ in order to work. So instead, I tried utilizing the qTips plugin instead (same company), but am STILL having the same problem! Here's how I set up my elements:AddHeader: [removed][removed] [removed] $('a.thingy').qtip({ content: 'This is an active list element', show: 'mouseover', hide: 'mouseout' })[removed] Product Page: Applying a show and hide element. Link to comment Share on other sites More sharing options...
MrMcQ Posted December 6, 2010 Author Share Posted December 6, 2010 You want something done, gotta do it yourself, I guess I added this to my products, works great, and you can also set it to apply the same 'title' tag element to your whole site. Neat effect, special thanks to Tutorialzine, of course: http://tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/ Link to comment Share on other sites More sharing options...
tarmogr Posted December 10, 2016 Share Posted December 10, 2016 Anyone knows if there is something similar native to prestashop to utilize? I also need this information box to appear on some pages. Wha is the simplest way of doing it in presta 1.6? Link to comment Share on other sites More sharing options...
vekia Posted December 12, 2016 Share Posted December 12, 2016 Anyone knows if there is something similar native to prestashop to utilize? I also need this information box to appear on some pages. Wha is the simplest way of doing it in presta 1.6? tooltips pro module or this free guide Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now