Page 1 of 1

Astroid topbar module

Posted: 10 Feb 2021, 12:41
by Nidzo
I know that latest versions of Astroid brought some problems. I think this is one of them.
Sometimes Cart, Wishlist and Comparison module placed in Astroid Zero template topbar position won't open drop-down.
Image

In global settings I set to Phoca Cart load Bootstrap 4. It's only way to Ajax add to cart pop-up works with Astroid.
Image

Is there simple workaround to make drop-down work flawlessly? ☺️

Re: Astroid topbar module

Posted: 10 Feb 2021, 13:38
by Jan
Hi, yes, the problem is, that the scripts are loaded at the end of html in body part, but Joomla itself adds the scripts to header. So for now e.g. scripts needs to be loaded twice, etc. etc.

https://www.joomdev.com/forum/astroid-f ... ery-loaded

So the code needs to be checked, if there are no JS conflicts :idea:

Jan

Re: Astroid topbar module

Posted: 18 Feb 2021, 02:12
by Nidzo
On JoomDev forum you mention system plugin. Do you mean jQuery easy or something else?

Re: Astroid topbar module

Posted: 19 Feb 2021, 19:32
by Jan
Hi,
I mean this plugin:
https://www.phoca.cz/phoca-upgrade-system-plugin

In this plugin you can hide some libraries or load the newest jQuery (but in every case, the standard Joomla! method to load script is used, and this is the problem)

Jan