I just purchased Jux Social Gallery. It seems there is a jquery conflict when trying to edit this module in the backend. All css styling is stripped when I click on your module. The page looks like the first picture below. I cannot select any Basic Options. The second picture has the error.
Please let me know how to fix this so I can use your module.
Hi Aldikhome.
Thank you for choosing our product.
I'm sorry, i don't know why is it not work. But can you give me back-end account via private message? I'll help you check it soon.
Regards.
Jackie.
Yes, I has received your message, but please give me support admin permission for this account. I need to install package or check source code.
Regards.
Jackie.
Hi,
With this error you can do the following:
Find to line in the file mod_jux_social_gallery.xml(root/module/mod_jux_social_gallery/mod_jux_social_gallery.xml):
<updateservers>
<server type = "extension" priority = "1" name = "JUX Social Gallery">
www.joomlaux.com/updates/extensions/mod_...l_gallery_update.xml
</ server>
</ updateservers>
<field name = "update_infor"
type = "juxupdate"
class = "alert alert-warning"
close = "true"
DOWNLOAD_URL = "
www.joomlaux.com/download.html
"
>
</ field>
You can delete them or do as in attachments
Thank you for replying. I edited the file as per your suggestion and it did eliminate the error when looking at the module in the backend. However, after inputting everything, I cannot see the module in the front end. In fact, I have the following error (screenshot).
I've provided both you and Jackie admin account info to take a look at the problem. Please let me know if you find anything. Until then, this doesn't work for me.
Hi,
I found one error js from the console screen. This error may result from libraries bootstrap.min.js not load on your site
Add bootstrap.min.js to the folder bootsrap / js: (root / modules / mod_jux_social_gallery / assets / bootstrap / js)
Then you find to mod_jux_social_gallery.php file (root / modules / mod_jux_social_gallery / mod_jux_social_gallery.php)
and add the line:
echo '<script src = "'. JURI :: base (). 'modules / mod_jux_social_gallery / assets / bootstrap / js / bootstrap.min.js"> </ script>';
You can see the attachments to add into place!
I tried what you said, and it didn't work. I downloaded the bootstrap-min.js from bootstrap website, not sure if that's what you wanted. I ended up with a new error. I have JQuery Easy plugin working to smooth over other jquery functions. When I disable it, your module shows up. Any reason why it would conflict with that? Any way around it?