Bullet Lists don't appear

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri May 28, 2010 10:57 am
In the Corporate 2 template, if I make a bulleted list or unordered list, no bullets show up in the article. Is there a way I can get the bullets to show?
User avatar
Fresh Boarder

GK User
Fri May 28, 2010 11:42 am
Do do have the same issue.

when i write an article which has a listing with bullets (editor in the backend shows them) they dont appear in frontend view of the article.

I hope for sulution

Best regards, Felix
User avatar
Fresh Boarder

teitbite
Fri May 28, 2010 1:54 pm
Hi

Please try the latest version of this template.
User avatar
Moderator

GK User
Fri May 28, 2010 2:48 pm
Thanks,

if I do the installation, will it overwirte possible modifications like fontsize?
User avatar
Fresh Boarder

teitbite
Fri May 28, 2010 2:52 pm
Hi

Yes it will. Please make a backup and after update copy all changed code.
User avatar
Moderator

GK User
Fri May 28, 2010 3:08 pm
teitbite wrote:
Hi

Please try the latest version of this template.


Hello teitbite,

the problem is too with the latest version. Typography bullet is ok, but standard (TinyMCE) not.

Test

Regards, Thomas.
User avatar
Junior Boarder

teitbite
Mon May 31, 2010 10:07 am
Hi

Please add this at the end of typo.css file:

Code: Select all
ul {
list-style:circle outside none;
}

ul li {
list-style-position:inside;
}
User avatar
Moderator

GK User
Tue Jun 15, 2010 10:46 am
Hi,

I tried now
1) to update the Template
2) to add the coded you've been posting

Bullet do now appear in the article (i use also tinyMCE)


but also in e.g. Menulists which have already bullets (little arrow)



Any further idea?

Best Regards

Felix
User avatar
Fresh Boarder

teitbite
Tue Jun 15, 2010 6:19 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Sun Aug 08, 2010 2:18 am
Hi

I'm having the exact same problem as mentioned above when I insert the new CSS code, I get bullets on the module menus as well as articles..

Has a fix been found yet??

thanks

biggs
User avatar
Fresh Boarder

teitbite
Mon Aug 09, 2010 7:37 am
Hi

Try maby replace my code:

Code: Select all
ul {
list-style:circle outside none;
}

ul li {
list-style-position:inside;
}


with

Code: Select all
ul li{
list-style:circle outside none;
}
User avatar
Moderator

GK User
Mon Aug 09, 2010 12:46 pm
hi teitbite

Cool that did the trick, it's still an issue if you want the bullets on the inside but wil definitely do the job.

Thanks again.

biggs
User avatar
Fresh Boarder

teitbite
Wed Aug 11, 2010 2:18 pm
Hi

Try to replace "outside" to "inside" and see what it brings :)
User avatar
Moderator

GK User
Wed Aug 11, 2010 2:22 pm
hey

yep, i did that and you get the same result i.e. double bullets on the menus. for this job it's fine, amy something that could be looked at for the next update release. I am also working on a site with the Myshop template and the menu main and sub level bullets are not showing on that template either, has something chagned in-house with the way bullets are coded perhaps?

regards

biggs
User avatar
Fresh Boarder

teitbite
Thu Aug 12, 2010 3:13 pm
Hi

try maby add a margin to this class:

Code: Select all
ul li{
list-style:circle outside none;
margin-left:15px;
}
User avatar
Moderator

GK User
Sat Aug 14, 2010 3:18 pm
Hi Teitbite

Stil having an issue with the Bullets, the code you gave works fien for menus listed on the left but I need a related items menu on the right_top column and you will see from the link below. I have tried in allright aligned mosule postions and the same result in each on.

http://www.heaventreedesign.com/icse/st ... vel-1.html

thanks

biggley
User avatar
Fresh Boarder

GK User
Sat Aug 14, 2010 5:16 pm
Hi

Is this what you want?




Try adding this code:

Code: Select all
.moduletable_content .menu li {background:none;list-style-position:inside;padding-left: 0!important}


Cheers
User avatar
Platinum Boarder


cron