Home Forums WoodMart support forum How to update the Theme

How to update the Theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #382004

    harshwe
    Participant

    Hello,

    How to update the Theme. I could not find any sign or notification of New update available for the Woodmart or its Child theme, anywhere from the Appearance > themes.

    https://i2.paste.pics/H71J4.png

    There seems No update notification.
    Atleast I should be able to update to 6.4.2 version (as our staging site is currently running on 6.4 version).
    Can I ask, why I am not getting the New update available notification, in order for the current version of the theme to be updated to the 6.4.2 version

    Can you please suggest what could be the issue. Or am I missing something.

    Other than that, can you please suggest steps on how to update the theme on Staging site, during beta test. (specially when notification of New version available is not there, for one-click update)

    Credentials of Staging site inside the Private content area.

    Regards

    • This topic was modified 1 year, 11 months ago by harshwe.
    • This topic was modified 1 year, 11 months ago by harshwe.
    • This topic was modified 1 year, 11 months ago by Artem Temos.
    #382084

    harshwe
    Participant

    Hello Luke,

    I wonder, why the Topic has been marked as “Answered“. When there is NO response from your side. And has not been resolved too.
    https://i2.paste.pics/H75FQ.png

    Also, this topic or post has been detached from the original forum post of 6.5 beta test –
    https://xtemos.com/forums/topic/woodmart-6-5-update-beta-test/

    Regards

    #382345

    Luke Nielsen
    Keymaster

    Hello,

    In this case, you should try to update the theme via Appearance -> Themes -> Add new -> Upload theme.

    https://prnt.sc/US_du0w3_V3R

    https://prnt.sc/oqRLy1bhu_bj

    https://prnt.sc/GagwyvBCONJ3

    Actually, I don’t know why the topic was markered as “Answered“, unfortunately.

    Let me know if you have any questions, I’d be happy to answer them.

    Kind Regards

    #383085

    harshwe
    Participant

    Hello Luke,

    1. That helped. Thank you.

    2. The visitor counter is showing up at the very bottom in the short description area of the Single product page.
    Infact, even below the “Add to wishlist” link text. This location seems not suitable at all and does not fulfil the purpose to display the counter. (in the default product page, and when Not the created by the Layouts section
    a). Is this the intended location to show the Visitor counter to be shown on the Single product page (default one). Or is it just for us.

    b). Can you please share the custom code snippet or hook to display the Visitor counter somewhere here, as shown below-
    https://i2.paste.pics/H8TOU.png
    Means, by changing the priority of that code snippet hook, in order to display below price

    3. How to move the text – “Shipping options” (or delivery options) at the top of available shipping prices on the Cart page. (whether it is the default one or the one created using the Layouts section)

    Why so – As it is currently distracting by showing in the middle (horizontally).
    At first glance, it seems, as if text or something is broken on the cart page and Not aligned properly (with that text – Shipping options). Atleast to a visitor or customer.
    Here is what we are referring to and require the text to be placed at this area.
    More reasons, within the screenshot itself.
    https://i2.paste.pics/H8TQU.png

    PS: On checkout page, this whole right side column is comparatively Wider, as compared to the one that displays on the Cart page.
    And the text itself (shipping option) displays in One-line only (not in 2 lines, like it is showing on Cart page)
    Also, it is bit separated apart from the Shipping Prices displayed on the right side of this text.
    Hence, on Checkout page, this did NOT looks that Odd or Mis-aligned and broken. Only on Cart page.

    Please check on staging site. Credentials in the private area.

    Regards

    • This reply was modified 1 year, 10 months ago by harshwe.
    • This reply was modified 1 year, 10 months ago by harshwe.
    • This reply was modified 1 year, 10 months ago by harshwe.
    #383788

    Luke Nielsen
    Keymaster

    Hello,

    2. It’s the default location, but you can change it via the appropriate element in the layout builder.

    b. Try to use the below code for changing the position of the visitor counter.

    if ( ! function_exists('wd_change_visit_field_position') ) {
        function wd_change_visit_field_position() {
            remove_action( 'woocommerce_single_product_summary', array( XTS\Modules\Visitor_Counter\Main::get_instance(), 'add_count_products_visits' ), 38 );
            add_action( 'woocommerce_single_product_summary', array( XTS\Modules\Visitor_Counter\Main::get_instance(), 'add_count_products_visits' ), 10 );
        }
        add_action( 'init', 'wd_change_visit_field_position' );
    }

    3. It’s the default design which cannot be changed at the moment. I will forward your suggestion to the team.

    Kind Regards

    #383793

    harshwe
    Participant

    Hello Luke,

    2.b).

    Try to use the below code for changing the position of the visitor counter

    Thank you so much Luke,
    This works perfectly.

    3. I really wish if the text – “Shipping options” (or delivery options) on the Cart page could be repositioned with style and colors.
    I also wish if team could really think on this and make some more design related improvements for other areas also on the Cart page.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to update the Theme’ is closed to new replies.