Forum Replies Created
-
AuthorPosts
-
Hi,
I set it for 9px as a visual test for each screen setting
We kept it at 9px so you can clearly see the difference. The changes you made are displaying correctly on our end — please try clearing your browser cache.
Unfortunately, there is no global toggle or setting for text or heading alignment. You may need to adjust this using custom css code.
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }Let us know if you have more questions.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The previous “team” page no longer exists, and we can’t reproduce the issue on the “AAA” test page (see private field). Did you add any custom scripts or shortcodes in the previous team page?
Best regards,
IsmaelNovember 24, 2025 at 6:47 am in reply to: Different font colour for logged in and out users #1491708Hey sarahd167,
Thank you for the inquiry.
You may need to use the avf_ajax_search_query filter to adjust how the items in the search results are retrieved. Please forward this filter to the plugin developers — they will know the correct query to use.
Best regards,
IsmaelNovember 21, 2025 at 9:40 am in reply to: Boxed content in grid row with fullwidth background #1491625Hi,
Did you place “av-custom-grid-1400” in the Custom CSS Class field? Remove the # from the selector and replace it with a dot (.) — it should be .av-custom-grid-1400.
Best regards,
IsmaelHi,
Thank you for the update.
The rectangle beside the Home menu item is caused by this css code. Where did you get the icon code “f2d8”?
#avia-menu > li:nth-child(1) > a .avia-menu-text:before { content: "\f2d8"; font-family: 'entypo-fontello'; }Unfortunately, you cannot display an icon using css and its icon code. You will need to use the icon shortcode in the Appearance > Menus panel.
Best regards,
IsmaelHey photographie-tous-azimuts,
Thank you for the inquiry.
This is possible by setting the background image size to 100%, but the image may become distorted. We recommend resizing the image to have a 16:10 aspect ratio, or as close as possible to the aspect ratio of the container you plan to use. Then set the Styling > Background Image > Background Repeat to “Stretch to fit”. Unfortunately, the image may still be partially cropped on some screen sizes.
Best regards,
IsmaelHey tariqyacoub82,
Thank you for the inquiry.
You may need to place the before/after image in a Color Section element and set its container to full width. Please check this documentation for more info.
— https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelNovember 21, 2025 at 9:05 am in reply to: Hamburger menu icon left, logo centered, search icon right #1491620Hi,
You’re very welcome! Please don’t hesitate to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHey limedrop,
Thank you for the inquiry.
That is not how the parallax or fixed background image effect works. The image in the bottom section is neither under nor over the image in the section above, it’s in its own container, scrolling with the document. Unfortunately, what you’re asking is not possible without a custom script or significant modifications to the templates.
Best regards,
IsmaelHi,
Thank you for the update.
I am absolutely sure that I do not use at least catalogue, comments.
These are loaded because they are required for the default elements in the template, such as the comments section and the catalogue grid for products or related blog posts. Unfortunately, disabling them will affect those elements.
near “Disable Mobile CSS Animations” please add Disable all animations (CSS and JS).
To unregister the scripts you mentioned above, add the following code to your functions.php file:
function ava_wp_enqueue_scripts_mod() { wp_dequeue_script('avia-parallax-support'); wp_deregister_script('avia-parallax-support'); wp_dequeue_script('avia-fold-unfold'); wp_deregister_script('avia-fold-unfold'); wp_dequeue_script('avia-sticky-header'); wp_deregister_script('avia-sticky-header'); } add_action('wp_enqueue_scripts', 'ava_wp_enqueue_scripts_mod', 100);Best regards,
IsmaelNovember 21, 2025 at 8:42 am in reply to: Boxed content in grid row with fullwidth background #1491616Hi,
The grid should have the ID “gridtest” — it’s currently using “gridboxed”. Replace it with the custom css class “av-custom-grid-1400”, then replace all instances of the “#gridtest” selector in the css rules above with “.av-custom-grid-1400”.
Best regards,
IsmaelHi,
Thank you for the update.
Try asking your hosting provider whether the file permissions are correct, or simply request a general check of this particular installation. If you’re not keen on updating the site via FTP, you can also try updating it using the Envato Market plugin. Please check the link below.
— https://www.envato.com/lp/market-plugin/
Best regards,
IsmaelHi,
You’re welcome! Feel free to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHey Mariann_m,
Thank you for the inquiry.
The theme should be compatible with the latest PHP versions (8.3 and above). The current site is running version 6.0.8, which is quite outdated. Please make sure that the theme is updated to version 7.1.3.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried converting the PNG image to an actual ICO file? Please check this tool: https://favicon.io/
Best regards,
IsmaelHi,
Thank you for the inquiry.
Where can we check the issue? Please create a test page and provide the login details in the private field.
Best regards,
IsmaelHey stevejoneshbs,
Thank you for the inquiry.
This seems to be an issue with custom css — try adding this css rule to override the modification.
.avia-content-slider-active .slide-entry-wrap { visibility: hidden; }Let us know the result.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The content slider works but the autorotation and navigation controls are disabled. You have to enable the slider autorotation in the Advanced > Animation > Slideshow Autorotation, and the slider controls in the Styling > Navigation controls panel.
Best regards,
IsmaelHey CESCI,
Thank you for the inquiry.
Is the site hosted on a different server? It’s possible that the server cannot communicate properly with the Envato server for various reasons, such as firewall or security restrictions. You may need to contact your hosting provider or try to update the theme manually via FTP.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelNovember 20, 2025 at 7:12 am in reply to: Boxed content in grid row with fullwidth background #1491554Hi,
We adjusted the css code to accommodate various column sizes and maintain a maximum content width of 1400px.
#top #gridtest { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; } #top #gridtest > .av-gridrow-cell { box-sizing: border-box; } #top #gridtest .flex_cell_inner { margin: 0 auto; } #top #gridtest .av-gridrow-cell.no_margin.av_one_fifth { flex: 0 0 20%; max-width: 280px; } #top #gridtest .av-gridrow-cell.no_margin.av_two_fifth { flex: 0 0 40%; max-width: 560px; } #top #gridtest .av-gridrow-cell.no_margin.av_three_fifth { flex: 0 0 60%; max-width: 840px; } #top #gridtest .av-gridrow-cell.no_margin.av_four_fifth { flex: 0 0 80%; max-width: 1120px; } #top #gridtest .av-gridrow-cell.no_margin.av_full { flex: 0 0 100%; max-width: 1400px; } @media (max-width: 768px) { #top #gridtest > .av-gridrow-cell { flex: 0 0 100%; max-width: 100%; } }Best regards,
IsmaelHey ibuzaev,
Thank you for the inquiry.
Are you using any of the elements on other pages? Please note that the option “load only used elements” only excludes elements that are not used anywhere on the site. Once an element is added to any page, its stylesheets and any related scripts or resources will load across the entire site, regardless of whether they exist on the page or not. Hope this clear things up a bit.
Best regards,
IsmaelNovember 20, 2025 at 7:01 am in reply to: 1/2 Grid Row – Left BG image doesn’t cover whole cell for some reason #1491552Hi,
Thank you for the info.
The site is broken because there is an invalid css rule in the Quick CSS field — a closing curly brace is missing.
/* -- Change font size in Main Menu Bar -- */ #header_main .avia-menu-text { font-size: 17px;We corrected the css code and set the Maximum Container Width to 1310px. The site should be displaying correctly now.
Best regards,
IsmaelNovember 20, 2025 at 6:44 am in reply to: 2-3 latest added Color sections dissapear after updating #1491550Hey Henning,
Thank you for the inquiry.
Did you add any custom html on the page? If there is custom html, make sure it is valid and that all tags are properly closed. Broken html tags can break the layout builder and cause the content below the broken html to be removed during updates. Please review the page and validate the html.
You can use the following tool to validate the html code.
— https://www.freeformatter.com/html-validator.html
Let us know the result.
Best regards,
IsmaelHey Kelly,
Thank you for the inquiry.
Try to add this css to adjust the default top margin of the SVG icons in the header:
#top .social_bookmarks li.avia-svg-icon img[is-svg-img=true], #top .social_bookmarks li.avia-svg-icon svg:first-child { height: 1em; width: auto; margin-top: 3px; }Then include the following to realign the SVG icons with the font icons inside the content container:
#top #main .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child { stroke: unset!important; top: 8px; position: relative; }Result:
We recommend uploading a similar custom SVG icon for the instagram icon to fix the alignment issue.
Let us know the result.
Best regards,
IsmaelHey koomo,
Thank you for the inquiry.
There seem to be a lot of elements on the page that are not displaying correctly, not just the content slider. What version of the theme are you currently using?
Best regards,
IsmaelNovember 19, 2025 at 7:18 am in reply to: Anywhere also problems with the Smashballoon Lite widget? #1491502Hi,
Thank you for the update.
We replaced the shortcode with the Widget Area element displaying the Instagram widget. It’s now rendering, but returning the error: Instagram returned error 429. Are you using the Instagram widget on other sites as well? Please try waiting a few hours or a full day, then check the page again. We have set it to cache the Instagram images on your server.
These threads might be related to the issue:
— https://kriesi.at/support/topic/enfold-theme-instagram-side-bar-widget-not-working/#post-1350365
— https://kriesi.at/support/topic/problem-with-instagram-widget/Best regards,
Ismael -
AuthorPosts









