Forum Replies Created
-
AuthorPosts
-
Hey,
Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)
Best regards,
YigitHi,
@Guenni007 Thanks for your input. That definitely makes more sense to adjust 2 screens instead of 3 :)Best regards,
YigitHi Tim,
You can use the code as following and replace page ID “734” with your homepage ID so it would be applied on all pages except for the page with 734 ID
add_action('ava_after_main_container','new_ava_after_main_container'); function new_ava_after_main_container(){ if ( ! is_page( 734 ) ) { $bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) ); echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>'; } }Best regards,
YigitHi Manuela,
Thanks for the update! We are happy that Mike and Guenni007 could help.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Raphaela,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .av-tab-section-outer-container .avia-slideshow-arrows a::before, .av-tab-section-outer-container .avia-slideshow-arrows a::after { background: rgba(255,200,112,0.7); color: red; }}255,200,112 is RGB value of the color and 0.7 is opacity level that you can set between 0-1.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHey Bob,
Thanks for contacting us!
It looks like you have inserted Personal Token instead of your Purchase code. Please refer to screenshot below to find your purchase code

You can register here – https://kriesi.at/support/register/ and then go to https://kriesi.at/support/forum/enfold#new-post to start new threads :)
Regards,
YigitHi Tim,
Thanks for contacting us!
Could you please post links and screenshots showing the changes you would like to make and then create temporary WP admin and FTP logins and post them here privately so we can look into it? :)
Best regards,
YigitHey,
Thanks for contacting us!
Please edit your column elements on that row and go to Advanced > Animation > Parallax Rules, then click on the last two icons for smaller screen sizes and set parallax to none – https://imgur.com/a/ubz21uH
Default (first icon) is set to 100% so other screen sizes it use it as well. Decreasing the value would also help :)
Best regards,
YigitHi Tim,
1- Please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/ and replace page IDs (59 and 89) to match your page IDs
add_action('ava_after_main_container','new_ava_after_main_container'); function new_ava_after_main_container(){ if ( is_page( [59,89] ) ) { $bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) ); echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>'; } }2- And add following code to functions.php file to change “You are here” text
add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1); function avia_change_pre_text_breadcrumb($args){ $args['before'] = '<span class="breadcrumb-title">' . __( 'Your custom text:', 'avia_framework' ) . '</span>'; return $args; }Best regards,
YigitAugust 30, 2022 at 4:51 pm in reply to: Trying to embed script using code block – it is not displaying #1363252Hey,
Thanks for contacting us!
It seems like you have turned off the footer so I could not inspect the issue. It is not working on my local installation either. Have you confirmed that the code is working as expected on default theme?
Best regards,
YigitAugust 30, 2022 at 4:47 pm in reply to: Want to create a megamenu with Max mega menu but not work #1363249Hey,
Thanks for contacting us!
Please try using Enfold’s own Mega Menu – https://kriesi.at/documentation/enfold/mega-menu/ :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHi,
Glad Rikard could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Nina,
Thanks for contacting us!
We are currently not accepting guest posts. Thanks for your interest though!
In case we accept them, we will contact you :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Ryan,
I went to Enfold theme options > Advanced Styling and edited “Menu Item Button”.
Please review your website :)
Cheers!
YigitHi,
Could you please try following as well
@media only screen and (max-width: 767px) { .avia-animate-admin-preview.av-rotateIn, .avia_transform .avia_start_delayed_animation.av-rotateIn, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { animation: none !important; -webkit-animation: none !important; } .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }If that does not work either, could you create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHi @guenni007,
Thanks for your suggestion!
We have uploaded iconsets on Icon page on our docs – https://kriesi.at/documentation/enfold/icon/#download-fontello-or-flaticon-icons-included-in-enfold-demos :)
Regards,
YigitHey Eleina,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .avia-animate-admin-preview.av-rotateIn, .avia_transform .avia_start_delayed_animation.av-rotateIn, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { animation: none !important; } .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon, .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }Cheers!
YigitAugust 26, 2022 at 2:49 pm in reply to: Compatibility with Events Calendar (position of related events) #1362886Hey,
Thanks for the information.
I was able to move meta section above related events on my local installation using hooks however it did not work on your installation either. There must be something I am missing. Could you please post FTP logins here privately as well?
Regards,
YigitHi Vincent,
Thanks for contacting us!
I added following code to Enfold theme options > General Styling > Quick CSS field to remove house icons from menu and title bar
#top #avia-menu .drts-fas, #top .title_container .drts-fas { display: none !important; }However, I am not really sure why menu is different on Directory, Listing and Location pages even though the menu items have the same ID. Have you tried contacting plugin authors to see if they had experienced such issue before and if so, have a solution or pointers? :)
Best regards,
YigitAugust 25, 2022 at 4:04 pm in reply to: Problems after installing demo, background-color missing #1362802Hi,
We are happy that Mike could help!
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 Medecho,
Thanks for contacting us!
I fixed a CSS error in style.css file of your child theme and chose to hide your Grid Row on larger screens (which was not checked previously) however neither helped.
I see that you have header.php file on your child theme. Could you please copy a fresh header.php file from your parent theme, re-apply the modifications you have made on the file and update it on your child them and check if that helps? :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions :)
Best regards,
YigitAugust 25, 2022 at 12:53 pm in reply to: Navigating to home page does not show transparent header. #1362779Hi,
Glad you figured it out and thanks for the update.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Tim,
I have updated the code to following one
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 66%; } }Please review your website :)
Best regards,
YigitAugust 25, 2022 at 11:56 am in reply to: Navigating to home page does not show transparent header. #1362766Hi,
I just tested your website on Firefox, Chrome, Safari and Opera however I cannot reproduce the issue. I attached a screen cast in private content field below.
Could you please make sure your browsers cache is clear?
Best regards,
YigitAugust 25, 2022 at 11:47 am in reply to: Social Icons after Main menu, same level, on "Centered logo with centered menu" #1362763Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-facebook a:focus { color: #fff; background-color: orange; }Best regards,
YigitHi,
We are glad Nikko and Rikard 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,
Yigit -
AuthorPosts
