Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
I checked your website on my iphone but the section you mentioned shows up on my end. I attached a screenshot in private content field below.
Have you figured it out already? :)
Best regards,
YigitHey Verena,
Thanks for contacting us!
Please go to Enfold theme options > Header > Transparency Options and update transparent header – https://imgur.com/a/R7f7AnW :)
Best regards,
YigitHi Dirk,
I am sorry for my late reply!
Could you please post a link where we can see the issue? I checked your posts on your blog page however could not see related section in any of them.
We may need temporary WP admin logins to look into it so please share them privately as well :)
Best regards,
YigitSveiki @envatoovis :)
Can you please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and share a link of your website so we can provide you an accurate solution? :)
Regards,
YigitHi Seb,
Thanks for contacting us!
Please edit your page and choose “Blank” page template which has no footer and header – https://imgur.com/a/WebNsmX :)
Best regards,
YigitHi Marc,
You could display content in modal window (please click “Hosting Requirement” link here – https://kriesi.at/documentation/enfold/install-enfold-theme/ to see an example) however by default it works on linked elements. By using custom JS it could be triggered after some seconds without click etc. however if you would like to have more advanced features like that, I think it would be a lot better to use a plugin as they would give more options without needing to customize :)
Best regards,
YigitHi,
Glad Mike could help! :)
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,
Thanks for contacting us!
Enabling autoplay only when videos are muted is browsers’ policy. You can read more about it here – https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Regards,
YigitHey Keith,
Thanks for contacting us!
For more advanced features, we would recommend you to use contact form plugins such as Contact Form 7 – https://wordpress.org/plugins/contact-form-7/. You can use “[_remote_ip]” to get the IP – https://contactform7.com/special-mail-tags/ :)
Best regards,
YigitHi Matt,
Thanks for contacting us!
I checked your website on my iphone however I cannot reproduce the issues. I attached screenshots in private content field.
Have you figured it out already? :)If you have not, could you please elaborate?
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,
Thanks for contacting us!
Assets on your website do not load correctly on my end at the moment so I am not sure if that would help but could you consider using Fullwidth Sub Menu element which becomes sticky once it reaches the bottom of header? :)
Regards,
YigitHey Anne,
Thanks for contacting us!
Please edit your element and go to Advanced > Heading Tag and change it as needed – https://imgur.com/a/SsvCUZO :)
Cheers!
YigitHey,
Thanks for contacting us!
Please go to Appearance > Menus and make sure “Automatically add new top-level pages to this menu” option is unchecked.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Regards,
YigitHey,
Thanks for contacting us!
Please edit your Icon List element and give it a custom CSS class under Advanced > Developer Settings field (“my-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-class.avia-icon-list-container { text-align: center; }Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.js_active .home .avia-iframe-wrap { padding-bottom: 35%; }Best regards,
YigitMay 24, 2021 at 11:21 am in reply to: How to Display First Word as Post Title only on Homepage in Enfold #1301960Hi,
Glad Nikko could help! :)
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,
Thanks for contacting us!
Could you please try changing the code to following one
//-------------------------------------------------------------- // Remove Enfold Language Switcher //-------------------------------------------------------------- function avia_remove_main_menu_flags(){ global $avia_WPML; add_filter( 'wp_nav_menu_items', [ new avia_WPML, 'handler_append_lang_flags' ], 9999, 2 ); remove_filter( 'wp_nav_menu_items', [ 'avia_WPML', 'handler_append_lang_flags' ], 9998, 2 ); remove_filter( 'avf_fallback_menu_items', [ 'avia_WPML', 'handler_append_lang_flags' ], 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10 ); remove_action( 'ava_main_header_sidebar', 'avia_wpml_language_switch', 10 ); } add_action('init','avia_remove_main_menu_flags', 9999);Best regards,
YigitMay 24, 2021 at 10:54 am in reply to: Keyboard navigation for search – wrong order for button #1301955Hi,
You are welcome! :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi Alex,
I added following code to the bottom of Quick CSS field to change the font color to black
.home-icons { color: black; }Please review your website :)
Best regards,
YigitHi Alex,
I am afraid, out of the box that is not possible. However, could you please try using Tab Container element under Column Elements tab of Advanced Layout Builder? It would basically display tabs side by side above the content. Maybe it would work for you :)
Best regards,
YigitHi Alex,
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,
YigitMay 24, 2021 at 10:44 am in reply to: Keyboard navigation for search – wrong order for button #1301948Hi,
We have implemented the changes and they will be included in upcoming version. You can check out upcoming changes here – https://kriesi.at/support/topic/enfold-upcoming-fixes/ :)
Best regards,
YigitHi,
I enabled header widget once and chose to display it only on mobile and hid menu item by adding following code to bottom of Quick CSS field
#top #wrap_all #av-burger-menu-ul li.menu-item-8182 { display: none; } #header .widget { line-height: 10px; } @media only screen and (min-width: 1025px) { #header .widget { display: none; }} @media only screen and (max-width: 1025px) and (min-width: 768px) { #header .widget { left: 250px; }}Please review your website :)
Regards,
YigitHi,
Yes, that would work as well. You would need to insert it using HTML IMG tag into navigation label field – https://www.w3schools.com/tags/tag_img.asp :)
Best regards,
YigitHi Danielle,
Sorry, apparently I have forgot to paste the link :)
This is the one I was referring to – https://wordpress.org/plugins/simple-image-sizes/. After activating the plugin, you can go to Settings > Media, update image sizes and then click regenerate thumbnails button at the bottomBest regards,
YigitHi,
– I removed the code from Customizer (you can find it here as well – https://pastebin.com/j9Yj3wKM)
– Disabled header widget code in Functions.php file of your child theme
– Added a new menu item to your menu and chose to display it as button
– Went to Enfold theme options > Advanced Styling and adjusted button menu item colors
– Added following code to bottom of Quick CSS field#menu-item-61 .avia-menu-text { border-left: none; } #menu-item-8182 { right: 100px; } @media only screen and (max-width: 1200px) { #top #header .av-main-nav > li > a { font-size: 15px !important; }} @media only screen and (max-width: 1055px) { #menu-item-8182 { right: 30px; }}Please review your website :)
Best regards,
YigitHi,
Login credentials did not work for me. Could you please check them once again? :)
Best regards,
Yigit -
AuthorPosts
