Hey Helmut,
You can start a new thread by clicking the big blue button at the very top of the Enfold sub forum.
Best regards,
Rikard
Hello,
I have a problem when I edit text in ENFOLD. the “save” button does not validate the modifications.
If I take out a new license for the site: https://auditetconseil.org/
Can the problem be solved?
here is the message in the theme options of ENFOLD
The last time we checked your Envato token we were unable to connect to it:
Access to purchases could not take place
Username could not be found (required for your information only)
Unable to access Email (required for your information only)
The following errors occurred:
Purchases: Your private token is invalid.
username Your private token is invalid.
email Your private token is invalid.
Purchasing: one problem. took place to access your purchases. Updates impossible.
I’m having the same issue, and was trying to submit my own forum post, but there is no button to do so. WordPress 6.6.1 broke my Enfold theme, and I would like my Avia Layout Builder functionality back please.
Hey Alan,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_ajax_form .button {
background: #000;
color: #fff;
}
.avia_ajax_form .button:hover {
background: #D4AF37;
}
Best regards,
Rikard
Hey Enfold
My contact form is set to “Black-Transparent”
I’d like the send/submit button to be
Normal: Black background – White text
Hover: Background #D4AF37 – White text
Thanks ;)
Hi Rikard.
I did not go through the guide because in my installation, obviously, there is already a previous installation of Enfold Child. I created a new token, but since it was already validated in the past, there is no button (as you can see in the image attached) to validate the theme with a token, or to update with a new token.
How do I have to go farther now? Do I have to reinstall the theme by downloading from Theme Forest, and then use the new token to validate the installation? Will it not create any kind of problem to the actually running site?
That’s why I asked for a personal support, that’s a delicate question.

cheurtelCYNGGuest
Good morning,
I have a problem when I modify text in ENFOLD. the “save” button does not validate the modifications.
If I take out a new license for the website : https://auditetconseil.org/
Can the problem be resolved?
Thank you for your feedback and have a nice day
Hi,
Thank you for your patience, as I review your request, I believe the only issue right now is switching to the built-in mobile menu before the custom menu becomes too large for the screen, so originally I have said to use the option <strong style=’color:#000′>Hide Header on this page but this also hides the mobile menu, so lets change this to <strong style=’color:#000′>Transparent Header

and hide the header with css:
@media only screen and (min-width: 990px) {
#header_main {
display: none;
}
}
@media only screen and (max-width: 989px) {
.avia_codeblock > #header {
display: none;
}
#menu-item-shop, .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks {
display: none;
}
#av-burger-menu-ul .button.logo {
display: none;
}
.logo a {
display: flex;
align-items: center;
}
#header_main {
background-color: #000;
}
}
@media only screen and (max-width: 989px) {
.responsive #top #main {margin-top: -90px!important;}
#top #wrap_all .av_header_transparency {background-color: transparent!important;}
div#header_main > .container {display: block !important;}
#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
background-color: #fff !important;
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
background-color: #000 !important;
}
}
and for my example menu it breaks around 914px so setting the mobile menu to show at 990px in the theme setting will solve this, and I set the <strong style=’color:#000′>Alternate Menu For Mobile to the same menu we used for the shortcode:

So now at 990px and above it looks like this:

and below 989px the mobile menu shows like this:

and when the menu is open:

