Forum Replies Created
-
AuthorPosts
-
May 16, 2017 at 10:54 pm in reply to: Contact form with static e-mail sender and reply-to function #794522
Hi Basilis,
thank you for your answer.
Unfortunately with this code, the email even fails to send at all.
Although it would be a real pity, it’s okay if that’s not going to work.
Just let me know if you have another idea.
In the meantime, thanks for your support.
Best wishes,
Andreas
May 16, 2017 at 4:50 pm in reply to: Contact form with static e-mail sender and reply-to function #794099Hi Victoria,
yeah I got that and am using a SMTP plugin. But since we’re getting a lot of mails, it’s pretty annoying to loose track of them, because we have to create a new mail instead of just replying to them.I found the code lines below, but they did not work. (They are from this thread: https://kriesi.at/support/topic/contact-form-messages-not-sent/#post-389784).
add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 ); function enfold_customization_contact_form_etc( $from, $p1, $p2 ) { global $enfold_custom_from_header; $enfold_custom_from_header = $from; } add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 ); function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) { global $enfold_custom_from_header; $header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n'; return $header; }
Is there any chance to get this working or don’t you provide this kind of support (which would be okay)?
Best regards,
Andreas
May 16, 2017 at 12:20 pm in reply to: Contact form with static e-mail sender and reply-to function #793851Hi Victoria,
thanks for the links. I’ll have a look at it later today.
Here’s the thing: e mails, which are sent directly from enfold contact form without using SMTP are getting to junk email folder and so mostly lost.
When there is a static “from mail” (like (Email address hidden if logged out) ), emails get to the regular income folder, but I cannot directly reply to the customer, which is annoying. If there would be a “reply to” to the user, emails would get to me and I can directly reply to the customer without having to copy-paste the email address from the message content area.Hope you get my point.
Best wishes,
Andreas
May 15, 2017 at 2:51 pm in reply to: Contact form with static e-mail sender and reply-to function #793346Hey John,
thanks for your answer.
Isn’t it possible to do that without another plugin? Like adding some code to my child theme’s function.php?
Using this code snippet here https://kriesi.at/support/topic/contact-form-messages-not-sent/#post-389784 didn’t work unfortunately.
So for me it would be fine to have a hard coded “from” mail, but a “reply to” function in the e-mail header which is filled with the e-mail adress of the user’s input.
Still hope there’s a possibility to do this.
Best wishes,
Andreas
Hi Mike,
thanks for the fast reply. That works.
Thank you and best wishes,
Andreas
October 14, 2016 at 11:34 pm in reply to: How can I center the description of a picture in a slider? #699320Hi Yigit,
thanks for your reply.
Actually, that doesn’t work. That’s because the right CSS class would have been
.avia-caption.av-slideshow-caption
But never mind, I found the solution myself and you can close this topic.
Thank you for your help and best regards,
Andreas
Hey Yigit,
thanks for the fast reply. Works perfectly.
Have a good week,
Andreas
Hi Yigit,
thank you for that.
As far as for now, there are no more problems at this topic.
Thank you for your help.
Best wishes,
Andreas
Hi Rikard,
thank you a lot, you can close this topic.
Have a good week.
Best wishes,
Andreas
Hi there,
posted the login credentials in the private content area.
Please let me know if you need any more information.
Best regards,
Andreas
Hi Rikard,
one more question on this topic. How can I change the color of the arrow which is displayed?
Best wishes,
Andreas
Hi Ismael,
thank you it’s perfect. You can close this of course.
Best wishes,
AndreasHi Yigit,
unfortunately this code doesn’t work (neither for promo box nor for the icon box problem.
Have you any other idea?
Best regards,
Andreas
Hi Rikard,
you find the information in private content section.
Best,
Andreas
Hi there once again,
I couldn’ really solve that problem. I don’t want to use a plugin.
The content in the link from you describes how to use the thumbnail function of WordPress.
But I want to achieve the following:
When creating a new post and e.g. I forget to upload a thumbnail I want a default fallback thmbnail picture to be displayed (right now it’s a pen).I found this code, but don’t know where to place it, however.
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } else { ?> <img src="<?php bloginfo('template_directory'); ?>/images/default-thumb-img.png" alt="<?php the_title(); ?>" /> <?php } ?>
I hope you can help me with this one.
Thank you for your support and best regards,
Andreas
- This reply was modified 8 years, 3 months ago by andreasobermeier.
Hi Andy,
for this I would have to add a plugin, right?
Best regards,
Andreas
Hey Andi,
sure, no problem.
No, I don’t want to remove it, but replace it with a custom image.
So the aim is the following: If a user creates a blog post and doesn’t upload a post image there should be a custom image displayed at the left side.
Best,
Andreas
Hey Andi,
perfect. Thanks for that fast reply.
Have a good one,
Andreas
Hi Andy,
thanks, then please never mind that issue.
You can close this thread, of course.
Best,
Andreas
Hi Andy,
thanks for your feedback.
Unfortunately that shifts the entire map to the right. So I get a blank space at the left side.
Have you any other suggestion? It’s also ok if not. :)
Best wishes,
Andreas
Hi Rikard,
Thanks for your reply.
That would great if you could have a look at it.
Best,
Andreas
Hi there everyone:
as the Kriesi team is working hard to provide help to all of us, I’ll share the solution that works for me.
- Fetch coordinates at a site that provides this data for you (e.g. http://www.gpskoordinaten.de/)
- Then insert an google maps element from the avia layout builder and try to fetch the gps data
- They won’t be filled because of that issue, of course
- Insert the GPS data you got from the first step
- Then save the changes and view your site
- That works for me without adding any other lines of code or plugins
Feel free to correct me if I’m wrong.
Cheers,
Andreas
Never mind, found the problem myself.
Sorry for the confusion.
Anyway: really appreciate your support.
Hi Yigit,
once again: you’re great!
Thanks for your help.
Best,
Andreas
Hi Rikard,
thank you for your answer. Workes just as it is supposed to work.
I enjoy your support every time. Keep it up!
Best,
Andreas
Hi Jordan,
thank you for your reply. Workes fine for me.
Best,
Andreas
Hi Rikard,
thank you for your feedback. I’ll post the link to the site in private section, because the site is still in development.
Also the menu doesn’t work yet. My “problem” concerns menu item “Mehr->Stellenanzeigen”.
Thank you,
Andreas
- This reply was modified 8 years, 5 months ago by andreasobermeier.
Hi there,
you can close this thread. Actually increasing memory limit to 256 mb didn’t solve this problem, but it is fine for me.
Thank you for your help!
Best,
Andreas
Hi Vinay,
thanks for your feeback, too.
You listed some XML files, but there is no one for the default demo, right?
Hopefully my hosting provider agrees increasing the memory limit, that would make it easier.
Thank you a lot.
Hi Basilis,
thank you for your response. I’ll give that a try. PHP memory limit was set previously to 128.
Hope that 256 will solve my little problem.
Best wishes!
-
AuthorPosts