20 Posts
Laurens Cleyman
7 years ago
Topic

This is how my fieldX fields look in the back-end:

This is how the same fieldX fields look in the frond-end, notice that the add, delete and drag buttons are missing.

Someone with a solution?

Get a VIP membership
4229 Posts
Kadministrator
7 years ago
0
Level 1

Your frontend template is missing icomoon icons support, see here https://docs.joomla.org/J3.x:Joomla_Standard_Icomoon_Fonts

4229 Posts
Kadministrator
7 years ago
2
Level 1

Your frontend template is missing icomoon icons support, see here https://docs.joomla.org/J3.x:Joomla_Standard_Icomoon_Fonts

20 Posts
Laurens Cleyman
7 years ago
1
Level 2

Are you sure? Because this happend after I updated from Seblod 3.7.1 to  3.8.3 , before everything was fine with my Purity III template.

I have Joomla 3.5.1

4229 Posts
Kadministrator
7 years ago
0
Level 3

Hi,

yes, icons changed from images to font icons in 3.8

20 Posts
Laurens Cleyman
7 years ago
0
Level 1

Thanks Klas!

I included icomoon fonts in the index.php file of my template and everything works fine now.

$doc = JFactory::getDocument();

$doc->addStyleSheet($this->baseurl.'/media/jui/css/icomoon.css');

64 Posts
Topy
6 years ago
0
Level 1

Hello guys,

I've got a problem with this icons... I added iconmoons in templates (beez3) but it seems that these buttons do not work ... Anyone know why ?


I have seen on firebug this errors:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED jquery.ui.min.js:8 Uncaught TypeError: Cannot read property 'constructor' of undefined at t.(anonymous function).(anonymous function)._connectWith (../media/cck/js/jquery.ui.min.js:8:16352) at t.(anonymous function).(anonymous function)._connectWith (../media/cck/js/jquery.ui.min.js:6:4499)

4229 Posts
Kadministrator
6 years ago
3
Level 1

You need to add Bootstrap 2's glyphicon font loading to your template (not icomoon). Errors you are seeing in firebug are javascript errors not related to the font.

64 Posts
Topy
6 years ago
2
Level 2

Thank you for your answer... but as i know... joomla has Boostrap 2 integrated.. Doing like in this tutorial should work? http://www.inmotionhosting.com/support/edu/joomla-3/create-template/add-bootstrap

4229 Posts
Kadministrator
6 years ago
1
Level 3

Hi,

that should work, jsut take care that you copy font too. But to avoid loading the whole boostrap just for fonts you can repalce them with fontawesome

64 Posts
Topy
6 years ago
0
Level 4

Nope... it didn't work. I think we have a problem with this component or with template. 

Get a VIP membership