I believe this is what you are trying to achieve, I linked to my example page below for you to check.
Best regards,
Mike
I have multiple sites that use enfold. Since upgrading two of my sites to 6.0.2 I’ve noticed problems.
1 – In this site https://lanecovenetballclub.com.au/ on the home page. The slider is not rotating or showing slider navigation even though they are switched to appear always.
2 – In this site https://nsna.com.au/#news the load more button on the masonry element is not visible.
All my sites are hosted with siteground. I have turned off all caching and optimisation that comes with the additional siteground plugins to no avail.
Example 1 has all plugins deativated, and the problem persists.
Thanks for any advise or help. I am not upgrading any of my other sites till resolved.
Hi,
Thank you for the update.
To temporarily fix the overlap issue, please add this css code:
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
margin-left: 0;
}
.av_seperator_small_border .av-main-nav > li:not(.av-menu-button) > a > .avia-menu-text {
margin-left: -13px;
}
And to change the font, please go to the Enfold > Advanced Styling panel and edit the Main Menu > Main Menu Links element.
Best regards,
Ismael
Hi,
Try this HTML:
<div class="nav-container">
<div class="navigation">
<a href="#" class="nav-link left-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Left.svg" alt="Left"></a>
<a href="#" class="nav-link close-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-X.svg" alt="close"></a>
<a href="#" class="nav-link right-link"><img src="https://w-bullinger.com/wp-content/uploads/2024/06/WB-Nav-Arrow-Right.svg" alt="Right"></a>
</div>
</div>
and this css:
.nav-container {
display: flex;
justify-content: center;
align-items: center;
}
.navigation {
display: flex;
justify-content: space-between;
align-items: center;
width: 300px;
}
.nav-button, .nav-link {
display: inline-block;
padding: 10px;
text-align: center;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f0f0f0;
color: #333;
}
.nav-button:hover, .nav-link:hover {
background-color: #e0e0e0;
}
.nav-link img {
width: 20px; /* Adjust the size of the image icon */
height: 20px;
}
For this result

