Hello,
Do you use third-party plugin to implement variation swatches? Do you have the mentioned problem when this plugin is disabled?
Provide us with WP Dashboard and FTP access to check the issue in more detail.
Regards
Hello,
Do you use third-party plugin to implement variation swatches? Do you have the mentioned problem when this plugin is disabled?
Provide us with WP Dashboard and FTP access to check the issue in more detail.
Regards
Hello,
Provide us with WP Dashboard access to your site to check the settings you use and help you.
Regards
Hello,
Made code improvements in the file from the error.
Regards
Hello,
If you want or plan to make changes in the template files then you need to use child theme and do all the code changes that you need in child theme files only. If you don’t plan changes of the theme functions or additional customization you can use the parent theme in this case and you don’t need child theme. If you already made changes of theme options in parent theme but decided to install and use child theme then before child theme activation you need to go to Theme Options > Import/Export > export options. Once you activated child theme go to Theme Options > Import//Export > import file and reload customizer WITHOUT saving changes.
From your screenshot I see that you use mix of builders for the footer static block: Elementor and WPBakery. Which builder is the main builder of your site? Provide us with WP Dashboard access to check and help you with the footer settings.
Regards
Hello,
We don’t have documentation for this, unfortunately.
Anyway, it’s very simple. Once you enable builder in XStore > Email builder you are redirected to page where you could create email templates or edit pre-created https://prnt.sc/12j3gfi
You can choose/change the email type in the right corner, at the left side you have elements that you can drag&drop to email area and style according to your needs https://gyazo.com/657d545eeef52522ade7bf333689a68f
Regards
Hello,
Sorry for the delay in answering.
1) Could you, please, share your solution? Maybe it will be useful for other users.
2) Provide us with WP Dashboard and FTP access to site where you use Nitropack? We’ll check and try to help you.
Regards
Hello,
Use site preloader to show the site only once full page is loaded (Theme Options > General > Site preloader). It helps you to avoid situations when you see changes of the page content during page loading. That flip effect related to the loading of the font file, at the start, it loads the default font, then your custom font is loaded and you’ll get it, we can do nothing with this. You may also try the cache plugin and font preload option, as the WPRoket plugin has for example https://prnt.sc/12j389f
Regards
Hello,
You can add this color as the attribute for your product but don’t use it for the variations https://prnt.sc/12j30oj Then you’ll get this product while filtering but this color won’t appear in the product variations.
Regards
Hello,
If the product does not have a price WooCommerce displays Read more button on the grid that links to the single product page, this is the default WooCommerce option and WooCommerce does not have settings to change the link for that button. If you want to change the text you can use translation files https://prnt.sc/12j2ge5 But it does not change the link itself.
If you want to replace the default WooCommerce button with the custom button that will allow you to download anything it requires additional customization. You can submit customization request here because customization is outside the basic support.
Regards
Hello,
Sorry for the misunderstanding. Looks that this is a theme bug. We’ll try to fix it in the next theme update.
Regards
Hello,
If you use Apache then change LimitRequestBody http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody
If your hosting provider really increased that limit then you should not have the following error in the server error logs
*5398722 client intended to send too large body: 302015041 bytes, client: *.*.*.**, server: feel.construction, request: "POST /wp-admin/admin-ajax.php HTTP/2.0", host: "fe******ion", referrer: "https://********/wp-admin/customize.php?autofocus%5Bpanel%5D=header-builder"
So, ask if they really increased the LimitRequestBody to 10 or 20MB, try to edit headers after that. If you get the error then check the server error logs again and provide us these logs.
Regards
Hello,
Go to WPML > Languages > enable Language filtering for AJAX operations option. Let me know if it helps.
Regards
Hello,
1) Provide us with server error logs and FTP access, please.
2) You edited shop page static block but checked the home page. Of course you won’t see changes. Edit the home page section if you want to change that. Shop page block changes are there https://atollshop.com/shop/
Regards
Hello,
Could you, please, tell me your actions to reproduce the mentioned issue? Because I don’t see problem with the mentioned category https://prnt.sc/12j0fie
Regards
Hello,
Thank you.
1) If I test your site I see only one file https://prnt.sc/12j08cb and this is WordPress core file, we can do nothing with that.
2) Read this post https://www.corewebvitals.io/pagespeed/fix-avoid-excessive-dom-size-lighthouse
Regards
Hello,
Take my apologies for the misunderstanding of our support member.
To show 0 rating:
1) Copy plugins/woocommerce/templates/single-product/rating.php
to
themes/your-child-theme-name/woocommerce/single-product/rating.php
Find if ( $rating_count >= 0 ) : ?> and change to if ( $rating_count >= 0 ) : ?>
2) Add the below code to child theme functions.php
add_filter('woocommerce_product_get_rating_html', function($html, $rating, $count) {
if ( $count > 0) return $html;
$label = sprintf( __( 'Rated %s out of 5', 'woocommerce' ), $rating );
$html = '<div class="star-rating" role="img" aria-label="' . esc_attr( $label ) . '">' . wc_get_star_rating_html( $rating, $count ) . '</div>';
return $html;
}, 10, 3);
Save changes.
Regards
Hello,
We have added custom code to child theme. Check now.
Regards
Hello,
1) We don’t have pre-created templates for the emails that come from Germanized but you can create them using Add new option and choose the template you create email for https://prnt.sc/12ix0qf and add elements you want to show for that email
Is any template missing here https://prnt.sc/12ix32d ?
2) I don’t see a delivery time option on your checkout page https://prnt.sc/12ix7w4
Could you, please, enable it and we’ll check our email template with this.
Regards
Hello, @Marc_Savall
What do you mean by “another licence from GPLPlus”? If you need to activate theme for the dev site you can use the same license that you use for the production. I suppose that “another license from GPLPlus” means that you used nulled version of theme. In this case, you need to reactivate theme using your official purchase code and clear cache using check again link https://prnt.sc/12iv5dr
Update theme after that. I reactivated theme on your site, so try to update theme now.
Regards
Hello,
We sent a link to download the theme and 2 plugins to your registration email.
Regards
Hello,
We’ll fix it in the next update. Add the below code to Theme Options > Custom CSS to fix it on your site
.page-wrapper .alignright > img, .page-wrapper img.alignright {
float: right;
}
Regards
Hello,
Could you, please, provide us with a video of the issue for better understanding?
Regards
Hello,
We overwrite some WooCommerce files, so these actions may not work. Do you want to hide the featured image from the catalog and single product? Provide us with WP Dashboard and FTP access to your site to check and help you.
Regards
Hello,
1) If you want to edit slider content itself you can do this fom Revolution Slider > edit slider that you use on the home page. If you want to show another slider for the home page go to Pages > edit home page and scroll down to 8theme page settings > Show revolution slider instead of breadcrumbs and page title > choose the slider you want to show https://prnt.sc/12itc3f
2) Go to Appearance > Widgets > add an empty text widget to Left side top bar widget area to remove demo content (lang/currency).
3) Go to Theme Options > Header settings > Breadcrumbs > Breadcrumbs background > change or remove image.
Regards
Hello,
Provide us with link to site where you have the issue. Do you mean that header does not appear over the page content?
Regards
Hello,
We need to check versions of plugins that you use at least. If you don’t want to provide FTP then provide WP Dashboard access at least. Create a temporary user with admin permissions (Users > Add new) and you’ll be able to remove it once we check and help you.
Regards
Hello,
Keep variation swatches option disabled https://prnt.sc/12imcql if you don’t use it for the attributes and use only default select types for all the attributes https://prnt.sc/12imdrt
Check the button now.
Regards
Hello,
Provide us with link to page where you use custom add to cart link and temporary WP Dashboard access. We’ll check.
Regards
Hello,
Check now, please.
Regards