Urgent: why all my sites with Graphene theme are broken?
-
Admin
Quote:css file from http://www.ratehub.ca/css/main.css?v=5 has no impact to your theme, because it was co-existing with no any problemYes it does, as it sets the width for
#containerand#footer, which overrides the width set by the theme. Perhaps there was a change in this CSS file that causes all of your sites which loads the CSS file to suddenly stop working properly.Have you tried adding a !important to the css that’s being overwritten by ratehub?
like –
.container_16 {
width: 1240px !important;
}IMO, the change is not coming from you or Graphene, it’s coming from ratehub. They may have changed the name for the container now called “container”.(?) Their stylesheet uses the “container” div name, and is getting loaded after yours, so it gets priority. Either use the !important declaration, delete or fix ratehub, or rename container to something else. Of course, before you do any of this, please make a backup of your file! Also keep in mind that YMMV. 😉
Admin
There are two things that you should not do here:
1. Use an entire stylsheet meant for another site on your own. If you like a particular style, just copy/paste the relevant sections of the stylesheet.
2. Not just do the above, but also load the stylesheet directly from the other site instead of placing it on your server. This shouldn’t be done on two counts: 1) The other site’s owner may not like it, as you are using up their server resources, and 2) Whenever the other site’s owner change the stylesheet, it affects your site as well.
Oops, sorry I missed that. I thought ratehub was some kind of plugin.(?)
To kenmcneill: yes, ratehub is providing widget for various purpose:
- You must be logged in to reply to this topic.
