Forum Replies Created
-
AuthorPosts
-
Hi @bigbatt,
Thank you! We’ll add the Italian language files to the core in the upcoming version as well.
Cheers!
YigitHi,
Please use your Purchase Code ( http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg ) to register for our support forum.
You can find your Purchase Code on the Support tab of Enfold’s ThemeForest page as well: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support.
Regards,
YigitHey,
This exact solution will be included in the upcoming version so you can apply it to the parent theme for now.
You can find this noted in the Upcoming Fixes thread: https://kriesi.at/support/topic/enfold-upcoming-fixes/
Regards,
YigitHi Vera,
Thanks for the information.
I changed the code to the following one and that worked
.av-masonry-entry-content { font-size: 19px; font-family: 'Chambersitalic'; font-style: italic; }
Please clear your browser’s cache and review your website.
Best regards,
YigitHi Vera,
Please send us a link to your site and temporary admin logis so we can better advise.
Regards,
YigitHi,
Instead of using the italic font, please try setting it to italic in theme options or using custom CSS as follows:
.av-masonry-entry-content { font-size: 19px; font-style: italic; }
Best regards,
YigitHey,
Currently, there isn’t a filter for this. I’ll submit this as a feature request.
For now, please go to the enfold/config-woocommerce/ folder, open the config.php file, and find the following line:
$output .= "<{$desc_tag} class='av-banner-description'>{$description}</{$desc_tag}>";
and change it to the following:
$output .= "<{$desc_tag} class='av-banner-description'>" . do_shortcode($description) . "</{$desc_tag}>";
Best regards,
YigitHi,
Cookie bar buttons and the popup use the language of your WordPress installation. The translation is missing for the “When refusing all cookies this site might not be able to work as expected.” in German language files so it uses the default English text.
To update the text, please go to the Enfold theme options > Privacy and Cookies > Cookie Handling, scroll down, enable the Show Advanced Options option, and change the text in the Refuse Cookie Warning area ( https://imgur.com/a/YcmOlMr ).
Regards,
Yigit- This reply was modified 2 days, 12 hours ago by Yigit.
Hey,
I can see the issue now. We will investigate and give you an update. Thank you!
Regards,
YigitHey,
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 2 months 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 2 months, 3 weeks 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,
Yigit -
AuthorPosts