Plogger Support Forum - Themes Fri, 29 Mar 2024 13:54:53 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 iPhone friendly CSS? http://www.plogger.org/forum/comments.php?DiscussionID=3069 http://www.plogger.org/forum/comments.php?DiscussionID=3069 Sun, 21 Feb 2010 07:35:03 +0000 madhippo
Cheers.]]>
Latest Plogger with Shadowbox http://www.plogger.org/forum/comments.php?DiscussionID=3037 http://www.plogger.org/forum/comments.php?DiscussionID=3037 Sun, 31 Jan 2010 13:25:11 +0000 heeenke
// Henrik]]>
Paging on top and bottom http://www.plogger.org/forum/comments.php?DiscussionID=3040 http://www.plogger.org/forum/comments.php?DiscussionID=3040 Tue, 02 Feb 2010 10:33:20 +0000 jgjh151
Currently using the default theme, it's only on the bottom.]]>
make a homepage that looks like my theme http://www.plogger.org/forum/comments.php?DiscussionID=3035 http://www.plogger.org/forum/comments.php?DiscussionID=3035 Fri, 29 Jan 2010 10:21:38 +0000 mpwj2
I want to add a page to my site that the user sees before the gallery. I would like thie page to look like the lucid theme. Does anyone know how to do this?

Thanks]]>
White Background on gallery page only http://www.plogger.org/forum/comments.php?DiscussionID=3027 http://www.plogger.org/forum/comments.php?DiscussionID=3027 Thu, 21 Jan 2010 13:20:33 +0000 PhishPyite
If I view the individual albums, the white background is gone and the page looks how I want it to...

I removed the white background from the CSS in the template already...but that did nothing.

Here is the page: http://www.crossworldafrica.com/Gallery2/photos.php

but it works for the albums: http://www.crossworldafrica.com/Gallery2/photos.php?level=album&id=8]]>
Centering intermediate images http://www.plogger.org/forum/comments.php?DiscussionID=3009 http://www.plogger.org/forum/comments.php?DiscussionID=3009 Fri, 01 Jan 2010 20:46:29 +0000 jdrom http://www.alistapart.com/articles/cssdropshadows/

So I added a div around the img in the picture.php of the default theme. Shadow itself works fine, and is fine for images that take up the full space, but with portrait images, they aren't centered and stuck to the left. This I believe is from the shadow being floated left.

I know it's just a small detail, but I'd prefer if it could be figured out. Though it's not crucial. Maybe there's a better way to do a drop shadow?]]>
Uneven margins/spaces http://www.plogger.org/forum/comments.php?DiscussionID=2967 http://www.plogger.org/forum/comments.php?DiscussionID=2967 Sun, 29 Nov 2009 20:14:03 +0000 andiwaslike The space at the bottom part of the thumbnail is too big
I dunno which part of the CSS is it]]>
How to stylize the Jump Menu w/CSS? http://www.plogger.org/forum/comments.php?DiscussionID=2965 http://www.plogger.org/forum/comments.php?DiscussionID=2965 Sat, 28 Nov 2009 07:41:16 +0000 Huroman
The code is in "plog-functions.php".

Thanks in advance.]]>
How to set width in albums http://www.plogger.org/forum/comments.php?DiscussionID=2890 http://www.plogger.org/forum/comments.php?DiscussionID=2890 Thu, 08 Oct 2009 11:53:25 +0000 elias75
about www.FreeFilmPosters.com
I noticed that those albums that have many many photos do not show right... they tend to 'expand to the right'.
I want all my Gallery pages to have a width of 1000 and to show four thumbnails on each line.... this is fine with
those albums that have around 300 photos.... those that have more (for example check the albums "C" or "S") they, kind of, fell apart....
please let me know how do I fix the width in my theme (or elsewhere) to show 4 thumbnails (which is around width=1000)...

cheers!]]>
css not being picked up http://www.plogger.org/forum/comments.php?DiscussionID=2896 http://www.plogger.org/forum/comments.php?DiscussionID=2896 Sat, 17 Oct 2009 11:47:23 +0000 alfonce
Hi there I have a css file that should control the look of this page but it isn't being picked up.
It was in version 3 of plogger but loks like something is making it not work.

Site should replicate this

http://www.gazcook.com

Any ideas.

Cheers,

Alex.]]>
Adding Album Description to album.php http://www.plogger.org/forum/comments.php?DiscussionID=2453 http://www.plogger.org/forum/comments.php?DiscussionID=2453 Tue, 20 Jan 2009 15:05:13 +0000 kwillette@colum.edu I'd like to add the Album Description to the album.php page to display just below the picture thumbnails on the album page - as opposed to having it display on the collections page. Has anyone found a way to do this?

