Hi @maxgorelkine,
Thanks for your feedback.
this option displays arrows only next to the tabs and only on small screens.
The arrows only show up when tabs exceed viewport width to draw attention that there are more tabs. Add 10 or more tabs and you will also see them on larger screens.
We have already in beta a slideshow section:
https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/shortcodes%20in%20beta/slideshow_section
Copy these two files in your child theme folder /shortcodes/slideshow_section.
Do not forget to remove it in case this element gets into core.
BTW: It is important that the tabtitles are unique, otherwise clicking on a non unique one will also select all others as active.
Best regards,
Günter
Hi,
The Dev Team says they have made an adjustment that will be in v5.6.4
Below I have linked the /enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php that you can test with.
Please keep a copy of your current file for fallback.
Best regards,
Mike
Hi,
Please try to use FTP or your webhost file manager and delete the Enfold theme at
/wp-content/themes/enfold/
then upload a new theme directory and see if this helps.
Please don’t try to overwrite the theme directory.
Best regards,
Mike
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,
Mike
Hey Anne,
Thanks for using Enfold :-)
Did you create different tokens for each of your licenses? If so, then you should be able to delete the site specific token, then create a new token for the new site. If you should run into any problems, then please let us know here.
Best regards,
Rikard
Hello Gunter,
Well for me, this option displays arrows only next to the tabs and only on small screens.
What I need is what @Guenni007 proposed, which are arrows on each side of the tab section content allowing to switch from tab to tab, as a slider. I even hid the tabs header .av-tab-section-tab-title-container since I don’t need tabs to be displayed. But unfortunately there isn’t a “Slider Section” that would allow to do that… maybe an idea for a future release ? :))

