Can't see bullets list in custom HTML

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 10, 2014 5:42 pm
Reply with quote
Report this post
Hi,
as the title.
Do not display bullets in a custom HTML.
I used: <ul class = "gkBullet2">
<li> Element </ li>
<li> powerwer </ li>
<li> errfsffsf </ li>
</ ul>
but also with others are not displayed.
You need to change some part of the CSS?
In the examples of the template displays the bullets with the image.
Best Regards.
Gioacchino
User avatar
Expert Boarder

GK User
Wed Sep 10, 2014 7:32 pm
Reply with quote
Report this post
Could you please post an url to your site - to a sample page where the change should be made?
User avatar
Moderator

GK User
Thu Sep 11, 2014 10:50 am
Reply with quote
Report this post
Cyberek wrote:Could you please post an url to your site - to a sample page where the change should be made?

Hi Cyberek,
http://dev.gioacchinocipriano.it/index.php#offerte
Regards.
Gioacchino
User avatar
Expert Boarder

GK User
Fri Sep 12, 2014 12:51 pm
Reply with quote
Report this post
Up.
Help please.
Regards
User avatar
Expert Boarder

GK User
Mon Sep 15, 2014 3:02 pm
Reply with quote
Report this post
Jack19 wrote:Up.
Help please.
Regards

Hi,
some news?
Gioacchino
User avatar
Expert Boarder

GK User
Mon Sep 15, 2014 8:26 pm
Reply with quote
Report this post
1. Please don't bump your questions - it moves them down in our queue and you will have to wait longer.
2. Please edit: /templates/gk_john/css/override.css and add at its end:
Code: Select all
.itemBody > ul.gkBullet2 > li:before, .itemBody > div > ul.gkBullet2 > li:before, ul.gkBullet2 li:before {
color: #fff;
content: "\f14a";
font-size: 13px;
top: 5px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Sep 16, 2014 11:16 am
Reply with quote
Report this post
Cyberek wrote:1. Please don't bump your questions - it moves them down in our queue and you will have to wait longer.
2. Please edit: /templates/gk_john/css/override.css and add at its end:
Code: Select all
.itemBody > ul.gkBullet2 > li:before, .itemBody > div > ul.gkBullet2 > li:before, ul.gkBullet2 li:before {
color: #fff;
content: "\f14a";
font-size: 13px;
top: 5px;
}

Remember to enable "CSS override" in template settings - advanced section.

Hi,
1. I'm sorry, I did not think.
2. With the recommended changes is still not working (included enable "CSS override")
Among other things also with gkBullet1, gkBullet3 and gkBullet4...
Any other ideas?
Regards
Gioacchino
User avatar
Expert Boarder

GK User
Wed Sep 17, 2014 2:48 pm
Reply with quote
Report this post
For more information you can help I noticed that the class does not work in custom HTML modules.
In the articles, and articles K2 class works fine, but if I use the CSS override does not work anymore, as you can see here: http://dev.gioacchinocipriano.it/index.php/typography in the section for Unordered lists the class gkBullet2 it is not displayed.
Regards.
Gioacchino
User avatar
Expert Boarder

GK User
Sat Sep 20, 2014 7:30 am
Reply with quote
Report this post
Please add !important at the end of each line and it should solve the problem:
Code: Select all
color: #fff !important;
content: "\f14a" !important;
font-size: 13px !important;
top: 5px !important;

I have also checked your site and seen that you have created overrides for other list styles.
I'll post a request to our dev team to fix the problem in future template release.
User avatar
Moderator

GK User
Sat Sep 20, 2014 10:03 am
Reply with quote
Report this post
Cyberek wrote:Please add !important at the end of each line and it should solve the problem:
Code: Select all
color: #fff !important;
content: "\f14a" !important;
font-size: 13px !important;
top: 5px !important;

I have also checked your site and seen that you have created overrides for other list styles.
I'll post a request to our dev team to fix the problem in future template release.

Hi,
by the time I opted for these colors, so that they are visible both on the modules and page typography.
Code: Select all
.itemBody > ul.gkBullet2 > li:before, .itemBody > div > ul.gkBullet2 > li:before, ul.gkBullet2 li:before {
   /*   color: #fff !important;*/
   color: #F7BE2E !important;
        .......

Thank you very much for the support.
Best Regards.
Gioacchino
User avatar
Expert Boarder

GK User
Mon Sep 22, 2014 1:20 pm
Reply with quote
Report this post
Thanks for the update. Hopefully in a meanwhile (before dev team will work on this issue) those who are in need will find this topic :).
User avatar
Moderator

GK User
Mon Sep 22, 2014 5:07 pm
Reply with quote
Report this post
Cyberek wrote:Thanks for the update. Hopefully in a meanwhile (before dev team will work on this issue) those who are in need will find this topic :).

:idea:
User avatar
Expert Boarder


cron