-
AuthorPosts
-
August 1, 2018 at 6:02 pm #992501
Hi, the contact form on this page
https://lebenswert-erfolgreich.com/
is showing the title „dieSTORY —” but in the contact form settings we created the title “Wir liefern, was Du brauchst.”
The module preview is showing the correct title only on frontend its wrong. Everything is up to date and we already deleted all caches….
Any ideas?
Thanks, Sophie
August 2, 2018 at 5:47 am #992700Hi Sophie,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardAugust 2, 2018 at 9:00 am #992761Hello Rikard,
here ist Hans Janotta. Let me describe the situationen, that leads to this error.1. Till yesterday this page was installed as startpage: https://lebenswert-erfolgreich.com/diestory/ The permalink was https://lebenswert-erfolgreich.com. And all worked well.
2. Yesterday I creates a new page https://lebenswert-erfolgreich.com/deinglück/ And till this moment all worked correkt too (including the formular).
3. Thne I changed the startpage vom “dieSTORY” to “deinGLÜCK” and installed the new permalink https://lebenswert-erfolgreich.com/diestory/ for the old startpage. From this moment the error occurs.
We tried to rename the startpage to the old startpage. Butte the error was stillpresent. And I deleted the formular completely an rebuiilt it. But the error was stillactice.
Other formlars are working well.
See: https://lebenswert-erfolgreich.com/speedcoaching-lebenswert-erfolgreich/
and https://lebenswert-erfolgreich.com/derclub/I hope, tar these informations will help you.
Best regards HansAugust 3, 2018 at 4:10 pm #993304URGENT !!! When can we await an answer?
August 4, 2018 at 5:05 pm #993531Hi,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Rikard requested the login credentials two days ago but unfortunately we still didn’t get them.
Best regards,
DudeAugust 4, 2018 at 5:17 pm #993534This reply has been marked as private.August 4, 2018 at 6:37 pm #993544Hi,
To be honest I’ve no idea why the headline behavior is so weird but it seems like something overwrites the title setting of the contact form element. If I create a second element the title setting works, if I delete the first contact form the title of the second contact form suddenly changes. Maybe you added some custom code which hooks into the contact form parameters and changes the title?
I “fixed” it by adding some code to the functions.php file – I also hooked into the contact form parameters and replaced the title with a custom function. Here’s the code:
add_filter('avia_contact_form_args', 'avia_overwrite_contact_form_title', 10, 2); function avia_overwrite_contact_form_title($form_args, $post_id) { if(is_home() || is_front_page()) { $form_args["heading"] = ' <h3>Wir liefern, was Du brauchst.</h3> '; } return $form_args; }
Best regards,
DudeAugust 8, 2018 at 9:28 am #994761Hello, here ist Hans again,
thank you for your intervention.
But as one result, the autorespionder emails are not sent. And this is an heavy error. Normally we did not have this problem. Actually we can not built out automatic funnels. grrrrrrrrrrrrrrrrrr
Thanks for fixing this bug
HansAugust 8, 2018 at 10:01 am #994785Hello,
now we have the same problem with the contact-formular here:
https://lebenswert-erfolgreich.com/affiliate-einladung/
The title is wrong.
No autoresponder-meil ist sent.Thanks for a quick solution.
HansAugust 8, 2018 at 3:01 pm #994982Hi,
Can you please create me a ftp account – we need to debug the theme code and thus we need access to all theme files.
Best regards,
Dude -
AuthorPosts
- You must be logged in to reply to this topic.