Bullet and numbering in content

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sat Mar 03, 2012 2:55 am
Hello,

I have a problem with Bullet and Numbering in Joomla content. I have inserted several bullets and numbers in the content but it doesn't show at all at front end.

This is the link : http://adudu.cloudaccess.net/index.php/department
User avatar
Junior Boarder

GK User
Sat Mar 03, 2012 3:02 pm
Hi,

Try adding this css code to CSS Override:
Code: Select all
ol, ul{
list-style: disc outside none !important;
}
User avatar
Platinum Boarder

GK User
Sat Mar 03, 2012 3:34 pm
But it also change number to be bullet.
User avatar
Junior Boarder

GK User
Sat Mar 03, 2012 3:50 pm
Open file /templates/gk_corporate2/css/reset/meyer.css

Remove:
Code: Select all
ol, ul {
   list-style: none;
}

Open file /templates/gk_corporate2/css/template.css

Remove:
Code: Select all
ul { list-style:none}


Remove the code I gave in previous post.

Add this code to CSS Override:
Code: Select all
ul.actions, #gk-menu > ul{
list-style: none;
}
User avatar
Platinum Boarder

GK User
Sat Mar 03, 2012 4:30 pm
The bullet and numbering works now. But something weird happened. Let me know if you need login credentials.
User avatar
Junior Boarder

GK User
Sat Mar 03, 2012 5:37 pm
Hi,

The last code was to solve that issue, did you add it?
User avatar
Platinum Boarder

GK User
Sat Mar 03, 2012 5:50 pm
Yes I did and I was enable override.css option in template settings. I've sent you a PM about my login credentials for your reference.
User avatar
Junior Boarder

GK User
Sat Mar 03, 2012 7:17 pm
Sorry I gave you wrong code, here is the correct one:
Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}

Please try again and let me know if it helps.
User avatar
Platinum Boarder

GK User
Sun Mar 04, 2012 2:06 am
Don Lee, thanks for trying. I did exactly as what you said but it doesn't work...

Please look it at my attachment or at my site (http://adudu.cloudaccess.net) and hover your mouse pointer over the "Menu Test" menu.
User avatar
Junior Boarder

GK User
Sun Mar 04, 2012 2:10 am
Bullet and numbering also doesn't indent.
User avatar
Junior Boarder

GK User
Mon Mar 05, 2012 2:38 pm
Hello,

Any update?
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 2:15 pm
Hi,

Sorry for this delay, add this code to fix the issue in submenu:
Code: Select all
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
User avatar
Platinum Boarder

GK User
Tue Mar 06, 2012 2:33 pm
Hi,

This code was fixed issue in the submenu. How about indent problem?
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 2:41 pm
Sorry can you show me what problem still persists now? I don't see any.
User avatar
Platinum Boarder

GK User
Tue Mar 06, 2012 2:46 pm
You can see here http://adudu.cloudaccess.net/index.php/department. Bullet and numbering was not indent.
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 3:02 pm
I see now, add this code please:
Code: Select all
ul, ol{
list-style-position: inside;
}
User avatar
Platinum Boarder

GK User
Tue Mar 06, 2012 3:09 pm
No, it does not work. :?:
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 3:20 pm
Sorry, please try plus with this code:
Code: Select all
ul, ol{
padding-left: 2em!important;
}
User avatar
Platinum Boarder

GK User
Tue Mar 06, 2012 3:55 pm
It works! So, do I still need to use the modified meyer.css and template.css or just can use back original file? I wonder what will happen when I'm update this template.
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 4:12 pm
I've already thought of this when giving you the solution, there aren't other ways rather than removing the codes, also this is a bug of the template, we will fix it soon. Let me know if you need any other helps.
User avatar
Platinum Boarder

GK User
Tue Mar 06, 2012 4:19 pm
Thank you Don Lee, I'm really appreciate your help. I'll waiting the fix for this template.
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 4:23 pm
No problem at all as you are most welcome :D
User avatar
Platinum Boarder

GK User
Sun Mar 11, 2012 9:27 pm
Don Lee wrote:Sorry I gave you wrong code, here is the correct one:
Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}

Please try again and let me know if it helps.


Is it possible to summarise in a single sequence the various changes needed to enable bullets in the NewsII template without trying to follow the sequence of the posts. Otherwise, of course, the GK templates are outstanding. Gary Watkins
User avatar
Fresh Boarder

GK User
Mon Mar 12, 2012 2:32 pm
Ok here you go:

Open file /templates/gk_corporate2/css/reset/meyer.css

Remove:
Code: Select all
ol, ul {
   list-style: none;
}

Open file /templates/gk_corporate2/css/template.css

Remove:
Code: Select all
ul { list-style:none}


Add this code to CSS Override:
Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
ul, ol{
padding-left: 2em!important;
}
User avatar
Platinum Boarder

GK User
Thu May 31, 2012 12:09 pm
Don Lee wrote:Ok here you go:

Open file /templates/gk_corporate2/css/reset/meyer.css

Remove:
Code: Select all
ol, ul {
   list-style: none;
}

Open file /templates/gk_corporate2/css/template.css

Remove:
Code: Select all
ul { list-style:none}


