Nils Sch?nwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Don't Want Nested Pages to Be Children of Parent in URLHi, is there a solution to this already?
Having the same problem.Forum: Plugins
In reply to: [WP Jade Template] I wish this would work on WP 4.1.1copy that!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Automatically submit filters?Hi,
Select2 4.0.0 is loaded.
The hidden select-input doesn’t get updated.
Thats why your snipped doesn’t work.btw I try to use plain js
var _ = require('lodash'); _.map(document.getElementsByClassName('beautiful-taxonomy-filters-select'), function(element) { element.addEventListener('change', function(){ document.getElementById('beautiful-taxonomy-filters-form').submit(); }); });
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Automatically submit filters?Hi,
me again ^^
this works well if I’m not using select2.
But when I do, selecting an option, doesn’t actually change the ‘selected’ state on the ‘.beautiful-taxonomy-filters-select’What about now?
Preferably select2 should update the ‘selected’ state, doesn’t it?I should had check that first ^^
They appear.Also the function work like charm.
Thanks for that!
Hi,
I’m currently trying the same.
I have colors
– red
— winered
— lightred
– blue
— lightblue
— skyblueI want to show just the parent category, but want to trigger also the childs.
Is this somehow possible?Same problem here. No javascript at all on the settings-page.
Forum: Plugins
In reply to: [Are you robot google recaptcha for wordpress] Contact Form 7yes, curl is enabled.
Forum: Plugins
In reply to: [Are you robot google recaptcha for wordpress] Contact Form 7WordPress 4.1.1
Contact Form 7 Version 4.1still doesn’t work after clearing the cache and deleting the cookies :/
Forum: Plugins
In reply to: [Are you robot google recaptcha for wordpress] Contact Form 7Thanks for the update.
But its not that much better.First, you changed the shortcode, without any info.
Just saw it in your documentation, but nowhere else, like in the Plugin-decription.And secondly, now I can’t send at all.
Even if the captcha is filled.Forum: Plugins
In reply to: [Are you robot google recaptcha for wordpress] Contact Form 7Well, I implemented it into my form, but I can also send without aktivated the captcha :/