Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Home page of forum no longer full width
Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 10, 2013 - 9:10 am

I currently use 1.0.2 theme default with the in-the-money template.. However.. when I want to update to the latest 1.2.2 no home page of the forum and the forum topics pages are no longer full page width ... however.. once I actually go into the topic itself it is full width.. this does not happen with the old version.. Also have notice if I take the code from the 1.0.2 in-the-money  and copy and past it in place of the new once.. it appears to some what fix it.. although some things seem to be off a little as im sure some changes have been made... any idea of why this might be? insidethedjbooth.com/forum   is current up with the old 1.0.2   here is an image with what i get with the new one 1.2.2 .. it only goes about 4/5 of the way over Screen-Shot-2013-06-10-at-7.23.39-AM.pngImage Enlarger

Avatar
Yellow Swordfish
Glinton, England
SP Master
Offline
Jun 10, 2013 - 12:11 pm

It looks fine on your site although I see you have changed to a different overlay...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 10, 2013 - 6:26 pm

yea thats the 1.0.2 over lay.. doesnt work if I try and used the 1.2.2 over lays like the image above.. 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Jun 10, 2013 - 9:47 pm

do you have a link? and is it not full width now?

Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 11, 2013 - 12:21 am

It is now on the newer version 1.2.2  as you can see now.. insidethedjbooth.com/forum  its no longer full width like it is one the older versions.. However.. once your in a topic .. it goes full width like here http://www.insidethedjbooth.co.....djb-design

Avatar
Yellow Swordfish
Glinton, England
SP Master
Offline
Jun 11, 2013 - 3:16 am

The basic problem seems to lie in the 'span' class defined by the WP theme but I do not see or understand why. I agree it should behave the same on all pages. I also am not sure what tghe difference is between pages. But the 'span' class does, I believe, probably contain some @media/responsive CSS rules and somehow it seems to be getting applied incorrectly.

The difference between the old and new default CSS is actually pretty small. Mainly small padding tweaks and very specific additions. I don't see what the trigger can be.

So - at the moment - most intriguing! But not solved.

When I saw it running correctly yesterday was that the older theme default.php stlyelsheet being used or just an older or alternate overlay?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 11, 2013 - 5:03 am

 

In this bit of coding if i change the font larger... say 130% ... it seems to go full width  ... maybe that helps to narrow it down.. if you view the forum now.. its full width.. with 130% font

 

 

 

 

# The overall SP forum container
# ------------------------------------------------------------------
$mainBackGroundBase        = '#ffffff';
$mainBackGroundFrom        = '#ffffff';
$mainBackGroundTo        = '#ffffff';
$mainBackGroundBorder    = '1px solid #333333';
$mainBackGroundColor    = '#000000';
$mainBackGroundHover    = '1px solid #333333';
$mainBackGroundGradient    = "-moz-linear-gradient(100% 100% 90deg, $mainBackGroundTo, $mainBackGroundFrom); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from($mainBackGroundFrom), to($mainBackGroundTo)); background: -ms-linear-gradient(top, $mainBackGroundFrom 0%,$mainBackGroundTo 100%); background: -o-linear-gradient(top,  $mainBackGroundFrom 0%,$mainBackGroundTo 100%); background: linear-gradient(top, $mainBackGroundFrom 0%,$mainBackGroundTo 100%); background-color: $mainBackGroundBase;";
$mainBackGroundSolid    = '#ffffff';
$mainBackGroundImage    = 'url("images/image.gif")';
$mainBackGround            = $mainBackGroundSolid; # pick background from: $mainBackGroundSolid, $mainBackGroundImage or $mainBackGroundGradient
$mainFontSize            = '130%';
$mainLineHeight            = '1.2em';

Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 11, 2013 - 5:08 am

yesterday when correctly.. it was every thing new /updated to 2.2.2 and only the theme file was old 1.0.2 version .. which is what made me try to replicate the small changes i knew i had done to that file.. one being the text size .. the font size plugin wasnt out then.. once i changed it larger.. the theme got wider... so I went deeper...  today when i tried out the font size plugin.. sure enough.. if i click the large font link.. the wider the theme gets until its maxed then it just simply enlarges the font... crazy,,, but maybe a workable hack lol

Avatar
Yellow Swordfish
Glinton, England
SP Master
Offline
Jun 11, 2013 - 12:51 pm

Interestingly it is also now behaving itself when you shrink the browser window width. I still think this is connected to the 'span' class. What is the CSS for that class defined as - and if part of @media blocks - what are they all defined as?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Sevan Kambel
Member
Free Members
Offline
Jun 13, 2013 - 11:00 am

Seems  i have found a useless span class 

 

I changed this <div class="qw-inside-innerbox"> <div class="row"> <div class="span">

 

with this

 

<div class="qw-inside-innerbox"> <div class="row"> <div class="">

 and it now goes full width

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625