YIhad / pwaplusphp

Automatically exported from code.google.com/p/pwaplusphp
Other
0 stars 0 forks source link

Album title not appearing properly. #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
am having trouble on the album title display. There is a blank space where the 
album title should be.

I think there must be a css conflict with the id="title" I located it in the 
pwaplusphp/css/style.css but cannot locate it in PWA+PHP code so I could rename 
the ID to something more specific like "albumtitle"

Also, shouldn't there be a mention of the album in the breadcrumb line, with a 
link back to the main gallery page?

Example:
Follow the link below,
http://89pacific-aircadets.ca/photo-gallery/

and then click on one of the albums. (album example)
http://89pacific-aircadets.ca/photo-gallery/?album=Biathlon080112

OS & PRODUCTS:

WP 3.3.1 with Genesis 1.8.0 
PWA+PHP 0.9.4

Additional plugins: 
All in One Event Calendar
Simple Section Navigation Widget
WP lightbox 2

Please provide any additional information below.

Original issue reported on code.google.com by LiliCraw...@gmail.com on 26 Mar 2012 at 7:46

GoogleCodeExporter commented 9 years ago
This is probably related to Issue 154 and the fix will be rolled out in v0.9.6. 
 That being said, you can change "title" on lines 235 and 237 in 
showAlbumContents.php to fix the issue.  You'll also need to update 
css/style.css, changing #title to #albumtitle, or whatever you decide on in 
showAlbumContents.php.

Original comment by smcca...@gmail.com on 27 Mar 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Oops, forgot to mention about the breadcrumbs.  No, I would not expect the 
album title to appear there.  You may be able to accomplish it via JQ, but 
Wordpress doesn't know the album title when it generates the breadcrumbs, so 
you'd have to hack it.

Original comment by smcca...@gmail.com on 27 Mar 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Thanks very much for the quick response. Renaming to "albumtitle" did the 
trick. One more question... What's with the Teletype code set between the <h2> 
tags on those titles? Since I don't see it in your code anywhere so I assume 
that comes from Picasa. I can just style it so not really an issue. I was just 
curious.

Original comment by LiliCraw...@gmail.com on 27 Mar 2012 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by smcca...@gmail.com on 24 May 2012 at 3:01