Forum Replies Created
-
AuthorPosts
-
Hi jb84,
No scaling in Select custom preview image size just means that you use the original image uploaded (not scaled version) but sliders by default will set the slider image width to 100%.
We can change that in the page you mentioned by adding this CSS code in Enfold > General Styling > Quick CSS:.page-id-1090 #av_section_3 .avia-slideshow li img { width: auto; }
Best regards,
NikkoHi T,
Thanks for understanding.
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi pimroll,
Can you try to clear the browser cache? I have checked it on my end and preloading seems to work just fine, in a quarter of a second the text does not display (since font is being downloaded by the browser) and then text shows using the correct font, so there’s no switching of font happening unlike before.
Also, please try Guenni007’s suggestion.
Best regards,
NikkoHi Rob,
I apologize for misunderstanding and yes you are correct that I was only referring to contact form.
To integrate mailchimp, you’ll need to first add your mailchimp API key in Enfold > Newsletter > Enter a valid Mailchimp API Key to use all newsletter related theme functions once the key is verified, you can go directly to Appearance > Widgets then add Enfold Mailchimp Newsletter Signup where you can choose which Mailchimp List to subscribe. It can also be added to pages using the Advanced Layout Builder, add it via Content Elements > Mailchimp Signup. One thing to note though, is the content inside the form is changed in mailchimp website.
For further information please check our documentation: https://kriesi.at/documentation/enfold/mailchimp-signup/Best regards,
NikkoHi Philipp,
I see, it seems my code is reversed, please use this CSS code instead:
@media only screen and (max-width:767px) { .html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency { background-color: transparent; } .responsive #top #main { padding: 0 !important; } }
Best regards,
NikkoHi Arantza,
You’re welcome :)
Please try to add this CSS code:.news-link, .news-link:hover, .news-link, .news-link:hover .news-headline, #top .widget ul li .news-link:hover { color: #bf0000; }
Best regards,
NikkoHi Alex,
I’m glad to hear that it worked now.
There are two ways to see it (as I could think of at the moment).
1. Go to Enfold > Performance > disable Javascript File Merging And Compression, open your website, right click and View Page Source. Then find avia.js and click on the link, it should show the whole code of avia.js and check the part where you added the code, and if it’s not added, it means it’s fetching old js file.2. Adding console.log to print the values in the console, then inspect your site and view the console and see if those values appear (just like what I did above).
Best regards,
NikkoHi Alex,
You’re welcome :)
Just let us know how it goes.Best regards,
NikkoMarch 28, 2023 at 11:57 am in reply to: Advanced Layout Builder Elements are not showing properties #1402770Hi elitenutrition,
Please reach out to Envato/Themeforest for a refund, as they handle all sales related matters.
Best regards,
NikkoHi Capo1200,
Can you try to replace all the single quotes and double quotes from the code? for some reason codes copied via email is changing these quotes which does not work when placed in functions.php file.
Best regards,
NikkoHi idelaydis,
The link which gives us some access looks like this (private content).
You can get it by going to Users > Temporary Logins and then click on the link icon:
Best regards,
NikkoHi Global4Net,
Thanks for giving us admin access.
“Use the advance layout builder” works properly for the blog page however archive/category pages cannot use the same design, only the predefined blog layout that is in the dropdown.
It seems the only way to make the layout that you want is using a child theme, modifying archive.php and use some ALB shortcodes.Best regards,
NikkoHi Monika,
You’re welcome :)
I’m glad that we could help you.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Alex,
Thanks for giving us FTP access.
I have inspected it and the changes you made are correct though you are still using Enfold 5.2.1 (which means the line number is not the same).
I just added this code in line 911-912 to verify if the new code is being fetched:console.log('container_offset', container_offset); console.log('target', target);
Then I inspected the page (right click > Inspect) then go to Console (tab) to see if the code will log those values, and it didn’t which means that the browser is still fetching old avia.js file.
I just cleared the browser cache and it works properly.
This is what the code should output on desktop:container_offset 962 avia.js?ver=5.1.2:911 target 962 avia.js?ver=5.1.2:912
If this doesn’t show in your console, then old avia.js code is being fetched.
Best regards,
NikkoHi Anna_Tewes,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .html_mobile_menu_tablet #top #wrap_all #header, .html_mobile_menu_tablet #top #wrap_all #header .header_bg { background-color: transparent; } .html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency { background-color: white; } }
Best regards,
NikkoHi Alex,
I have tried this solution on my end and it works, the problem most likely is cached js file.
Can I request for FTP access? so I can try to check it further.Best regards,
NikkoHi T,
Enfold does not have a honeypot unfortunately, we only provide the basic form which relies on captcha for spam, that’s why if these captchas aren’t fixing the problem or could not be used for some reason, we recommend using third-party plugins that are focused on contact forms like contact form 7 and try to help our users with designing the forms to make it look like ones in Enfold.
Best regards,
NikkoHi Alex,
Unfortunately, there’s no other method to change it directly on the core js file.
It’s not recommended because you’ll have to modify it every theme update, which is a bit of a hassle but the risk on the site is very low since it wouldn’t impact anything except the scrolling to the next section.Best regards,
NikkoMarch 28, 2023 at 10:28 am in reply to: advanced layout editor to available on new pages/posts/portfolio items #1402740Hi tonyiatridis,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Alwin,
Yes, it works on mobile by default or any device that uses swipe functionality like iPad or tablet.
As for the options you mentioned, I’m not sure if that will be added but I think the way it is now is the correct choice which is to enable it to devices by default on devices that has swipe capability.Best regards,
NikkoHi Anna_Tewes,
Thanks for giving us the link to the page.
I tried to check it in mobile but I don’t see any issue on my end, screenshot in private content.
Can you try to clear the browser cache on your phone? and see if it helps.Best regards,
NikkoHi xela,
Thanks for giving us admin access.
It seems visually it looks like the scroll-down arrow was not functioning correctly however, it seems that the header being totally transparent was causing some visual problems.
The way our scroll-down arrow works is that the header snaps with the top area of the next section, in order to change this functionality, you will need to modify a core js file (which we do not recommend), wp-content/enfold/js/avia.js line 968 (Enfold 5.5)target = container_offset - fixedMainPadding,
replace it with:
target = container_offset - 0,
Please try to clear browser cache and check your page.
Also, with this change, every theme update, you’ll need to replace this part of the avia.jsBest regards,
NikkoHi lovet10,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Oliver,
It’s not a bug but that’s the intended design, to change it according to what you have mentioned please add this CSS code in Enfold > General Styling > Quick CSS and replace website_url in the code with the url in private content:
#header_main { background: #ffffff url(website_url) top left repeat-x scroll; }
As for scrolling down, it seems like to height of the logo is still set to 100% when it should be using about 50% of it.
It seems the issue is more of a js issue, can you try to go to Enfold > Performance > disable Javascript File Merging And Compression, also if you have plugins that are minifying or compressing js files, then clear the cache if you have some caching plugins (or temporarily disable them).Best regards,
NikkoMarch 27, 2023 at 3:39 am in reply to: advanced layout editor to available on new pages/posts/portfolio items #1402588Hi tonyiatridis,
I see, thanks for providing that information and I apologize for misunderstanding.
The problem you mentioned is caused by the Classic Editor plugin (plugin conflict) with our theme, to fix it, I deactivated the plugin and go to Enfold > Theme Options > Select Your Editor and set it to Use WP Classic Editor.
Please review your site.Best regards,
NikkoHi Luisgasser,
Thanks, please go to Settings > Media then set Large size‘s Max Width and Max Height from 1030 to 1500.
If you have lots of images already uploaded then you can use plugins like Regenerate Thumbnails and regenerate all images.
Or you can simply re-upload the images so it regenerates large images based on the set image size.
I hope this helps.Best regards,
NikkoHi Josephine,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 25, 2023 at 2:30 pm in reply to: Fullscren SLider Align caption text left for mobile devices #1402458Hi Josephine,
Yes, please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { #top .caption_bottom .slideshow_caption .slideshow_inner_caption { padding: 0; } }
Best regards,
NikkoHi Josephine,
You’re welcome :)
I’m glad that we could help you.
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Josephine,
You’re welcome :)
I’m glad that we could help you.
Thanks for using Enfold and have a great weekend!Best regards,
Nikko -
AuthorPosts