Forum Replies Created
-
AuthorPosts
-
Hey,
Please refer to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, add a widget area to your header and add Search widget inside it.
Best regards,
YigitFebruary 17, 2023 at 3:53 pm in reply to: Header (logo and burger menu) show on scroll up MOBILE #1398361Hey Santiago,
Out of the box, this is not possible. Mike has recommended a solution to another user here: https://kriesi.at/support/topic/make-menu-reappear-on-mobile-when-scrolling-up/#post-1341497 but I have not tested it. Please feel free to check if it works for you.
Best regards,
YigitFebruary 17, 2023 at 3:00 pm in reply to: Media Library list view breaks when Imagify plugin activated #1398355Hi,
That is because Enfold adds the “ID”, ” File Size” and “Dimension w * h in px” columns in media library.
Please add the following code to bottom of functions.php file of your child theme to remove them
remove_filter( 'manage_media_columns', array( 'avia_media_gallery', 'add_columns' ), 10, 1 );Best regards,
YigitFebruary 17, 2023 at 2:36 pm in reply to: custum icon magnifying glass at image overlay lightbox looks compressed #1398349Hi Anne,
Glad you figured it out and thanks for sharing your solution.
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Out of the box that is not possible.
As a workaround, please edit your Hotspot element and give it a custom CSS class (“custom-hotspot” in example below) in Advanced > Developer Settings, add following code to bottom of Quick CSS field in Enfold theme options > General Styling and adjust it as needed
#top .custom-hotspot .av-image-hotspot a { color: transparent; background-color: transparent; } #top .custom-hotspot .av-image-hotspot-1 a::after { color: #000; content: 'STILLS'; font-size: 40px; } #top .custom-hotspot .av-image-hotspot-2 a::after { color: #000; content: 'ABOUT'; font-size: 40px; } #top .custom-hotspot .av-image-hotspot-pulse { display: none; }Best regards,
YigitHey,
Navigation arrows on the Horizontal Gallery element change the active image. Since you have no effect on “Active Image Style”, it is not visible.
Please edit your element, go to Styling > Active Image Style and choose “Enlarge image” option.
Best regards,
YigitFebruary 17, 2023 at 1:53 pm in reply to: i have a issue with a content slider who is doesn’t slide… #1398344Hi,
The “av-visible-prev” and “av-visible-next” classes are missing on the element on your installation, which is why navigation arrows do not show up. I copied your shortcode to my local installation and both auto rotation and arrows work on my end.
Please post temporary FTP logins here privately as well. Can we update Enfold to 5.4.1?
Best regards,
YigitHi,
Please go to Appearance > Menus, click on your menu item, and insert your image using HTML in the Navigation Label field: https://i.imgur.com/C5ly93W.png
Regards,
YigitHey,
It looks like there is a plugin conflict. Please create a staging copy of your site and deactivate all active plugins and check if that helps.
If it doesn’t, please create temporary admin logins to your staging site so we can inspect the issue.
Best regards,
YigitHi,
I edited your Grid Row element and removed the padding from cell on small screen sizes: https://i.imgur.com/b2Jghdw.png
Then, I edited your Column element and added 20px padding on mobile. If you have more pages with the same spacing issue, please adjust the padding sizes on mobile.
Please review your website.
Best regards,
YigitHi,
You can upload the flag in Media Library and then use HTML IMG tag in navigation label to display it: https://www.w3schools.com/tags/tag_img.asp
Best regards,
YigitHi Diana,
Glad Ismael could help. Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for sharing your solution!
For future readers, we also have a code snippet here: https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
I added the code in this thread: https://kriesi.at/support/topic/wordpress-6-1-css-fixes/ to the bottom of Enfold theme options > General Styling > Quick CSS field.
Please review your website.
Regards,
YigitHey 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,
Yigit -
AuthorPosts