Add this code to CSS Override:
Code: Select all
ul.actions, .gk-menu > ul{
list-style: none;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul{
list-style: none;
}
ul, ol{
padding-left: 2em!important;
}


I had the same problems with the missing bullets.

I'm now proceed exactly as described above.
Result: Bullets are now displayed. However, they are present twice in the submenus!

Image

Please help me quickly, thanks.

prh
User avatar
Fresh Boarder

GK User
Sat Jun 02, 2012 6:46 am
Hi prh,

Can you please give me your site link to see the problem and check?

thanks,
User avatar
Platinum Boarder

GK User
Wed Jul 04, 2012 5:27 am
Don Lee wrote:Hi prh,

Can you please give me your site link to see the problem and check?

thanks,


I made all the changes you summarized a couple posts ago. I have the same issue. I'll PM you my login info.
User avatar
Senior Boarder

GK User
Wed Jul 04, 2012 11:58 am
d2dpcs wrote:
Don Lee wrote:Hi prh,

Can you please give me your site link to see the problem and check?

thanks,


I made all the changes you summarized a couple posts ago. I have the same issue. I'll PM you my login info.

Hi,

Can you give me a link where I can see the issue?

Thanks,
User avatar
Platinum Boarder

GK User
Wed Jul 04, 2012 7:43 pm
http://kelowna.directrouter.com/~drpbctdy/corp/

Sent you login info in a PM to you also. I made all of the changes you summarized in this thread.

Thanks,
Eric
User avatar
Senior Boarder

GK User
Thu Jul 05, 2012 12:03 pm
Hi Eric,

Open file /modules/mod_image_show_gk4/styles/gk_corporate2/style.css

Find this line to remove:
Code: Select all
list-style-type: none;

Then it would look like http://easycaptures.com/fs/uploaded/587/3847833853.jpg

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Thu Jul 05, 2012 4:33 pm
Don Lee wrote:Hi Eric,

Open file /modules/mod_image_show_gk4/styles/gk_corporate2/style.css

Find this line to remove:
Code: Select all
list-style-type: none;

Then it would look like http://easycaptures.com/fs/uploaded/587/3847833853.jpg

Let me know if it helps.


It isn't a mod_image_show_gk4 issue. I don't want bullets there anyways. I just want bullets and numbering to work in articles with indents.

Before I made the changes you summarized in this thread, bullets and numbering did not appear in articles on my site. After making the changes, bullets and numbering are appearing in articles, but
    bullets are also appearing below articles where the "prev" and "next" navigation is,
    in this same right column, I don't want the extra indent.

Thanks,
Eric
User avatar
Senior Boarder

GK User
Fri Jul 06, 2012 1:22 pm
Hi Eric,

I have asked you to provide a link to see the problem earlier and you gave me your homepage so I didn't know. Now please remove all the changes you have made then I will check further for your case.

Thanks,
User avatar
Platinum Boarder

GK User
Sat Jul 07, 2012 8:26 pm
Don Lee wrote:Hi Eric,

I have asked you to provide a link to see the problem earlier and you gave me your homepage so I didn't know. Now please remove all the changes you have made then I will check further for your case.

Thanks,


Ok, sorry for the confusion. I removed all the changes. Here is a link where bullets are not working in the article. The right column was also affected with the changes by unnecessary bullets and indenting appearing in the Profession Membership module.

http://kelowna.directrouter.com/~drpbct ... on-m-shinn
User avatar
Senior Boarder

GK User
Sun Jul 08, 2012 3:50 pm
Thank you, please try this code:
Code: Select all
.pagenav > li {
    list-style: none!important;
}
.item-page > ul > li {
    list-style: disc outside none !important;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Tue Jul 10, 2012 7:10 pm
Don Lee wrote:Thank you, please try this code:
Code: Select all
.pagenav > li {
    list-style: none!important;
}
.item-page > ul > li {
    list-style: disc outside none !important;
}

Let me know if it helps.


Ok, I removed all of the other edits you mentioned and just added the above to override.css. Bullets appear in the article, but that is the only good thing.

These don't work on this page: http://kelowna.directrouter.com/~drpbct ... on-m-shinn
They are not indented.
Bullets also appear at the page nav.
Bullets also appear at the printer friendly/email a friend.
ul classes don't display, example <ul class="gk_square3">

This doesn't work on this page: http://kelowna.directrouter.com/~drpbct ... rk-with-us
Numbering doesn't work.

Thanks,
Eric
User avatar
Senior Boarder

GK User
Thu Jul 12, 2012 10:29 pm
I'm sorry Eric, please change the code to:
Code: Select all
.pagenav > li {
    list-style: none!important;
}
.item-page > ul > li {
    list-style: disc inside none !important;
}

I think it should work now.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jul 13, 2012 2:59 am
Don Lee wrote:I'm sorry Eric, please change the code to:
Code: Select all
.pagenav > li {
    list-style: none!important;
}
.item-page > ul > li {
    list-style: disc inside none !important;
}

I think it should work now.

Thanks,


I appreciate the effort, but it didn't make a difference. This is really important as I made the site live just now.

www.shinnlegal.com
User avatar
Senior Boarder

GK User
Sat Jul 14, 2012 4:18 am
I have tried with Firebug and it really worked for me, can you please send me a PM to provide with your site backend access then I will try adding code for you?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Jul 17, 2012 4:37 pm
Don Lee wrote:I have tried with Firebug and it really worked for me, can you please send me a PM to provide with your site backend access then I will try adding code for you?

Thanks,


I PM'd you, but it still shows in my Outbox. This has happened before, but mods still received them. Did you receive it? Thanks.
User avatar
Senior Boarder

GK User
Thu Jul 19, 2012 9:56 am
Hi,

I have got your PM already but the site is live now so I can't find the link to see those issues, can you please update?

Thanks,
User avatar
Platinum Boarder


cron