live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Mooticker Formating Questions (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Mooticker Formating Questions
#1754
Mooticker Formating Questions 6 Months, 1 Week ago Karma: 0  
I was able to get mooticker set up with no issues.

Thanks for the great module.

Here is the development site: http://rubber.intownwebdesign.com/

You will see Mooticker in the lower left corner


I am working to format some of the text and having some difficulties.

1. I am getting a bullet point or disc displaying before the text. Where can I turn the disc off? Originally the text was directly on top of the disc. I was able to adjust the text padding so that it correctly displays.

I have added

#mooticker ul {
list-style-type: disc;
}


to the css but it did not seem to have any effect.


2. I changed the font weight to normal and then added strong tags to ceartain words in the text now the text does not display correctly. The text appears to display on top of each other and then become bold.

Have you seen this before? Any suggesstions?

Thanks!
Steven Johnson (User)
Fresh Bamboo
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1755
Re:Mooticker Formating Questions 6 Months, 1 Week ago Karma: 31  
Hi Steven

To remove the disc you need to use something like:

Code:

list-style-type:none
I cant see the ticker on the link you sent so Im not sure what the second issue is. Thanks Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1544
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1756
Re:Mooticker Formating Questions 6 Months, 1 Week ago Karma: 0  
Hi Anthony

Thanks for the reply!

My client is showing to the site to the CEO today so we moved the entire line of text back to bold. If needed I may adjust it back so you can see it.

After looking at it a while the bold text was re sizing on the fade in and fade out. When the words fully displayed (the middle of the display rotation) there was no issue.

In regards to the list style type, this is the code I added

#mooticker ul {
list-style-type: none;
}

and it did not seem to fix the issue. I might try to add !important. The other big item is now that I have the disc correctly spaced the client is fine with it.



Thanks again for the reply and great mod!
Steven Johnson (User)
Fresh Bamboo
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1757
Re:Mooticker Formating Questions 6 Months, 1 Week ago Karma: 31  
Ah ok so here is the issue:

#mooticker ul {
list-style-type: none;
}

needs to be

#mooticker ul li {
list-style-type: none;
}

Cheers Anthony
Anthony Olsen (Admin)
Admin
Posts: 1544
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1758
Re:Mooticker Formating Questions 6 Months, 1 Week ago Karma: 0  
Hi Anthony,

Thanks again for the quick reply

I have updated the code to:

#mooticker ul li {
list-style-type: none !important;
}


That still did not seem to resolve the issue.

The client is fine with the current look so the issue does not have to get fixed. If fact he may like it with the disc.

I am just curious for myself. Could the mootools script be creating the disc?

Thanks!
Steven Johnson (User)
Fresh Bamboo
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1759
Re:Mooticker Formating Questions 6 Months, 1 Week ago Karma: 31  
No its all css ... I dont have the demo handy at the moment to tell you what the fix is exactly.
Anthony Olsen (Admin)
Admin
Posts: 1544
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard
,