Forum Replies Created
-
AuthorPosts
-
Hi,
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 1 year, 9 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. #1397878Hey Tim,
We already have a very similar request in our list. I added your request there as well with a link to this thread. As always, we will let you know when there’s an update :)
Best regards,
YigitFebruary 14, 2023 at 10:42 am in reply to: Lightbox swipe feature request & Gallery navigation #1397876Hi Tim,
I have posted your requests on our GitHub and added a link to this thread as a reference. We will let you know when there’s an update :)
Cheers!
YigitFebruary 14, 2023 at 10:35 am in reply to: No more white space/large caps in Masonry Gallery? #1397874Hey,
Great!
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi Matt,
Please try wrapping your text in Mark tags and using the code as follows
#top .av-special-heading-tag mark { background-image: linear-gradient(transparent 0%, transparent 65%, yellow 65%, yellow 90%, transparent 90%, transparent); display: inline; }
Best regards,
YigitFebruary 14, 2023 at 10:33 am in reply to: No more white space/large caps in Masonry Gallery? #1397871Hi,
Yes, you can remove the CSS code you added as a temporary fix if you updated Enfold to version 5.4.1.
Best regards,
YigitHey,
Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new Personal Token.
If inserting your Personal Token in Enfold theme options doesn’t work, please try using Envato Market plugin: https://www.envato.com/lp/market-plugin/
Regards,
YigitHey Imdad Ali,
Please refer to the screenshot below to find your purchase code
If you have any questions or issues, you can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
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,
YigitHey Martin,
Please login on ThemeForest with the account you used when purchasing Enfold, go to Downloads page and follow these instructions:
Best regards,
Yigit -
AuthorPosts