Forum Replies Created
-
AuthorPosts
-
Hey Laura,
Thank you for the inquiry.
The site contains a very old version of the theme, 5.6.9. This has to be updated to version 7.0.1 via FTP.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Let us know if the issue persists after updating.
Best regards,
IsmaelApril 22, 2025 at 7:42 am in reply to: A small magnifying glass instead of text in the menu #1481785Hi,
Great! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey Morten,
Thank you for the inquiry.
We may need to inspect the site to properly check the issue. Please make sure that the theme is updated to version 7.0.1, then post the login details in the private field.
Best regards,
IsmaelHey jmail37,
Thank you for the inquiry.
What is the current version of the theme? Please make sure it is updated to the latest version, 7.0.1. If the issue persists after updating, please provide the login details in the private field.
Best regards,
IsmaelHey dpcram,
Thank you for the inquiry.
Try to set the video slide’s Styling > Video Settings > Video Display to the second option (Stretch video so it covers the whole slideshow). Let us know the result.
Best regards,
IsmaelApril 22, 2025 at 7:21 am in reply to: Problem displaying color sections with “fixed” backgrounds on iPad #1481781Hi,
Yes, you can add the code in the Enfold > General Styling > Quick CSS field. You may also need to toggle or temporarily disable the file compression settings, then purge the cache. Let us know the result.
Best regards,
IsmaelHey Jim Hill,
Thank you for the inquiry.
The site contains a very old version (5.6.9) of the theme. Updating the theme to version 7.0.1, via FTP, should fix the issue.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelApril 22, 2025 at 7:08 am in reply to: A small magnifying glass instead of text in the menu #1481777Hi,
Thank you for the info.
Instead of using the icon shortcode, we replaced it with the search icon html.
<span class="av_font_icon av-m9s1gr1e-6ed42716956a76916230d7da2b2f0695 avia_animate_when_visible av-icon-style- avia-icon-pos-left avia-iconfont avia-font-entypo-fontello av-no-color avia-icon-animate avia_start_animation avia_start_delayed_animation"><span class="av-icon-char" data-av_icon="" data-av_iconfont="entypo-fontello" aria-hidden="true"></span></span>
We also added this css code to adjust the position and size of the icon in the menu.
.menu-item .av_font_icon { float: none; margin-right: 0; font-size: 16px; }
Best regards,
IsmaelHi,
We removed the Special Heading element with the “Ciao” text. We cannot find the “go to project” button on either the front end or the back end. Which photo are you referring to? Please provide a screenshot using Imgur or Dropbox. Again, we added two Text Blocks at the very end of the page and left them there for you to check.
Best regards,
IsmaelApril 22, 2025 at 6:52 am in reply to: Button is positioned left while is set to “align center” #1481775Hi,
Thank you for the info.
The issue occurs because of the following css code. The logo slider displays correctly when we remove it from the Quick CSS field.
.entry-content-wrapper { display: flex; flex-wrap: wrap; /* zorgt ervoor dat het ook werkt op kleinere schermen */ align-items: stretch; /* dit is de sleutel voor gelijke hoogte */ } .entry-content-wrapper > .flex_column { display: flex; flex-direction: column; }
Best regards,
IsmaelHi,
Good to know that you managed to find the correct config. Thanks for sharing!
Best regards,
IsmaelHi,
You can simply search for the keyword “Lottie” on any search engines, and you should find sites with free Lottie resources. You may need to sign up to download the files. A few examples below:
— https://lottiefiles.com/featured-free-animations
— https://www.lottielab.com/examplesBest regards,
IsmaelHi,
Thank you for the inquiry.
To improve LCP, you can preload the first image above the fold and make sure that all images are compressed.
— https://wordpress.org/plugins/preload-lcp-image/
For more info on how to optimize the loading speed, you can check out the articles below.
— https://wpengine.com/resources/improve-wordpress-site-speed/
— https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelHi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We are not seeing the top bar on the site. Is it only visible when you’re logged in?
Best regards,
IsmaelApril 21, 2025 at 7:19 am in reply to: Button is positioned left while is set to “align center” #1481700Hi,
Thank you for the info.
We may need to access the site to further check the issue. Please provide the login details in the private field.
Best regards,
IsmaelHey sitadi,
Thank you for the inquiry.
You can start with this css code:
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .html_header_top .header-scrolled .logo.avia-standard-logo { left: 200px; transform: none; } .html_header_top .header-scrolled #custom_html-4 { margin-top: -150px; } }
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
You can try this css code to adjust the breakpoint of the grid row cells:
@media only screen and (max-width: 1025px) { .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; margin: 0; height: auto !important; overflow: hidden; padding-left: 8% !important; padding-right: 8% !important; width: 100%; } }
Best regards,
IsmaelHey sitadi,
Thank you for the inquiry.
Try to add this css code to adjust the z-index of the header container where the menu resides.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header_main>.container { z-index: 1000 !important; position: relative; } }
Best regards,
IsmaelHi,
Where can we check the button? Have you tried using Click Classes instead of Click ID in the trigger condition?
— https://support.google.com/tagmanager/answer/7182738?sjid=13411867830563470274-NC
The trigger condition can be set to Click Classes > contains > “custom-element-class”. The class “custom-element-class” can be added in the Button element’s Advanced > Developer Settings > Custom CSS Class field. Please note that the changes in the console might take some time to propagate or take effect. You may need to test if the changes apply after a few hours.
Best regards,
IsmaelApril 21, 2025 at 6:43 am in reply to: Permalink structure changed in WordPress, but still does not work as requested #1481695Hey AndreasWinkler,
Thank you for the inquiry.
The site seems to be using the correct permalink when we checked the About page. Did you figure this out? (see private field)
Best regards,
IsmaelApril 21, 2025 at 6:29 am in reply to: A small magnifying glass instead of text in the menu #1481694Hey schweg33,
Thank you for the inquiry.
In the Navigation Label field of the search menu item, you can replace the text with the icon shortcode or an icon image.
[av_font_icon icon='search' font='svg_entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m9qks9nw' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
Best regards,
IsmaelApril 21, 2025 at 6:25 am in reply to: Problem displaying color sections with “fixed” backgrounds on iPad #1481693Hey goldengate415,
Thank you for the inquiry.
Fixed background images with background-size set to cover are not fully supported on iOS devices.
— https://caniuse.com/background-attachment > Known Issues
iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details
You may need to set the background-attachment to scroll on iOS devices or smaller screens.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .avia_mobile .avia-full-stretch { background-attachment: scroll !important; } .avia-bg-style-fixed { background-attachment: scroll !important; } }
Best regards,
IsmaelHey extraeyes,
Thank you for the inquiry.
Are you using the Lottie Animation element? You just need to download the .lottie or .json file, then upload it to the element by clicking Insert Animation under Content > Lottie Animation > Choose A Lottie Animation in the Lottie Animation element.
Best regards,
IsmaelHi,
We tried editing the home page and it seems to be updating correctly. Which element are you trying to edit? Please make sure to purge the cache before checking.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Have you tried using the Layer Slider element? You can also add an Image element and manually position it as fixed using custom css.
— https://www.w3schools.com/css/css_positioning.asp
Best regards,
IsmaelApril 21, 2025 at 5:45 am in reply to: Search widget no longer working correctly since update to Enfold 7 #1481689Hi,
@Maspelin: For the other site, you can try this css code:#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child { z-index: 100; fill: #ffffff; left: -8px; pointer-events: none; }
If the issue persists, please don’t hesitate to open another thread.
Best regards,
IsmaelHi,
You can add this css code to make the logo fullwidth:
.logo, .logo img { width: calc(100vw - 100px); }
Best regards,
IsmaelHi,
Sorry for the delay. Unfortunately, the menu layout you’re after is not possible with the default mega menu feature. You may need to install third-party menu extensions such as Ubermenu, Quadmenu or Max Mega Menu. Please check the links below:
— https://wpmegamenu.com/
— https://quadmenu.com/
— https://www.megamenu.com/Best regards,
Ismael -
AuthorPosts