Best regards,
Mike
Hi,
Thank you for the link to your site and the screenshot, I don’t know what the plugin style is meant to look like, but from your screenshot it looks like the border around the elements is the issue. I don’t think that disabling the theme style would be a good solution as I doubt the plugin includes the css required for all of the elements on the checkout page.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to remove the borders and slightly adjust a couple of elements for a better view:
.woocommerce-checkout td,
.woocommerce-checkout tr th:first-child,
.woocommerce-checkout tr td:first-child,
.woocommerce-checkout tr:first-child th,
.woocommerce-checkout tr:first-child td,
.woocommerce-checkout .flux-checkout__content-right #order_review tr.cart_item td,
.woocommerce-checkout .flux-step #order_review tr.cart_item td {
border: none;
}
.woocommerce-checkout div table.shop_table td {
padding: 0;
}
.woocommerce-page .button {
margin: 0;
}
.woocommerce form p.form-row input[type=text]#coupon_code {
padding-right: 0;
}
.woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-last {
width: 41%;
}
.woocommerce-page .coupon-form td .checkout_coupon.woocommerce-form-coupon p.form-row-first {
width: 50%;
}
Please see the screenshot in the Private Content area of the expected results.
Best regards,
Mike
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul .menu-item-2029 {
margin-bottom: 10px;
}
#top .av-menu-button > a .avia-menu-text {
border-radius: 5px;
}
Best regards,
Rikard
Hi
I have set up a test section togglle using a button, using instructions from https://kriesi.at/documentation/enfold/button/#toggle-id-7, however I cant get it to work. Can you advise where I have gone wrong please
test page below
Kind ergards
Duncan
AkeaGuest
im Juli 2020 bin ich bei dem Anbieter Total GPL per Zufall auf Ihr WP Theme Enfold gestoßen, und weil ich es interessant fand, habe ich es einfach mal gekauft.
Seit Februar 2022 ist es im Einsatz. Leider konnte und kann ich es nicht updaten, was sicherlich längst nötig wäre, weil ich von Total GPL keinen item Purchase Code dazu erhalten wurde. Das hat mich damals nicht gestört, da ich von dessen Notwendigkeit für Support keine Ahnung hatte.
Meine Enfold Version ist 5.01.
Nachdem ich seit gestern keinen Advanced Layout Button mehr habe, denke ich, es wird dringend Zeit, mein Enfold auf den neuesten Stand zu bringen und Zugang zum Support zu bekommen.
Was muss ich dazu tun, um an ein Update zu kommen?
Hey Ivana,
Thank you for the inquiry.
The icon is not yet available but you can manually add it by uploading this zip file to the Enfold > Import/Export > Iconfont Manager.
// https://1drv.ms/u/s!AjjTfXSRbKTvguM8owBR5qH5aci6dw?e=ylqhfA
Then add this code in the functions.php file:
// Register new icon as a theme icon
function avia_add_custom_icon($icons)
{
$icons['threads'] = array('font' => 'threads', 'icon' => 'ue800');
return $icons;
}
add_filter('avf_default_icons', 'avia_add_custom_icon', 10, 1);
// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons)
{
$icons['Threads'] = 'threads';
return $icons;
}
add_filter('avf_social_icons_options', 'avia_add_custom_social_icon', 10, 1);
You should now be able to add the new social icon from the Enfold > Social Profiles panel. Please check the links below for more info:
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
// https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
Best regards,
Ismael
Hey Anna_Tewes,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
:root :where(a:where(:not(.wp-element-button))) {
text-decoration: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
I recently updated several websites to WordPress 6.6. The ones that have block editor selected in Enfold Theme Options are no longer showing the Advanced Layout Editor button on posts and pages. Pages that I previously built with the Advanced Layout Editor can still be edited, but the “Default Editor” button is not there. And I can’t use Advanced Layout Editor on new pages. I have a couple sites that have the Classic Editor selected in Enfold Theme Options and those are still working normally. Unfortunately, I have to use the block editor for the other sites because I have plugins that require it.
Is this a known issue? I couldn’t find another post about it.
Thanks for your help!
Keri
Hey Peter,
I will try, in my example I wanted to use a menu created in WordPress, so first create a menu and save the menu name for the function code later:

For the logo we will add the image via css so you will need to add the custom classes button logo

For the CTA we add the classes button cta:

Then on the page you want to use this use the option Hide Header on this page:

and add the shortcode [custom_menu menu=”test menu with logo”] to your page, adjust the menu name to suit.
Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function display_custom_menu($atts) {
$atts = shortcode_atts(
array(
'menu' => '',
),
$atts,
'custom_menu'
);
$menu = $atts['menu'];
if (!empty($menu)) {
$args = array(
'menu' => $menu,
'container' => false,
'menu_class' => 'av-main-nav scmenu',
'echo' => false
);
$menu_html = wp_nav_menu($args);
$output = '<header id="header" style="position: absolute; top: 0;">';
$output .= '<nav class="main_menu" style="display: flex; align-items: center; justify-content: center; width: 100%;">';
$output .= $menu_html;
$output .= '</nav>';
$output .= '</header>';
return $output;
} else {
return '<p>No menu specified or menu not found.</p>';
}
}
add_shortcode('custom_menu', 'display_custom_menu');
and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .main_menu ul.scmenu {
list-style: none;
}
#top #wrap_all .main_menu .scmenu .menu-item a {
color: var(--enfold-header_replacement_menu_color);
}
#top #wrap_all .main_menu .scmenu {
background-color: rgba(0, 0, 0, 0.2);
}
body:not(.wp-admin) li.button.logo {
background-image: url(/wp-content/uploads/2024/07/logo_fysiotherapie_groningen.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 200px;
margin-left: 0;
}
body:not(.wp-admin) li.button.logo a {
opacity: 0;
}
#top #wrap_all .main_menu .scmenu .button.menu-item.cta {
background-color: orange;
}
and adjust the image URL to suit
The expected results should be like this when a color section with a image is used:

