Advanced search  

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

Pages: [1]   Go Down

Author Topic: main table br and spacer  (Read 6804 times)

0 Members and 1 Guest are viewing this topic.

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
main table br and spacer
« on: October 11, 2013, 08:27:44 am »

please help find in theme.php the br tag and spacer for the maintable

<table class="maintable " width="100%" cellspacing="1" cellpadding="0" align="center">
<img width="1" height="7" border="" alt="" src="images/spacer.gif">
<br>
<span id="plugin_social-sharing">
<table class="maintable " width="100%" cellspacing="1" cellpadding="0" align="center">
<img width="1" height="7" border="" alt="" src="images/spacer.gif">
<br>
<br>

between Home > Smilies and the h2 Smilies | Votes: 0
is not from any plugin.I disable them and is stil there.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: main table br and spacer
« Reply #1 on: October 11, 2013, 10:16:04 am »

Please slow down a bit and try and describe exactly what you are trying to do. Is this the same question as your other thread regarding cell spacing? If so the answer to that is there, at least this is the same section of code.

When asking a question please try and be detailed explaining exactly what you are trying to accomplish and always post a link. We do not have time to search through other threads looking for your site. Most of the time we can help but the more detailed you can be with your information the easier you make life for supporters to help you.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #2 on: October 11, 2013, 10:58:40 am »

// Function to start a 'standard' table

space between Home > Smilies and the h2 Smilies | Votes: 0

firebug shows a spacer.gif and br and it is not in start table function
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: main table br and spacer
« Reply #3 on: October 11, 2013, 11:05:30 am »

Please post a link to your gallery and attach a screenshot what exactly you're talking about.

Maybe it's added by a plugin:
Quote
<span id="plugin_social-sharing">
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #4 on: October 11, 2013, 11:35:22 am »

I just disable all the plugins and I have the same issue on a new fresh install of copermine
I thought so too so I installed a new coppermine just to see if I have the same problem and I do.
can not post the link.I alredy cancelled the coppermine folder from the server.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: main table br and spacer
« Reply #5 on: October 11, 2013, 12:09:15 pm »

Then post at least a screenshot as already requested.
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #6 on: October 11, 2013, 12:20:06 pm »

I will proabily find out where is the problem
have to go to sleep now
I'm sure is something simple like in my other post but I'm too tired now to see where it is.

delete from server can not take a screenshot anymore
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #7 on: October 14, 2013, 02:50:50 am »

is at the end of function $template_cat_list (the spacer and br are showing even on the thumbnails.php):

Code: [Select]
<!-- BEGIN spacer -->
        <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />
<!-- END spacer -->

delete only <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br /> or set the width and height to 0.
if you delete everything the theme  will not work anymore.
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #8 on: October 17, 2013, 02:54:00 pm »

my solution removed some white space but I still space under breadcrumb.

Is not from the css.I have a border bottom 1px but even this space.

here:

http://www.allvip.us/cpg/z/displayimage.php?album=2&pid=90#top_display_media

and here:

http://www.allvip.us/cpg/z/thumbnails.php?album=2&page=2

please help
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Re: main table br and spacer
« Reply #9 on: October 31, 2013, 02:38:54 pm »

Last attempt: please attach a screenshot of what you're talking about to your next reply.
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: main table br and spacer
« Reply #10 on: November 02, 2013, 06:23:26 pm »

sorry.was in the css.

Code: [Select]
.maintable {
    margin-top: 1px;
    margin-bottom: 1px;
}

change it to 0px;
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.