Forum Replies Created
-
AuthorPosts
-
Hey,
You are currently using an older version of the theme.
Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.6.5 and check if that helps?
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Best regards,
YigitHi,
We would like to enable debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode. Could you please post FTP logins here privately as well? :)
Best regards,
YigitHey,
Yes, you should set your current menu as your main menu in Appearance > Menus.
That is because Ismael is using a child theme. If you are not using a child theme, it should say “Enfold Main Menu” :)
Best regards,
YigitHi,
Please try using this plugin – https://wordpress.org/plugins/custom-post-type-widgets/. I made a quick test and their widgets seems to work fine :)
Best regards,
YigitHi,
Could you please post FTP logins here privately as well? I tried to edit functions.php file in Appearance > Editor but saving did not work.
Best regards,
YigitHey Anne,
Thanks for contacting us!
On multi-site installations, each site using the theme would require a separate license.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top #header .widget_nav_menu ul { display: flex; justify-content: center; gap: 20px; } #top .widget_nav_menu { max-width: 1310px; margin: auto; } .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 209px; }Best regards,
YigitHey,
Thanks for contacting us!
Please go to Appearance > Menus, edit your menu item and choose to use it as mega menu – https://kriesi.at/documentation/enfold/mega-menu/ :)
Regards,
YigitHi Maartje,
Thanks for contacting us!
We sell Enfold exclusively on ThemeForest and due to our agreement, we are not allowed to sell/distribute it directly so I am afraid that is not possible.
Could you please try creating a new account or try using a different payment method? :)Regards,
YigitHey,
You can upload your screenshots on imgur.com and share the links here :)
Best regards,
YigitOctober 21, 2021 at 3:08 pm in reply to: SVG Logo disappeared since the new Enfold update (4.8.6.4) #1325894Hi,
You are welcome, fkm, we are always happy to help :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Both transparent and non-transparent logos had the same “st0” class. I edited your non-transparent header and changed all “st0” classes to “st3” and re-uploaded it.
Please review your website :)
Best regards,
YigitHi,
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,
YigitOctober 21, 2021 at 1:14 pm in reply to: SVG Logo disappeared since the new Enfold update (4.8.6.4) #1325860Hi,
If you would like to apply this to all links, you can simply use following code on all of your websites
#top a { -webkit-tap-highlight-color: rgba(0,0,0,0) !important; }You can try without !important as well but it would make sure that all A tagged elements are targeted :)
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, IdaB! 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 :)
Thanks! You too have a great day!
Best regards,
YigitOctober 20, 2021 at 4:38 pm in reply to: Enfold – debug error showing whne upgrade to php 7.4 #1325760Hey,
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,
YigitHi IdaB,
We will probably send out a newsletter so if you have not subscribed to our newsletter yet, please do so – https://kriesi.at/newsletter
Sale will be available on ThemeForest – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)Cheers!
YigitOctober 20, 2021 at 4:17 pm in reply to: Enfold – debug error showing whne upgrade to php 7.4 #1325756Hey John,
Thanks for contacting us!
Please contact your hosting provider and ask them to increase PHP memory limit to 256M and that should help :)
Regards,
YigitHey ODP,
Thanks for contacting us!
You are currently using an older version of the theme.
Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.6.5?
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Best regards,
YigitHi,
Please add following code to Quick CSS
#footer #custom_html-3 { float: right; } #footer #media_image-3 { float: left; }Best regards,
YigitHey,
You are welcome, Susanne! Let us know if you have any other questions and enjoy the rest of your day :)
Cheers!
YigitHey Simon,
Thanks for contacting us!
Could you please try adding the code under JS into the bottom of Functions.php file in Appearance > Editor
// Highlight one page nav function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('.av-submenu-container'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('li').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').parent('li').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');If that does not help, please create temporary admin logins, post them here privately and point out the page you are working on so we can look into it :)
Best regards,
YigitHey,
Titles are H3 tagged so they inherit theme styles but you can override them by adding following code to bottom of Quick CSS field in Enfold theme options > General Styling
#top #wrap_all .tribe-events h3.tribe-events-calendar-month__calendar-event-title { color: black; font-size: 16px; }Cheers!
YigitHi,
It seems like you have figured it out already? :)
If not, could you please post a screenshot and show the changes you are not able to make?
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
Yigit -
AuthorPosts
