This topic has 23 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
Hi! Unable to receive emails.
Hello,
Could you, please, contact your hosting provider and ask to check the Mail server error log? Do you have errors there? Does your log display that server sends emails?
Regards
They say:
I have checked the server log and I am not able to see any errors on it.
Hello,
Do they check the server error log or Mail server log (https://mediatemple.net/community/products/dv/204643910/checking-the-mail-log)?
Regards
They replied:
Since the email address used is khaikandles@gmail.com the emails will be sent from WordPress end. We can check the mail logs only if @khaikandles.com email address is used and if the MX is pointing to us. But the settings in WordPress and woo commerce end looks good
Hello,
I made test order and got email https://prnt.sc/12vr4nj
So, don’t see the problem from our side.
Regards
bluehost installed wp mail smtp and it fixed
Hello,
Ok, glad that you sorted it out.
Regards
Hi, Why my faqs look bad on mobile? Is faq module not responisive?
Hello,
It is the default WPBakery element, our theme doesn’t affect it. At first sight, it doesn’t look bad – https://gyazo.com/9038d661a85328976762fde6bcd97004 Describe the desired result in more detail.
Regards
In my FAQ question, the length of question is bigger. In mobile it should take 2 lines or 3, but it is not instead it cuts the content
Add the next custom CSS code:
#faq-style {white-space: normal;overflow: unset;line-height: 1.3;}
Regards
https://khaikandles.com/product/wax-melts-warmers/
I use BOGO plugin on above product. When the item quantity is 5, one item is free added on cart page. Earlier it was working fine but now free product is not being added on cart page.
Hello,
What was changed from the time when it worked fine? Have you tried to contact the support of the plugin?
Regards
I don’t remember – maybe just few customizations.
The plugin authors say they have not done any changes recently so that must be from theme side.
What I notice weird on products where BOGO is enabled is that even after selecting variant, on cart page, it says it is not selected as in screenshot https://privatebin.support-tools.com/?31a893e70f14d98e#o+MwlCp0ajSOIR0k2XUWtnLvIXsPsZzlluloxkYbJao=
I can recall that I had submitted ticket here because I was not redirecting to the cart page automatically after add to cart button and from then my BOGO is not working, I guess. Can you have a look at it?
Loom of problem
PROBLEM SOLVED – CREATED PRODUT AGAIN.
THANK YOU
We are glad that you sorted it out. Thanks for letting us know.
Regards
Hi. Why my page looks weird while backend editor is on. Loom video is attached
Hello,
Because you used the wrong custom CSS that does not work for the secon colum. Check now. I have replaced
#first-feat, #third-feat img.vc_single_image-img.attachment-full.lazyload-lqip.lazyloaded {
width: 100px;
height: 100px;
margin: 0 auto;
}
with
#first-feat, #third-feat img.vc_single_image-img {
max-width: 100px;
margin: 0 auto;
}
Regards
But then my layout disturbed….? See in screenshot. https://privatebin.support-tools.com/?470595a37f45a532#2VkrgTkSv2eZzW5eY3vluYpYglEecIad8La0vGhiIEI=
Hello,
Because of your custom https://prnt.sc/13e5652
.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.wpb_column.vc_column_container.vc_col-sm-4.et_custom_uniqid_new_606608c507562.mpc-column.wpb_start_animation.animated {
position: relative;
top: -52px;
}
What’s this? Why do you use such global classes and why do you need position: relative; and top: -52px; for that?
Regards
You must be logged in to reply to this topic.Log in/Sign up