PressMaximum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Blank space appears when I scroll on mobileHi @xoxomiku,
That’s right. Temporary, you can add this to Customize => Additional CSS to fix it:
@media ( max-width: 479px ) { #page { overflow-x: hidden; } }Let me know how it goes!
- This reply was modified 7 years, 8 months ago by PressMaximum.
Forum: Reviews
In reply to: [Customify] True to its nameThank you very much for your review 🙂
Let us know if you have any issue or recommendation. We really appreciate it!
Forum: Themes and Templates
In reply to: [Customify] Blank space appears when I scroll on mobileHi @xoxomiku,
Thanks for your feedback. I just check the Customify 2018 demo on my phone again and don’t see any blank space.
See my video here:
https://drive.google.com/file/d/1odHV8kTCNCOz4HiEj4fVZD0iFNa8Zhi6/view?usp=sharingLet me know!
Forum: Themes and Templates
In reply to: [Customify] Customizing image sizes in Woocommerce shopHi @nam1962,
First, please try to add this to Additional CSS:
.woocommerce ul.products li.product a img { width: auto; }Then you can change the image size in Customize => WooCommerce => Product Images => Thumbnail width.
Let me know!
Forum: Themes and Templates
In reply to: [Customify] Woocommerce brands descriptions are not shownHi @michaldybczak,
Please contact us here and our tech support will help you:
Forum: Reviews
In reply to: [Customify] Nice Theme, easy and great supportHi Kavin,
Thank you very much for your review!
Forum: Themes and Templates
In reply to: [Customify] Center all the content in main sidebarHello @4aiur,
Please try to add this to Customize => Additional CSS:
.widget-area .widget { text-align: center; }Let me know how it goes!
Forum: Themes and Templates
In reply to: [Customify] Last modifications not taken into accountHi @nam1962,
How’s it going? I read your question but still don’t understand what exactly your problem 😀
Are you trying to change the Elementor content or theme header/footer setting?
Let me know!
Forum: Reviews
In reply to: [Customify] Amazed by all the options!Thank you very much for your review!
Forum: Reviews
In reply to: [Customify] Amazing them, amazing supportHi @arutha176,
Thanks for your review and kind of words. Let me know how can I help you to get 5-stars instead of 4 🙂
Forum: Themes and Templates
In reply to: [Customify] Problems with the read more button and commentsYes. You can open a new ticket 🙂
Forum: Themes and Templates
In reply to: [Customify] remove header image shadow@mrblues-1: You’re welcome 🙂
If you have not rated Customify yet, I would HIGHLY appreciate if you could take a moment and submit your rating here:
https://ww.wp.xz.cn/support/theme/customify/reviews/
Huge thanks in advance!
Forum: Themes and Templates
In reply to: [Customify] Problems with the read more button and commentsHello there,
1. Please add this to remove the full line gap between text & button:
#pg-494-0 { margin-bottom: 0 !important; }2. About the comment text, as in my previous reply, I recommend you use this plugin to translate these texts into your language:
https://ww.wp.xz.cn/plugins/loco-translate/– First line says: “Deixe uma resposta” (“leave an answer”, which doesn’t make sense because it is a post not a question or a form, right?)
=> It is just a comment form heading, if you don’t want to show, just add this:
.comments-area .comment-reply-title { display: none; }– Second line says: “Conectado como arutha. Fazer logout?” (“Connected as arutha. Log out?” And I don’t want this line at all)
=> It only shows when you logged in. So no worry.– The “Comment” and “publish comment” are default text of WordPress comment form.
You can use the Loco to translate again.Lastly:
– What is WordPress? => Read more: https://ww.wp.xz.cn/about/
– What is Customify? => It is a WordPress theme: https://codex.ww.wp.xz.cn/Using_Themes
– What is a page builder? => It is a WordPress plugin: https://codex.ww.wp.xz.cn/PluginsHope it helps!
Forum: Themes and Templates
In reply to: [Customify] remove header image shadowHi @mrblues-1,
Please add this to Customize => Additional CSS:
.page-cover:before { background: transparent; }Let me know how it goes!
Forum: Themes and Templates
In reply to: [Customify] How to remove also responsive menuHi @nicos22,
That is easy. You just need to open the header builder, select Tablet/Mobile tab and remove the Menu Icon item: https://cl.ly/0a68036611e8
Let me know!