Project vii Theme: Sideways Scroll Project vii Theme: Sideways Scroll
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Project vii Theme: Sideways Scroll

Started by Dezdan, December 01, 2005, 10:08:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dezdan

I am having an issue using the theme Project vii. No matter what size I set my browser window to, there is always a bottom scroll bar that scrolls aprox. one inch. No other theme has this issue (that I saw) and I cannot find what is causing this. I believe it to be the menu (more like the table it is in) causing the problem, as the background image 'top_panel_r2_c1.jpg' sticks out that extra inch or so. I am not sure where to start or how to fix this issue. Any suggestions or help?

Thanks,
~Dan

Joachim Müller


Dezdan

Quote from: GauGau on December 01, 2005, 10:09:44 AM
link?
I hope you don't mind but I sent you the link via a PM. I don't like publicizing my site for a few reasons.

~Dan

Joachim Müller

Quote from: Dezdan on December 01, 2005, 10:39:08 AM
I hope you don't mind
I do mind, read my signature. There's no such thing as a "private site" on the internet, unless you password-protect it.
Anyway, check your setting for "Width of the main table (pixels or %)" in coppermine's config.

Joachim

Dezdan

Quote from: GauGau on December 01, 2005, 10:44:06 AM
I do mind, read my signature.
DOH! Sorry, its been a long day!

Quote from: GauGau on December 01, 2005, 10:44:06 AMThere's no such thing as a "private site" on the internet, unless you password-protect it.
Prehaps 'private' was not the correct word. It is not scanned by any search engine bot, there are no links to it anywhere, and the only folks who know about it are my friends whom I have told. That's waht I meant about 'private'.

Quote from: GauGau on December 01, 2005, 10:44:06 AMAnyway, check your setting for "Width of the main table (pixels or %)" in coppermine's config.
It is set to 100%.

Thanks again,
~Dan

Tranz

#5
I had the same problem with my theme, which was based on project vii. I've figured out the culprit is in #SUB_MENU. This seems to get rid of the scrollbar
#SUB_MENU {
        padding-left: 20px;
}


Is it OK to commit?

Dezdan

That fixed it, THANKS!

From:#SUB_MENU {
        width:100%;
        padding: 0 20px;
}


To:#SUB_MENU {
        padding-left: 20px;
}


Thanks,
~Dan

Joachim Müller


carbonturtle

I was glad to discover this dusty old post, because the version of project vii theme I just downloaded from SourceForge today ( cpg1.5.x_theme_project-vii_v1.0.zip ) still has this bug in it.  I guess the fix was never committed?  Anyway, thanks for the solution.  I would commit it myself if I knew how.   :)

~CT~

lurkalot

Quote from: carbonturtle on September 30, 2012, 10:28:45 PM

I guess the fix was never committed?  Anyway, thanks for the solution.  I would commit it myself if I knew how.   :)

~CT~

Here's the modified file.  You need to unzip it, and replace this style file in your project-vii theme folder.  Then refresh your browser window to see the change.
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0