smccandl
Forum Replies Created
-
Hi – sorry for the very slow response here. It would be nice if wordpress would send emails when new topics are created. Anyway, please send an email to help at smccandl dot net for more assistance if you are still interested.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] no thumbnails and viewer problemHi — sorry for the (very) late response. If you still need help please option a question at https://pwaplusphp.smccandl.net/support/
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] Profile AlbumHi Roy – please shoot an email to help at smccandl dot net for more assistance.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] Cannot hide "Auto Backup" albumHi All, sorry for the slow response as I don’t get any notification when questions are posted here. Please post your questions at https://pwaplusphp.smccandl.net/support/.
Albums can be hidden with some easy code changes. Post a question at the help site for assistance.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] Lightbox is not workingSorry, this forum is not monitored. Problems and questions should be submitted at:
https://pwaplusphp.smccandl.net/support/
Please open a problem report at the link above and I’ll help you fix it.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] Number of ColumnsSorry, this forum is not monitored. Problems and questions should be submitted at:
https://pwaplusphp.smccandl.net/support/
The number of columns adjusts fluidly within the width of the page — there’s no way to override this behavior in the short code.
Sorry, this forum is not monitored. Problems and questions should be submitted at:
https://pwaplusphp.smccandl.net/support/
Actually no, not without code modifications. I can include this as an option in the next release.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] Compatibility with php 5.3Sorry, this forum is not monitored. Problems and questions should be submitted at:
https://pwaplusphp.smccandl.net/support
There are deprecated functions that will be removed, but so far the plugin works for me in 5.3 without modifications.
Sorry, this forum is not monitored. Problems and questions should be submitted at:
https://pwaplusphp.smccandl.net/support/
The plugin supports G+ albums and displays them by default.
Sorry for the slow reply — www.remarpro.com doesn’t send any notification when someone asks a question so I ask that you submit all questions @ https://pwaplusphp.smccandl.net/support.
The behavior you’ve described is working as designed, but you can change it.
If you specify an album name, the code assumes you don’t want to paginate so it turns that off. You can modify the behavior by commenting out the if/else block starting on line 106 of showAlbumContents.php:
#—————————————————————————-
# VARIABLES FOR PAGINATION
#—————————————————————————-
#if ($IN_POST == “TRUE”) {
# $IMAGES_PER_PAGE = 0;
#} else if ($IN_POST == “SLIDESHOW”) {
# $IMGMAX = “d”;
# $SHOW_IMG_CAPTION = “SLIDESHOW”;
#}Sorry for the slow reply — www.remarpro.com doesn’t send any notification when someone asks a question so I ask that you submit all questions @ https://pwaplusphp.smccandl.net/support.
The behavior you’ve described is working as designed, but you can change it.
If you specify an album name, the code assumes you don’t want to paginate so it turns that off. You can modify the behavior by commenting out the if/else block starting on line 106 of showAlbumContents.php:
#—————————————————————————-
# VARIABLES FOR PAGINATION
#—————————————————————————-
#if ($IN_POST == “TRUE”) {
# $IMAGES_PER_PAGE = 0;
#} else if ($IN_POST == “SLIDESHOW”) {
# $IMGMAX = “d”;
# $SHOW_IMG_CAPTION = “SLIDESHOW”;
#}Ian, sorry for the long delay here, but www.remarpro.com does not send any notification that someone posted a message. For this reason, I ask that all support requests be submitted @ https://pwaplusphp.smccandl.net/support.
There is a known issue with tags that contain a hyphen. See:
https://code.google.com/p/pwaplusphp/issues/detail?id=174
Scott
Sorry, this forum is not regularly monitored. For support, you should use: https://groups.google.com/forum/?fromgroups#!forum/pwaplusphp
Video is not supported, but you can see a demo of the comments feature at:
I have refunded the donation you made. Let me know if you need anything else.
Forum: Plugins
In reply to: [PWA+PHP Picasa Web Albums for Wordpress] [Plugin: PWA PHP] conflicting css?It’s printing the title:
<p><tt><div id=’title’><h2>70th Anniversary and COs Parade</h2><span>…back to album list</span></div>
So it must be some CSS problem as you suggest. Please submit an issue.