-
AuthorSearch Results
-
January 27, 2025 at 9:11 pm #1475882
In reply to: Hamburger Menu Customization
what you try to influence on the hamburger script file?
you can deregister the parent script and register child-theme edited files then.
My recommendation is to have the same tree structure as the parent – create a js subfolder in your child-theme directory.if you use the option of enfold to use minified files – you had to upload both files – in your case:
avia-snippet-hamburger-menu.js and avia-snippet-hamburger-menu.min.jsto get the minified version you can use this : https://codebeautify.org/minify-js
put this in your child-theme functions.php :
function wp_change_hamburger_script() { $vn = avia_get_theme_version(); $child_theme_url = get_stylesheet_directory_uri(); $min_js = avia_minify_extension( 'js' ); wp_deregister_script( 'avia-hamburger-menu' ); wp_enqueue_script('avia-hamburger-menu-child', "{$child_theme_url}/js/avia-snippet-hamburger-menu{$min_js}.js", array('avia-default'), $vn, true); } add_action( 'wp_enqueue_scripts', 'wp_change_hamburger_script', 100 );January 27, 2025 at 8:05 pm #1475881Topic: Enfold Theme Tutorials
in forum Pre Sale QuestionsAllen
GuestI am looking to work with a Client using Enfold. In that I am looking for some Tutorials looking at how Enfold works. All I can find is old videos. Is Enfold Theme being kept up to date? If it is please reply back with Beginners to Advance videos to see if Enfold is something I would want to use.
Thank you
January 27, 2025 at 7:11 pm #1475878Topic: Hamburger Menu Customization
in forum Enfoldjedediahzilberberg
ParticipantHi,
I need to add customization to the mobile hamburger menu/nav bar. The code I need to customize is in enfold/js/avia-snippet-hamburger-menu.js in function avia_hamburger_menu(). I tried making a copy of this file in my child theme, enfold-child, and making the modifications there, but that did not work. So, for now I just made the modifications in enfold/js/avia-snippet-hamburger-menu.js. This works but obviously is not ideal when theme updates happen. Is there a way to make this modification in a file that won’t be updated in the main enfold theme? I am using enfold 6.0.8.
Thanks,
JedJanuary 27, 2025 at 6:29 pm #1475876In reply to: Video in Header
have a look at : https://webers-testseite.de/bemopriv/
the heading had to be styled for responsive case – but I didn’t feel like doing that anymore.the layout is based on a grid-row element
this is the enfold shortcode of the grid-row:
[av_layout_row min_height_percent='percent' min_height_pc='60' min_height='0' border='' fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' color='main_color' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' mobile='av-flex-cells' mobile_breaking='' mobile_column_order='' id='' custom_class='full-bg-image' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-m6f9v8gq' sc_version='1.0'] [av_cell_three_fourth vertical_align='middle' padding=',,,' av-desktop-padding=',,,80px' av-medium-padding=',,,80px' av-small-padding='3' av-small-padding_sync='true' av-mini-padding='20' av-mini-padding_sync='true' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' link_dynamic='' linktarget='' title_attr='' link_hover='' mobile_display='' mobile_col_pos='0' custom_class='' template_class='' av_uid='av-m6f9ukqb' sc_version='1.0'] [av_four_fifth first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_width='10' row_boxshadow_color='' margin='0px' margin_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-small-margin='' av-small-margin_sync='true' av-mini-margin='' av-mini-margin_sync='true' mobile_breaking='' mobile_column_order='' border='1' border_style='solid' border_color='#000000' radius='15' radius_sync='true' min_col_height='' padding='30' padding_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-padding='' av-mini-padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' column_boxshadow_width='10' column_boxshadow_color='' background='bg_color' background_color='rgba(0,0,0,0.5)' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' src_dynamic='' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' parallax_parallax='' parallax_parallax_speed='' av-desktop-parallax_parallax='' av-desktop-parallax_parallax_speed='' av-medium-parallax_parallax='' av-medium-parallax_parallax_speed='' av-small-parallax_parallax='' av-small-parallax_parallax_speed='' av-mini-parallax_parallax='' av-mini-parallax_parallax_speed='' fold_timer='' z_index_fold='' 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='' link='' link_dynamic='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='' template_class='' aria_label='' element_template='' one_element_template='' av_uid='av-t574on' sc_version='1.0'] [av_heading heading='FREEZE FLAT™' tag='h1' style='blockquote modern-quote' subheading_active='subheading_above' show_icon='' icon='ue800' font='entypo-fontello' size='' av-desktop-font-size-title='48' av-medium-font-size-title='42' av-small-font-size-title='36' av-mini-font-size-title='28' subheading_size='' av-desktop-font-size='36' av-medium-font-size='28' av-small-font-size='24' av-mini-font-size='20' icon_size='' av-desktop-font-size-1='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='custom-color-heading' custom_font='#ffffff' subheading_color='#ffffff' seperator_color='' icon_color='' margin='' margin_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-small-margin='' av-small-margin_sync='true' av-mini-margin='' av-mini-margin_sync='true' headline_padding='' headline_padding_sync='true' av-desktop-headline_padding='' av-desktop-headline_padding_sync='true' av-medium-headline_padding='' av-medium-headline_padding_sync='true' av-small-headline_padding='' av-small-headline_padding_sync='true' av-mini-headline_padding='' av-mini-headline_padding_sync='true' padding='10' av-desktop-padding='' av-medium-padding='' av-small-padding='' av-mini-padding='' icon_padding='10' av-desktop-icon_padding='' av-medium-icon_padding='' av-small-icon_padding='' av-mini-icon_padding='' link='' link_dynamic='' link_target='' title_attr='' id='' custom_class='iceglas' template_class='' element_template='' one_element_template='' av_uid='av-m6e7xj5g' sc_version='1.0' admin_preview_bg=''] The Original [/av_heading] [/av_four_fifth][/av_cell_three_fourth][av_cell_one_fourth vertical_align='bottom' padding='' padding_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-padding='' av-mini-padding_sync='true' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' link_dynamic='' linktarget='' title_attr='' link_hover='' mobile_display='' mobile_col_pos='0' custom_class='' template_class='' av_uid='av-u4sunr' sc_version='1.0'] [av_video src='https://www.youtube.com/watch?v=W73GdyDSHuU' mobile_image='https://webers-testseite.de/wp-content/uploads/dynamic_avia/avia_video_thumbnails/youtube/W73GdyDSHuU/W73GdyDSHuU.jpg' attachment='49853' attachment_size='full' video_autoplay_enabled='aviaTBvideo_autoplay_enabled' html5_fullscreen='aviaTBhtml5_fullscreen' format='16-9' width='16' height='9' conditional_play='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m6f9u95o' sc_version='1.0'] [/av_cell_one_fourth] [/av_layout_row]January 27, 2025 at 5:42 pm #1475872Topic: Can’t update theme
in forum Enfoldscottsteve
ParticipantI get this message when I try to update Enfold.
“An error occurred while updating Enfold: Could not move the old version to the upgrade-temp-backup directory.”
I have searched the forum and followed applicable device.
The settings on my upgrade-temp-backup directory and its subfolder, themes, are correct – 755I am able to update plugins, just not the theme.
January 27, 2025 at 5:36 pm #1475871In reply to: Blank white page thru Advanced Layout Editor ?
Hi Rikard,
i am sorry, the problem occur again.
I can’t see any content in back office thru advanced layout editor anymore.
A few days ago I installed the “Post Slider and Carousel Pro” plugin. This plugin claims to be compatible with the Enfold theme. Could there be a link?
Is a theme update planned soon?
It’s a real concern. Many thanks for your help,
Best regards,
JamesJanuary 27, 2025 at 4:44 pm #1475866In reply to: Ansicht Höhere Auflösung
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,
MikeJanuary 27, 2025 at 3:56 pm #1475864In reply to: Woocommerce Germanized unit price display
HI Ismael,
I wiped the woocommerce installation with WC_REMOVE_ALL_DATA and reinstalled woocommerce and wc germanized, these are also the only two active plugins
I removed the CSS you posted before and created a Test Product.The problem is enfold related, I checked again with the 2025 theme and the Product units are displayed correctly.
Please have a look at it now.Best regards,
Michael-
This reply was modified 1 year, 2 months ago by
MAlmhofer.
January 27, 2025 at 2:56 pm #1475861Topic: 2. Lizenz Enfold Theme kann nicht installiert werden
in forum Enfoldgwo1
ParticipantHallo,
ich habe die 2. Lizenz gekauft und versuche sie zu installieren, geht aber nicht.
Das wird erschienen: “Unable to create directory wp-content/uploads/2025/01. Is its parent directory writable by the server?”Was soll ich machen?
DankeJanuary 27, 2025 at 12:33 pm #1475860In reply to: Update of your theme on existing site
Hi,
Please register your theme license first of all, you might get the update on the backend if you do: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardJanuary 27, 2025 at 9:34 am #1475854In reply to: Social media links/ icons?
Hi,
Thanks for the update. Enfold doesn’t remove options from the WordPress menu, please try reaching out to your hosting provider to check if it’s controlled by them.
Best regards,
RikardJanuary 27, 2025 at 7:08 am #1475844In reply to: Cookie Handling and Cookie Consent Messages (solved)
Hi,
Thank you for the prompt response.
No change.And we use Enfold on another website with WP Carousel with no issue sand same eror. https://guideaujapon.fr
Regards,
Xavier-
This reply was modified 1 year, 2 months ago by
koomo.
January 27, 2025 at 6:26 am #1475841In reply to: increase font size of Subheading Text
Hi,
Thank you for the update.
Where can we check the element? Please create a test or provide the link to the page where you need to adjust the subheading text. Have you tried to temporarily disable the Enfold > Performance > File Compression settings?
Best regards,
IsmaelJanuary 27, 2025 at 6:22 am #1475839In reply to: Update of your theme on existing site
Hey Danilo C.,
Thank you for the inquiry.
You may need to update via FTP, as the current version does not support automatic updates. Please refer to the documentation for more info: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Let us know if you need more assistance.
Best regards,
IsmaelJanuary 26, 2025 at 5:37 pm #1475828In reply to: Diagonal Color Sections: Degrees, Sizes, etc.
you can manage it by clip-path.
But the following section had to be handled the same way on top of that section
see ( css code including ): https://enfold.webers-webdesign.de/enfold-one-page-agency/the shift of that edge you like to have – had to be the same value on both sections! so % will not be ok ( the % is in relation to the section height – and that maybe different for both sections) for the shift. It had to be a absolute value – or a relative value that is the same for both sections ( f.e. screen width)
now only the polygone points declare the form of your separator. The points coordinates are starting top left and goes clockwise.
see f.e. : Clippy__________
to explain what I mean by shift: Starting from a rectangular polygon with an additional point at the bottom, in the example I move this point upwards by an amount (10vw). This means that the y-coordinate is 100% – 10vw. The same goes for the bottom left point.
So that there is no gap, I have to do the same with the following section. But then for the first and second point of the polygon.
-
This reply was modified 1 year, 2 months ago by
Guenni007.
January 26, 2025 at 2:46 pm #1475824In reply to: Upgrade from Enfold 4.2.1 to current version
Hi,
Glad we were able to help, if you have any further questions please register for support with your new license and then create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 26, 2025 at 2:43 pm #1475823In reply to: Blog – share buttons aren’t working
January 26, 2025 at 1:39 pm #1475817In reply to: Social media links/ icons?
Hey pikkuapuri,
Bluesky & Pixelfed are not available on fontello.com where our icon fonts are from.
Our Dev Team is reviewing the Feature Request for Bluesky, but we will probably need to wait until it is on fontello.com.
For now, follow the steps in this thread and change the code from “TikTok” to Bluesky or Pixelfed and the icon font character code to yours (ie: ue800) also ensure quotes in the code that you copy and paste is not changed.
Note that the icon fonts can not be in color, only black and white, and when you upload a SVG to fontello.com you may need to adjust as in this thread.Best regards,
MikeJanuary 26, 2025 at 1:17 pm #1475816Hi,
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,
MikeJanuary 26, 2025 at 1:08 pm #1475814In reply to: Accessbility help
Hi,
1: When I check the burger menu has the landmark “role=”navigation””
2: To add a role=”button” please request open a new Github Feature Request for the Dev Team review.
3: you have a duplicate thread for this.Best regards,
MikeJanuary 26, 2025 at 12:28 pm #1475812In reply to: Mobile view product photo cropped off
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) { div .products .product a img { height: 400px !important; } }Best regards,
RikardJanuary 26, 2025 at 12:21 pm #1475810In reply to: Upgrade from Enfold 4.2.1 to current version
Hey Alex,
The update to 6.0.9 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 upload the theme as if it was new under Appearance->Themes->Add New Theme.
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,
RikardJanuary 26, 2025 at 9:48 am #1475807Topic: Upgrade from Enfold 4.2.1 to current version
in forum Pre Sale QuestionsAlex
GuestHello Kriesi – Team,
about 8 years ago i was working on a website while using your Enfold 4.2.1 version.
i just forgot about the project. but now i want to relaunch the website while using the content i already created. unfortunatly i los my API-key.
is it possible to ugrade from 4.2.1 version of Enfold to a current version? and still keep the original conent?
i am also interested in purchasing a new licence.
let me know, if this works. And how i am going to do the update?cheers,
AlexJanuary 25, 2025 at 10:17 pm #1475795In reply to: Advanced Layerslider and custom license
Hey Guenter,
Thank you for your patience, to use the paid layerslider license you will need to remove the embedded version from the theme by: Layout-Builder – Integrated (Bundled) LayerSlider Plugin – “Remove theme plugin files only and keep slides”
This version blocks the paid license check.
I would recommend exporting your sliders first, but is probably not necessary, just good practice.
I also have noticed that some sliders created with a very old version of the layerslider have issues with the latest version options, such as the first demo, it seems that the layerslider has not maintained a good backward compatibility with all options as new options have been added.Best regards,
MikeJanuary 25, 2025 at 9:35 pm #1475791Hey navindesigns,
I believe you are referring to your burger menu, but I find no sub-menu links in it so I don’t know how this would apply.
Nonetheless this will require the Dev Team to review, please open a new Github Feature Request for the Dev Team to review.
Thank you for your patience.Best regards,
MikeJanuary 25, 2025 at 8:38 pm #1475789Hi,
Glad Guenni007 could help, thank you Guenni007, 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,
MikeJanuary 25, 2025 at 8:38 pm #1475788In reply to: Elements are erased after saving
Hi,
Glad to hear that you have this sorted out, 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,
MikeJanuary 25, 2025 at 8:35 pm #1475787In reply to: Change menu item font size?
Hi,
Glad to hear that you have this sorted out, 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,
MikeJanuary 25, 2025 at 2:04 pm #1475778In reply to: shadow and border
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.responsive .page-id-3302 #av_section_1 .container { max-width: 100%; padding: 0; } .page-id-3302 #layer_slider_2.avia-shadow { box-shadow: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 25, 2025 at 10:53 am #1475771In reply to: Mobile Menu font color won’t change
-
This reply was modified 1 year, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Enfold Theme Tutorials
I am looking to work with a Client using Enfold. In that I am looking for some Tutorials looking at how Enfold works. All I can find is old videos. Is Enfold Theme being kept up to date? If it is please reply back with Beginners to Advance videos to see if Enfold is something I would want to use.
Thank you
Topic: Hamburger Menu Customization
Hi,
I need to add customization to the mobile hamburger menu/nav bar. The code I need to customize is in enfold/js/avia-snippet-hamburger-menu.js in function avia_hamburger_menu(). I tried making a copy of this file in my child theme, enfold-child, and making the modifications there, but that did not work. So, for now I just made the modifications in enfold/js/avia-snippet-hamburger-menu.js. This works but obviously is not ideal when theme updates happen. Is there a way to make this modification in a file that won’t be updated in the main enfold theme? I am using enfold 6.0.8.
Thanks,
JedTopic: Can’t update theme
I get this message when I try to update Enfold.
“An error occurred while updating Enfold: Could not move the old version to the upgrade-temp-backup directory.”
I have searched the forum and followed applicable device.
The settings on my upgrade-temp-backup directory and its subfolder, themes, are correct – 755I am able to update plugins, just not the theme.
Hallo,
ich habe die 2. Lizenz gekauft und versuche sie zu installieren, geht aber nicht.
Das wird erschienen: “Unable to create directory wp-content/uploads/2025/01. Is its parent directory writable by the server?”Was soll ich machen?
DankeHello Kriesi – Team,
about 8 years ago i was working on a website while using your Enfold 4.2.1 version.
i just forgot about the project. but now i want to relaunch the website while using the content i already created. unfortunatly i los my API-key.
is it possible to ugrade from 4.2.1 version of Enfold to a current version? and still keep the original conent?
i am also interested in purchasing a new licence.
let me know, if this works. And how i am going to do the update?cheers,
Alex

