podpirate
Forum Replies Created
-
@stevejburge
Sadly 3.28.3 doesn’t seem to fix it.Forum: Plugins
In reply to: [WP Notification Bars] How to report security issues?nevermind … just sent a mail to [email protected].
Forum: Plugins
In reply to: [Post Types Order] GDPR issue: Tweet-Button in BackendSupplement: The tweet button might count as a plugin guideline violation.
7. Plugins may not track users without their consent.
IMHO this is an edge case: on one hand twitter is explicitly permitted, on the other hand sending a tweet surely is not the purpose of the plugin.
Hi @seemann48
Thanks for the report.
1.5.9 should fix it.Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Fatal Error: Call to undefined functionFixed in 1.2.1
I took back v1.3.0 yesterday and released 1.2.1.
Just checked it in edge using a default WP-Theme, and everything worked. If the problem still persists, I’d appreciate a link where I can test.Took back most of the changes in 1.3.0.
Downgrade to 1.2.1 should do it.Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Fatal error after new version releasedTook back 1.3.0.
v1.2.1 should be stable now.Forum: Plugins
In reply to: [Access Areas for WordPress] Front-end custom SubmissionHi @milvydas,
What exactly do you mean by “submitting custom post from the front end”? Is it a plugin, that allows creating posts from the front end (which is not WordPress’ default behaviour)? If yes, which plugin would it be?
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Willing to help and update the pluginHi Karolina,
I just got a mail from Ipstenu [email protected], telling me you are willing to take care for my orphaned plugin. I said yes, of course.
I wish you all the best with it!Take care,
jörnForum: Plugins
In reply to: [Access Areas for WordPress] Pagination steps through not aloud access areasHi Ziguri,
just tried to reproduce your issue but for me everthing works correctly.
It is also a little unclear to me if you are on the posts list or on a single post (“if i am in post 3” suggests so).
Anyway, I tested both.My test setup:
– WP 4.5
– Theme: Twenty Fifteen
– 8 posts, all have “Level 1” access, except 2+7 which have “level 2”
– Settings / Reading: 5 posts per page
– Testuser with access to “level 1” but not “level 2”Possibly another plugin or theme interfering?
cheers
jörnForum: Plugins
In reply to: [Cachify] wp 4.4 compatibilityHad some strange issues on WP 4.4, Apache, PHP 7. Trying either
It turned out that in the frontend the main plugin class is not loaded.
Might have something to do with the class autoloading.I could fix it for me by adding the following lines in a mu-plugin :
function CachifyInstance() { if ( class_exists('Cachify') ) { Cachify::instance(); } } add_action( 'plugins_loaded', 'CachifyInstance' );Forum: Plugins
In reply to: [WP Cloudy] [HOW-TO] Translate WP Cloudy into your own languageHi there,
I use Loco to translate the plugin. Unfortunately the plugin text domain and the language folder is missing in the plugin header, so Loco neither can find the existing translations nor does it generate the correct text domain.I was able to fix it by adding
wpcloudyas text domain and/langas domain path, so the plugin header look as follows:/* Plugin Name: WP Cloudy Plugin URI: http://wpcloudy.com/ Description: WP Cloudy is a powerful weather plugin for WordPress, based on Open Weather Map API, using Custom Post Types and shortcodes, bundled with a ton of features. Version: 3.5.4 Author: Benjamin DENIS Author URI: http://wpcloudy.com/ License: GPLv2 Text Domain: wpcloudy Domain Path: /lang */@rainbowgeek: any chance this will be included in the next update…?
cheers,
jörnForum: Plugins
In reply to: [Access Areas for WordPress] Email once area access is grantedHi ziguri,
this article might be useful for You:
https://github.com/mcguffin/wp-access-areas/wiki/Notifing-Users-on-Access-Changeregards,
jörnForum: Plugins
In reply to: [Cachify] Separate caches for HTTP and HTTPSSame issue for me.
Will a donation help to get this fixed in the next version?