Hi,
If you have any further question which is not on the original topic, then please open a new thread. Also please let us know what the error message says in english, and how to reproduce it.
Best regards,
Rikard
Hey bemodesign,
I checked your pages but I didn’t find an example of images with a border-radius, but when I review your past threads it looks like you wanted a border-radius of 30px, so for this on your shop images try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-product-class-minimal img {
border-radius: 30px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Munford,
Thank you for your patience, it looks like you added the BEGIVENHEDER text in the events calendar ▸ settings ▸ display

But I didn’t find any option or custom snippet that adds the SENESTE AFSLUTTEDE BEGIVENHEDER
So to change this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.tribe-events-calendar-latest-past__heading.tribe-common-h5.tribe-common-h3--min-medium {
opacity: 0;
}
and add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_change_text_script() { ?>
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($) {
$(document).ready(function() {
var targetElement = $(".tribe-events-calendar-latest-past__heading.tribe-common-h5.tribe-common-h3--min-medium");
if (targetElement.length) {
targetElement.text("NEW TEXT HERE");
targetElement.css("opacity", "1");
}
});
})(jQuery);
});
</script>
<?php
}
add_action( 'wp_footer', 'custom_change_text_script', 99 );
Then in the code above change NEW TEXT HERE to your new text.
Best regards,
Mike
Using Enfold 6.0.2 with WP 6.6.1
Tried with Chrome and Firefox
After making changes on the page and clicking on Save, these are not saved and a bar with a red background appears with the information ‘Update failed’. There is no further information as to why the update failed.
How can I change the content AND then save it?
Hi plichtovav,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hey designguy2006,
Please try the following in Quick CSS under Enfold->General Styling:
.html_av-submenu-hidden .av-submenu-indicator {
font-size: 20px;
color: red;
}
Best regards,
Rikard
Hi all! Sorry, but when I try to edit one page, I get white blank page…
I update to 6.0.2 enfold, have wp 6.6.1.
In the web console I have so much error:

