| Author |
Message |
Hitman New Member


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:
Anyone with more php knowledge then me might no what it is?
EDIT: This should be in the 2.4 forums.
Thanks! |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Sun Jun 20, 2010 1:13 pm |
|
hmm, not 100% sure I see what you are talking about, but try fixing the BOM character glitch and see if that helps
|
|
|
|
 |
Hitman New Member


Joined: Dec 21, 2002 Posts: 17
|
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. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
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  |
|
|
|
 |
Hitman New Member


Joined: Dec 21, 2002 Posts: 17
|
Posted:
Sun Jun 20, 2010 1:58 pm |
|
Yes that whole line is commented out. Should I un comment it? |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
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 |
|
|
|
 |
Hitman New Member


Joined: Dec 21, 2002 Posts: 17
|
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 |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Sun Jun 20, 2010 2:37 pm |
|
try disabling the S.T.A.R.S block. |
|
|
|
 |
Hitman New Member


Joined: Dec 21, 2002 Posts: 17
|
Posted:
Sun Jun 20, 2010 2:38 pm |
|
I have disabled all the blocks and it still does it. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
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> |
|
|
|
 |
Hitman New Member


Joined: Dec 21, 2002 Posts: 17
|
Posted:
Sun Jun 20, 2010 3:09 pm |
|
Wow weird, didn't even think that would cause all that. Thanks a ton bro. |
|
|
|
 |
snype Regular


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 |
|
|
|
 |
|
|
|
|