♥JcMagpie 1,693 Posted June 24, 2019 JcM footer Brands/Logo's V1.0 CE A simple add-on that allows you to display brand / logo’s in the footer It’s a simple no core change add-on so just copy files over go to admin and install and setup. Images must be in images/logos/ By default images are numbered image1….16 so if you drop those in to the logos folder will display automaticity. If you name the images something else, then go to admin and enter the image names used. The BS3 version is a compromise as BS3 will not display multi image carousel. Done using some js and css. You can also select which pages it will be shown on in admin. Carousel’s are not perfect on small screens so you can set which screen size to block them on in admin. That’s it enjoy. Has been tested on FROZEN CE BS3 & BS4 only. 1 1 Smoky Barnable and valquiria23 reacted to this Share this post Link to post Share on other sites
valquiria23 240 Posted June 24, 2019 thanks Zahid for giving colors to oscommerce !!! Community Oscommerce fan You'll find the latest osC community version here. Share this post Link to post Share on other sites
♥JcMagpie 1,693 Posted July 26, 2019 Updated to V1.1 fix script warnings in browser. Only updated for Phoenix. 1 valquiria23 reacted to this Share this post Link to post Share on other sites
♥JcMagpie 1,693 Posted January 15, 2020 7 hours ago, ce7 said: Thank you very much for this addon. Is it possible to add link to logo and editable in admin area? No not as it is currently coded. Share this post Link to post Share on other sites
♥JcMagpie 1,693 Posted January 15, 2020 If you are happy doing a bit of editing then it's quite easy to add the links yourself. 1) goto and edit /public_html/includes/modules/content/footer/templates/tpl_cm_footer_jcm_logos.php 2) for each image such as <div class="col"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1" ></div> change it to <div class="col"><a href="https://kuuza.co.uk/" target="_blank"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1"></a></div> All you are doing is wraping the <img> with <a href="https://kuuza.co.uk/" target="_blank"></a> Share this post Link to post Share on other sites
♥JcMagpie 1,693 Posted January 15, 2020 JcM footer logos V1.2 Phoenix Has been updated to allow image link to be added in admin. You can set to open in new window or same. Share this post Link to post Share on other sites