Forum Replies Created
-
AuthorPosts
-
Hey Aman,
Thanks for reaching out to us but we are not looking for a such collaboration at the moment.
Best regards,
YigitHey Martin,
Which version of Enfold are you using? If not the latest 5.4.1, please update the theme and check once again: https://kriesi.at/documentation/enfold/theme-update/
If you are using 5.4.1, please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHey Zdeněk,
Please create a staging copy of your site and post temporary admin and FTP logins here privately so we can inspect the issue.
I tried reproducing the issue on my local installation but adding 1 column option as in your screenshot doesn’t cause any issues for me.
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitFebruary 15, 2023 at 12:08 pm in reply to: Media Library list view breaks when Imagify plugin activated #1398052Hi,
I cannot reproduce the issue. I attached a screenshot in private content field.
Do we need to take certain steps to reproduce the issue? If so, please let us know.
Best regards,
YigitHey,
I went to Enfold theme options > General Styling > Logo Area and adjusted “Logo Area Font Color” and “Logo Area Secondary Font Color”.
Please review your website.
Cheers!
YigitHi,
Glad you figured it out. Let us know if you have any other questions and enjoy the rest of your day.
Best regards,
YigitHey,
Increasing upload_max_size, post_max_size and max_execution_time values should help. Please refer to this post: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/
Regards,
YigitFebruary 14, 2023 at 3:42 pm in reply to: Lightbox swipe feature request & Gallery navigation #1397940Hey @guenni007,
hey Yigit – does your code snippet load both files at the same time ( twice so to say ) – shouldn’t it load conditionally – as in funcitions.php to look if
avia_minify_extension( ‘js’ ) is set?True. Thanks for the heads up. I updated the code I posted.
Why i ask: i do want to change two scripts : sticky header and now lightbox . But on both there is only one $condition ( as in functions.php too )
Can you please provide more details? Not sure if I understood clearly.
Regards,
YigitHi,
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
You are welcome, Jelle.
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
I installed and activated the Envato Market plugin and inserted your Personal Token.
If you are ready to update the theme, please go to Envato Market > Themes and update the theme.
Best regards,
YigitFebruary 14, 2023 at 2:35 pm in reply to: Media Library list view breaks when Imagify plugin activated #1397924Hey PCLSIT,
I tried to reproduce the issue on my local installation but it looked fine on my end. That might be because I didn’t setup an account.
Please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.1 and then go to Enfold theme options > Advanced Styling and edit “Cookie Consent Link and Info Button”.
If you would like to use custom CSS instead, please add following code to Quick CSS
#top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn { color: #b45d15; background-color: orange; border-color: green; }
Best regards,
YigitHi,
❤
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitFebruary 14, 2023 at 2:23 pm in reply to: Lightbox swipe feature request & Gallery navigation #1397921Hi Alwin,
– Am I supposed to replace the complete code content of these 2 files with the code as on the github links?
Yes.
– Is this a method supported by the Enfold developers?
Certainly! Günter is the lead developer :)
– How do I do this in a Child Theme?
Please add the following code to functions.php file of your child theme
function ava_change_wp_enqueue_scripts_mod() { $vn = avia_get_theme_version(); $options = avia_get_option(); $min_js = avia_minify_extension( 'js' ); wp_deregister_script( 'avia-lightbox-activation' ); wp_enqueue_script( 'avia-child-lightbox-activation', get_stylesheet_directory_uri() . "/js/avia-snippet-lightbox{$min_js}.js", array('jquery')); } add_action( 'wp_enqueue_scripts', 'ava_change_wp_enqueue_scripts_mod', 100 );
and place the two files inside /js/ folder in your child theme
Regards,
Yigit-
This reply was modified 2 years, 4 months ago by
Yigit.
Hi,
You have following code in /enfold-child/dist/style.css file
#footer-page .footer-top .container .content .entry-content-wrapper .icon-row { padding: 0; display: flex; justify-content: center; background: rgba(0, 0, 0, 0.1); margin-top: 100px; }
I commented top margin value as following
#footer-page .footer-top .container .content .entry-content-wrapper .icon-row { padding: 0; display: flex; justify-content: center; background: rgba(0, 0, 0, 0.1); /* margin-top: 100px; */ }
I attached a screenshot in private content field to show how it looks on my end after the changes.
Please review your website :)
Best regards,
YigitHey,
Please contact your hosting provider and ask them to increase PHP memory limit to 256M. That should fix the issue.
Best regards,
YigitHi,
Please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHey,
I uploaded the Spotify icon in Enfold theme options > Import/Export, updated your code in the functions.php file, and then added the following code to Enfold theme options > General Styling > Quick CSS field.
#top #wrap_all .av-social-link-spotify:hover a, #top #wrap_all .av-social-link-spotify a:hover { background-color: #16D860; }
Please review your website.
Cheers!
YigitFebruary 14, 2023 at 12:25 pm in reply to: Enfold WordPress Theme by Kries Link from footer #1397904Hi,
I added [nolink] to the copyright field. Please review your website.
Cheers!
YigitHi,
Please refer to this post: https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
If you need assistance, please let us know.
Cheers!
YigitFebruary 14, 2023 at 11:35 am in reply to: Enfold WordPress Theme by Kries Link from footer #1397893Hi,
Please refer to this post: https://kriesi.at/documentation/enfold/footer/#copyrights-info
Cheers!
YigitHi,
It seems like you are still using Enfold 4.6.2. Have you received the update in WP dashboard and tried updating the theme?
Regards,
YigitFebruary 14, 2023 at 10:52 am in reply to: Enfold This theme failed to load properly and was paused within the admin backend. #1397878 -
This reply was modified 2 years, 4 months ago by
-
AuthorPosts