Hello,
The same problem – http://prntscr.com/p1kg54 Please check one more time.
Regards
Hello,
Go to WooCommerce > Status > Tools > Create default WooCommerce pages > Create pages.
https://www.8theme.com/documentation/docs/general-information-2/
Shop Page Display you can change via Appearance > Customize > WooCommerce (Shop) > Product Catalog http://prntscr.com/p1kfpa
Regards
Hello,
We’re moving away from the Redux Framework towards Kirki, that would allow us to bring new features with more flexibility http://prntscr.com/p1kcar https://xstore.8theme.com/update-history/ https://kirki.org/docs/
Regards
Hello,
Thanks for using our theme.
Please provide correct wp-admin access – http://prntscr.com/p1k7s3
Regards
Hello,
Thanks for using our theme.
On our demo, you can see an example of the styling http://prntscr.com/p1k5mu
In your case, custom CSS code should be used to change the displaying. Provide URL of the site and we will help you with the custom code.
Regards
Please describe the problem in more details with screenshots. Use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
Regards
Hello,
You can disable categories from the shop grid via Theme Options > WooCommerce (Shop) > Shop > Products style > Product Content Elements > http://prntscr.com/p1jx2y
Or you can set “Primary category” that will be shown on the grid – http://prntscr.com/p1jxr2
To display brands you can add this code in functions.php file of the child theme:
add_action('woocommerce_after_shop_loop_item_title', 'et_print_brands', 10);
function et_print_brands(){
global $post, $product;
$terms = wp_get_post_terms( $post->ID, 'brand' );
if(count($terms)>0) {
?>
<p>Brands:
<?php
foreach($terms as $brand) {
$image = '';
$thumbnail_id = absint( get_term_meta ( $brand->term_id, 'thumbnail_id', true ) );
?>
<a href="<?php echo get_term_link($brand); ?>">
<?php
echo $brand->name;
?>
</a>
<?php
}
?>
</p>
<?php
}
}
Regards
Hello,
1) I do not see the problem on your site https://prnt.sc/p1jt2d
2) Please use this code:
.cart-popup-container .btn-view-cart {
width: 100%;
}
.cart-popup-footer {
flex-direction: column-reverse;
padding-bottom: 5px;
}
.cart-widget-subtotal {
margin-bottom: 15px;
}
.cart-popup-container .btn-view-cart:hover {
color: white;
opacity: .8;
}
Regards
Hello,
Please provide screenshots of the problem, because on first sight the responsive works fine on your site.
Clear all cache before checking.
Regards
Hello,
1) I’ve checked your site on Samsung mobile via chrome browser and do not see the problem with links. Please describe the problem in more details. On which device and browser and which links do not work?
2) I would suggest you to use Yoast SEO plugin. Then you’ll be able to manage SEO product/page descriptions, images etc.
Regards
Hello,
You’re welcome!
Regards
Hello,
Is the problem solved http://prntscr.com/p1jc7x ?
Single product layout can be changed via Theme Options > Single product > http://prntscr.com/p1jcnx or via Additional product options [8theme] > https://prnt.sc/p1jd1n
Regards
Hello,
Before update the link field was a simple input without options, after the update we have improved the option to allow users open link in a new tab etc http://prntscr.com/p0nu24 but you need to re-add links using this updated link button.
Regards
Hello,
There is o option to upload files by default in WP or WooCommerce, so you will need either third-party plugin or additional customization to implement this.
If you want to upload the custom file on the single product page you can choose Product Addons plugin, for example https://wordpress.org/plugins/woo-custom-product-addons/ or similar. Keep in mind that Ajax add to cart option in Theme Options > Single Product should be disabled.
If you want to upload file on the checkout page then look for other third-party plugins because we did not study this question before.
Regards
Hello,
Use most suitable for you element http://prntscr.com/p0n8gi to add the Add to cart button on the single page.
Regards
Hello,
Do you use any cache plugin, server cache or CDN? Clear the cache and check again. Because looks that options file with previous code was cached.
Regards
Hello,
You can remove the products from the wishlist on the wishlist page http://prntscr.com/p0mzbc , header wishlist widget does not include the remove option.
Have you created the wishlist page? If not go to Page > create new > create wishlist page with the wishlist shortcode [yith_wcwl_wishlist] in content. After that go to YITH > Wishlist > and choose the wishlist page http://prntscr.com/p0mwta
Regards
Hello,
All the available product types to show in Revolution slider you can find in Revolution slider settings http://prntscr.com/p0mt92 Unfortunate,y, there is no option to show featured products type.
Regards
Hello,
Please describe the desired result in more details.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please provide temporary wp-admin and FTP access.
Regards
Thanks for understanding.
Let us know if you have any other questions.
Regards
Hello,
The update should not remove links from banners.
What version of the theme did you use before the update?
Please describe the problem in more details with screenshots. Also, provide temporary wp-admin and FTP access, so we can take a closer look.
You can use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
Regards
Hello,
The problem is caused by this custom CSS code – https://prnt.sc/p09q70 I suppose you can delete this part of code at all. Or download this image https://xstore.8theme.com/demos/2/x-phone/wp-content/uploads/sites/5/2017/12/little-title-img.png and upload it into your media library then change the URL in the custom CSS code.
About menu items, change this code http://prntscr.com/p09s9l to 100% > https://prnt.sc/p09se2
Regards
Hello,
1) Have you set “Enable the shipping calculator on the cart page” http://prntscr.com/p09ji2 > http://prntscr.com/p09jcb in WooCommerce > Settings > Shipping > Shipping options?
Isn’t this what you are looking for?
2) http://prntscr.com/p09kzq https://docs.woocommerce.com/document/free-shipping/
Your questions relate to WooCommerce plugin functionality, so it would be better to ask them on forum of the WooCommerce (we are theme support).
Regards
Hello,
Try to disable all the third-party plugins, that do not come bundled with our theme https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , and check how pages load then.
Did you make changes in the theme files?
Regards
Hello,
Please check “Products type” in settings of Products element – https://prnt.sc/p09bfa
If this doesn’t help, provide temporary wp-admin access.
Regards
Hello,
I’ve checked your site (changed few settings), Theme options work fine – http://prntscr.com/p09ajo
Please clear cache and check one more time.
Let us know if you need any further assistance.
You can provide screenshots of the problems. Use Lightshot screenshot tool https://app.prntscr.com/en/index.html to share screenshots, it creates a link to the image and you will just send us that link.
Regards
Hello,
Thanks for the reply.
Please note, we don’t give guaranty for full theme compatibility with all 3-rd party plugins.
Contact the plugin author to get help or find another plugin that will be suitable for your needs.
Regards
You’re welcome!
Regards