We offer outstanding professional Joomla!TM extensions.

Professional Joomla! Extensions

Professional Joomla! Extensions

Forum Blogomunity Joomla Extensions p8pBB bridge Styles jprosilver doesnt not seem to be responding to color changes

Member Login



Community Builder

This module is for demo of CB integration.





Forgot login?
No account yet? Register

Latest Forum Activity

jprosilver doesnt not seem to be responding to color changes

Everything about customizing and using phpBB styles (templates).
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
5 posts • Page 1 of 1

jprosilver doesnt not seem to be responding to color changes

Postby YeeP » May 18th, 2009, 7:28 pm

I redid the bg_header.gif and the bg_list.gif files to show a different colored gradient. The lower section that wraps around the list of columns/threads are just solid colors. The color for the list of forum names is #0076b1. Here is a screen shot with the color still on.
forum gradient.jpg

Here is a copy of the code that determines that. It can be found in both style.css and colours.css

Code: Select all
.phpbb_forabg {
   background-color: #0076b1;
   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}


I can change that color to my heart's content, dump the forum cache, dump my browser's history and it will not change. This is not a new process to me, what am I doing wrong here. The color #0076b1 is only in the two files listed, and it is not an image as far as I can tell....

grrrrrr. :^)
You do not have the required permissions to view the files attached to this post.
User avatar
YeeP
Rookie
Rookie
 
Posts: 47
Joined: May 12th, 2009, 10:36 am
Name: Ryan

Re: jprosilver doesnt not seem to be responding to color changes

Postby Admin » May 19th, 2009, 12:47 am

What says FireBug? Where this color is defined for the block?

Also:
phpBB uses advanced caching of CSS in database for prosilver, and you need to refresh the theme after applying any changes in CSS file:
go to Styles, next Themes (in left menu), click Refresh next to jprosilver. You can also skip caching of CSS in database in Details (Store stylesheet in:), in this case it will be cached in files only and purging the cache will be enough to apply changes.
Let he without sin throw the first stone.
User avatar
Admin
Site Admin
Site Admin
 
Posts: 904
Joined: October 21st, 2008, 5:39 pm
Location: index.php
Name: Administrator
Browser: Chrome

Re: jprosilver doesnt not seem to be responding to color changes

Postby YeeP » May 19th, 2009, 6:13 pm

So, after getting around that, I think I have a css interference. The main link color for the entire joomla template is taking over all links (including forum names and thread names) inside of the forum. Here is a snip of the color and call out to it from the template css file.

Code: Select all
#main-content a, #section-four a {
   color: #0079AC;
}


I guess I dont see what I need to change here on the phpbb side, I find nothing that this effects as far as same name. If I do change that, it will change everything in the forum.
User avatar
YeeP
Rookie
Rookie
 
Posts: 47
Joined: May 12th, 2009, 10:36 am
Name: Ryan

Re: jprosilver doesnt not seem to be responding to color changes

Postby Admin » May 20th, 2009, 1:31 am

What if replace it just to:
Code: Select all
a {
   color: #0079AC;
}
Let he without sin throw the first stone.
User avatar
Admin
Site Admin
Site Admin
 
Posts: 904
Joined: October 21st, 2008, 5:39 pm
Location: index.php
Name: Administrator
Browser: Chrome

Re: jprosilver doesnt not seem to be responding to color changes

Postby YeeP » May 20th, 2009, 8:39 am

You really know your stuff man. This did work, however I would like to know more about HOW it worked. You changed the name of a class (is that right, "class") how can it even be referenced by the template now? How is it even working? Check out the effects.
http://dev.rockzombieoutlaws.com/ - Scroll down on the main page to see the links to the most popular articles. Then hit the forum link on the top menu to see the forum and changes.

Forum link to help you http://dev.rockzombieoutlaws.com/index.php?option=com_jmrphpbb&view=index&Itemid=91

I modified your code slightly to make it very obvious on the effects it has on the forum. The link colors in the template are very similar to jprosilver and this makes it hard to diagnose problems. It has been changed to a bright yellow.

Code: Select all
a {
   color: #efe100;/*was 0079AC*/
}
User avatar
YeeP
Rookie
Rookie
 
Posts: 47
Joined: May 12th, 2009, 10:36 am
Name: Ryan


5 posts • Page 1 of 1

Return to Styles

Who is online

Users browsing this forum: CommonCrawl [Bot] and 0 guests

 
Copyright © 2008-2012 Blogomunity.com
Trademarks and tradenames used herein are the property of their respective holders.
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. Blogomunity is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.