Hello
We have 2 problems as following and want to ask:
First problem:
We are using the Fullwidth Easy Slider in our homepage but find that it is unable to be responsive when adjusting the browser size (please see the screenshot from the download link)
Second problem:
Regarding the language switcher provided by WPML plugin, is it possible to switch the position of Current language and second Language icons so that in English page, the icon of second language can be positioned on the top? (please see the screenshot from the download link)
Thanks
Anthony
I even deleted and added a new Slider, but I get the same thing, it won’t load on mobile and the area is white, until I scroll. Do you think it is because I have a lot of CSS. Could there be something in there stopping it from loading?
-
This reply was modified 1 year, 11 months ago by
bemodesign.
Hi,
Thank you for the video.
The video isn’t buffering or loading on our end. Please try uploading it to a file or video sharing site like Dropbox, YouTube, or Vimeo.
Are you certain you haven’t zoomed in or out on your browser? The mobile or burger menu icon should only display in the top header, not in the sidebar.
Best regards,
Ismael
Hey cambium.digital,
Thank you for the inquiry.
The video displays correctly on our end, but it’s not playing automatically. Have you tried enabling autoplay or muting the video?
Best regards,
Ismael
Hi,
Thank you for the update.
You can add this css code to adjust the position of the menu items and the close icon.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top #av-burger-menu-ul {
padding: 100px 0 !important;
}
.responsive #top #wrap_all .main_menu {
top: -120px;
}
}
Best regards,
Ismael
Hi,
Thank you for your patience and the link to your page, to research the issue of the video loading twice I copied your page to my test site and each of your videos only loaded once, you have one at the top startseite.mp4 and one at the bottom hintergrundvideo_1.mp4

I then checked your page again and each video was loaded twice:

I tried disabling your plugins and testing again, but it still showed the videos loading twice, so I’m not sure if this is a cache issue. Does your web server use a “object” cache such as Memcached, Redis, Varnish? I’m not sure what would cause the videos to load twice but it doesn’t seem to be caused by the theme since I can’t reproduce it.
If you do have a server cache try disabling it and see if that helps, it may take a few hours.
As for the prelaoding issue, the prelaoder will not show the page until it is fulling loaded, and when it is off your page will show before it is fulling loaded, so this behavior is expected since you page is loading slowly. I also note that my clone of your site loads in under 9 seconds even though all of the images and videos are pull from your server, you site is taking over 22 seconds, this is strange.
Best regards,
Mike
Hello, I was following the instructions I found in one of your questions (https://kriesi.at/support/topic/upgrade-from-enfold-4-4-1-to-5-7-without-installation-log-data/).
To update the theme I bought a new one in order to have the site update and now I am not able to conect the envato token and found the next error:
Last time we checked the token we were not able to connected to Envato:
Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)
Following errors occurred:
Purchases: Your private token is invalid.
username Your private token is invalid.
email Your private token is invalid.
Purchases: A problem occurred accessing your purchases. Unable to check for updates.
What can I do?
PS: you can use all element options – f.e. background-color of the icon on iconbox-top – or animation styles – like pulse on hover.
Hi,
This thread covers a couple of different methods and I think that it might be confusing.
So if you want to use color icons, then you would use Guenni007’s example, the easiest path is to upload the png images to your media library and then for each one choose a existing theme icon that you would probably never use as a placeholder, for example the keyboard ( ue83a ):

and then use this css to replace it with your image:
[data-av_iconfont="entypo-fontello"][data-av_icon="\e83a"]:before{font-size:0;width: 40px;display: inline-block;background-image: url(/wp-content/uploads/2024/05/tree.svg) !important}
now whenever you use the keyboard icon on your site your new image will show:

If you want to use B&W icons you can take the B&W PNG images and convert them to SVG, then follow Guenni007’s steps to fix them for Fontello then upload the SVG to Fontello to create your icon font:

then download the new icon font zip file and upload it to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and then they will show in your icon list.
Best regards,
Mike
Hi,
I’m sorry for the delayed response.
We’ve investigated the errors on your site. The first issue is coming from the Autoptimize plugin. The second and third issues seem to be related to Enfold’s cookie bar.
Please go to the Enfold theme options > Privacy and Cookies > Cookie Handling > Enable cookie consent messages, disable it, and check if that resolves the error.
Best regards,
Yigit
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.container_wrap {
border-top-width: 0;
}
Best regards,
Rikard
Hey frasche,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column.av_one_fourth {
width: 48% !important;
margin-right: 2% !important;
}
.responsive #top #wrap_all .flex_column_table_cell {
float: left !important;
}
}
if this doesn’t help please include a link to your page so we can examine.
Best regards,
Mike
How can I have the breadcrumbs in the top left?
The idea is to have a little home icon followed by the breadcrumbs.
Thanks.
I am creating 4 x 25% columns on a page for the members of a club. The containers contain the logo and the members’ address details. Since there are 130 members, this is OK on the desktop version, but on mobile Enfold switches to one container per member. I haven’t found anything about how to display 2 containers per column on the mobile. Do you have a code that I can use to display 2 containers per column next to each other on the mobile instead of just one? I could also solve this with a code block (Flexbox), but since the page is for a customer who wants to edit the site themselves, a code block is not a solution.
Thank you, that helped :)
Topic can be closed
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hello,
I still have two problems, the topic was colsed: https://kriesi.at/support/topic/structured-integration-of-various-enfold-pages-into-one-site/#post-1439394 .
1) When I use the code, it changes the text content, but not the image silder.
I have built the last tab directly in the tab, without code.
2) In the mobile view, I cannot determine how the order of the elements are displayed. As a single page it works correctly.
You can have a look here:
Thank you. BR Matthias
Hey marccat,
Thank you for the inquiry.
You can add this code in the functions.php file to insert a container below the header:
add_action('ava_after_main_menu', function() {
echo "<div class='av-bottom-header'></div>";
}, 10);
Then use this css code to adjust its style.
#top .av-bottom-header {
width: 100vw;
height: 20px;
background: red;
bottom: -20px;
position: absolute;
margin-left: -80px;
}
Adjust the background property if you need to display an image:
background: url('image-url-here');
Best regards,
Ismael
Hi,
Thank you for the inquiry.
1.) You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the element under the Main Menu (Icon) section. You can also use this css code:
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
line-height: 1em;
font-size: 2em;
}
Please make sure to toggle the Enfold > File Compression settings and purge the cache.
2.) Add this script to the functions.php file to make the close icon fade out on scroll down and fade in again on scroll up.
function ava_custom_script_fade_scroll()
{
?>
<script>
(function ($)
{
$(document).ready(function () {
var lastScrollTop = 0;
var element = $('.av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active');
$(window).scroll(function () {
var st = $(this).scrollTop();
if (st > lastScrollTop) {
element.fadeOut();
} else {
element.fadeIn();
}
lastScrollTop = st;
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fade_scroll');
Best regards,
Ismael
Hi,
Thank you for the info.
We adjusted the code in the Quick CSS field a bit. Please make sure to purge the cache before checking the page.
#menu-item-shop .cart_dropdown_link {
padding: 10px;
font-size: 20px
}
.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
padding-right: 0;
margin-right: 10px;
}
Best regards,
Ismael
Hey Jens,
Thank you for the inquiry.
Looks like the automatic update did not succeed or stopped after a duration of time. Please restore the site to a working condition using a backup or restore point. Then, download the latest version of the theme from your Themeforest account. You can then manually upload the latest version via S/FTP.
Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hi, I’m having a similar problem to the one I had in 2019 with the Enfold / WordPress updates affecting the way the child theme functions.php is supposed to work. The link to that ticket is https://kriesi.at/support/topic/error-with-enfold-child-theme-functions-php-move-search-icon-since-wp5-2-upgrade/
When I performed the updates the search box is now appearing in the top left above the logo where it is not supposed to be. The search box in the top bar to the right is where we have placed the search icon. In Enfold’s child theme functions.php, we have been using the following:
function av_move_search(){
?>
<script>
/* appends search button to the top secondary menu */
jQuery(window).load(function(){
jQuery(“#menu-item-search”).detach().appendTo(‘#header_meta .sub_menu ul’)
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_move_search’);
It has worked fine except for the glitchy problem in 2019, which we resolved by rolling back the WordPress version and then waiting a bit to update. This time though I thought I’d leave it for you to see so you can advise us on a better approach for when this happens. Could you please take a look? Thank you.
Hey Yory,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
opacity: 0;
}
#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
opacity: 1;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
My website has crashed after updating to the new version of enfold theme. I have tried both within the desktop where I get this message: Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/d/a/4/xxxx.xx/httpd.www/wp-admin/includes/class-wp-upgrader.php on line 527 where xxxx.xx is my website url (see private content). I ended up getting locked out and could only regain access by removing all plugins and changing theme to twenty twenty-four in php.
I also tried updating the them by downloading and then uploading from themeforest.
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php:2136 Stack trace: #0 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/includes/admin/option_tabs/avia_performance.php(401): avia_count_active_plugins() #1 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/includes/admin/register-admin-options.php(296): include(‘/customers/d/a/…’) #2 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/class-superobject.php(269): include(‘/customers/d/a/…’) #3 /customers/d/a/4/dxxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/class-superobject.php(220): avia_superobject->_create_option_arrays() #4 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/class-superobject.php(166): avia_superobject->init() #5 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/class-superobject.php(562): avia_superobject::instance(Array) #6 /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/avia_framework.php(101): AviaSuperobject(Array) #7 /customers/d/a/4/xxxx.xxu/httpd.www/wp-content/themes/enfold/functions.php(247): require_once(‘/customers/d/a/…’) #8 /customers/d/a/4/xxxx.xx/httpd.www/wp-settings.php(663): include(‘/customers/d/a/…’) #9 /customers/d/a/4/xxxx.xx/httpd.www/wp-config.php(86): require_once(‘/customers/d/a/…’) #10 /customers/d/a/4/xxxx.xx/httpd.www/wp-load.php(50): require_once(‘/customers/d/a/…’) #11 /customers/d/a/4/xxxx.xx/httpd.www/wp-admin/admin.php(34): require_once(‘/customers/d/a/…’) #12 /customers/d/a/4/xxxx.xx/httpd.www/wp-admin/index.php(10): require_once(‘/customers/d/a/…’) #13 {main} thrown in /customers/d/a/4/xxxx.xx/httpd.www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 2136
where xxxx.xx is my website url (see private content).
After spending a very long time with one.com’s help team, they believe there are errors in the theme and advised me to contact you. I would appreciate any guidance you can give as we have literally tried everything to solve this.
-
This topic was modified 1 year, 11 months ago by
BroncofanDK.
Hi
How can I have the text overlay on top of an image in the woocommerce product grid and product slider display only on mouse over? Currently the text is overlaid on the image by default.
Thanks
Hey Rikard, thanks for the reply. Didn’t quite do the trick.
Btw this is only for mobile version, the desktop is fine as it is.
Thanks, and sorry for being unclear.
in text elements – the inserted image floating left got a class: alignleft
you can increase the default value from 10px by
#top .avia_textblock img.alignleft {
margin-right: 40px;
}
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-burger-overlay li li .avia-bullet,
#top .av-hamburger-inner,
#top .av-hamburger-inner::before,
#top .av-hamburger-inner::after {
background-color: #009989 !important;
}
#top .av-burger-overlay li li .avia-bullet,
#top .av-hamburger.is-active .av-hamburger-inner,
#top .av-hamburger.is-active .av-hamburger-inner::before,
#top .av-hamburger.is-active .av-hamburger-inner::after {
background-color: #fff !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
If you want to use color icons (png, jpg, or gif), follow Guenni007’s css technique here.
Thanks for sharing Guenni007 :)
Best regards,
Mike