Thanks very much for all the help so far. Plogger rocks.]]>
Albums looks like a mess http://www.plogger.org/forum/comments.php?DiscussionID=2892 http://www.plogger.org/forum/comments.php?DiscussionID=2892 Mon, 12 Oct 2009 14:21:30 +0000 heeenke But when using internet explorer everything looks like a mess. take a look at: http://henrikbroman.net/galleri/galleri.php and then press ex "folkrace" then you see the albums with the text is not as it should. Also check in
firefox, then you see how it should be. here is my css. http://henrikbroman.net/galleri/style.css

thansk =)]]>
Center problem http://www.plogger.org/forum/comments.php?DiscussionID=2856 http://www.plogger.org/forum/comments.php?DiscussionID=2856 Tue, 08 Sep 2009 17:07:46 +0000 js123
this is a code php plogger

<?php

plogger_get_header();
print '
<div class="wtabeli"><div id="thumbnail_container">';
if (plogger_has_collections())
{
print '<ul class="slides">';
while(plogger_has_collections())
{
$row = plogger_load_collection();
$desc = plogger_get_collection_description();

print '<li class="thumbnail"><div class="tag"><a href="' . plogger_get_collection_url() . '">';

// generate XHTML with thumbnail and link to picture view.
print '<img class="photos" src="'.plogger_get_collection_thumb().'" title="'.$desc.'" alt="'.$desc.'" />';

print '</a><br/>';

print plogger_download_checkbox(plogger_get_collection_id());

print plogger_get_collection_name().' <br />';
print '<div class="meta-header">(';

$num_albums = plogger_collection_album_count();
print $num_albums . ' ';
print ($num_albums == 1) ? "album" : "albums";

print ')</div></div></li>';
}
print '</ul>';
} else {
print "No collections yet";
}
print '</div>';
plogger_get_footer();

?>

if i add <center>before and after php code It doesn't work
please help]]>
Lightbox http://www.plogger.org/forum/comments.php?DiscussionID=2739 http://www.plogger.org/forum/comments.php?DiscussionID=2739 Sat, 06 Jun 2009 13:05:32 +0000 Daz wilde
Cheers]]>
Lightbox 2 script http://www.plogger.org/forum/comments.php?DiscussionID=2847 http://www.plogger.org/forum/comments.php?DiscussionID=2847 Sun, 30 Aug 2009 09:34:20 +0000 seroxatmad
Has anyone used the Lightbox 2 script from http://www.huddletogether.com/projects/lightbox/

Was after some help! I am not sure which files to edit.

Cheers

John]]>
Footers http://www.plogger.org/forum/comments.php?DiscussionID=2832 http://www.plogger.org/forum/comments.php?DiscussionID=2832 Tue, 18 Aug 2009 06:21:13 +0000 Riful Is there any remedy to this? Any help is appreciated. A link to my website is provided below.

http://burrowta.byethost12.com/thegallery.php?level=album&id=7]]>
change background color http://www.plogger.org/forum/comments.php?DiscussionID=2823 http://www.plogger.org/forum/comments.php?DiscussionID=2823 Sun, 09 Aug 2009 11:51:12 +0000 Humle I use the Classic them...]]> where can I put a link to an affiliate script? http://www.plogger.org/forum/comments.php?DiscussionID=2817 http://www.plogger.org/forum/comments.php?DiscussionID=2817 Fri, 31 Jul 2009 04:12:03 +0000 elias75 Adding RSS feed to Lucid theme. http://www.plogger.org/forum/comments.php?DiscussionID=2801 http://www.plogger.org/forum/comments.php?DiscussionID=2801 Sun, 19 Jul 2009 15:01:20 +0000 seroxatmad
I have just found plogger and added it to my website - www.thestottfamily.co.uk/gallery. I am using the Lucid theme but it doesn't have a RSS feed button.

Any help appreciated.

Cheers

John]]>
css help needed http://www.plogger.org/forum/comments.php?DiscussionID=2719 http://www.plogger.org/forum/comments.php?DiscussionID=2719 Fri, 29 May 2009 17:01:11 +0000 clairev
Most importantly I need to get the gallery to occupy the same space as all the other pages so it flows seamlessly (with a scroll overflow if necessary) so the navigation at the bottom of the page stays static - please help?
I cant loose the lines top and bottom of the breadcrumbs or the one at the bottom of the page?
I cant change the font sizes/weights despite changing the css?
I cant get the picture caption to align left despite trying a class of align-left in the picture.php?
Finally - and I think this is the hardest thing to implement so I might not be able to do it but can the breadcrumbs follow after the page title 'THE GALLERY'

http://paulvickers.co.uk/ploggerb3/index.php

Thank you in advance.]]>
[Resolved] Need help to close gap in photo http://www.plogger.org/forum/comments.php?DiscussionID=2762 http://www.plogger.org/forum/comments.php?DiscussionID=2762 Sun, 21 Jun 2009 01:14:35 +0000 andrewjs18
]]>
How to adapt default theme use colletion overview from Lucid theme http://www.plogger.org/forum/comments.php?DiscussionID=1993 http://www.plogger.org/forum/comments.php?DiscussionID=1993 Wed, 25 Jun 2008 09:35:43 +0000 Kees de Bruin
One thing that irritates me is that the thumbnails in the collections and albums views are not properly lining up (because of the length of the collection/album names) and I would like to change this to a single list as in the Lucid theme (or even two columns). However, my CSS knowledge is not that good so any hints are appreciated. Trying to copy some stuff from the Lucid theme resulted in some weird effects.

