a little lost with dolphin 7.1
how to change the icons at the top of pages - ( events - people... )
see the picture
thank you
Jean
a little lost with dolphin 7.1 how to change the icons at the top of pages - ( events - people... ) see the picture
Jean |
a little lost with dolphin 7.1 how to change the icons at the top of pages - ( events - people... ) see the picture
Jean Admin >> Builders >> Navigation Menu >> Click on the block title you want to change i.e. "Events" >> Change the name of the "Picture:" and "Icon:" Choose your icon from these icons but do not include the "icon-" part of the icon name since it is assumed.
|
thank you - but if I want to add personal icons
|
To use images instead of text icons: admin --> modules --> ads --> Category Manager --> Edit --> Picture Add name of image file here, then upload image to /modules/boonex/ads/templates/base/images/icons
thank you - but if I want to add personal icons
|
ok for ads but for pages - events, people, groups - |
It's done the same way. Admin >> Builders >> Navigation Menu >> Click on block's name you want to change ie. "Groups" and change the picture name. If you can not figure it out from here, then I am not the one to help you.
ok for ads but for pages - events, people, groups -
|
I know how to change icons - with icons : http://fortawesome.github.com/Font-Awesome/#all-icons I do not want icons : http://fortawesome.github.com/Font-Awesome/#all-icons I want to add my icons - I have an adult site - I want to put my icons for adults |
To use images instead of text icons: It's done the same way. Admin >> Builders >> Navigation Menu >> Click on block's name you want to change ie. "Groups" and change the picture/icon name to the filename of the adult icon, then upload image to /templates/base/images/icons
These instructions have been posted here many times already. |
thank you very much |
The icons in Dolphin 7.1 look worst than dog poo that is seven days old. Geeks, making the world a better place |
For 7.1.1 I am struggeling also with the Icons |
still didn't get this to work in 7.1.1 :( Not with png in base template, not with png in used template. Also with just the word home in the icon field no results. Am I missing something? |
I was looking at my old 7.0.9 site the other day and was noticing how much prettier it looks than 7.1.x. I think the change to font awesome (more accurately, font awful) sucks; if Boonex was going to do this, then it should have been coded in as a choice; choice is good, lack of choice is bad. Now, there is a way to go into the CSS and tell it to use an image instead of the font awful crap. However, there are drawbacks to it. I don't know if there is an easy fix to this font awful crap that Boonex changed to in 7.1.x One drawback is the size of icons; normally you would have two sizes of icons depending on where they are displayed. Most of the icons are small in size. The icons.css file determines the icon .sys-icon.camera-retro:before { content: "f083"; } The first is using that font awful crap and the second one is using a png graphic located in an icons directory in the root of the site. Geeks, making the world a better place |
Didn't try yet, but noticed that on the demo version here on boonex, also nog home or home.png shows up after changing..... |
It still works, look |
Thanx Andrew Will try again, realy hope I get it to work. And it works. Silly thing is you have to delete the default name and the language key (make them empty) to get it working Gr Jeroen |
Silly thing is you have to delete the default name and the language key (make them empty) to get it working
Thats because you can have either text or a icon but not both. So if text is there it will use it and ignore the icon. https://www.deanbassett.com |
It still works, look But the fact that Boonex went site wide to font awful and there is no easy switch back to regular icons. Or are you telling me that I can "bang" switch off of the awful font awful icons back to what I had with 7.0.9? 7.1 looks ugly with the font awful icons. Choice is good, lack of choice is bad. Geeks, making the world a better place |
Yes you can in most cases. For example the events icon first mentioned in the topic. https://www.deanbassett.com |
I guess I just need to sit down one day and start working on changing all the fonts to images. Geeks, making the world a better place |
Silly thing is you have to delete the default name and the language key (make them empty) to get it working
Thats because you can have either text or a icon but not both. So if text is there it will use it and ignore the icon. Agree, but in older version (mine was stil 7.0.4) this was not needed. That's where my confusion bumped in |
Only my breadcrump bar is broken now....
It says Where it should be How to change this? |
I just tried the solution of AndrewP, but it don't work. |
For Dolphin 7.2.x there's a workaround for the navigation menu icons. You will need to add the icon in the language string but you will also need to delete the Picture value in the builders. For example, yoiu want to add an icon to the Home item on the Navigation bar. You will need to edit this value in Settings -> Language Settings. <i class="sys-icon home"></i> Home The word home in this string is exactly the name of the icon (which you noticed in the Picture field before). Now you will need to remove the value for the Picture field because otherwise the Quick Links section will show two home icons for this menu item.
In the language key you can insert any HTML tags so you can as well place your own icons here using the <img> tag. |
All I know is I am totally lost, lol |
My post in: https://www.boonex.com/forums/topic/Custom-link-header-status-bar.htm will help everyone put there own images in. |