PressMaximum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Button Woocommerce colorWe will check this and update if it is a bug.
Forum: Themes and Templates
In reply to: [Customify] Button Woocommerce colorHi @webepc,
Please try to add this to Customise => Additional CSS:
.button:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=submit]:not(.components-button):not(.customize-partial-edit-shortcut-button) { background: #c3512f; }Let me know how it goes!
Hi @askerer,
This tag is available in every theme, you can see it in Twenty Nineteen theme too:
https://github.com/WordPress/twentynineteen/blob/master/header.php#L18That is not a virus. Please read more here: https://wordpress.stackexchange.com/a/262632
Hope it helps!
Forum: Themes and Templates
In reply to: [Customify] Search results only productsHi @kw56,
This feature will be available in Customify Pro version 🙂
Please see https://cl.ly/73ef5d92b8ff
Hi @garykarki,
You can try to add this:
body.post-type-archive-product #main, body.post-type-archive-product #sidebar-primary { max-width: 100%; flex-basic: 100%; } body.post-type-archive-product #main { order: 2; }Let me know how it goes!
Forum: Reviews
In reply to: [Customify] Very GoodHi @chook,
Thank you very much for your reviews!
Forum: Reviews
In reply to: [Customify] good and flexible, and customer support is excellent.@oakleaf101 Thank you very much for your review!
Forum: Themes and Templates
In reply to: [Customify] Translation of the button in the headerHello @helens7,
Sorry for late reply as we just have the New Year holiday 🙂
About your question, currently, we support the WPML only. When the WPML is installed, you can change the button text in each language easily:
https://cl.ly/3c7fd5d738a1Kind regards.
Hello @garykarki,
You don’t need to change the source code to make shop page full width, we have this option already. You just need to open the Shop edit page, select the Sidebar layout is Content (no sidebars): https://cl.ly/8c5a0b213eb0
Second, please add this to Customize => Additional CSS to make the sidebar on top when seeing on the mobile:
@media ( max-width: 499px ) { #main { order: 2 ; } }Hope it helps!
Forum: Reviews
In reply to: [Customify] The best but no many people know yetHi Luis,
Thank you very much for your review and kind of words. We hope the Customify will become #1 on WordPress theme directory soon as you said 🙂
Have a nice day!
Forum: Reviews
In reply to: [Customify] AMAZING TEAM.Hi there,
Thank you very much for your review and kind of words 🙂
Have a nice day!
Forum: Themes and Templates
In reply to: [Customify] Woocommerce Ajax double products (2)Hi @bash88,
I just check and it is working well, no product is duplicated.
See https://cl.ly/7aa528630503
Please update the latest Customify v0.2.6, disable all your plugins then check again.
Let us know!
Forum: Themes and Templates
In reply to: [Customify] Sticky top and main headerHi @laurinchen,
The Header Sticky module is available in Pro version:
https://wpcustomify.com/help/documentation/customify-pro-modules/header-sticky/Forum: Reviews
In reply to: [Customify] awesome serviceHi @webhostau1,
Thank you very much for your review!
Forum: Themes and Templates
In reply to: [Customify] Custom CSS, class names..Hi @oakleaf101,
Thanks for using our theme. To find the element class or ID name, you should learn about the web development tool use Inspect (right-click on any browser). There are hundreds, even more, so we can’t here and tell you every element’s class.
1. It is:
.widget-title { /* your style */ }2. You could add this:
.widget a, .widget p, .widget { color: #your-color ; }3. You could change the color for content area text color in Customize => Styling => Global Colors => Text Color.
Hope it helps!