clotilde
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest "Pin It" Button] Not all images are available for User to selectUnfortunately it looks like the plugin author hasn’t responded to support requests in 5 months, so I’m not too hopeful. :/
Forum: Plugins
In reply to: [Pinterest "Pin It" Button] Not all images are available for User to selectI have the same problem.
I use the Pin it lite plugin v. 2.1.0.1 on a WordPress 4.3.1.
I have chosen the button option “User selects image from popup (any image)” and this used to work and offer all images from the post, but it doesn’t anymore — it just picks the first image in the post and selects it for pinning.
Forum: Plugins
In reply to: [WP-PostViews] Security settings on admin end?Hello Lester,
I am reporting back on this issue.
I was able to pinpoint the problem to line 160 of wp-postviews.php. Sometime between version 1.64 and 1.69, the following line:
wp_localize_script('wp-postviews-cache', 'viewsCacheL10n', array('admin_ajax_url' => admin_url('admin-ajax.php', (is_ssl() ? 'https' : 'http')), 'post_id' => intval($post->ID)));was changed to:
wp_localize_script( 'wp-postviews-cache', 'viewsCacheL10n', array( 'admin_ajax_url' => admin_url( 'admin-ajax.php' ), 'post_id' => intval( $post->ID ) ) );In my setup, https access to the admin is restricted to just my own IP, so only my views are counted if the ajax call is made over https.
If I revert the line to its old version — the one that checks for https vs. http — the views are counted properly.
Is there a particular reason why you changed that line of code, and would it be possible to reintegrate that https vs. http check in future versions of the plugin?
Many thanks,
Clotilde.Forum: Plugins
In reply to: [WP-PostViews] Security settings on admin end?Sorry for the late response — just wanted to thank you for the info. This will allow me to look into my issue more closely.
Happy holidays!Forum: Plugins
In reply to: [ZipList Recipe Plugin] Why limit total recipe time to 24 hours?Thank you, I appreciate the explanation and the change!
I can wait for the next release, no problem.
All the best,
Clotilde.Hi Maia,
I have run into this same problem, and I am running the latest version of Ziplist (2.5). Can you clarify which version is supposed to include the fix?
Thank you,
Clotilde.