Zlatev
Forum Replies Created
-
Because the author continuously refuses to acknowledge the problem I ended up using the
WPCF7_UPLOADS_TMP_DIRconstant to change the location of temp files to a directly outside the symlink.Setting
WPCF7_UPLOADS_TMP_DIRto just"wpcf7_uploads"will usewp-content/wpcf7_uploads(app/wpcf7_uploadswhen using Bedrock) instead ofwp-content/uploads/wpcf7_uploadsfolder for future file uploads which will workaround the controversial logic inwpcf7_is_file_path_in_content_dir().Except it will never return
truebecause ofrealpath($path)in:if ( 0 === strpos( realpath( $path ), realpath( WP_CONTENT_DIR ) ) ) { return true; }Make sure your PayPal account is linked with Braintree and you have enabled it in Braintree settings. Follow https://articles.braintreepayments.com/guides/payment-methods/paypal/setup-guide
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Ad Output Mode – Caching Compatible (Javascript)@minimus Does SAM Pro still uses nonces for loading ads?
Forum: Plugins
In reply to: [Fourteen Extended] wp_is_mobile() undefined functionI feel this is more WP-CLI issue. They simply don’t load /wp-includes/vars.php as they use alternative wp-settings-cli.php file to load core.
Forum: Plugins
In reply to: [W3 Total Cache] 500 error on minified cssPlugin didn’t manage to generate correct RewriteBase for you. I had similar issue regarding this directive. You need to rewrite it manually. It should be
</subdir>/wp-content/cache/minify/where</subdir>is the WP install sub-directory in case it’s installed according this CODEX otherwise I guess it’s should be just/wp-content/cache/minify/.Forum: Plugins
In reply to: [Gravity Forms Upload Rules] incorrect values for file size?Will look at it and fix asap.
Forum: Plugins
In reply to: [Gravity Forms Upload Rules] incorrect values for file size?What error message does the upload fail with?
Forum: Plugins
In reply to: [Gravity Forms Upload Rules] Plugin not showing in gravity formsPlease, go ahead download and test the development version and report if options are still missing.
Thanks.
Forum: Plugins
In reply to: [Gravity Forms Upload Rules] Plugin not showing in gravity forms@myhero so far I fail to reproduce what you’re describing on GF 1.7.6. Are you willing to provide me with access to your installation and logs? http://zzlatev.com/contact/
Forum: Plugins
In reply to: [Gravity Forms Upload Rules] plugin returns error on submissionWill fix in next version.
Please be adviced that is a php Notice and shouldn’t be visible unless
WP_DEBUGisfalse.Thanks for reporting!
Forum: Plugins
In reply to: [Gravity Forms Upload Rules] Plugin not showing in gravity formsI need to test and reproduce the issue first.
Thanks for reporting.
It’s well known issue. Sadly developer silently refuse to “fix” it. I will still recommend Yoast’s products but issues like that are simply not cool.
Look at this thread for a non-hack solution. You’d better use a mu-plugin.
Forum: Plugins
In reply to: [EWSEL Lightbox For Galleries] Localisation?The plugin will load localizations (.mo files) form /ewsel-lightbox-for-galleries/localization. Just install Codestyle Localization plugin and localize it.
Forum: Plugins
In reply to: [Weather Underground] Icons Not WorkingNo need to wait for the cache to refresh or turn it off. After update just load your site with ?cache at the end of the address – like http://ww.wp.xz.cn/?cache
That will force plugin to reload the weather table and recache it.