I know what you said but it's my only modification. If I uninstall "Your" mod - my profile is perfect, if I install "Your" mod - my profile and frontpage is all messed up. How could this "Not" be a result from your modification?
The problem is in your CSS.txt file somewhere- as soon as I add the additional css that you provided, my profiles mess up like in the before pictures. The coding for the header & headinclude seems to be correct- as far as I can tell. I have a brand new vBulletin 3.8.2 installation with absolutly no products installed, none what-so-ever.
This problem occurs no matter if the style is fluid or fixed. The only style that this "Does" work on correctly is the default vBulletin style.... so far I tested 10 different styles- fluid & fixed, with no success what-so-ever. As I said- as soon as the additional css is added, the profiles get messed up..... here's some more wonderful examples:
Found the problem in the css that's messing up all the profiles:
Code:
/***** Main Layout ****/
#container {
width: 100%;
height: 100%;
text-align: center;/* IE fix to center the page */
}
#content {
width: 900px;
margin: 0 auto;/* center the page in Firefox */
text-align: left;
padding: 20px;
}
Removing it from the additional css makes everything work perfect. Thanks for understanding and not helping someone out with your "Unsupported" Supported mod.
Found the problem in the css that's messing up all the profiles:
Code:
/***** Main Layout ****/
#container {
width: 100%;
height: 100%;
text-align: center;/* IE fix to center the page */
}
#content {
width: 900px;
margin: 0 auto;/* center the page in Firefox */
text-align: left;
padding: 20px;
}
Removing it from the additional css makes everything work perfect. Thanks for understanding and not helping someone out with your "Unsupported" Supported mod.
Heyyy great modification dude, thanks. I installed it on my board and works fine (even if the homepage is powered by vbAdvanced CMPS it works fine), so if someone is looking for an online demo just take a look http://www.onlinewebmarket.net
BTW : how i can change the black on backgroud to a blue in order to match my layout?
Thanks again.-
Seems to be a normal login/pass at the top to me.. Not really using this plugin.
The .psd would also be nice. The colors are clashing against my site, and without going the hard route, there is no way of adjusting those colors. The mod is useless for most if there is no way of editing those graphics files so the colors better match a persons forum. And for me in Firefox their is a persistent white border on the edges of the main tab that are supposed to be transparent. This mod also seems to widen my forum a small bit as well even after logged in.
In the upload folder there is a js folder. Do we just upload this entire folder to root, or is there a js folder somewhere in the vB files? Instructions really need to be clearer...