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: Black Widdow Theme  (Read 8524 times)

0 Members and 1 Guest are viewing this topic.

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Black Widdow Theme
« on: October 12, 2009, 05:17:53 am »

There is a slight problem with the Black Widdow theme and I am wondering if someone could lead me in the right direction to correct it.  An example of that the problem is can be viewed at the demo website at the link below and by choosing BLACK WIDDOW theme.

http://coppermine-gallery.net/demo/cpg14x/displayimage.php?album=random&cat=7&pos=-202

Notice that on the LEFT column it creates 5 grey bars and also LEFT aligns the footer.  This only occurs when viewing image in album when NOT logged in.  If you login there is NO problem with the theme what so ever.  This issue only occurs when anonymous viewing.

Any suggestions greatly appreciated.

Thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Black Widdow Theme
« Reply #1 on: October 12, 2009, 08:13:25 am »

Logged

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Black Widdow Theme
« Reply #2 on: October 12, 2009, 03:09:18 pm »

http://ramndump.connectingeasttexas.com/feedercams/displayimage.php?album=1&pos=1

I did some more research and found that the issue occurs when u give guest group access to rate or to post comments.  Currently I have guest able to rate imgs, but not comment on them.  Once logged in as registered user group this issue goes away however.
Logged

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Black Widdow Theme
« Reply #3 on: October 14, 2009, 10:45:29 pm »

Anyone have any suggestions??? ???
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Black Widdow Theme
« Reply #4 on: October 15, 2009, 08:37:42 am »

The black widdow theme certainly is invalid in terms of table cell nesting: the author has added some design mistakes by implementing the vertical thumb strip improperly. Additionally, you have added to the confusion by improperly editing it: edit http://ramndump.connectingeasttexas.com/feedercams/themes/black_widdow/template.html with a plain text editor, find
Code: [Select]
<td align="center" <a href="./index.php"><img src="themes/black_widdow/images/header.gif"></a>and replace with
Code: [Select]
<td align="center"><a href="./index.php"><img src="themes/black_widdow/images/header.gif"></a>As suggested above, the entire theme is badly done and contains a lot of design flaws I can only recommend to use another theme. I'll remove the black widdow theme from our demo and download section.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Black Widdow Theme
« Reply #5 on: October 16, 2009, 09:20:06 am »

The nesting both in template.html as well as theme.php is all wrong. There have been several implementation flaws in this theme, starting with the improper stacking of tiles to the nesting flaws and on to the invalid edits of the theme. I'm only half way through the theme (template.html and style.css and the images should be OK, theme.php acts up), but I have to leave now for a weekend trip. I'm attaching what I have so far.
Logged

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Black Widdow Theme
« Reply #6 on: November 05, 2009, 09:13:20 am »

Thanks I will give V2 a try. 

Figures I would choose a broken theme... HAHA
Logged

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Black Widdow Theme
« Reply #7 on: November 05, 2009, 09:56:26 am »

V2 still seems to be broken as well.  I think picking a new theme is the only answer.  I found a similar theme and have been hacking away at it to try and make it to about the same.  I just about have it, but when you view an img the RIGHT hand and BOTTOM borders are off.  I have attached a link to better show my troubles. 

http://feedercams.com/displayimage.php?album=topn&cat=0&pos=6

Any ideas??? 

Thanks again for your help
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Black Widdow Theme
« Reply #8 on: November 05, 2009, 10:48:26 am »

V2 still seems to be broken as well. 
That's what I said:
I'm only half way through the theme (template.html and style.css and the images should be OK, theme.php acts up), but I have to leave now for a weekend trip. I'm attaching what I have so far.
Feel free to improve that theme.
Logged

alpage2

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Black Widdow Theme
« Reply #9 on: December 01, 2009, 11:42:04 am »

Hi Joachim

The nesting both in template.html as well as theme.php is all wrong. There have been several implementation flaws in this theme, starting with the improper stacking of tiles to the nesting flaws and on to the invalid edits of the theme. I'm only half way through the theme (template.html and style.css and the images should be OK, theme.php acts up), but I have to leave now for a weekend trip. I'm attaching what I have so far.

I really like this theme, and would very much like to use it, but unfortunately don't have the skills to fix the problems. I see that you previously got half-way through fixing it  - do you have any plans to finish the fix? It would be very cool if you could find the time.

Or has anyone else out there finished the fix?

Many thanks in anticipation
Alan
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Black Widdow Theme
« Reply #10 on: December 01, 2009, 11:45:04 am »

do you have any plans to finish the fix? It would be very cool if you could find the time.
No, I will no longer look into themes for cpg1.4.x, as all my efforts go into stuff related to cpg1.5.x
Logged

alpage2

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Black Widdow Theme
« Reply #11 on: December 01, 2009, 12:52:16 pm »

Hi Joachim

No, I will no longer look into themes for cpg1.4.x, as all my efforts go into stuff related to cpg1.5.x

OK - I perfectly understand the priority. Maybe, if time permits at some future time - there will be a cpg1.5 version of Black Widdow...  ;-)

Thanks again for responding.
Regards
Alan
Logged

ramndump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Black Widdow Theme
« Reply #12 on: December 03, 2009, 02:18:18 am »

That's what I said:Feel free to improve that theme.

I have fixed the original black widow theme.  I have uploaded the fixed theme.php file.  Simply overwrite the original theme.php file with this one.
Logged
Pages: [1]   Go Up
 

Page created in 0.033 seconds with 20 queries.