Author |
Message |
Hitman
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/003.gif)
Joined: Dec 21, 2002
Posts: 17
|
Posted:
Sun Jun 20, 2010 1:02 pm |
|
I am having an issue with a friends site, the theme sliding the blocks to the left. Some of them anyways. I have tried disabling everything but it's no help.
You can see it here:
http://www.starsgamin.com/
Anyone with more php knowledge then me might no what it is?
EDIT: This should be in the 2.4 forums.
Thanks! |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Sun Jun 20, 2010 1:13 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Hitman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 1:19 pm |
|
I fixed that BOM problem, now. What I meant was if you scroll down on the front site and look to the left you will see what should be on the right is on the left bottom stretched.
Who's Online
Survey
Those two should be on the right but some reason are forced to the left and stretched. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 1:53 pm |
|
ahh, I see what you mean... I seem to remember the were some compliance fixes in the CT_RN theme in the RN distro, of which your theme is based. It's possible your version does not have those fixes applied. Is this commented out in your theme.php?
Code:
// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
//$index = 0;
//if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blocks
//if (defined('INDEX_FILE') AND INDEX_FILE===true) {
// auto set right blocks for pre patch 3.1 compatibility
// $index = 1;
//}
// END: Added in v2.40.00 - Mantis Issue 0001043
|
I believe there were some other fixes too, so you might want to compare the CT_RN theme.php with your version if that doesn't fix you up ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Hitman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 1:58 pm |
|
Yes that whole line is commented out. Should I un comment it? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 2:00 pm |
|
no
I would use a compare utility like winmerge and compare the CT_RN theme.php with your version |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Hitman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 2:26 pm |
|
Hmm, not sure I just compared everything and all I can see are banner edits and css edits.
Just to certify, that theme doesn't work either with 2.4 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 2:37 pm |
|
try disabling the S.T.A.R.S block. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Hitman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 2:38 pm |
|
I have disabled all the blocks and it still does it. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 3:05 pm |
|
in the current version of CT_RN from the distro, it uses no h2 tags, while your version does. I've personally used CT_RN for some time and don't have these issues. I'm pretty sure the stars block has too many closing div tags (and other issues) which is causing your problem:
<div class="articlecontent">
<align="center"><img src="images/stars.png"></div>
</div>
or try
<div class="articlecontent">
<div style="text-align:center"><img src="images/stars.png"></div>
</div> |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Hitman
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jun 20, 2010 3:09 pm |
|
Wow weird, didn't even think that would cause all that. Thanks a ton bro. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
snype
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 12, 2008
Posts: 58
|
Posted:
Sun Jun 20, 2010 3:37 pm |
|
Did you get that theme from clanthemes or was it of another site(no names mentioned) Because i have no problem with that theme on the latest RN |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|