Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Hestia Front Page Sections goneHey,
We’ve just created a guide for this problem: Hestia Frontpage Sections Disappearing.
Check it out and let us know how it goes.
Forum: Themes and Templates
In reply to: [Neve] Header Missing on Home PageHi @healeveryday2,
I checked your website and it seems that you have some CSS code from a cache plugin that overwrites and minifies the default CSS from the theme. This can lead to such behavior. Please remove those styles and it would work as expected.
Hope that helps!
Forum: Themes and Templates
In reply to: [Neve] Article picture and dateHi @henriktorv,
Please make sure that you have enabled Title&meta in Appearance -> Customize -> Layout -> Single Post. See screenshot.
Forum: Themes and Templates
In reply to: [Hestia] Hestia Front Page Sections goneIf you don’t know where to find error log your hosting provider can help with that.
Forum: Themes and Templates
In reply to: [Hestia] Hestia Front Page Sections goneThis issue might be occurring due to a plugin conflict. So please make sure that you deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Also, delete your browsing cache and check your console for errors.
Forum: Themes and Templates
In reply to: [Neve] Change Menu Hover to ClickHi @pixeljack,
Can you please share the URL of your website to investigate better?
I think some JS code can be added using Header Footer Scripts – Orbit Fox module in order to achieve that.Forum: Themes and Templates
In reply to: [Neve] How do I change the font colour and typeselect#size { color:white; }You can click right on the element -> click “Inspect element” and there you find the class for the element you want to customize. See screenshot.
Forum: Themes and Templates
In reply to: [Neve] How do I change the font colour and typeHere you go:
.woocommerce .quantity .qty { color: white; } .woocommerce .woocommerce-breadcrumb a{ color: white; }- This reply was modified 5 years, 9 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] missing H1 tag on store page and product category pagesHi @taic2005,
You can try using Elementor plugin that is compatible with Neve theme and you can insert elements with drag and drop in your page, including headings.
Forum: Themes and Templates
In reply to: [Hestia] display menu in tablet mode >769pxHi @djingle,
Thanks for reaching out. This is how Hestia theme is designed. We really take the requests of our people dearly, but we can’t afford to help you with custom code modifications of this scope. It’s a little beyond what our support services include.
You see, when it comes to technical issues of any kind, bugs and etc., we’re here for you, and we will solve them ASAP.
Thank you for understanding and I hope we’re still cool!
- This reply was modified 5 years, 9 months ago by Betty.
Forum: Themes and Templates
In reply to: [Hestia] How to change the size of the logoHi @zumran123,
It isn’t an option for that out of the box in Hestia theme, but you can add the following custom CSS in your Appearance -> Customize -> Additional CSS:
.navbar .navbar-header .navbar-brand img { width: 200px !important; max-height: 200px !important; }You can change the sizes with your desired ones.
Hope that helps!
Forum: Themes and Templates
In reply to: [Neve] How do I change the font colour and typeGot it @spuryjam. Add this code too:
span.woocommerce-Price-amount.amount { color: white; font-family: Arial; } h2.woocommerce-loop-product__title { color: white; font-family: Arial; }Forum: Themes and Templates
In reply to: [Neve] Icons not showingThis issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin. Also, please try to clear your browsing cache.
Hi @adamovic,
When you create a child theme you basically extend the parent theme, so the parent theme doesn’t disappear.
To make sure that you won’t lose anything you have on the parent theme you can use this plugin: Customizer Export/Import to export and import all of your changes you made in the parent theme. It is explained how to use it in our video tutorial: How to create a child theme.
When you update the parent theme, the child theme will also be updated and everything will continue to work fine unless you have some code that will create a conflict with the update, but this is unlikely to happen.
I hope you understand better now 🙂
- This reply was modified 5 years, 9 months ago by Betty.
Forum: Themes and Templates
In reply to: [Neve] How do I change the font colour and type