Forum Replies Created
-
try to deactivate our plugin then check it, if you get the same issue, please contact your theme to request support. You can also provide us an administrator account (via private reply) so we can check and help you.
Have a great day!
in reply to: Gallery no longer working on product pagesPlease add this into your-theme/functions.php file
add_action( 'after_setup_theme', 'yourtheme_setup' ); function yourtheme_setup() { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); }in reply to: Gallery no longer working on product pagesHi,
Thanks for contacting us,
Please kindly refer here:
https://woocommerce.wordpress.com/2017/02/28/adding-support-for-woocommerce-2-7s-new-gallery-feature-to-your-theme/Best regards!
in reply to: Gallery no longer working on product pagesThis reply has been marked as private.in reply to: Only English language on customized category pageadd to your functions.php in your theme.
Best regards!
in reply to: Only English language on customized category pageYes, please update the language file before translate it. Thanks!
in reply to: Only English language on customized category pageHi,
You need to translate it in our plugin when using our shortcodes. Please translate it in our plugin. Here is the screenshot I show you it’s into our plugin: http://take.ms/zs7aSW And our plugin is translation ready.
About your question:
Is it possible to change an icon marked with 2. to something else. It is a bit annoying to have a cart here since we don’t have shopping option enabled.
I think it’s the marked with 3. You can use remove the action to remove the add to cart button on category page:
add_action( 'woocommerce_after_shop_loop_item', 'remove_add_to_cart_buttons', 1 ); function remove_add_to_cart_buttons() { if( is_product_category()) { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); } }Best regards!
in reply to: Only English language on customized category pageHi,
About your question, you can ask The Events Calendar support team: https://theeventscalendar.com/support/
OR You can suggest a feature idea here: https://tribe.uservoice.com/forums/195723-feature-ideasHave a great day!
in reply to: An idea for Event ListThis reply has been marked as private.in reply to: Problem with Login Page (my account)This reply has been marked as private.in reply to: Problem with Login Page (my account)Could you please provide us an FTP account (via private reply) We will check the custom code that we have just added.
in reply to: Problem with Login Page (my account)This reply has been marked as private.The feature to custom Category page will be available in the next version.
Best regards!
We have fixed the issue.
Thanks for understanding,
Have a great day!in reply to: Problem with Login Page (my account)Hi,
Here is the custom CSS for you:
.dtwpb-woocommerce-checkout .upb_row_bg { background: none !important; }See screenshot: http://take.ms/fkysw
Best regards!
in reply to: Order Review Background