kag
Forum Replies Created
-
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] SizeYou can try to play with the CSS file to fix the dimensions of the thumbnails.
But if you have a rectangle image in a square container, you’re gonna get some white space somewhere in there.
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Css inactive ?I’m not sure why it says kpicasa-gallery/kpicasa_gallery.css is inactive.
However, you can change the alignment by adding the following line to your main CSS file (so that change doesn’t get overwritten if you upgrade kPicasa).
/* table cell containing one album */ table#kpg-albums td { padding: 0 10px 20px 0; vertical-align: top; } /* table cell containing he picture + caption */ table#kpg-pictures td { text-align: center; padding-bottom: 20px; vertical-align: top; }Just like this:
KPICASA_GALLERY(username:YourOtherUsername, TripToEurope, TripToAsia, TripToAustralia)
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] SizePicasa does not allow full sized images to be displayed on other websites.
Those aren’t random values, they match the dimensions of all the different thumbnails provided by Picasa.
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] THANK YOU!Wow thank you for the nice feedback!
I tried to keep kPicasa Gallery as simple as I could. I don’t think it can be simpler!
Guillaume
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] kPicasa breaks sidebarI’m not sure what’s going on, sorry.
Forum: Plugins
In reply to: wp_enqueue_script() from inside add_filter() callback functionAlright thanks, I didn’t know about the_posts.
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Links in kPicasa captonsIt’s coded. Might do a minor release soon.
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] kPicasa breaks sidebarCould you try disabling other plugins, or reverting back to the original theme to see if it works?
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Read More breaks galleryHi,
Haven’t had the time to look at this. Maybe in the upcoming weeks.
Forum: Plugins
In reply to: [Plugin: kPicasa Gallery] Gallery BackgroundI just read the “About” page on your blog. Made me laugh because I am originally from Shippagan, New Brunswick (proud Acadian) and now live in Quebec City.
Forum: Plugins
In reply to: [Plugin: kPicasa Gallery] Gallery BackgroundIn your CSS main file, add the following line:
#kpg-title { color: black; }Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] kPicasa not working at allAre you sure the plugin is enabled?
Could you try to disable other plugins and see if that helps?
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] show filenames w kpicasa?Currently there’s no way to show the picture names. I’ll see if I can integrate it in the next version.