M
Forum Replies Created
-
I’ve updated the plugin and the noindex is gone! Nice! Will definitely recommend the plugin!
Thanks for the detailed response – you’re awesome!
Unfortunately the home page SEO settings were correct, so i guess my theme or its plugins cause the problems. I’ll look around the theme code myself.
Unfortunately if i change the home page to a static page, the one-page theme does not work anymore.Hi Sybre, thanks for the fast response!
Good to know, yes the front page set to last posts. Is there an estimate when the new version comes out?
I noticed when searching in Google that the pages listed in the sitemap are shown in the search results while the front page is not – weirdly. I’ll try again and find the front page in the search results though.Forum: Plugins
In reply to: [Kebo Twitter Feed] Encoding problem with umlautsThanks for your time!
Forum: Plugins
In reply to: [Kebo Twitter Feed] Encoding problem with umlautsAlso there’s an error with the time conversion. I’m living in UTC+2, but apparently the plugin calculates with UTC, so every new tweet is 2 hours old from the beginning.
Forum: Plugins
In reply to: [Easy Table] Custom terminators don't work with 1.1?Works again. Thanks for the quick fix!
Works like a charm. Sorry to bother you with this stupid questions.
Thanks again! If you have Paypal i’d donate $10.
How can i manually fire the filter function? it works in principle but it should be executed when i have calculated something via the pre_process hook.
if that is not related enough to Ninja Forms please close the thread. you can set it to resolved nevertheless since the $data[‘default_value’] works. thanks for the quick help!
Forum: Plugins
In reply to: [Easy Table] Custom terminators don't work with 1.1?The same goes for the Test Area. A newline is always ending a row, regardless if it’s the active row terminator or not.
It works now! I don’t know why, but i installed NinjaForms on a new wordpress locally and here it works without problems. Thank you so much for your help!
Oh thanks for the effort, i forgot about looking here. I had the newest version of NinjaForms at the time i made this post but now updated to the current version. Will try again and come back with results.
I also have the current WP version (in german, but i don’t think that matters).It looks ok. Are you sure that the hooks aren’t firing after you click the submit button?
I don’t know how i would test this other than using an echo or changing form values?
The only thing I see is that the function is passed the $form_id as a variable. so your function would become ninja_forms_example( $form_id ). I don’t think that would cause what you’re seeing, though
Doesn’t change anything :/
Tried Ajax on and off already. I also have a submit button so the hooks should fire. Hm.. but in general the code is alright?
I just used this as an example and already tried ninja_forms_pre_process and the other ones as well. Not even an echo(“…”) will work in the ninja_forms_example.