grcrane
Forum Replies Created
-
Forum: Plugins
In reply to: [Simplelightbox] Swipe next/previous imageAknieriem,
This is a little embarrassing, but it looks like I had actually installed a different plugin with a very similar name called “Simple Lightbox”, thinking it was yours. Sorry about that, yours works as advertised with the swiping as expected. Sorry for the false alarm.
George
Forum: Plugins
In reply to: [Simplelightbox] Swipe next/previous imageHi,
Well that’s odd, maybe it is something with my configuration. I’m using an iPhone 5s, iOS version 9.2. The swip also doesn’t work on any of my iPads. The web site is a WordPress 4.4.1 site. You can see one of the photo galleries at https://www.grcrane.com/aahs/reunion-71313/.
Hope that helps, and thanks for looking into this. I like your plugin, it was very easy to configure and use.
George
Forum: Plugins
In reply to: [Theme My Login] 'Sorry, that key does not appear to be valid'Ok, in phpMyAdmin, attach the WordPress database and then click on the users table, probably wp_users. Now, find the user record that you are trying to use and click on the “Edit” link. Near the bottom you will see the field “user_activation_key”. If it has something in the value input box, wipe it out and save by clicking the “Go” button. Now, try the forgot password process again on that user and see if it works.
Forum: Plugins
In reply to: [Theme My Login] 'Sorry, that key does not appear to be valid'I struggled with this for days and finally found that if I cleared the user_activation_key for the offending user record (using phpmyadmin) it started to work again. It had a left over value, possibly from another plugin or older version, not sure where it came from. But, in my case, it magically started working.
Forum: Plugins
In reply to: [Sidebar Menu Widget] Can't activete the pluginI ran into the same problem. There is an error in the first line of sidebar-menu-widget.php. You need to change:
<? ob_start();
to
<?php ob_start();
George
Forum: Plugins
In reply to: [WP Modal Login] Wp modal plugin and w3total cache issueI have a similar issue with W3 Total Cache interactions. After logging in successfully, the admin bar does not show until I manually refresh the page. I have also seen it get stuck on the “Checking Credentials” message when logging in.
George
Forum: Plugins
In reply to: [WP Modal Login] Remember Me checkboxI think this must be my own problem with a PHP setting or something. It does the same thing with the delivered WordPress login page, so it doesn’t have anything to do with this plugin. I’m marking this as resolved, thanks.
Forum: Plugins
In reply to: [WP Modal Login] Enabling register boxExcellent, thank you.