Łukasz
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Filter uses echo instead of returnI’m sorry, didn’t realize there are multiple plugins named “Variation Swatches for WooCommerce”.
Can I remove my ticket?I can confirm everything @blackeye0013 said.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] ERROR: submission flagged as potential spamI write vanilla javascript and jQuery is an unnecessary bloat for me. I’m also an oldboy and feel safe when I know my site will be usable with js disabled.
If you stay with the decision to abandon the form submission functionality without jQuery, I think it would be worthwhile to put a proper message to the developers or make the form visibility dependent on jQuery.Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] ERROR: submission flagged as potential spamAre you planning on making the plugin work without jQuery, like the 1.7.0 version? If so, I will skip the current version and wait for next update.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] ERROR: submission flagged as potential spamNo. I’ve only disabled jQuery because my theme doesn’t use it.
I can see that there is a console error about jQuery being not defined. It is triggered by code in the head added by your plugin.jQuery(function($) {
$('.date-pick').each(function() {
...
});
d = new Date();
$('.birthdate-pick').each(function() {
...
});
});Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] ERROR: submission flagged as potential spamSure.
This is what doesn’t work:
mc_submit_type=html
mcsf_action=mc_submit_signup_form
_mc_submit_signup_form_nonce=96801faaf6
mc_mv_EMAIL={my email}
mailchimp_sf_alt_email
mailchimp_sf_no_js=1
mc_signup_submit=SubscribeThis it what it looks like for downgraded plugin, ver 1.7.0
mc_submit_type=html
mcsf_action=mc_submit_signup_form
_mc_submit_signup_form_nonce=96801faaf6
mc_mv_EMAIL={my email}
mc_signup_submit=SubscribeForum: Plugins
In reply to: [Orphans] Nie działa z ajaxem.Działa idealnie! Dzięki!
I set my website to load jquery on front page and it fixed the problem. But loading jquery every time, whether it is needed or not, is not very good option.
Hi! Thanks for the answer.
I should have look at this more closely before posting here.
The problem seems to be jquery. I have it deregistered and I use it on some parts of my website only (for optimization reasons). I don’t load it on home page so knews is unable to use ajax for loading content. In previous method, when jquery was not present, newsletter was, simply, displayed in browser window, which was very fine for me.
Forum: Fixing WordPress
In reply to: Database Error on CLean installThanks!
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Add the Subscribe form onto a pageOr use a shortcode to put it in post or page:
http://ww.wp.xz.cn/plugins/knews/installation/
Item 12 on the list
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Add the Subscribe form onto a pageYou can use this function to place subscription form in your theme:
knews_plugin_form( array('id'=> 0[or mailing list id], 'name'=>'ask', 'surname'=>'required', 'stylize'=>[0|1], 'labelwhere'=>'outside|inside|none', 'subtitle'=>[0|1], 'requiredtext'=>[0|1], 'terms'=>[0|1], 'script'=>[0|1]) )