WillyWonder
Forum Replies Created
-
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Hyperlinking to a Photo in the GalleryHi,
Works unless the link is … pid=1, in which case pid=3 is displayed (possibly because 3 images are loaded in memory?). Can be tricked into displaying pid=1 by setting the link to a pid number greater than actually exists. Should be noted that when linking to a particular image in the gallery, one odd-ball thing happens: After using the link and perhaps swiping thru a few images and then leaving the lightbox and the gallery displays, then say scrolling thru the gallery and clicking on a thumbnail, the originally linked image displays (not the image clicked on). After leaving the lightbox a second time, the gallery images then display the correctly when clicked on.
I like the plugin so much I have changed 2 of my family sites to using “Photoswipe Masonry Gallery” from “Tiled Galleries Carousel Without Jetpack”
Thanks again for the excellent work.
- This reply was modified 7 years, 3 months ago by WillyWonder.
Forum: Plugins
In reply to: [Offers for WooCommerce] Reorder fields on make-offer formThanks
oops, NOT “at the same time”
Forum: Plugins
In reply to: [Spiffy Calendar] Info displayed on popupThanks for the wonderful calendar.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYWP version is my problem, am using 4.3.1. Tested on a WP 4.6 and worked fine. Thanks again.
Forum: Reviews
In reply to: [P3 (Plugin Performance Profiler)] Crashed and disabled my siteugg, meant to rate 1 star (zero not available)
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYHi
“Limit non-admins to editing their own events only” option feature works great for me. It doesn’t affect my use but you may want to allow WP-Editors (as well as admins) to edit the events of others.
Assigning/changing the author of an event (by admins and possibly WP-Editors) does not work for me. On the AddEvent and ModifyEvent pages, there is a field label of “Author” but nothing alongside of it.
Thanks for the update. Great Plugin.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYIt would also be helpful if the admin could assign (or change) the author of an event.
Forum: Plugins
In reply to: [Spiffy Calendar] Manage own Events ONLYThanks Bev
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Carousel broken in IE10 and IE11I had same alignment issue in IE11. Adding the following to the file:
wp-content/plugins/carousel-without-jetpack/jetpack-carousel-ie8fix.css
fixed the alignment issue for me.
/* Fix carousel in IE */
.jp-carousel-slide.selected {
transform:translate3d(0px, 0px, 0px)\9 !important;
}There is still only one image visible at a time, which is fine by me. Note this file is probably replaced during a plugin update therefore if you like the result, also save the information elsewhere. I did not did not write the fix, but found it elsewhere (unknown author).
P.S. a more descriptive title of the post would be helpful.
Forum: Plugins
In reply to: [Birthdays Widget] Adding Birthday from Profile PageThanks for the fun plugin
Forum: Plugins
In reply to: [HTTP Authentication] Adding new users in WP 3.9I have used this great plugin (v4.5) for over 2 years and it has always performed as expected. I recently updated to WordPress 3.9.2 and have no issues with adding a wp-user through “Dashboard > Users > Add New”. Perhaps sokratesagogo and my HTTP Authentication settings are different. Mine are set as follows:
Allow WordPress Authentiation = no
Automatically create accounts = yes
Although I usually let HTTP Auth create new users, I occasionally add new wp-users from the admin panel, without problems.Forum: Plugins
In reply to: [Birthdays Widget] Adding Birthday from Profile PageSorry, I have another issue with adding a birthday from Profile Page. As an administrator, when I edit a user’s profile, if I add/change the birthday, the widget changes the administrator’s birthday, not the user’s birthday (possibly because I am the wp current user). I have also noticed that when exporting a csv, it does not have any of birthdays added from the Profile Page (probably because it is not part of the birthday list i.e. wp_birthdays sql table). I noticed the information is stored in the wp_usermeta sql table. I assume that also means the widget has to read the entire wp_usermeta sql table on each page I call for the widget.
I really like the widget and have found additional uses for it. I am testing for possible use as an announcement type tool (including birthdays).
Is there some code in the plugin I can comment out or remove to NOT offer/allow adding a birthday from the profile page? Thanks for your consideration.If using the free version of wptouch, one way is to add html to the file: \wp-content\plugins\wptouch\themes\bauhaus\default\footer-top.php
change you’ll to you will