Home Forums Themes Support General Haru Products Ajax Order

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #2012

    Hi, I have a problem with the Haru Products Ajax Order widget. I would like to display products in 3 columns – how to set it? Please look to the attachment.

    Attachments:
    You must be logged in to view attached files.
    #2014

    Hi,
    Thanks for contacting us and choosing our product!
    That’s seem this issue happen you WooCommerce update new version:
    http://i.prntscr.com/gK0ragC9T9eoQ-Anx9nmjw.png
    We have just fixed for you by added custom CSS in Appearance -> Customize -> Additional CSS.
    Hope this help!
    P/s: We’ll update new version to fix this issue.

    ******
    Best regards,
    HaruTheme

    #2104

    Thank you for help 🙂
    And I have another question: how can I custom the menu? I’d like to show product categories after hovering on the “shop/sklep”.
    Could you help me with this?

    Best regards,
    Edyta

    #2123

    Hi,
    You need show product category like this:
    http://prntscr.com/lazm5h
    Hope this help you!

    ****
    Regards,
    HaruTheme

    #2141

    Thanks a lot 🙂

    #2144

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

    #2272

    Hi, I have another issues – see attachment.
    Please help me with this.

    Attachments:
    You must be logged in to view attached files.
    #2275

    Hi,
    About your issues we have just checked them:
    1. http://prntscr.com/lh6ta0 We have been added custom CSS code and fixed it for you!
    2. Product sidebar you can manage it like this: http://prntscr.com/lh6u8k
    3. With Subscribe form you can manage it like this: http://prntscr.com/lh6ujc
    Hope this help!

    *****
    Best regards,
    HaruTheme

    #2279

    Hi, thank you for you help 🙂
    Everything is ok now, besides one issue. I’d like to place the category description on the right column – please see attachment. What should I add into the CSS code to set the description in this way?

    Attachments:
    You must be logged in to view attached files.
    #2284

    We have just custom template for archive-product like this for you:

    <div class="container">
    	<div class="row clearfix">
    		<div class="col-md-3">
    		</div>
    		<div class="col-md-9 col-sm-12 col-xs-12">
    <?php
        /**
         * Hook: woocommerce_archive_description.
         *
         * @hooked woocommerce_taxonomy_archive_description - 10
         * @hooked woocommerce_product_archive_description - 10
         */
        do_action( 'woocommerce_archive_description' );
    ?>
    		</div>
    	</div>
    </div>

    Hope this help!

    #2285

    Looks great! Thanks a lot for help:)

    #2286

    Thanks for your feedback!
    Please vote 5* to help us upgrade our product in future!
    Thanks so much!

    *****
    Best regards,
    HaruTheme

    #2339

    Hi, I have another 2 issues. Descriptions in attachment.
    Please help me with this.

    Attachments:
    You must be logged in to view attached files.
    #2344

    Hi,
    About issue 1 you can fix by add this custom CSS code:

    .woocommerce-terms-and-conditions-checkbox-text {
    	position: relative;
        top: -10px;
        padding-left: 20px;
    }

    About issue 2 you can update theme to latest version by use this plugin:
    https://envato.com/market-plugin/
    Hope this help!

    *****
    Regards,
    HaruTheme

    #2346

    Hi,
    thank you for help. I added this custom CSS code and it helps, but the red mark is too low now – see attachment. And the same issue is with field “create an account” – see attachment.

    How to fix it?

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in to reply to this topic.