Home › Forums › WoodMart support forum › How to update the Theme
How to update the Theme
- This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago by harshwe.
-
AuthorPosts
-
June 8, 2022 at 10:04 pm #382004
harshweParticipantHello,
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 versionCan 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 2 years, 5 months ago by harshwe.
- This topic was modified 2 years, 5 months ago by harshwe.
- This topic was modified 2 years, 5 months ago by Artem Temos.
June 9, 2022 at 9:32 am #382084
harshweParticipantHello 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.pngAlso, 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
June 10, 2022 at 9:16 am #382345
Luke NielsenKeymasterHello,
In this case, you should try to update the theme via Appearance -> Themes -> Add new -> Upload theme.
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
June 14, 2022 at 11:35 pm #383085
harshweParticipantHello 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 price3. 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.pngPS: 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
June 16, 2022 at 5:36 pm #383788
Luke NielsenKeymasterHello,
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
June 16, 2022 at 6:09 pm #383793
harshweParticipantHello 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
-
AuthorPosts
Tagged: counter at incorrect place, shipping options, shipping options text location, visitor counter, visitor counter to top
The topic ‘How to update the Theme’ is closed to new replies.
- You must be logged in to create new topics. Login / Register