Hello,
I have copy your code but nothing is happen.
Also I have problem I cant change menu links color. I have try everything but nothing is working. I know where to change because I use Enfold 10 years. I have disable cache on hosting.
Is it possible to have different color of menu on each page? Because I have images on header and it is not looking good same color on all images.
Hey Mariarita,
It can be imported under Enfold->Demo Import.
Best regards,
Rikard
Hi,
Child themes are not updated unless there is something not working with them, the parent theme is what should be updated: https://kriesi.at/documentation/enfold/theme-update/. Please make sure to have a recent backup of your site, and you can download the child theme locally for extra security as well. The theme settings can be exported under Enfold->Import/Export.
Best regards,
Rikard
Hi, I translated the homepage as described above:
– Texts with the WPML editor
– I modified the layout only on the Italian page, with the Enfold editor
It is almost impossible to translate like this because the English page does not inherit all the changes made on the Italian page.
– From the WPML editor I see all these translated strings: https://drive.google.com/file/d/1h_X9dxV_nu-T1ZU4qpUvyv_l0HF24yU4/view?usp=sharing
– But from the front-end I don’t see them at all: https://drive.google.com/file/d/1SP_XlRbkoKD1Kur6eJDDuqBjljq7sJFk/view?usp=sharing
So I would ask you to allow me to edit the pages also from the Enfold editor, solving the problem for which I opened the ticket
More:
– When I go to the English page (https://ogliastrarimessaggio.com/en/), the language change flags are not seen: https://drive.google.com/file/d/1rQgTThO0NQa-T6reFXDUsRDhWRxNNbqi/view?usp =sharing
– When I try to reach the German version (https://ogliastrarimessaggio.com/de/), it gives me a 404. Regarding this problem, I followed all these directions https://wpml.org/forums/topic/404 -error-on-translated-pages/ but the problem still exists.
At the moment all plugins are deactivated (only WPML ones are active).
I have already made a backup of the site, I will send you the credentials to access WP.
Thanks,
Luca
Hi,
Ismael linked to it earlier in this thread, but here you go again: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
-
This reply was modified 1 year, 7 months ago by
Rikard.
Hello. Is there any way to move that section to other parts of the page? Or, when I have our filters on at the example page, a way to get the filter dropdowns to go OVER the Sort/Display dropdowns? This seems to be hardcoded to the Enfold theme so basic PHP snippets don’t seem to do anything. Thanks.
-
This topic was modified 1 year, 7 months ago by
Illingco.
MariaritaGuest
Good morning,
I purchased the Enfold template as I was interested in the Creative Studio demo. However, when I uploaded the theme to WordPress, I cannot see the sub-theme I am interested in. Could you please tell me how I can activate it?
This reply has been marked as private.
Hi,
Thanks for that. Could you try updating the theme to the latest version (6.0.2) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi, i would like that the latsest blogpost is showing 1st (ascending), but i am not able to do so.Can you please help!
Hi support team,
Unfortunately the editor in ENFOLD version 6.0.2. does not yet work properly. When I try to separate words in fields with a space, this is not possible. However, I can write a heading in another program consisting of several words with spaces and copy them into it.
Do you have any idea what could be causing this?
Many thanks!
Kind regards,
bleistift

-
This topic was modified 1 year, 7 months ago by
bleistift.
No it is not in my CSS File or in the Quick CSS of Enfold (on both websites).
Lets check on the Website which is in working progress…
I deactivated all plugins to check, but the problem still exists.. (just activated the maintenance Plugin again after testing..)
We use enfold as our parent theme. We receive a critical error message. We have solved the problem by commenting out line 1152 in Enfold > config-templatebuilder/avia-template-builder/php/class-asset-manager.php.
It read “$enqueued->registered[ $remove ]->src = ‘’;”
Is it possible to deactivate this function via the child theme so that enfold can be updated?
Many thanks for your help.
This reply has been marked as private.
Hey designyvr,
Thank you for the inquiry.
Are you using the default captcha? It’s possible that your site wasn’t targeted by spammers in previous years but is now. Have you tried enabling the Google reCAPTCHA option? Please check the documentation below:
// https://kriesi.at/documentation/enfold/contact-form/#activate-google-captcha
Best regards,
Ismael
Hey schwabino,
Thank you for the inquiry.
This is a Child Enfold theme running 4.8.1 Im scared to update
This is a very old version, which is no longer compatible with the latest version of WordPress and most plugins. We recommend creating a clone of the site or a staging environment, update the theme there, and fix any errors that may occur before transferring it to the live site. Also, if there are template modifications in the child theme, make sure to update those as well. Let us know how the update goes.
Best regards,
Ismael
Hi,
Thank you for the update.
We’re seeing a few jQuery errors which might be related. Did you add this script?
<script type="text/javascript">
jQuery(function($) {
jQuery('.dropdown_product_cat').on('change', function() {
if (jQuery(this).val() != '') {
var this_page = '';
var home_url = 'https://www.site.com.au/';
if (home_url.indexOf('?') > 0) {
this_page = home_url + '&product_cat=' + jQuery(this).val();
} else {
this_page = home_url + '?product_cat=' + jQuery(this).val();
}
location.href = this_page;
} else {
location.href = 'https://www.site.com.au/4x4-accessories-shop/';
}
});
if (jQuery().selectWoo) {
var wc_product_cat_select = function() {
jQuery('.dropdown_product_cat').selectWoo({
placeholder: 'Select a category',
minimumResultsForSearch: 5,
width: '100%',
allowClear: true,
language: {
noResults: function() {
return 'No matches found';
}
}
});
};
wc_product_cat_select();
}
});
</script>
I have installed YITH WooCommerce Product Add-ons & Extra Options
You might have set up the product page while this plugin was enabled, so when you disabled the plugin, the custom variation switches stopped working. Why did you disable the plugin?
Another issue with variable product is When I select any make and the second select box should show variations with respect to the selected Make,
How did you create the variations? Image switching should work when Enfold > Shop Options > Product Gallery is set to the second option (WooCommerce 3.0 gallery). Also, the product variations should be set up as described in the documentation below.
// https://woocommerce.com/document/variable-product/#adding-a-variable-product
Best regards,
Ismael
Hi,
Could this procedure solve the problem? https://wpml.org/documentation/support/maintaining-avia-layout-builder-enfold-compatibility-wpml/
Yes, you should follow the instructions in that thread. Also, when translating, please make sure NOT to check the Duplicate option, as this will create a duplicate of the page using the WordPress editor. You have to use the WPML Translation Editor when creating translations of the pages built using the Advanced Layout Builder.
Best regards,
Ismael
I have a website where I am trying to update the phone numbers with new numbers and they are updaing on the backend but when I view the page the phone number flashes for a miii-second then reverts to the old number? This is a Child Enfold theme running 4.8.1 Im scared to update it because I don’t want it to break, any idea why this could be happening? Have you had this issue before of changing the phone number on the backend it shows the new number on the page editor, and when I save the page, I don’t see the updates. It flickers for a millisecond. The page says “save” vs “publish” any ideas?
If I need to update the Theme what is the best way to do so, I have the custom CSS copied from the General Styling box
If you press refresh on this page you can see the phone number flash for a millisecond where it says
Call 408.457.8395 (dial 5 for emergency services) – https://www.svminc.com/hvac-24-7-service/
Thanks
B
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
I can’t figure out why the Portfolio items did not work correctly after the theme update.
That is why I contacted Enfold support.
I thought you’d want to know…
I went in and re-added back in the section tags, and my galleries are working correctly now.
Hello,
I’ve been using the Enfold theme for over 8 years on my site. In that time, the Enfold contact form captcha has kept out spam (thanks!).
In the last month, I’ve started receiving a lot of spam through the same contact form (several a day). I have the most up to date theme files.
Could you please advise on how to eliminate this spam coming through the contact form?
Thank you very much!