But yes, It would be amazing to have a fix for this bug earlier if possible.
Thanks a lot in advance!
-
This reply was modified 2 years, 9 months ago by
maxgorelkine.
Hi, this topic is based on (https://kriesi.at/support/topic/google-analytics-4-not-working-at-all/#post-1413103) as requested by the supporter.
I am having problems with the GA4-code & cookie. I think it is still not recognized in the enfold options.
I copied the whole GA4-Stream-Tag from google to the field in the google service tab of the options.
In the cookie-modal I can not select the google analytics cookie and I also can’t select the GA-related cookies in the other cookies tab. So the code is never loaded and analytics is not working.
Do you have an idea?
Thank you for your help!
Hi, I have bough 28 licenses for Enfold – just love it! I have got a bit lost as to how many active licenses I have. I believe from reading another post it is ok to re-use the license and transfer to another web client if a website closes? Is that still correct? Is there a way to check if I need to buy another license or would the product key fail and let me know that?
Thanks, Anne
Hi Anna_Tewes,
Thanks as well for using Enfold and have a great day!
Best regards,
Nikko
Hey Tanja,
Can you try to remove the token used and then generate a new one, then follow the instructions in: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Make sure that proper permissions are enabled.
Let us know if it helps.
Best regards,
Nikko
Hey Rainer,
Thank you for the inquiry.
Did you use a domain email? Please try to adjust the from address to whitelist messages coming from the contact form. For more info, please check the troubleshooting steps in the documentation below.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
Ismael
Hi,
Thank you for the update.
The css files are currently compressed which is probably why the modifications are not taking effect. Please toggle or temporarily disable the Enfold > Performance > File Compression settings. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
If the css code above is still not working after disabling the file compression, please replace it with this css code before re-enabling the file compression.
#top .title_container .main-title {
font-size: 30px;
}
Best regards,
Ismael
Hi,
Thank you for the update.
Do you know why the new theme has caused the top bar and the text size to display differently?
This issue is likely caused by modifications made in the header.php file. It is possible that the previous developer edited the template, and those changes were lost when you replaced it with the current version.
To adjust the text size, please modify the settings in Enfold > General Styling > Fonts or make changes to the element styles in the Advanced Styling panel.
Best regards,
Ismael
Hi woogie07,
Please go to Enfold > General Styling > Quick CSS, and add this CSS code:
#top .av-share-box ul {
display: flex;
}
#top .av-share-box ul li {
display: block;
flex: 1;
}
#top .av-share-box ul .av-social-link-linkedin {
order: 1;
}
#top .av-share-box ul .av-social-link-instagram {
order: 2;
}
#top .av-share-box ul .av-social-link-facebook {
order: 3;
}
Hope it helps.
Best regards,
Nikko
Hey Antonio,
Thank you for the inquiry.
We could apply a minimum height to the product title container to align the buttons, but please be aware that this will result in unwanted space for products with shorter titles. If this is acceptable, please add the following CSS code.
#top .inner_product_header {
min-height: 170px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hi Tiziano,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Thanks for this brilliant solution @Guenni007 !
I’ve been looking for a way to do this for ages! I think that partly makes up for a missing element in Enfold which is a “section slider” :)
The only problem I’m having is that actually if I try to put 2 or more tab sections on the same page, when I click on the arrow, it slides every tab of every tab section on the same page!
Would you have an idea on how to overcome that problem ?
Thanks a lot in advance for your help!
Hey Dablec di Tiziano Moletta,
Yes, you can use the theme on your new domain, the license is not locked to any certain domain and you don’t need to change anything anywhere.
The only time you would have an issue is if the theme was used on two domains at the same time, since this is not the case you are all set.
Thank you for using Enfold.
Best regards,
Mike
Hey Hans,
Please see the Enfold Theme Options ▸ Layout Builder ▸ Custom Color Palette option.
I’m not sure if it will work for all users, if not you may need to set individually for each user, or try this snippet
Best regards,
Mike
I have a screen shot from the functions file but I dont see a place to upload. I believe it has the right commas, how can I send this for your review ?
require_once( ‘functions-enfold.php’);
add_action(‘init’, function() {
avia_update_option(‘merge_css’, ‘none’);
avia_update_option(‘merge_js’, ‘none’);
}, 10);
This is pasted from the server code.
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,
Mike
Dablec di Tiziano MolettaGuest
Good morning,
On April 8, 2023, I updated the license for the Enfold theme that was regularly installed on my website, Dablec.com.
Unfortunately, this domain experienced a hacker attack that caused significant damage to its search engine indexing.
The domain is expiring on the 21st of this month, and I will not be renewing it because I have created a new one with the IT extension.
Is it possible to transfer your license to the new site, dablec.it?
Thank you,
Tiziano Moletta
Hi!
FYI: In 5.6.4 there will be an option: “Multiple Categories/Terms Relation” in various elements.
See https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
Günter
“No Updates available. You are running the latest version! (5.3.1.1)” but 5.6.3 is available. Why isn’t Enfold detecting the available update and updating?
At the request of a customer of mine, I have taken her website offline because she wants to stop her business.
However, there is a very small chance that she will want to use the website again in 2 to 3 years and therefore want to place it online again.
I’ve made some backups and now I’m wondering the following:
– what will happen if I put this website online again in, say, 3 years? Is it still possible to update the current Enfold version to the Enfold version that will be available in 3 years?
Or is the period between the two Enfold versions too long, and is it better for me to keep the website active on my local server, for example, and to update it now and then? (All plugins have been removed).
Hi webba,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi James,
Thanks for providing the admin access, I have added this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .av-masonry .av-inner-masonry-content {
background-color: rgba(248,248,248,0.8);
}
}
And it works when I’m logged in and temporarily disabled Siteground Optimizer but when logged out nothing changes.
I tried to manually purge cache in Siteground Optimizer but does not seem to take effect as well.
Best regards,
Nikko
Is this something, you could do? To be honest, i dont understand anything on the link you sent me. I rarely work with enfold.
Greetings
Hi Amanda-mdllc,
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Antonio,
Thanks as well for using Enfold and have a great day!
Best regards,
Nikko