Best regards,
Mike
Meine Empfehlung wäre schon eher den Code für die functions.php zu nehmen.
siehe den Endkommentar meinerseits.
Da post ids und page ids wohl offenbar bei Enfold mit als Klasse bei html geführt werden sollte es reichen nur diese aufzuführen.
Damit der Selector stärker wird solltest Du noch das html vor die Klasse setzen.
Pass auf, das alle selectoren durch Kommata getrennt sind, nur der letzte in der Reihe erhält kein Komma vor der eröffnenden Klammer.
die variablen kannst du natürlich anpassen. Je nachdem, was du ersetzen willst. Die Liste was Enfold da anlegt bezieht sich auf die Einstellungen – siehe unten – die Farben bzw. anderen Werte entsprechen den Styling-Einstellungen
html.html_entry_id_777,
html.html_entry_id_778,
html.html_entry_id_779 {
--enfold-header-color-bg: #eee;
--enfold-main-color-bg: #eee;
--enfold-footer-color-bg: #eee;
--enfold-alternate-color-bg2: #eee;
--enfold-header-color-bg2: #eee;
--enfold-socket-color-bg: #eee;
--enfold-socket-color-border: #eee;
}
Beispiel-Liste was alles von Enfold als variablen geführt werden.
:root {
--enfold-socket-color-bg:#333333;
--enfold-socket-color-bg2:#555555;
--enfold-socket-color-primary:#ffffff;
--enfold-socket-color-secondary:#aaaaaa;
--enfold-socket-color-color:#eeeeee;
--enfold-socket-color-meta:#999999;
--enfold-socket-color-heading:#ffffff;
--enfold-socket-color-border:#444444;
--enfold-socket-color-constant-font:#333333;
--enfold-socket-color-button-border:#dddddd;
--enfold-socket-color-button-border2:#888888;
--enfold-socket-color-iconlist:#333333;
--enfold-socket-color-timeline:#333333;
--enfold-socket-color-timeline-date:#000000;
--enfold-socket-color-masonry:#444444;
--enfold-socket-color-stripe:#ffffff;
--enfold-socket-color-stripe2:#ffffff;
--enfold-socket-color-stripe2nd:#bbbbbb;
--enfold-socket-color-button-font:#333333;
--enfold-footer-color-bg:#222222;
--enfold-footer-color-bg2:#333333;
--enfold-footer-color-primary:#ffffff;
--enfold-footer-color-secondary:#aaaaaa;
--enfold-footer-color-color:#dddddd;
--enfold-footer-color-meta:#919191;
--enfold-footer-color-heading:#919191;
--enfold-footer-color-border:#444444;
--enfold-footer-color-constant-font:#222222;
--enfold-footer-color-button-border:#dddddd;
--enfold-footer-color-button-border2:#888888;
--enfold-footer-color-iconlist:#333333;
--enfold-footer-color-timeline:#333333;
--enfold-footer-color-timeline-date:#000000;
--enfold-footer-color-masonry:#222222;
--enfold-footer-color-stripe:#ffffff;
--enfold-footer-color-stripe2:#ffffff;
--enfold-footer-color-stripe2nd:#bbbbbb;
--enfold-footer-color-button-font:#222222;
--enfold-alternate-color-bg:#fcfcfc;
--enfold-alternate-color-bg2:#ffffff;
--enfold-alternate-color-primary:#719430;
--enfold-alternate-color-secondary:#83a83d;
--enfold-alternate-color-color:#666666;
--enfold-alternate-color-meta:#8f8f8f;
--enfold-alternate-color-heading:#222222;
--enfold-alternate-color-border:#e1e1e1;
--enfold-alternate-color-constant-font:#ffffff;
--enfold-alternate-color-button-border:#507210;
--enfold-alternate-color-button-border2:#61861b;
--enfold-alternate-color-iconlist:#d0d0d0;
--enfold-alternate-color-timeline:#d0d0d0;
--enfold-alternate-color-timeline-date:#a0a0a0;
--enfold-alternate-color-masonry:#eeeeee;
--enfold-alternate-color-stripe:#93b652;
--enfold-alternate-color-stripe2:#82a541;
--enfold-alternate-color-stripe2nd:#94b94e;
--enfold-alternate-color-button-font:#ffffff;
--enfold-main-color-bg:#ffffff;
--enfold-main-color-bg2:#fcfcfc;
--enfold-main-color-primary:#719430;
--enfold-main-color-secondary:#83a83d;
--enfold-main-color-color:#666666;
--enfold-main-color-meta:#919191;
--enfold-main-color-heading:#222222;
--enfold-main-color-border:#e1e1e1;
--enfold-main-color-constant-font:#ffffff;
--enfold-main-color-button-border:#507210;
--enfold-main-color-button-border2:#61861b;
--enfold-main-color-iconlist:#d0d0d0;
--enfold-main-color-timeline:#d0d0d0;
--enfold-main-color-timeline-date:#a0a0a0;
--enfold-main-color-masonry:#ebebeb;
--enfold-main-color-stripe:#93b652;
--enfold-main-color-stripe2:#82a541;
--enfold-main-color-stripe2nd:#94b94e;
--enfold-main-color-button-font:#ffffff;
--enfold-header-color-bg:#ffffff;
--enfold-header-color-bg2:#f8f8f8;
--enfold-header-color-primary:#719430;
--enfold-header-color-secondary:#444444;
--enfold-header-color-color:#333333;
--enfold-header-color-meta:#808080;
--enfold-header-color-heading:#000000;
--enfold-header-color-border:#e1e1e1;
--enfold-header-color-constant-font:#ffffff;
--enfold-header-color-button-border:#507210;
--enfold-header-color-button-border2:#222222;
--enfold-header-color-iconlist:#d0d0d0;
--enfold-header-color-timeline:#d0d0d0;
--enfold-header-color-timeline-date:#a0a0a0;
--enfold-header-color-masonry:#e7e7e7;
--enfold-header-color-stripe:#93b652;
--enfold-header-color-stripe2:#82a541;
--enfold-header-color-stripe2nd:#555555;
--enfold-header-color-button-font:#ffffff;
--enfold-header_burger_color:inherit;
--enfold-header_replacement_menu_color:inherit;
--enfold-header_replacement_menu_hover_color:inherit;
--enfold-font-family-theme-body:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
--enfold-font-size-theme-content:13px;
--enfold-font-size-theme-h1:34px;
--enfold-font-size-theme-h2:28px;
--enfold-font-size-theme-h3:20px;
--enfold-font-size-theme-h4:18px;
--enfold-font-size-theme-h5:16px;
--enfold-font-size-theme-h6:14px;
--enfold-font-size-content-font:18px
}
Hey Ad-Min747,
I assume that your user is not admin, so see the theme option at Enfold Theme Options ▸ Layout Builder ▸ Lock Advanced Layout Builder
This removes the ability to move or delete existing template builder elements, or add new ones, for everyone who is not an administrator.
Another option might be this function in your child theme functions.php file in Appearance ▸ Editor to hide the ALB button from anyone that is not admin.
add_action('admin_head', function() {
if( !current_user_can('activate_plugins') ){
?>
<style>#avia-builder-button{ display: none; } </style>
<?php
}
});
Best regards,
Mike
Awesome new update. Thanks for the great work!
Some small feedback from me after I looked a little bit into the update.
accessibility: added aria-label=’…’ to elements where user entered a “Custom Title Attribute” in addition to title=’….’
That’s not working with the Button Element. There’s still only the title attr and not aria-label. Would also be nice to be able to fill the field with the new custom field stuff. E.g. the Button Text is “Read More” but the aria-label should be “Read More: {post.title}”
We had a website checked by an company for accessibility. They said that the main content should be wrapped in <main>. Enfold only has <div id=”main”>. I changed that div in dev tools to the main-tag and didn’t encounter any issues. Could you look into that? Would also be nice if we have <header></header><main></main><footer></footer> but I think the footer stuff would be more complex because the footer tag is only the socket and not the #footer. Maybe <footer><div id=”footer”></div><div id=”socket”></div></footer> but that could potentially break someones css.
We are currently doing a lot of accessibility changes in our projects so I maybe come back with some further change requests. I already reported the aria-expanded stuff for the toggler element 5 days ago and you implemented it :)
All the best,
Patrick
Hi,
For 6.0 I added filter avf_form_datepicker_args that allows to change all arguments. See https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/ALB%20Elements/Contact%20Form/avf_form_datepicker_args.php
@Guenni007
today button
This is the default behaviour of this element.
Best regards,
Günter
Guten Tag liebes kriesi-Team,
ich bräuchte in der Funktion “Datumsauswahl” die Möglichkeit direkt bis zum Jahr 1920 zurückzugehen. Über Umwege geht das nur, indem ich 1944 auswähle und dann mit dem Button “vorher” ein jahr zurück gehe. Dann bekomme ich die Jahre davor zur Auswahl angezeigt.
Kann ich diese Option einstellen?
Vielen Dank.
Markus
Hi,
Thanks for the feedback, the issue is that the example link is using a normal menu and you are using a mobile burger menu for your desktop, these are two different menus.
Whe I checked your site I found no “Book Now” button so I created a new one for you, and added the required custom class menu-item-avia-special cta which was disabled on your site, and then I added this css:
.html_burger_menu_active #header .avia-menu .menu-item-avia-special.cta {
display: block !important;
}
and Guenni007’s solution works great, thanks for sharing Guenni007!

