Image not loading for Borders / Icons
-
Hello Matt,
I installed the foogallery-owl-carousel-template and realized that the Border Styles and Icons didnt load in the admin settings, i did a little research and found that the links where wrong.
Your Links:
'border-style-square-white' => array('label' => 'Square white border with shadow', 'img' => FOOGALLERY_DEFAULT_TEMPLATES_EXTENSION_URL . 'assets/border-style-icon-square-white.png'), 'border-style-circle-white' => array('label' => 'Circular white border with shadow', 'img' => FOOGALLERY_DEFAULT_TEMPLATES_EXTENSION_URL . 'assets/border-style-icon-circle-white.png'), and so on...
Working Links:
'border-style-square-white' => array('label' => 'Square white border with shadow', 'img' => FOOGALLERY_DEFAULT_TEMPLATES_EXTENSION_URL . 'shared/img/admin/border-style-icon-square-white.png'), 'border-style-circle-white' => array('label' => 'Circular white border with shadow', 'img' => FOOGALLERY_DEFAULT_TEMPLATES_EXTENSION_URL . 'shared/img/admin/border-style-icon-circle-white.png'), and so on...
https://www.ads-software.com/plugins/foogallery-owl-carousel-template/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image not loading for Borders / Icons’ is closed to new replies.