Rafael Ehlers
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Does this support multisiteHello @wilrevehl,
Yes! Gravity Forms Zero Spam works on multisite installations and you can activate it only on specific websites. There’s no need to Network Activate it.
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Zero Spam Blocking Google Ads Conversion Tracking@dogstarweb the reality is that Zero Spam was very useful in the past, but ever since then Gravity Forms introduced several security enhancements to the forms that helped avoid more spam, sort of rendering Zero Spam unnecessary anymore. The plugin has very basic functionality. For further protection we recommend using Akismet with this add-on: https://www.gravityforms.com/add-ons/akismet/
I hope that helps.
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Zero Spam Blocking Google Ads Conversion TrackingHello @dogstarweb
Can you please give us more details about how Zero Spam is blocking your conversion tracking?
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Does Marking as ‘Spam’ Train System?Hi @kennyll,
No. Unfortunately, that’s not how the plugin works. I believe this plugin from Gravity Wiz might help you: https://gravitywiz.com/documentation/gravity-forms-blocklist/
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Exclude spam entries from Google Analytics reportsHi @phantasmix,
This needs to be fixed on the Gravity Forms-side. Please contact their support staff for further assistance: https://www.gravityforms.com/help/
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Lots of repeat spam from same botsHello there! We are still considering adding a blocklist functionality in the plugin, but in the meantime, you can use this other plugin from Gravity Wiz (in case you have a license) to block these specific words: https://gravitywiz.com/documentation/gravity-forms-blocklist/
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Statistics@fmarzocca Fabio, that detailed page will come later for MP3.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] MailPoet & HTTPS?@ginmi there isn’t, unfortunately. All the autoresponders need to be created from scratch.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] 404 page not foundThis should fix your issues: https://support.mailpoet.com/error-403-on-admin-ajax-php/
In case it didn’t work, ask your host support to disable mod_security on your website.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Checkbox on comment form not showingHi capotea,
That’s probably because the way your theme was coded. Try switching your theme temporarily to Twenty Twelve for example and see if that works.
Okay, please get in touch with us at https://support.mailpoet.com/ we’ll probably need to ask you private details.
Forum: Plugins
In reply to: [Attachments] Attachments plugin doesn’t seem to work in 3.4.1Jonathan, you should put a link to the config page on the installed plugins page.
Forum: Fixing WordPress
In reply to: Filtering a loop by a custom taxonomy term assignmenttry
query_posts(‘post_type=movie&NAMEOFTAXONOMY=CATEGORYNAMEOFTAXONOMY’);
ex.:
query_posts(‘post_type=movie&genre=drama’);