Hello,
Ok, what styles do you want to have for that button? Explain in more detail or provide the screenshot.
Regards
Hello,
Ok, what styles do you want to have for that button? Explain in more detail or provide the screenshot.
Regards
Hello,
I don’t know why but you hide that using custom CSS https://prnt.sc/26gzgi2
It’s not theme issue. I commented out that custom code https://prnt.sc/26gzh39 and tile is ok on the checkout page.
Regards
Hello,
1) Do you use the default WooCommerce selector for the variable product or variation swatches feature?
2) Could you, please, provide us with a link to your product?
3) “like the plugin force default variant, but it doesn’t work anymore” – what plugin do you mean? Explain in more detail, please.
Regards
Hello,
That widget is not theme widget. So, contact plugin author support to find out if they have option to change its position.
Regards
Hello,
Could you, please, provide us with Screenshot of the issue for better understanding?
Regards
Hello,
We need both WP Dashboard and FTP access to check the code and improve it if possible to make a single product builder compatible with the mentioned plugin.
So, please, provide us with FTP access.
Regards
Hello,
You are welcome.
Regards
Hello,
Fixed. Check now, please.
Regards
Hello,
It’s not a compatibility issue between theme and plugin but compatibility issue between WCMp and Elementor. If you enable any default WordPress theme and visit the venor’s page you’ll get the same bug https://recordit.co/4Ykv1Pq0tx . So, WCMp plugin support needs to fix the issue between their plugin and Elementor https://wordpress.org/support/topic/compatibility-with-the-elementor-2/#post-15276976
Regards
Hello,
If you used the code that was provided then you missed the point before the class it should be
.single_add_to_cart_button
So, check that and if it does not help then provide us with link to the product where you have that issue.
Regards
Hello,
Go to Theme Options > Footer > Footer styling > set the border width to 0 and border type to none instead of solid and also set the top and bottom footer padding to 0px.
Check the footer after that.
Regards
Hello,
Are you talking about changes of the page content or about changes of the Header on the home page? Because the demo that you imported uses multiple headers https://youtu.be/BpeXfzNwkOc and if you don’t need the transparent header of the home page then go to Theme Options > Header builder > Multiple headers > remove home page header.
If you have problems with page editing. Then explain in more detail what elements did you edit and provide us with WP Dashboard access to check and help you.
Regards
Hello,
Yes, you have the below custom in Page Custom CSS I suppose
.wrapper-banners {
top: -2vw;
z-index: 99999999;
}
Replace that with
.wrapper-banners {
top: -2vw;
z-index: 1;
}
Regards
Hello,
We do understand you. But you don’t want to hear and accept our answer:
We can give you only general tips to improve the site speed from our side https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
We don’t have a deal with the personal site optimization https://themeforest.net/page/item_support_policy And we can do nothing with that.
So, if you are not satisfied with the theme speed we are ready to give you a refund and you’ll be able to choose another theme that has a better speed score in your opinion.
Regards
Hello,
Your site looks pretty nice. My congratulations!
Could you, please, explain to me in more detail what exactly is wrong with the Elementor? Because I don’t see issues https://prnt.sc/26gwfio
Regards
Hello,
Our developers will be able to take a closer look from Monday and it probably take up to 3-5 days to fix. Maybe faster but I’m not sure. You can continue with the editing of the site (products, posts, pages). Just don’t change theme options after Monday.
Regards
Hello,
I’m not sure what’s wrong but it does not work. Check the Private content area for the video.
Are you sure that you provided correct username and link to your site? Password is kesensitive. Did you provide the correct one?
Regards
Hello,
Take my apologies for the delay in answering.
Ok, but as I can see it does not work even on the simple page. Provide us with FTP access to your site. We’ll check the compatibility issue in more detail.
Regards
Hello,
Provide us with WP Dashboard access to your site, please. We’ll check and help you.
Regards
Hello, @sandor.huszar
I saw that you told that you found the reason of the problem https://www.8theme.com/topic/thank-you-page-not-showing-and-emails-are-not-sent-after-purchase/
Did you?
Regards
Hello,
Nope, we do understand your position. But site speed depends not just on theme but on the server optimization, on the additional plugins you use, on the images and content you use, on the WP optimization itself. There are a lot of articles that describe ways to optimize WordPress sites.
Anyway, we can give you only general tips to improve the site speed from our side https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
We don’t have a deal with the personal site optimization https://themeforest.net/page/item_support_policy And we can do nothing with that.
So, if you are not satisfied with the theme speed we are ready to give you a refund and you’ll be able to choose another theme that has a better speed score in your opinion.
Regards
Hello,
“it was solved because we changed the names of the fields” – do you mean that you edited WooCommerce/theme source files to change that?
Do you use any third-party plugin for the checkout? Like Checkout manager or something? If yes then you need to change the translation of the mentioned fields in the plugin settings.
Theme translation does not apply for that if it’s under control of the third-party plugin.
Regards
Hello,
1) If you are not satisfied with theme speed you can submit refund request here https://themeforest.net/refund_requests/new
2) User that you provided does not have access to the backend, so I can’t check the Static blocks editing process. Give that user admin permission to allow us to check the mentioned problem.
Regards
Hello,
We cleared the licenses that you mentioned to clear and left the sites that you mentioned for the licenses that you mentioned. So, you can use cleared licenses for the new projects.
Regards
Hello,
Ok, then waiting for the correct access to your backend. Because at this moment it does not work.
Regards
Hello,
Nope, still noting and I’m redirected https://gyazo.com/89dd12d05dbd815cb8a446e971c240e3
Are you sure that our account has admin permissions?
Regards
Hello,
Add the below code to Them Options > Custom CSS
.single_add_to_cart_button.button:focus {
color: #fff;
}
Regards
Hello,
1) I checked your site and don’t see the mentioned issue https://recordit.co/vr7ChbYI7X
2) I see that you made some additional customization in child theme and it generates the js error. So, take a look at this and fix the js error that is made by your custom code.
Regards
Hello,
I can’t log in to site using link that you provided https://gyazo.com/84c05ebd1600967dac81cdb22ded9a1a
Please, provide us with link to your WP Dashboard.
Regards
Hello,
Add the below code to Theme Options > Custom CSS
.single-product .template-container form.cart table.variations .label {
width: auto;
display: block;
}
Add the below code to add space on the shop and cart pages
.woocommerce-page .content-page {
margin-top: 20px;
}
Regards