Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
<?php require("plogger/gallery.php"); ?>as the first line of your code and:<?php the_gallery_head(); ?>in the head tags and:<?php the_gallery(); ?> where you want the pictures to show up.'</td><td id="jump-search-container">'.generate_jump_menu() . generate_search_box().'</td></tr></table>';remove the generate_search_box() like so:'</td><td id="jump-search-container">'.generate_jump_menu().'</td></tr></table>';Posted By: chris_elevate... and to remove the RSS feed at the bottom? Do you know how to do this?This is in 'footer.php'. Just remove:
<td id="rss-tag-container">'.plogger_rss_feed_button().'</td>Posted By: chris_elevateI also seem to have a ! that's appeared in the gallery now??? Any idea where this has come from?I don't know where this is coming from. It seems to be happening right at the bottom of 'header.php'. I would check there first to see if anything was mis-typed there.
Posted By: chris_elevateAnd lastly the CSS seems to be styling my whole page now i.e. http://www.kingofhosting.co.uk/timandkath/ seems to be using my original style.css file and http://kingofhosting.co.uk/timandkath/gallery.php seems to using the plogger style.css file. Any idea why??This is how it is supposed to be working. Whenever you go to a plogger image (even embedded), it pulls the style.css from the plogger theme you are using (since you probably don't have all the plogger image layout CSS in your main style.css file). Just check to see if you have any overlap on your CSS styles (it looks like you are just having some troubles with the links in the div box with the #nav id).
Posted By: chris_elevateAny idea why the album displays so far down the page?Padding somewhere?
Posted By: chris_elevateI think the css is getting confused by divs with the same id (i.e. #wrapper id is defined twice, once around the navigation links from the rest of the site and another around the Plogger output). This is what is causing the text to be different than the rest of the site.
As for the CSS do you mean use one CSS file for the site and integrate them both together?
i.e. rename some of the div tags if it's getting confused?
#wrapper {
font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
font-size: 10pt;
}
Posted By: chris_elevateAwesome!!! - Done it and it works a treat!Great!
Posted By: chris_elevateDude you're good!!! Who are you? Where you from? you should get a job doing this!!Thanks! I'm from Seattle, but I already have a day job! :P
Posted By: chris_elevateWould the padding be in gallery.css? Which div tag will it be in? Any idea?I guess this may not be padding. From the looks of it, there is head CSS in your pages for
#apDiv2 {
position:absolute;
left:50px;
top:265px;
width:700px;
height:195px;
z-index:2;
}This starts the galelry down 265px from the top. I really don't think that it is too far down the page though. It looks nice!Posted By: chris_elevateOh and any idea which bit styles the Tim and Kath header bit?This would be the #gallery-name in your gallery.css. Just add something like "font-size: 1.2em;" to that CSS to get it smaller than it currently is (currently is the default size for header tag 1 - which is the largest header tag).
Posted By: chris_elevateDo you think losing the link back to plogger would be a bad idea?That is up to you, but it is always better to leave it or to make a small donation for the development team's work (for recognition of some sort for the time people have put in).
1 to 17 of 17