I can't insert a picture after installing the pkg fonticon
- Posted by Axel (2) Offline
I am disappointed because i have installed the pkg fonticon with templat creator, that work but i cant insert picture in my articles. I tried to uninstall it but the situation is always the same so i install again so that i informe you. I need your help because my website is news site, i cant put the article without picture. Thanks for your help.
9 years 7 months ago #1
by Axel
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi fungi,
Sorry for your dissappointed, but can you tell me step by step to reproduce the problem? I have tried it at my end and unable to replicate the problem. Please see this : www.dropbox.com/s/4ycodm4uw3hauvg/foticon.mp4?raw=1
9 years 7 months ago #2
by TemplatePlazza
Sorry for your dissappointed, but can you tell me step by step to reproduce the problem? I have tried it at my end and unable to replicate the problem. Please see this : www.dropbox.com/s/4ycodm4uw3hauvg/foticon.mp4?raw=1
Please Log in or Create an account to join the conversation.
- Posted by Axel (2) Offline
Thanks for your reply,
i found the solution but there is another problem with another web site. When I use a contact form in the interface I can include the icon , but when I get out of the interface the icon disappears . You can see the pictures. The contact form extension is contact form maker (component)
Thanks for your help
9 years 6 months ago #3
by Axel
i found the solution but there is another problem with another web site. When I use a contact form in the interface I can include the icon , but when I get out of the interface the icon disappears . You can see the pictures. The contact form extension is contact form maker (component)
Thanks for your help
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
I think it's because the font files are not loaded on that page because, by default the font will be loaded on joomla article only. You can fix this by adding this code to your index.php of your template to make the icon fonts are loaded sitewide.
change the xxxxx.css with icomoon.css or entypo.css or font-awesome.css, depends on what icon font you use.
9 years 6 months ago #4
by TemplatePlazza
$pluginbase = ''.JURI::base(true).'/plugins/content/fonticons/';
$doc = JFactory::getDocument();
$doc->addStyleSheet( $pluginbase.'assets/css/xxxxxxx.css' );
change the xxxxx.css with icomoon.css or entypo.css or font-awesome.css, depends on what icon font you use.
Please Log in or Create an account to join the conversation.