Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: FAQ page 'breaks' using Kubrick theme  (Read 7397 times)

0 Members and 1 Guest are viewing this topic.

macsimoin

  • Guest
FAQ page 'breaks' using Kubrick theme
« on: May 29, 2006, 07:00:32 pm »

I think I'm down to my last layout issue and then I can get my site up and running:

I'm using the Kubrick theme with the latest CPG (v1.4.6) and Stramm's latest ModPack and everything looks good except for the FAQ page.
I've been digging around trying to find where to fix the text-alignment problem I'm having (see pic below) but not having much luck:



Can someone please point me in the right direction? Thank you.
« Last Edit: June 04, 2006, 02:45:07 pm by GauGau »
Logged

Nibbler

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #1 on: May 29, 2006, 07:53:22 pm »

I can't view your pic - Error 403: Your request is forbidden.

Attach it to your post and provide a link to your gallery.
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #2 on: May 29, 2006, 09:02:10 pm »

Nibbler,

Sorry about that...you should see it now. My CPG is : MacSimoin's Kilt Photos. Thanks.
Logged

Nibbler

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #3 on: May 29, 2006, 09:06:39 pm »

I get the same error for your site, perhaps my IP range is blocked.
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #4 on: May 29, 2006, 09:09:25 pm »

Hmm...checked permissions (all okay) and don't recall blocking any IPs/ranges for CPG. I've had several visitors from a similar site and no one's reporting any issues.
Any suggestions?
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: FAQ page 'breaks' using Kubrick theme
« Reply #5 on: May 29, 2006, 09:37:30 pm »

Try deleting in http://www.macsimoin.com/coppermine/themes/kubrick/template.html:
Code: [Select]
<div align="center">along with the last </div>
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #6 on: May 29, 2006, 09:41:37 pm »

Although that works, it also shifts the entire body to the left; changing "center" to "left" has the same effect.
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #7 on: May 29, 2006, 09:55:45 pm »

Should also mention that I attempted to create a new .css class for this and edit the faq.php but it didn't work...maybe my .css skills aren't sharp enough.
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: FAQ page 'breaks' using Kubrick theme
« Reply #8 on: May 29, 2006, 09:56:47 pm »

I'm not sure... I noticed that it wasn't a problem in Firefox; the faq was already left-aligned. In IE, it was centered.
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #9 on: May 29, 2006, 09:59:02 pm »

Yeah, I see the same thing with Firefox...but there's also that HUGE gap at the top of the page, too (in IE6 and Firefox). I can't seem to fix that, either.  ???
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: FAQ page 'breaks' using Kubrick theme
« Reply #10 on: May 31, 2006, 02:39:07 am »

If the huge gap you're referring to is the space above the gallery name then you can decrease this by changing the value of the h1 padding properties.

Edit style.css find:
Code: [Select]
h1 {
        padding-top: 20px;
        margin: 0;
        }

edit
Code: [Select]
h1 {
        padding-top: 0px;
        margin: 0;
        }
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #11 on: May 31, 2006, 03:24:08 am »

Gizmo,

Thanks...but I've already tried that and changing the top padding has no affect whatsoever in IE6; however, it does 'fix' the issue w/Firefox, but not for every page. No matter what I set it to, the change doesn't apply to the FAQ page (using Firefox).
« Last Edit: May 31, 2006, 03:36:37 am by macsimoin »
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #12 on: June 01, 2006, 01:28:11 am »

Gizmo,

Your template fix for my Config issue worked for my FAQ issue as well, but for some reason the text on the FAQ page (I think that's the problem) is stretching the site...not sure where to fix this. Any ideas?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: FAQ page 'breaks' using Kubrick theme
« Reply #13 on: June 01, 2006, 06:44:16 am »

Your FAQ page looks as expected to me both in IE6 as well as in FF1.5.x
Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #14 on: June 01, 2006, 08:08:30 am »

GauGau,

As expected? I'm not sure what you're seeing but what you see isn't what I'm seeing...you can't see the header image being stretched out (and repeated) on the FAQ page?

I can see the problem in both IE and FireFox.  ???
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: FAQ page 'breaks' using Kubrick theme
« Reply #15 on: June 01, 2006, 02:51:04 pm »

I've also checked with FF and IE and your site looks great (very clean... I like that!). Have you cleared your cookies? Just to check, are you sure that you're looking at the latest uploads?

....................................

Hold the boat!!!! Yes... I do see on the bottom left logo that it's starts to repeat on the FAQ page. What I notice is the whole page is wider than the rest of the site. The table expands 46px more than the rest of the pages and I'd have to look to see why this is but for your logo issue, search your template.html and find "blue_middle.jpg" and set it to not repeat. The html for creating your header logo is complicated and I'd do away with it all and just make the header a single picture and put that into a singe table (or better yet use a <div>).

.................................

Just to check the Kubrick theme, I loaded it to my test gallery and yes, I get some strange page issues. I'll see if I can straighten it out and post a fix.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #16 on: June 01, 2006, 04:42:49 pm »

Thanks for the suggestions, Gizmo...:)

I was able to fix the break in the page by editing themes/kubrick/template.html and setting the widths (below) to the width of the header image:

                <img src="images/spacer.gif" width="790px" height="1" border="0" alt="" /><!-- determines the minimum width of the overall content -->
                <table border="0" cellspacing="0" cellpadding="0" width="790px">
                    <tr>
                        <td align="left" valign="top">
                            <img src="images/spacer.gif" width="535" height="1" border="0" alt="" /><!-- determines the minimum width of the gallery section -->
                            {GALLERY}
                        </td>

I can't believe I missed that... ::)

Anyway, no more break but there's still that pesky gap at the top of the page...as I mentioned previously, changing the padding only worked in Firefox (but oddly enough, not for every page, i.e. the FAQ) but it didn't work in IE6 at all.

Logged

macsimoin

  • Guest
Re: FAQ page 'breaks' using Kubrick theme
« Reply #17 on: June 04, 2006, 02:03:08 pm »

Gizmo,

Any luck with this? I'm still looking at it in both IE and Firefox...still can't seem to find what's causing the gap at the top.
Logged

macsimoin

  • Guest
SOLVED: FAQ page 'breaks' using Kubrick theme.
« Reply #18 on: June 04, 2006, 02:39:48 pm »

Well, I think I found a simple fix for this but it seems to work: I'm no php expert but I couldn't figure out where the following code (from lang/english.php) was in faq.php:

Code: [Select]
if (defined('FAQ_PHP')) $lang_faq_php = array(
  faq' => 'Frequently Asked Questions',

I simply commented out this bit (below) and the gap is gone:

Code: [Select]
if (defined('FAQ_PHP')) $lang_faq_php = array(
  //'faq' => 'Frequently Asked Questions',

Now, it looks fine in both IE6 and Firefox.  ;D

Case closed.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.