MarkJ
Forum Replies Created
-
I tried only subscription
Forum: Requests and Feedback
In reply to: One click deactivate and delete pluginOK ty, but it is also a question, if there is any way how to acomplish that.
Forum: Plugins
In reply to: [Contact Form 7] Form not working if mail field is usedOk found the cause. In the wp settings was blocked “.com” because of spam comments containing .com urls. Unfortunately it affects even the CF7, while other plugins doesn’t.
Forum: Plugins
In reply to: [Contact Form 7] Receiving tons of spam mailNot using recaptcha (I hate it) but cf7 honey pot plugin works amazing if set correctly.
Forum: Plugins
In reply to: [Contact Form 7] the form isn’t workingIf you have email field, try to write mail with different domain than .com, what happens
Forum: Plugins
In reply to: [Contact Form 7] Form not working if mail field is usedI asked hosting, they don’t think it is issue on their end.
I found out that this issue is probably only with .com emails, other domains work. Any idea what to do next? I already tried to turn off all plugins and change the theme.Btw mails are working, site is sending even to .com, only form is failing when .com is in email field
Forum: Plugins
In reply to: [Trustpilot Reviews] Trustbox not displayed on cached pagein case of this cache plugin, turning of “fix invalid html” fixes this issue
Forum: Plugins
In reply to: [WP-CFM] How to copy the setting from one site to anotherActually here is a good guide https://www.youtube.com/watch?v=SlJ3S3F9Q_c
Forum: Plugins
In reply to: [WP-CFM] MIssing download buttonI resolved it by editing files. But would be good to fix it.
Forum: Plugins
In reply to: [WP-CFM] How to copy the setting from one site to anotherI had to edit their files, in page-settings.php remove hidden from “download-bundle hidden”
Yeah that is not possible. Will need to find another solution. Thanks for your time.
I checked it and unfortunately yes. Is there any workaround to add only one even when they have same prices? Maybe some snippet?
Ďakujem za vysvetlenie;)
Ďakujem pekne 🙂 mne pôvodne napadol takýto spôsob:
add_filter('wpify_woo_xml_heureka_skip_product',function($skip, $product) { /** @var WC_Product $product */ if ($product->has_term('kategoria_produktu', 'product_cat')) { $skip = true; } return $skip; },10, 2);Viete povedať aký by to bol rozdiel, či to je jedno? Samozrejme preferujem to čo je menej zaťažujúce.
Ok už som si asi aj našiel odpoveď, predpokladám že hook
wpify_woo_xml_heureka_skip_productje na toto určený.