you will need to adjust the button url as I didn’t know the like you wanted.
Best regards,
Mike
Hey lelouxwebdesign,
In your sidebar add a Custom HTML widget with this code:
<a href="javascript:history.back()">Go Back</a>

then in the post sidebar you will see a “Go Back” link

you can style it as you wish and clicking it will send the visitor to the last page they viewed.
If you want to use a button, you can create a buton with the shortcode wand and use this as the manual link: javascript:history.back()

[av_button label='Go Back' icon_select='yes' icon='ue831' font='entypo-fontello' button_type='' link='manually,javascript:history.back()' link_target='' download_file='https://' attachment='' attachment_size='' downloaded_file_name='' size='large' position='center' label_display='' title_attr='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']

Best regards,
Mike
Hey Aubin,
Thank you for the inquiry.
1.) Please ask your hosting provider to create a site backup or restore point prior to changing your WordPress site’s URL from non-www to www. After creating a site backup, follow the steps below:
– Log in to your WordPress admin dashboard.
– Navigate to Settings > General.
– Update the URLs:
— In the “WordPress Address (URL)” field, change your URL from http://example.com to http://www.example.com.
— In the “Site Address (URL)” field, change your URL from http://example.com to http://www.example.com.
– Save Changes:
— Scroll down and click the “Save Changes” button.
– Update .htaccess File (optional but recommended for SEO and redirecting):
— Access your website’s files via FTP or the hosting file manager.
— Locate and edit the .htaccess file in your website’s root directory.
— Add the following code to redirect non-www to www:
`
# Redirect non-www to www
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
`
— Replace example.com with your actual domain name.
– Clear Your Cache:
— Clear your browser cache and any caching plugins you might be using.
– Verify the Changes:
— Check your website to ensure it loads correctly with the www prefix.
– You may need to update the DNS records if necessary. Please ask your hosting provider about this before proceeding.
2.) Are you using the WooCommerce plugin? The product page should have filter or sorting options by default if you’re using the plugin. Please check the documentation below for more info.
3.) You will have to install a plugin such as WPML or Polylang in order to create a multilingual site or add a language switcher. Please check the links below:
// https://wpml.org/documentation/theme-compatibility/enfold/
// https://wpml.org/tutorials/2016/02/enfold-theme-and-wpml/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hello Teacher,
I have several questions
2- How to add a filter page on each page ? I need to add a filter by name or price using enfold theme . How to do it please ?
3- How to add a button of language ? button to choose between English or French language please
Thanks for you answers