Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] WP 5.5 compatible?Forum: Themes and Templates
In reply to: [Neve] Search resultsHi @wassereimer,
Maybe the plugin modifies search.php file of the theme and that file is customized in Neve, but the search itself uses the default search engine of WordPress, yes.
Forum: Themes and Templates
In reply to: [Neve] Cรณmo desactivo el tema Neve?Hi @leagerosa,
You can switch to another theme instead and the theme will be deactivated.
Awesome, I’m happy that you figured it out! ๐
Forum: Themes and Templates
In reply to: [Neve] lost images following updateHi @aurorekrol,
We are sorry that you have some trouble with the new WP update, but this is not related to the theme. It is something related to WordPress permissions, so you can try to switch to the default theme and verify that.
You can check this similar thread also: https://wordpress.org/support/topic/images-not-showing-on-website-3/Forum: Themes and Templates
In reply to: [Hestia] Warning receivedHi @shadb1,
Thank you for sharing this! The issue is reported to our development team and it will be fixed in the shortest time.
In the meantime, it doesn’t prevent anything from working as it’s not an error but just a warning.
Thanks!
Forum: Themes and Templates
In reply to: [Hestia] WP 5.5 compatible?Hi @bubblebees,
Hestia theme is compatible with WP 5.5. You can install and check it and if you face some issues you can contact us and we will try to fix them as soon as possible. ๐
Hello @younesvatan78,
Thank you for reporting this. I’m not able to replicate the issue.
Are you up with the updates of the plugin and WordPress?
If yes, kindly describe the behaviour. If you remove one of them the other remains? And also it looks ok on the frontpage?Thank you!
Forum: Themes and Templates
In reply to: [Hestia] Hestai WordPress Theme Boxed Layout Padding Help!Unfortunately, you can’t decrease it more than the default.
Hi @sannakos,
I’m not able to replicate this issue. Please try to deactivate all plugins except WooCommerce and check if it resolves your issue, than try activating the plugins one by one to find problematic plugin. Also, try to clear your browsing cache and make sure that you are up to date with the updates.
Hi @luispcco,
Thank you for reaching out and reporting this!
Our development team is already working on this and we will get back to you as soon as this is fixed.
Thank you for your patience.Hi @aym4t,
You shouldn’t loose anything from your work by doing that, but you can make a backup first to be sure. If you don’t already have a backup plugin, then you can use this one: https://wordpress.org/plugins/updraftplus/.
Forum: Themes and Templates
In reply to: [Hestia] Hestai WordPress Theme Boxed Layout Padding Help!It is changed from my end. Here you can sport the differences:
Before: https://prnt.sc/u11usd
After: https://prnt.sc/u11v5w
The padding is bigger.Forum: Themes and Templates
In reply to: [Hestia] Hestai WordPress Theme Boxed Layout Padding Help!It appears that you added 0px padding. See here: https://prnt.sc/u11cny
Try to write:article#post-947 { padding-left: 100px !important; padding-right: 100px !important; }Forum: Themes and Templates
In reply to: [Hestia] Hestai WordPress Theme Boxed Layout Padding Help!If you want the padding for all the single post pages, please add the following code to your Appearance -> Customize -> Additional CSS with your desired number:
.section { padding-left:100px; padding-right:100px; }If you want just for this post add the below one:
article#post-947 { padding-left:100px; padding-right:100px; }