Forum Replies Created
-
AuthorPosts
-
Hey,
Could you please share a screen recording of the issue as well?
I checked the ALB and front-end of your website but I cannot see the issue. I attached screenshots in the private content field.
Best regards,
YigitHey Tom,
As Günter mentioned, we’ll consider updating this element.
Uploading Lottie files is only allowed for logged-in users in the backend and it’s not possible to do this on the frontend. Also, this file is not loaded if you are not using the Lottie Animation element or did not select the “Always load all elements” option in the Enfold theme options > Performance > Disable Template Builder Elements ( https://imgur.com/a/3YV9PM5 ).
You can also delete the enfold/config-templatebuilder/avia-shortcodes/lottie_animation folder.
I hope this helps.
Best regards,
YigitHey Jason,
What’s going on right now doesn’t affect Enfold or Enfold users in any way.
We added the Dynamic Content feature ( https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/ ) and made it compatible with the ACF plugin. This feature works as expected with the SFC ( https://wordpress.org/plugins/advanced-custom-fields/ ) plugin as well.
If you notice any compatibility issues with the SCF plugin, please let us know.
Regards,
YigitOctober 7, 2024 at 9:45 pm in reply to: Custom Slider Element only lets you upload one photo. #1468602Hi,
Please go to the WordPress admin panel > Appearance > Theme File Editor, select the Functions.php file, and insert this code to the 51st line ( https://imgur.com/a/wNrnTQV ):
add_theme_support( 'show_advanced_custom_element_options' );
Then, go to Enfold theme options > Custom Elements > Show Advanced Options > Custom Elements For Subitems, and select the “Individually select subitem custom element templates” option ( https://imgur.com/a/6yYuLfn ).
Best regards,
YigitOctober 7, 2024 at 4:13 pm in reply to: Custom Slider Element only lets you upload one photo. #1468584Hi C,
So are you saying it’s not possible to add multiple photos when setting it up?
To enable custom elements for subitems, please add the following code to functions.php file:
add_theme_support( 'show_advanced_custom_element_options' );
Please make sure to add the code below the following code:
if( isset( $avia_config['use_child_theme_functions_only'] ) ) { return; }
Then, go to Enfold theme options > Custom Elements > Show Advanced Options > Custom Elements For Subitems, and select the “Individually select subitem custom element templates” option ( https://imgur.com/a/6yYuLfn ).
My end goal is to be able to have a way to change/add photos in one location and have that change happen on multiple pages so I don’t have to make the change 20+ times across my site. Is there another way to do this?
You can do this with Custom Layouts ( https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/ ). Please note, this element is a full width element and it cannot be placed inside Column elements.
To do that, please go to Enfold theme options > Layout Builder and enable Custom Layout And Dynamic Content ( https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2024/02/Custom-Layout-And-Dynamic-Content.png ).
Then, go to Enfold > New Custom Layout ( https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2024/02/Custom-Layouts-CPT.png ) and create your layout.
After that, edit your page, add the Custom Layout element ( https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2024/02/Custom-Layout-ALB-Element.png ) to your page and select the template you created.
Best regards,
YigitHey,
Great! Thanks for the update.
Unfortunately, I cannot tell what was the problem. I created a local copy of your site and I could reproduce the issue there. My teammate Ismael mentioned changing the tile URL so I tried that on the local copy and it worked.
I cannot reproduce this issue on a clean installation. It seems to be specific to your site but as I mentioned, I cannot tell what exactly it is.
Regards,
YigitOctober 3, 2024 at 2:27 pm in reply to: Bad performance – Avia doesn’t play nice with RealCookie Banner #1468363Hey,
I’m sorry for the delayed response.
Enfold isn’t officially compatible with the the RealCookie Banner plugin.
Are you experiencing this performance issue when activating the RealCookie Banner plugin? If you are, please try using other cookie management plugins such as the Borlabs Cookie ( https://borlabs.io/borlabs-cookie/ ).
Please also consider using a cache plugin.
Regards,
YigitHi Paolo,
Please go to the WordPress admin panel > Leaflet Map > Settings > Map Tile URL, and change it to “https://tile.openstreetmap.org/{z}/{x}/{y}.png”.
Please make sure to clear any server-side, plugin-based, and browser caches after that.
Best regards,
YigitSeptember 26, 2024 at 12:03 pm in reply to: Replace the word “ALL” in portfolio filter doesn’t work #1467873Hey,
For the Masonry element, please use the following code instead:
add_filter('avf_masonry_sort_first_label', 'new_portfolio_first_label', 10, 1); function new_portfolio_first_label( $first_item_name ) { $first_item_name = "NEW ALL TEXT"; return $first_item_name; }
Regards,
YigitHi,
Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:
#top .avia-fold-unfold-section .av-fold-unfold-container.folded::after { z-index: -1; } #top .avia-fold-unfold-section .av-fold-button-wrapper { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white)); padding-top: 20vh; margin-top: -20vh; }
If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.
Regards,
YigitSeptember 24, 2024 at 10:24 am in reply to: Critical error Enfold – Updating woocommerce product #1467732Hi Marc,
I’m sorry for the delayed response.
We cannot reproduce the issue on our test sites. It looks like you removed the staging site. Could you please replicate the issue on a staging site again and send us non-expiring admin login credentials so we can investigate further?
Regards,
YigitHi BigBatT,
Thanks!
This shouldn’t be necessary since the text domain is available in the following line and this string is already available for translation but I forwarded your message to Günter regardless.
We’ll fix this in the upcoming version. Thanks again!Regards,
Yigit-
This reply was modified 1 year ago by
Yigit.
Hey @guenni007,
I’m not 100% sure but all photos used in Enfold demos should be from Photodune.
I sent you an email with a copy of the license.
Although the image has been deleted from Photodune, it’s still available on Shutterstock by the same author ( https://www.shutterstock.com/image-photo/delicious-spaghetti-bacon-egg-called-alla-90145666 ).
Regards,
YigitHi Nancy,
Thanks for your patience.
We are investigating the issue. We’ll give you an update.
Regards,
YigitSeptember 3, 2024 at 4:02 pm in reply to: Enfold <= 6.0.3 – Authenticated (Contributor+) Stored Cross-Site Scripting #1466140Hi,
Just to let you folks know, our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Best regards,
YigitHey Ben,
Just to let you know, our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Cheers!
YigitSeptember 3, 2024 at 4:00 pm in reply to: VaultPress/Jetpack are saying Enfold Version: 6.0.3 has a vulnererabilty #1466137Hey Lucy,
Just to let you know, our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Best regards,
Yigit-
This reply was modified 1 year, 1 month ago by
Yigit.
Hey,
I just wanted to let you know that our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Regards,
YigitHey Rob,
I just wanted to let you know that our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Regards,
YigitHi Peter,
I just wanted to let you know that our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Regards,
YigitHi,
Just to let you know, our developers addressed this issue and we will release Enfold 6.0.4 very soon.
Regards,
YigitJuly 2, 2024 at 1:17 pm in reply to: WooCommerce category image banner no longer shows with Enfold 6.0 #1461001Hi Steve,
Yes, we’ll include this fix in an upcoming update.
Here is the final version of this fix: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/enfold_6_0/config-woocommerce/config.php. Please use this file for affected sites instead.
Regards,
YigitJuly 1, 2024 at 9:56 pm in reply to: WooCommerce category image banner no longer shows with Enfold 6.0 #1460853Hi,
I replaced the content of /enfold/config-woocommerce/config.php file with this https://pastebin.com/5gm1bEMv in Appearance > Theme Editor.
I checked your categories and I can see the banners. This may not be the final fix but I couldn’t find any issues on my local installation. Please check your pages and let us know if something isn’t working correctly.
Thank you for the report, Steve and I’m sorry for the inconvenience.
Best regards,
Yigit-
This reply was modified 1 year, 3 months ago by
Yigit.
July 1, 2024 at 8:39 pm in reply to: WooCommerce category image banner no longer shows with Enfold 6.0 #1460843Hey Steve,
Could you send us admin login credentials and FTP logins so we can investigate it?
Regards,
YigitHi,
We updated LayerSlider to the latest version 7.11.1 in Enfold 6.0.
Please make sure you are using Enfold 6.0: https://kriesi.at/documentation/enfold/theme-update/.
Regards,
YigitJuly 1, 2024 at 3:54 pm in reply to: avia page builder didn’t load and enfold settings not possible to save #1460812Hi,
The admin-ajax.php file is returning a 403 response code. It looks like a security measure on your server, such as the ModSecurity, is causing this issue.
Could you please contact your hosting provider again and ask them to temporarily disable the ModSecurity and check if that resolves the issue?
Regards,
YigitHi,
Please go to Appearance > Menus, click the Screen Options on the top right corner, check the CSS Classes option, expand the menu item you’d like to edit, and give it a custom CSS class ( https://imgur.com/a/tfeRy5S ).
Then, go to the Enfold theme options > General Styling > Quick CSS, and add the following code:
#top #header .av-main-nav li.custom-menu-color > a { color: red; }
Regards,
YigitJuly 1, 2024 at 3:18 pm in reply to: avia page builder didn’t load and enfold settings not possible to save #1460809Hey,
Please try deactivating all active plugins and check if that fixes the issue.
If it doesn’t, please send us a link to your login page and admin login credentials so we can investigate the issue.
Regards,
YigitHey,
Increasing the height of your Color Section would fix this issue.
Please edit your Color Section element, go to Layout > Section Height > Section Minimum Height, and set it to the at least 75% option. You can also set a custom percentage value.
Regards,
Yigit -
This reply was modified 1 year ago by
-
AuthorPosts