Support – DawnThemes
  • Home
  • Portfolio
  • Support
  • Video Tutorials

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 6 months ago DawnThemes
    Keymaster
    5

    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 pages
    8 years, 6 months ago DawnThemes
    Keymaster
    3

    Please 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 pages
    8 years, 6 months ago DawnThemes
    Keymaster
    1

    Hi,

    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 pages
    8 years, 6 months ago DawnThemes
    Keymaster
    8
    This reply has been marked as private.

    in reply to: Only English language on customized category page
    8 years, 6 months ago DawnThemes
    Keymaster
    6

    add to your functions.php in your theme.

    Best regards!


    in reply to: Only English language on customized category page
    8 years, 6 months ago DawnThemes
    Keymaster
    3

    Yes, please update the language file before translate it. Thanks!


    in reply to: Only English language on customized category page
    8 years, 6 months ago DawnThemes
    Keymaster
    1

    Hi,

    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 page
    8 years, 6 months ago DawnThemes
    Keymaster
    1

    Hi,

    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-ideas

    Have a great day!


    in reply to: An idea for Event List
    8 years, 6 months ago DawnThemes
    Keymaster
    15
    This reply has been marked as private.

    in reply to: Problem with Login Page (my account)
    8 years, 6 months ago DawnThemes
    Keymaster
    13
    This reply has been marked as private.

    in reply to: Problem with Login Page (my account)
    8 years, 6 months ago DawnThemes
    Keymaster
    11

    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)
    8 years, 6 months ago DawnThemes
    Keymaster
    6
    This reply has been marked as private.

    in reply to: Can I control WC product or WC category page Header with WC Page Builder
    8 years, 6 months ago DawnThemes
    Keymaster
    4

    The feature to custom Category page will be available in the next version.

    Best regards!


    in reply to: Can I control WC product or WC category page Header with WC Page Builder
    8 years, 6 months ago DawnThemes
    Keymaster
    8

    We have fixed the issue.

    Thanks for understanding,
    Have a great day!


    in reply to: Problem with Login Page (my account)
    8 years, 6 months ago DawnThemes
    Keymaster
    1

    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
Viewing 15 posts - 4,141 through 4,155 (of 4,896 total)
← 1 2 3 … 276 277 278 … 325 326 327 →
© Copyright DawnThemes.com