mini frontpage pro
- Posted by Frederic BARONS (2) Offline
Hello,
on my site, mini frontpage pro does not work well in carousel mode. It's ok when you arrive on the home page, but the content of the module is no longer displayed when you arrive from another page of the site to redisplay the home page. We have the module, but just with the title, not the content.
right module agenda de la commune
Thank you in advance for your help
3 years 1 day ago #1
by Frederic BARONS
on my site, mini frontpage pro does not work well in carousel mode. It's ok when you arrive on the home page, but the content of the module is no longer displayed when you arrive from another page of the site to redisplay the home page. We have the module, but just with the title, not the content.
right module agenda de la commune
Thank you in advance for your help
Please Log in or Create an account to join the conversation.
- Posted by Frederic BARONS (2) Offline
- Posted by TemplatePlazza (5261) Offline
Hi fbainfoconsult, I have entered your website and doing some tests. And I found that, it looks like it's something related to your template, because when I publish the module in debug or footer position it worked properly. Also when I tried to switch the template to protostar(the default one) it worked good too.
Do you use any javascript optimizer or compiler plugin? Because it looks like the minifrontpage preloading script is not loaded or maybe compiled into one js file by your website with incorrect ordering.
Anyway, mabybe you can try to add this code in the end of your template as a quickfix :
3 years 1 day ago #3
by TemplatePlazza
Do you use any javascript optimizer or compiler plugin? Because it looks like the minifrontpage preloading script is not loaded or maybe compiled into one js file by your website with incorrect ordering.
Anyway, mabybe you can try to add this code in the end of your template as a quickfix :
jQuery(document).ready(function(){
jQuery('.mfp_carousel_skin_default').show(); });
Please Log in or Create an account to join the conversation.