Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi all, I’ve set the favicon in my enfold theme under Customize -> Site Identity. The favicon shows up fine in browsers, but somehow does not show up in Google Mobile Search Results, which defaults to the WordPress favicon. I’ve had the favicon set up in my enfold theme for a few months now and Google search results are still showing the default WordPress icon.
Would you be able to help check if there’s anything wrong here that is preventing Google from updating with the latest favicon file?
Homepage with Favicon set: https://drtwlderma.com/
Hi Ismael, you didn’t see the error on my site now because I had to revert back to the old 4.5 version of the Enfold theme in order to get my site to work properly with the WooCommerce store active. If you click the LIVE PREVIEW link for the 4.9.2.1 version of the theme on the THEMES page in the admin dashboard you will see the error.
Why did I add the new product-image.php file? YEET on the public comments told me to add the new file because I was getting the error: enfold-child/woocommerce/single-product/product-image.php version 2.6.3 is out of date. The core version is 3.5.1
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Now, after many years of working fine, the dollar sign character “$” does not show up in my text blocks or captions?
Here is a webpage to see the error: https://inlightofnature.com/photography-tours/
Do I have to use HTML now in captions? Can I use HTML in captions?
Thank you for your help.
PS: I do have the Enfold special characters plugin installed, but strangely I do not see the “$” sign in the list of special characters….
I have several Enfold sites where I have used the Anchor Link to go to a specific section on the page.
On one site I tried this and is not working the way I always do it. The template is the Photography theme where the other sites are the default, so maybe that is the issue?
I put a ID of 168 into this page in the content box. But when I use the URL of:
It is not working. Thanks for any input.
Best, Jason
-
This topic was modified 3 years, 11 months ago by
Jason.
Hello, I cannot seem to get the Instagram Side Bar Widget working on the Sidebar Blog despite using the same Instagram username that I have used for the logo in the theme social settings (which displays on the header and actually work). The username entered is correct, unless it should be formatted differently.
I’d be grateful for any help, please.
Thank you.
Gary
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey Landsberg-Becher,
Thank you for your patience, I have looked back as far as 2018 and this css has not changed, font-size:11px !important; has always been there so it is not new with this update.
I have looked at your site and found a tag cloud on one page, but it is inside a Elementor Widget which is assigning the font color, family, and size

It looks like the page was built with Elementor so you should check it’s settings, we don’t support Elementor and don’t recommend it as it can cause conflicts with Enfold.
Best regards,
Mike
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
We are working on yith booking plugin to manage bookings for tours.
Unfortunately, it is not showing properly and I can’t find the correct CSS.
The Select People is overlapping and not showing completely

Can someone please help?
Thank.
X.
-
This topic was modified 3 years, 11 months ago by
koomo.
Hi wohlenberg,
Sorry for the problem. I see that you are running an old version of the theme, could you try to update to the latest version (4.9.2.2) to see if that helps please? The update to 4.9.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey Jan,
Thanks for contacting us!
You are currently using a very old version of the theme which is not compatible with your WordPress version. Updating the theme would fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9.2.2.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Regards,
Yigit
Hi akhurst_machinery,
Thanks for using Enfold :)
And have a great weekend!
Best regards,
Nikko
Hi janet9393,
You can enable it in Enfold > Blog Layout > Single Post Navigation and set it to Enable Post Navigation.
Hope it helps.
Best regards,
Nikko
Hi brookemagana,
The related posts seems to be coming from Jetpack.
You can remove it in Jetpack > Settings > Traffic > uncheck Show related content after posts
If that isn’t working, try adding this in functions.php:
function jetpackme_remove_rp() {
if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
$jprp = Jetpack_RelatedPosts::init();
$callback = array( $jprp, 'filter_add_target_to_dom' );
remove_filter( 'the_content', $callback, 40 );
}
}
add_action( 'wp', 'jetpackme_remove_rp', 20 );
For further information, go to their documentation: https://jetpack.com/support/related-posts/customize-related-posts/#delete
Or you can hide it via CSS, by adding this in Enfold > General Styling > Quick CSS:
#jp-relatedposts {
display: none !important;
}
Hope it helps.
Best regards,
Nikko
Hi whdsolutions,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi,
Please try this for the sidebar lists:
.sidebar .widget ul {
padding-left: 18px;
list-style: disc;
}
I can’t see any specific styling being applied to this text:
At Live Edge Wood Craft, we work hard to make sure our customers have a great experience. Whether you’re a craftsman looking for live edge slabs to use in your customer’s project, or a consumer looking for live edge slabs or custom furniture, you’ll get the best from us.
That means it will get the default styling of 13 pixels from the theme. If you want to change the default font size, then you can do so under Enfold->General Styling->Typography. If you want specific styling for that paragraph only, then you can do it manually like this:
<p style="font-size: 16px;">Your text goes here</p>
Best regards,
Rikard
Hi Ingrid,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3509 .av-kxheo24x-a2c8ca7595292357a7775c1d2a14a8c9 {
margin: 30px 0 60px 0;
}
Best regards,
Rikard
Hi Mark,
Great, I’m glad that you found a solution, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi newmediologo,
You’re welcome :)
And yes, you can update your Enfold theme, just make sure to have a backup first.
Best regards,
Nikko
Hi Nikko..
Thank You very much for Your help.. May be useful to understand why the site have this behaviour but for for now It’s ok..
Can I proceed to update Enfold..?
Thank You very much
Hi Ryan,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko
Hi Ryan,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko
Hi kellyCraftMedia,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko