Bullets not working in Articles Party Freak......

GK User
Wed Jun 16, 2010 10:09 pm
My bullets are showing in the wisiwig. I have spent many hours trying to figure this out. I have read every post having to do with making them work and have had no success. :(

I'm having issues with them in Party Freak and Mem Movie.

Please help me Gavick! You guys rock!

I am having issues on ModaDomani.com

Thanks! :)
User avatar
Fresh Boarder

teitbite
Sun Jun 20, 2010 2:53 pm
Hi

Please try with adding this class at the end of template.css:

Code: Select all
.article-content ul li {
list-style:circle !important;
}
User avatar
Moderator

GK User
Mon Jun 21, 2010 5:18 pm
Hello

I added .article-content ul li {
list-style:circle !important;
}

to the end of my css and no luck.

Thanks for trying!
User avatar
Fresh Boarder

teitbite
Tue Jun 22, 2010 2:33 pm
Hi

Please show me Your site and point where the bullets should be.
User avatar
Moderator

GK User
Tue Jun 22, 2010 2:41 pm
Thanks so much for helping me out!!!

URL: http://www.modadomani.com/

Services page.
User avatar
Fresh Boarder

teitbite
Wed Jun 23, 2010 2:43 pm
Hi

Haha. Bullets where there, but hid under the site :)

Code: Select all
.article-content ul li {
list-style:square outside none;
margin-left:15px;
}


is the right code :)
User avatar
Moderator

GK User
Wed Jun 23, 2010 3:01 pm
hmm I definetely is affecting my bulleted text but bullets are not showing up. Are they showing up as black?

How would I link in an image for a bullet or change the color to white?

Thanks so much!
User avatar
Fresh Boarder

teitbite
Wed Jun 23, 2010 6:37 pm
Hi

Did You deleted previous code?

Code: Select all
.article-content ul li {
list-style:circle !important;
}


with the new I gave You the one is not needed. The last code works for sure. I've checked it twice.

Ther's something wrong with Your site:

Database Error: Unable to connect to the database:Could not connect to MySQL
User avatar
Moderator

GK User
Fri Jun 25, 2010 2:23 pm
Ok I've got the site back up. I did delete the code and replace with the new.

Bullets are not showing up. The bulleted text is affected by the margin settings. The bullets are not showing up. Is there away to make them white?
User avatar
Fresh Boarder

teitbite
Mon Jun 28, 2010 10:56 am
Hi

I have noticed that one more thing got to be add:

Code: Select all
.column ul li {
overflow:visible !important;
}
User avatar
Moderator

GK User
Tue Jul 06, 2010 3:20 am
Hey guys,
I'm having the same problem with the arrows not appearing in the link list on gonegator.com. I've entered the code in this thread to the bottom of the template.css page.

Any suggestions?
User avatar
Gold Boarder

teitbite
Tue Jul 06, 2010 1:54 pm
Hi

GOneGator please try this at the end of template.css file:

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

GK User
Tue Jul 06, 2010 3:27 pm
Ok, I tried that, still no arrows...

Since reading this thread... this is what I've added to template.css

.article-content ul li {
list-style:square outside none;
margin-left:15px;
}

.column ul li {
overflow:visible !important;
}

Code: Select all
.column ul li {
list-style:disc outside none;
}


Is this right?
User avatar
Gold Boarder

GK User
Tue Jul 06, 2010 3:50 pm
Guys, why don't you use the typography of PartFreak?

See this page.

It's very easy to use, specially with the gk_typography plugin.

Cheers
User avatar
Platinum Boarder

GK User
Wed Jul 07, 2010 12:15 am
Hey guys, I updated to NewsPro 4 and it solved my problems! Thanks.
User avatar
Gold Boarder

GK User
Wed Jul 07, 2010 12:47 am
GoneGator wrote:
Hey guys, I updated to NewsPro 4 and it solved my problems! Thanks.


So your problem was on News Show Pro GK4 ? :blink:
Following your code, i thought you were referring to articles on component.
User avatar
Platinum Boarder

GK User
Wed Jul 07, 2010 1:11 am
Sorry, yes, I was talking about the appearance of the component on the main page. With NewsPro GK1, I wasn't getting any bullet points or the left/right arrows. Once I changed the component to GK4, it worked fine and looks GREAT!
User avatar
Gold Boarder

GK User
Wed Jul 07, 2010 1:32 am
GoneGator wrote:
Sorry, yes, I was talking about the appearance of the component on the main page. With NewsPro GK1, I wasn't getting any bullet points or the left/right arrows. Once I changed the component to GK4, it worked fine and looks GREAT!


That because you probably add NSP GK1 with module style support and not template build-in support (that's why you didn't saw the bullets). With NSP GK4 it use module style (in this template), so since the parameter "Use default CSS" is set on by default the style is there.

Did you understand what i said :huh: ? i didn't :P
User avatar
Platinum Boarder

GK User
Wed Jul 07, 2010 2:41 am
Nope, didn't understand a word! ;) Just knodded at the screen politely.

But it works! Thanks for looking into it for me!
User avatar
Gold Boarder


cron