Hi, I'm encountering issues with ACM module for the following style and type.
Features Intro: style-3
It is not possible to add an additional “Feature Details” (Background image) element; only the “Feature Content” element can be added as an additional element.
http://beta.borgomediterraneus.eu/menu-acm/item-test Menu item: ID 316 Mod ACM: ID 181 Position: section-3
Slideshow : style-owl
No images from the slideshow are visible in the front-end.
http://beta.borgomediterraneus.eu/menu-acm/acm-types Menu item: ID 317 Mod ACM: ID 183 Position: section-1
Also, why is it not possible to change the default Joomla manager to JCE file browser in the ACM module?
Thanks, Lorenzo
Hi
It seems to be a bug in JA ACM module, I just updated this file: /templates/ja_resort/acm/features-intro/tmpl/style-3.xml
/templates/ja_resort/acm/features-intro/tmpl/style-3.xml
and remove the param: multiple="1" in the icon group so you can add new group for the background image now.
Hi, ok thanks, but you forgot to answer me why “Slideshow” JA ACM module with “Style-owl” doesn't display any images.
Also, why is it not possible to change the default Joomla manager to JCE file browser in the JA ACM module?
...could you please fix issue in “Slideshow” JA ACM module?
Could I take a backup of your site and debug in my local?
Hi, yes, you can take a backup of the site if you wish.
In any case, what I've noticed is that in the demo's Slideshow ACM module, the image URL is different from the new's Slideshow ACM module I created. There's an extra string of characters added to the image URL, and there's no way to delete it.
Hi @iorbita, I have added custom code to remove the parameters after the image when displayed on your website. You don't to care about the parameters when adding images in the slideshow module. Images displayed outside the website will have the parameters removed.
Hello, thanks, but the slideshow images are still not displaying on the front end. Please let me know what changes you are making so that I can replicate them on my other development site.
Hi, I have added 2 slides on home page and it is working fine. Can you send me the link to the module that is not showing images so I can check it again.
"Also, why is it not possible to change the default Joomla manager to JCE file browser in the ACM module?" I need to look into this further before I can give you an answer.
Hi, you have all informations in my first message... Thanks
... maybe you can't see the links?
Hi @iorbita,
Hi, thanks. The Feature Intro style 3 issue was fixed by Saguros.
Regarding the slideshow issue, could you please explain which file you edited so I can replicate the change on my other dev website?
Hi, I changed the code from:
autoplayTimeout: <?php echo $helper->get('auto-time'); ?>,
to
autoplayTimeout: <?php echo $helper->get('auto-time')?$helper->get('auto-time'):'5000'; ?>,
in the style-owl.php file (ja_resort/acm/slideshow/tmpl/).