Hi,
Thank you for the link to your site when I check your slider the arrow background image is 200px square but the space is only 60px so the arrow looks wrong:

please try adding background-size: contain; to your rules like this:
#top .avia-layerslider .ls-nav-prev {
background: url(/wp-content/uploads/2022/12/previous.png) center center no-repeat;
background-size: contain;
}
#top .avia-layerslider .ls-nav-next {
background: url(/wp-content/uploads/2022/12/next.png) center center no-repeat;
background-size: contain;
}
After applying the css, please clear your browser cache and check.
This is the expected results:

Best regards,
Mike
Hi,
Glad Yigit could 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
Hi,
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,
Mike
Thanks for getting back to me Rikard. Yes, I did register the license with a brand new Envato private token and “they were able to connect” to this token as well.It even says the last successful check was on 23/12/2022 and that I’m running the latest version of your theme.
Not sure what’s going on here. I’m not exactly new to working with Enfold and it’s the first time I bumped into this issue.
Any other thoughts that come to mind? I really appreciate your time and willingness to help with this. ;-)
Happy holidays.
K.
Hey!
Could you please add following code to Quick CSS in Enfold theme options > General Styling
.avia-chrome-108 .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image {
overflow: hidden;
}
Regards,
Yigit
Hey Nic,
I went to Enfold theme options > Advanced Styling and edited H4 tagged elements and changed the font family – https://imgur.com/a/ONtKNRa.
Please review your website :)
Best regards,
Yigit
Hi Raimund,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Merry Christmas and Happy New Year! 🎅🎆
Best regards,
Yigit
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Merry Christmas and happy new year! 🎅
Best regards,
Yigit
Hey Eve,
Thanks for contacting us!
Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
.avia-chrome .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image {
overflow: hidden;
}
Best regards,
Yigit
Hey MadRhino,
Did you register your theme license so that you will get updates on the backend? If not, then please try following this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey Nic_007,
Please reach out to Envato support for further help with this, as it’s their platform where you are billed and where you download the theme files.
You can update from the theme backend if you have registered your theme license: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi Raimund,
Each domain requires a separate license, so yes, you would need another license for the new website. You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new token :)
Best regards,
Yigit
Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
#top #av_section_9 .flex_column {
background: none;
}
}
Regards,
Yigit
Hello everyone,
for some reason, on my clients’ site the product short descriptions don´t show up in the product grid anymore. I tried deactivating all plugins and CSS but it didn´t help. May this have been caused by a recent Enfold update? Any ideas?
Regards
Julian
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_textblock_section.av-lc08m9gc-85216e5d4399c2a1609de667666be74c .avia_textblock {
background-color: #e8e8e8;
padding: 20px;
}
If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here.
Regards,
Yigit
Hey Vera,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
a.lightbox {
pointer-events: none;
}
}
Cheers!
Yigit
Hey,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and add your code to functions.php file of your child theme :)
Best regards,
Yigit
Hey,
Thanks for contacting us!
You are currently using an older version of the theme. Updating Enfold should fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.3.1.1.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Best regards,
Yigit
Hi Bernd,
We are happy that Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Happy Holidays!
Best regards,
Yigit
Hey Peter,
Thanks for contacting us!
You can go to Enfold theme options > General Styling > Typography > Default Content Font Size or you can go to Enfold theme options > Advanced Styling and edit Body to adjust font size :)
Best regards,
Yigit
I have found a bug that will affect all Enfold sites using a CDN to serve static assets:
WP-Rocket used
Standard Asset CDN with CDN URL entered in the CDN settings for WP-Rocket
KeyCDN with a typical setup.
This will occur with any CDN that requires URL re-writes (All of them).
https://www.thinkjarvis.co.uk/
See line 83 in the HTML document you can see my pre-loads getting pulled from the CDN and the critical CSS below covering the @font-face from the CDN.
Then in the dynamic CSS
The URL in the dynamic Avia folder for custom uploaded fonts is the full URL including the domain name.
This is causing the fonts to load twice. Once preloaded from the CDN and once from the server once dynmic Css is loaded.
https://www.thinkjarvis.co.uk/wp-content/uploads/dynamic_avia/thinkjarvis.css
You can see the problem in Google Chrome Dev Tools in the network panel.
The fonts preload and then near the bottom of the list the fonts download again from the local server once dynamic Avia has been processed.
https://www.thinkjarvis.co.uk/wp-content/uploads/dynamic_avia/thinkjarvis.css
(https://thinkjarvis-1d89e.kxcdn.com/wp-content/uploads/dynamic_avia/thinkjarvis.css?ver=63a420504dd48)
Currently looks like this:
@font-face {
font-family: 'varelaround-regular';
src: url('https://www.thinkjarvis.co.uk/wp-content/uploads/avia_fonts/type_fonts/varelaround-regular/varelaround-regular.woff2') format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}
It should be this to stop the font getting served again:
@font-face {
font-family: 'varelaround-regular';
src: url('/wp-content/uploads/avia_fonts/type_fonts/varelaround-regular/varelaround-regular.woff2') format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}
Note on this site I only uploaded the Woff2 fonts – So you dont see a full set of Src URLs.
Proposed Solutions
Is it possible to adjust the generator for the font data to include relative URLs instead of including the full domain
OR
Is it possible to either remove/turn off the font info included in dynamic CSS?
-
This topic was modified 3 years, 3 months ago by
thinkjarvis. Reason: TIDY UP OUTPUT
Hey,
Thanks for contacting us!
Your support period has expired. You do not need to purchase a new license as you get lifetime updates but if you would like to use our support forums, you would need to renew support on ThemeForest.
If you already have renewed your support period, you can login to our forums, go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code to start posting on our forums again :)
Best regards,
Yigit
Hi
How can I increase Enfold’s default text size to 14px?
Kind regards
Peter
Hy Rikard,
danke, jetzt hat es funktioniert. Da mir das Enfold Theme sehr gut gefällt möchte ich dies auch auf weiteren Webseiten/Projekten einsetzen. Muss ich dafür jedes mal eine Lizenz kaufen oder reicht hierfür eine Lizenz aus? Wenn ich dafür dann neue Lizenzen kaufe muss ich für diese dann auch neue Token erstellen?
Grüße Raimund
Hi,
Which version of the theme are you running? If it’s not 5.3.1.1, then please update to that: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hey Marcos Q.,
Thank you for the inquiry.
Yes, it is possible to set the default state of the privacy buttons. Please go to the Enfold > Privacy & Cookies panel, open the Cookie Handling tab, then set the Default Cookie Behavior to the third or fourth option. This should disable all privacy toggles by default.
You can also use the following shortcode to render a button that should allow users to save the privacy settings directly from the cookie page.
[av_privacy_allow_cookies] - allows a user to refuse cookies and hides message bar (needs 2 cookies for that, others are removed)
[av_privacy_accept_essential_cookies] - allows a user to opt out from essential theme and all other cookies (except 2 from av_privacy_allow_cookies)
We hope this helps! Let us know if you have any other questions or if you need further assistance.
Best regards,
Ismael
Hi,
Glad Rikard could 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
Hi,
Glad Ismael could 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
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
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