I've created and uploaded a custom icon into my themes/images/icons/iconbox folder as directed, but the icon box shortcode creator is not loading it automatically. I also tried placing the file in themes/images/icons/ but no luck. Am I missing something?
custom icon not displaying in shortcode wizard
3 posts from 2 voices-
Posted 1 year ago #
-
Anybody there?
Posted 1 year ago # -
Hey,
as far as I know Broadscope doesn't support custom icons. It just supports the icons listed here: http://www.kriesi.at/themes/broadscope/shortcodes/However you can modify the icon paths in css/shortcode.css:
.avia-ilink .info{ background: transparent url("../images/icons/info.png") no-repeat center left; } .avia-ilink .alert{ background: transparent url("../images/icons/alert.png") no-repeat center left; } .avia-ilink .tick{ background: transparent url("../images/icons/tick.png") no-repeat center left; } .avia-ilink .download{background: transparent url("../images/icons/download.png") no-repeat center left; } .avia-ilink .note{ background: transparent url("../images/icons/note.png") no-repeat center left; } .avia-ilink .error{ background: transparent url("../images/icons/error.png") no-repeat center left; } .avia-ilink .help{ background: transparent url("../images/icons/help.png") no-repeat center left; }Posted 1 year ago #
Reply
You must log in to post.














