szool 0 Report post Posted August 21, 2010 This appears to be something on my front page that is messing up my message ticker plugin (top of sidebar). The reason why I am telling you is because it works on every page except my front page, and all pages are using the same default sidebar. So something on the front page (possibly the feature?) is messing it up. It works on every page except the home page. Example links below: Does not work here: http://citizenmediagroup.com/ Works here: http://citizenmediagroup.com/category/news/ Share this post Link to post Share on other sites
szool 0 Report post Posted August 22, 2010 It is the "feature boxes" when I turn them off the message ticker looks normal Share this post Link to post Share on other sites
szool 0 Report post Posted August 22, 2010 I moved the feature boxes to this page so you can see how it messes up the ticker http://citizenmediagroup.com/about/cmg/ Share this post Link to post Share on other sites
szool 0 Report post Posted August 22, 2010 It appears that it is only messed up on Firefox, IE works. I also noticed that any page that uses the Feature Boxes it highlights all the text in the sidebar and the footers.... the pages that do not use the Feature boxes do not highlight. Why is it different? Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 23, 2010 Soljon, You are missing some markup in the fboxes. A quick validation service will reveal the errors. Also there is some html in there that refers to `` and I'm not sure what that is...it also seems to be problematic with th HTML formatting. If you paste one of your fboxes in here I may be able to help further. Share this post Link to post Share on other sites
szool 0 Report post Posted August 23, 2010 feature title <h3><font color="#FFFFFF">Internet Radio</h3> feature box text + html <p align="justify">CMC produces professional quality internet radio shows for our member individuals & organizations. We only choose projects that are uplifting to humanity and have a positive impact on society. Read on to learn more!</p><p></p /> Share this post Link to post Share on other sites
szool 0 Report post Posted August 23, 2010 sorry this is the full "feature box text + html" section: <p align="justify">CMC produces professional quality internet radio shows for our member individuals & organizations. We only choose projects that are uplifting to humanity and have a positive impact on society. Read on to learn more!</p><p></p /> Share this post Link to post Share on other sites
szool 0 Report post Posted August 23, 2010 it keeps cutting off.... Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 24, 2010 At the end where it shows: `/>` - this should just be: `` Thanks, Bryan Share this post Link to post Share on other sites
szool 0 Report post Posted August 24, 2010 awesome. works great!!! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 24, 2010 Good to hear. Thanks, Bryan Share this post Link to post Share on other sites
szool 0 Report post Posted August 24, 2010 the problem was I was changing the color of the title back to white using this: <font color="#FFFFFF"> because I also linked the title, which turned it blue. It seems this font color tag messed up the page. So how can I change it back to white? Thanks!! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 24, 2010 It should be done with CSS, what titles are we talking about? Thanks, Bryan Share this post Link to post Share on other sites
szool 0 Report post Posted August 24, 2010 on the front page, in the feature boxes.... Box 1 - Internet Radio Box 2 - Decentralized Media Box 3 - Positive Change Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 24, 2010 `.fboxtitle a {color:#FFF;}` Place this code in the custom css portion of the theme options and it should change it to white. Share this post Link to post Share on other sites
szool 0 Report post Posted August 24, 2010 perfect! Share this post Link to post Share on other sites