- Posts: 24
- Thank you received: 0
NO right icons in list
- flaterik
- Topic Author
- Offline
- Junior Member
Less
More
10 years 8 months ago #4712
by flaterik
NO right icons in list was created by flaterik
Hi, i have a problem displayng list of placemark.
I use T3 framework but i also use the compatibility option to bootstrap 2 . I see strange char or nothing , different by browser.
You can try my problem here
www.climbitalia.it/elenco-falesie.html?view=placemarks
I use T3 framework but i also use the compatibility option to bootstrap 2 . I see strange char or nothing , different by browser.
You can try my problem here
www.climbitalia.it/elenco-falesie.html?view=placemarks
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago #4713
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic NO right icons in list
Hi.
You can check your css styles
As you can see in your template applied style with this symbol.
You can try to override style icon-menu for i tag in main-container-table div section. Just add your style into your template
You can check your css styles
As you can see in your template applied style with this symbol.
You can try to override style icon-menu for i tag in main-container-table div section. Just add your style into your template
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- flaterik
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 8 months ago #4727
by flaterik
Replied by flaterik on topic NO right icons in list
Hi, i can't understand how to solve it, i'm sorry.
Try to hel me solve the problem
Thanks
Try to hel me solve the problem
Thanks
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago - 10 years 8 months ago #4728
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic NO right icons in list
Hi, as i wrote above, you can override style in your template.
For example, open your template css, and add into the end styles like
or just only for special class of i tag
it means, for i tag in div section with id = "main-container-table" set content to empty.
And check in firebug, for example, is this style applied. If it still overriden by template (you'll see your line stroked), then add !important.
For example, open your template css, and add into the end styles like
Code:
#main-container-table i {
content: "";
}
or just only for special class of i tag
Code:
#main-container-table i.icon-menu {
content: "";
}
it means, for i tag in div section with id = "main-container-table" set content to empty.
And check in firebug, for example, is this style applied. If it still overriden by template (you'll see your line stroked), then add !important.
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 10 years 8 months ago by Dima.
The following user(s) said Thank You: flaterik
Please Log in or Create an account to join the conversation.
- flaterik
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 8 months ago #4729
by flaterik
Replied by flaterik on topic NO right icons in list
Oh, thank you. I know and understand this solution
So i override the icon with my icon.
What i want to do is use the bootstrap and your icon from fontawesome (also included in my T3-Framework template).
I try to Override default.php in template folder html. After i do this, the icon are right.
I work on it.
Last question. Is possible to remove filter ? or leave only filter and remove the order by?
Very very thank you.
So i override the icon with my icon.
What i want to do is use the bootstrap and your icon from fontawesome (also included in my T3-Framework template).
I try to Override default.php in template folder html. After i do this, the icon are right.
I work on it.
Last question. Is possible to remove filter ? or leave only filter and remove the order by?
Very very thank you.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago #4730
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic NO right icons in list
I think you mistake to edit php file. You should alter template css file, for example, most of cases it named template.css. You can see and edit your files in admin panel.
To remove order by block? I'll think, but ordering is in table header too. You can click on column title to change the order.
To remove order by block? I'll think, but ordering is in table header too. You can click on column title to change the order.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds