RomDev Posted December 4, 2021 Share Posted December 4, 2021 (edited) Hi, I have a weird problem that I don't really understand. I'm using default theme made by Prestarocket (classic-rocket). I got tooltips using bootstrap on my product-miniatures and also on my product-page. Everything works just fine except on the category page with the product listing...I really don't understand. It seems that the tooltips are not fired correctly because they are not styled. Does anyone could help me on this please ? You can see the behavior on the live website => https://www.lesaccrevin.com I'm just using an external JS file as usual for all customisations and put the normal code to launch tooltips in document.ready : $(function () { $('[data-toggle="tooltip"]').tooltip(); }); Thanks a lot. Edited December 4, 2021 by RomDev (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted December 6, 2021 Share Posted December 6, 2021 We are not able to check your issue on the store because store is not working. Image for your reference: https://nimbusweb.me/nimbus-screenshots/28b2bbeebf02f9840e8a5019b2dd207b Link to comment Share on other sites More sharing options...
musicmaster Posted December 6, 2021 Share Posted December 6, 2021 On 12/4/2021 at 4:09 PM, RomDev said: Hi, I have a weird problem that I don't really understand. I'm using default theme made by Prestarocket (classic-rocket). I got tooltips using bootstrap on my product-miniatures and also on my product-page. Everything works just fine except on the category page with the product listing...I really don't understand. It seems that the tooltips are not fired correctly because they are not styled. Does anyone could help me on this please ? You can see the behavior on the live website => https://www.lesaccrevin.com I'm just using an external JS file as usual for all customisations and put the normal code to launch tooltips in document.ready : $(function () { $('[data-toggle="tooltip"]').tooltip(); }); Thanks a lot. I don't understand your problem. You better illustrate it with pictures that show what works, what doesn't work and how what doesn't work is supposed to work. Link to comment Share on other sites More sharing options...
RomDev Posted December 7, 2021 Author Share Posted December 7, 2021 Hi @musicmaster, Thanks for your reply. Here are 2 screenshots : => First one is coming from the homepage where I use the module "Featured products" which contains the product.tpl from /catalog/miniatures. => Second one is coming from the category page where there is the listing of all products with pagination and also the same product.tpl from /catalog/miniatures for rendering the products. You can see that on homepage the tooltip is working well but on category page the tooltip is not styled and I think it's not fired correctly so I'm wondering if there's not something special on the category page regarding JS scripts order. I hope this is clearer. Thank you. Link to comment Share on other sites More sharing options...
musicmaster Posted December 7, 2021 Share Posted December 7, 2021 If you look in Firefox in the console the different in methods is clear: 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