Rene
asked 6 years ago

I use DW-store. In the demo there is no short product description on the Product Page (shop-page). But on the Quick View there is and also on the Single Product Page. How do I get the same look as in the Demo? In short ‘only image, title and price on shop-page and descriptions on single product page’. I have Unyson installed as well.

4 Answers
DominicStaff
answered 6 years ago

In this case, you can use the following code to hide the product description:

.archive .woocommerce-product-details__short-description {
   display: none;
}
Rene
replied 6 years ago

Can you please tell me in which .CSS I have to change or add this line.

Rene
answered 6 years ago

Thanks, Can you tell me in what .php I have to add/change it.

Rene
answered 6 years ago

Sorry, I understand it has to be done in a .css

Dominic Staff
replied 6 years ago

Yes, If you have any issue or question, you can let me know, we will help you resolve it.

Rene
replied 6 years ago

Can you please tell me in which .CSS I have to change or add this line.

Dominic Staff
replied 6 years ago

You can go to the Dashboard > Appearance > Editor and add this code to the style.css file or you can go to the customize > Custom CSS tab then add the code to this CSS box.

Rene
replied 6 years ago

I have had the code in every imaginable CSS, but I don’t get the desirable result. Specially with your plugin QuickView it’s nice to have the difference between shoppage (without short-description) and QuickView (with short-description). Just as in de Demo of DW-Store (giftshop).
I have looked in your demo and saw the code in ‘dw-store.min.css’, but that is a file with code in one long line in which I rather not edit. Maybe it’s a nice feature in a next version, an option to have or not have the description on the shoppage.

Dominic Staff
replied 6 years ago

We have fixed the issue with the description of the DW Store theme and we have updated the theme in the today. You can check and download the theme in the profile now. If you have any issue, you can let me know we will check and help you resolve it.

Dominic Staff
replied 6 years ago

I have checked and fixed this issue on your site. Also, we have updated this issue in the update package of the DW Store. We have removed the DW Quickview plugin and use the YITH WooCommerce Quick View plugin.

Dominic Staff
replied 6 years ago

If you have any issue or question about the DW Store, you can let me know we will check and resolve it. Thank for your time and consideration, my friend.

Rene
replied 6 years ago

Thanks Dominic, it’s a nice solution. Maybe in the future it can be DW again. I like your products.

Dominic Staff
replied 6 years ago

Yes, If you have any issue or question, you can let me know. We will check and help you resolve it.

Rene
answered 6 years ago

For your convenience, I found the possible problem. It’s in DW-QuickView. I got this message:
Notice: id was called incorrectly.
Product characteristics may not be called directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/woocommerce/templates/archive-product.php’), wc_get_template_part, load_template, require(‘/plugins/woocommerce/templates/content-product.php’), do_action(‘woocommerce_after_shop_loop_item’), WP_Hook->do_action, WP_Hook->apply_filters, dwqv_add_button, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong
Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 3.0.) in /home/vhosts/creatieven.nl/subdomains/beta/httpdocs/wp-includes/functions.php on line 4147

Dominic Staff
replied 6 years ago

Yes, Thank for your feedback, we will check it.

Powered by DW Question & Answer Pro