Jaykii Pham - Woostify
Forum Replies Created
-
Hi there,
To fix this issue, Can you go to edit with Elementor -> Our Happy and Featured section -> Change the option max-width to 100%
Forum: Themes and Templates
In reply to: [Woostify] Grey out unavailable variationsHi there,
To do this, You can go to edit product -> product data -> variations -> choose default form values. https://prnt.sc/7tOMd8zhIp-AForum: Themes and Templates
In reply to: [Woostify] Virtual Product – double add to cart buttonHi there,
I check this issue on the local it’s displayed fine.
In this case, Can you deactive all plugins and just keep Woocommerce and see if the problem persists?Forum: Themes and Templates
In reply to: [Woostify] Woocommerce Error Message translationHi there,
Can you send me a screenshot of this text?Forum: Themes and Templates
In reply to: [Woostify] Transparent header only onHi there,
To header transparent only show that page you can go to edit page -> choose the option. https://prnt.sc/kdh4ZxOsckae https://prnt.sc/gQvFoJGQHK0GForum: Themes and Templates
In reply to: [Woostify] Product Page FormattingHi there,
In this case, Can you deactivate all plugins and just keep Woocommerce and see if the problem persists?Forum: Themes and Templates
In reply to: [Woostify] Add to cart button not updating mini cart immediatelyHi,
Can you download and install this theme manually and check it again?
https://prnt.sc/BaA8uu5WG6bXForum: Themes and Templates
In reply to: [Woostify] Footer widgets have disappeared and not workingHi there,
When you deactivate and reactivate the theme you need to select the widget again in the dashboard.Forum: Themes and Templates
In reply to: [Woostify] Add to cart button not updating mini cart immediatelyHi there,
To update the Woostify theme to the latest version you can go to Dashboard -> Appearance -> Themes -> Woostify -> Update it.Forum: Themes and Templates
In reply to: [Woostify] Hurry, only xxx left in stockHi there,
To hide it you can go to Customizer -> Woocommerce -> Product Single -> General -> Disable these option. https://prnt.sc/gE4sInw5GT76Forum: Themes and Templates
In reply to: [Woostify] tab reviewHi there,
To enable tab review on the product page you can go to edit product -> enable reviews option. https://prnt.sc/CqKoZuz7BWgyForum: Themes and Templates
In reply to: [Woostify] How to centre the main menuHi there,
To center the main menu you can use the custom CSS
@media ( min-width: 992px ) {
.main-navigation ul.primary-navigation{
text-align: center;
}
}Forum: Themes and Templates
In reply to: [Woostify] Woostify overlay after add to cartTo do this, You can use the custom CSS below
.cart-sidebar-open #woostify-overlay {
opacity: 0;
visibility: hidden;
}Forum: Themes and Templates
In reply to: [Woostify] Woocommerce sidebarHi there!
To do this, Can you use the custom CSS below
.archive.post-type-archive-product #secondary{
display: none;
}
.archive.post-type-archive-product #primary {
width: 100%;
}Forum: Themes and Templates
In reply to: [Woostify] Website header is not responsiveHi,
Can you share your site URL?