Forum Replies Created
-
try to add “!important;”
in reply to: Slider beside productsHi
If you read in my second reply http://dawnthemes.com/support/forums/topic/woocommerce-display-thumbnails/#post-19963
I have said add the action to wp-content/themes/your-theme/functions.php file ๐
Add it to the end of this file before php close tag ?>remove_action( 'woocommerce_after_shop_loop_item', 'dt_woocommerce_template_loop_show_product_thumbnails', 7 ); /** * woocommerce_before_shop_loop_item_title hook. * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 *@hooked dt_woocommerce_template_loop_show_product_thumbnails - 20 */ add_action( 'woocommerce_before_shop_loop_item_title', 'dt_woocommerce_template_loop_show_product_thumbnails', 20 );
Try this now, friend!
Best regards!in reply to: WooCommerce Display ThumbnailsHi,
We don’t see the PHP error, You can also see it work fine on our demo.
Could you please give us an admin account on your site so we can go to check and help you.Best regards!
in reply to: PHP Errors with Frontend EditorHi @menwithstyle,
Please see the screenshot: http://take.ms/85lLE
SO please use the custom CSS below:.woocommerce .dt-wtpl-show-p-thumbnails.vertical{ width: 26.7%; left: -26.7%; }Best regards!
in reply to: Slider beside productsHi,
Please modify the action to display before the title:
/** * woocommerce_before_shop_loop_item_title hook. * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 *@hooked dt_woocommerce_template_loop_show_product_thumbnails - 20 */ add_action( 'woocommerce_before_shop_loop_item_title', 'dt_woocommerce_template_loop_show_product_thumbnails', 20 );
Best regards!
in reply to: WooCommerce Display ThumbnailsHi,
I guess you’re using YOAST SEO plugin?
Please refer to the topic:
http://dawnthemes.com/support/forums/topic/woocommerce-page-builder-colliding-with-yoast-seo/#post-19907You will find the solution.
Best regards!
Hi,
It’s the demo 3:
– Demo 3:
Add the actions below to your-theme/functions.php file:remove_action( 'woocommerce_after_shop_loop_item', 'dt_woocommerce_template_loop_show_product_thumbnails', 7 ); add_action( 'woocommerce_before_shop_loop_item', 'dt_woocommerce_template_loop_show_product_thumbnails', 7 ); add_filter( 'woocommerce_template_loop_show_product_thumbnails', 'woocommerce_template_loop_show_product_thumbnails', 10 ); function woocommerce_template_loop_show_product_thumbnails(){ return 'vertical'; }We will add the options to setting up like our demo in the next version.
Best regards!
in reply to: WooCommerce Display ThumbnailsHi,
Please check the shortcode in the page showing, make sure you have removed all the parameters of the shortcode to use the options in the Settings.
Best regards!
in reply to: General setting is not aplicatedHi @kommuni,
Please give us the package to install the WooCommerce Germanized plugin (Premium version or pro version). We will check the compatibility with this.
Best regards!
Hi,
Thanks for contacting us,
The documentation is included in the package and please see the screenshot, you will find the “readme.txt” file.
http://take.ms/fOWgqBest regards!
in reply to: WooCommerce Display ThumbnailsHi,
Please ensure you have updated to the latest version of our plugin. And Our plugin is not supported on Frontend editor. We will check if it colliding on the Frontend editor of other pages that do not use the shortcodes in our plugin.
Best regards!
in reply to: PHP Errors with Frontend EditorHi,
The Visual Composer and WooCommerce have just updated. So we need more time to check the issues and update our plugin if there is a colliding in the compatible problem.
Best regards!
in reply to: PHP Errors with Frontend EditorDear beerwoz,
We will check the Google API and try to update our plugin as soon as possible.
Best regards!
in reply to: Wrong album names and "ghosty" albumHi,
Try our plugin with another theme, check it work fine or not, if the issue is just on the current of your theme. Please give us an admin account, we will go to check and help you.
Or you can refer the article here:I canโt wait any longer! How can I quickly solve my problem?#eview-the-basics
Best regards!
in reply to: Problem with layout order page