Regards,

Kees.]]>
Air 0.2 theme: album level problem http://www.plogger.org/forum/comments.php?DiscussionID=2776 http://www.plogger.org/forum/comments.php?DiscussionID=2776 Thu, 02 Jul 2009 22:23:18 +0000 Voowoo
]]>
Air theme color change. http://www.plogger.org/forum/comments.php?DiscussionID=2759 http://www.plogger.org/forum/comments.php?DiscussionID=2759 Sat, 20 Jun 2009 04:02:20 +0000 thuyh83
I want to change the light blue color in the theme to all green.

I tried all attributes in gallary.css but it's not working.

I even search the forum, but no luck. I even place the attributes in <div> , but it's still not working.

Help!]]>
please give me a hint about how to integrate a theme into my Plogger http://www.plogger.org/forum/comments.php?DiscussionID=2733 http://www.plogger.org/forum/comments.php?DiscussionID=2733 Fri, 05 Jun 2009 12:26:36 +0000 alexyxj
I've download some themes and plan to integrate into my default Plogger, can anyone here tell me how to do that? or any link tutorial ?

Many thanks....

^_^


Andre]]>
Center the albums or collections http://www.plogger.org/forum/comments.php?DiscussionID=2606 http://www.plogger.org/forum/comments.php?DiscussionID=2606 Wed, 08 Apr 2009 10:36:52 +0000 chriko
I edited the theme air into my own.
But i really can't get the collections to the center.

If i change around the code in the php file or the CSS the view get's messed and i really can't find what option i have to change :)
Maybe any suggestions or people with the same problem ?

BTW great script plogger this was what i was looking for :)]]>
Change the picture preview code http://www.plogger.org/forum/comments.php?DiscussionID=2615 http://www.plogger.org/forum/comments.php?DiscussionID=2615 Sun, 12 Apr 2009 07:42:13 +0000 heenke When i press a thumbnail i want it to op up the new nice looking window and make everything else grey. And if possible add a litle comment in there, like he have done on acouple of pictures. (not necessery)

So if you guys have any idea nad tips how to do this, what to use? Do i need to use javascript and so on? Im not that good at coding froms cratch, but i can edit, so if there is something allready made online or something i would be happy.

Thanks
Henrik]]>
Putting pic in head and text size http://www.plogger.org/forum/comments.php?DiscussionID=2596 http://www.plogger.org/forum/comments.php?DiscussionID=2596 Fri, 03 Apr 2009 00:48:56 +0000 hugatree <img src="WebPicHome.jpg" width="313" height="202" alt="" border="0" align="right" />

the second problem is i am trying to enlarge the text size by using style but does not seem to work. I think i am leaving something out. here is the code i have now.
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

<style type="text/css">
.bigprint { font: 54pt bold: color: red }
</style>

<style type="text/css">
.medprint { font: 26pt bold: color: red }
</style>
</head>

<body>

<div><table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#CEEAFA">
<td><font color="#1C1085" face="Monotype Corsiva"><b><div align="center"><span class="bigprint">Mysore Fig</span>
<br /><font size="5">(Ficus Mysorensis)<br /></font><span class="bigprint">Florida State Champion</span>
<br /></b></div>
<td>
</td>


this code works in other pages so i must have lost something in the move.

thanks in advance.

by the way great job with the program and the help.]]>
Need help to modify picture.php, the image is not centered http://www.plogger.org/forum/comments.php?DiscussionID=2592 http://www.plogger.org/forum/comments.php?DiscussionID=2592 Wed, 01 Apr 2009 17:33:05 +0000
first sorry for the quality of the english, i'am not use to write in english.

I'am a newbie with Plogger, and I really love this photo album.

I have integrated Plogger, with a custom Lucid theme, to one of my Web page ( http://www.oboro.net/25/index_en.php ).

Everything is working, all my modifications are working too (thanks to this forum and for all the information here).

I have only ONE problem :
http://www.oboro.net/25/index_en.php?level=picture&id=51

I dont undernstand, but I cannot center the image when i'am in picture.php. All the images are align to the left side, and not centered.

I tried a lot of thing, but I dont find why it's not working...

Any help or advice will be very appreciated!

Thanks a lot,

OBORO]]>
JavaScripts in Plogger's front end http://www.plogger.org/forum/comments.php?DiscussionID=2577 http://www.plogger.org/forum/comments.php?DiscussionID=2577 Thu, 19 Mar 2009 14:19:44 +0000 dime
Also, shouldn't we have if function for slideshow.js so that it is loaded only on slideshow pages, not on all pages? This way how now it works, we are wasting bandwidth, servers resources and increase page loading time.]]>