Forum Replies Created
-
AuthorPosts
-
Hi,
You can find header.php file from version 4.8.6.4 here – https://pastebin.com/7bfw1Y7K
If you have noted the version of where you initially copied header.php file, please let us know so we can send you a copy from that version :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please try de-activating all active plugins and check if that helps? Featured image should be updated automatically as well.
Best regards,
YigitHey,
Thanks for contacting us!
Could you please add Color Section element to your page, set your image as background image and then insert your content into your Color Section element? :)
Best regards,
YigitHi George,
You are welcome!
Merry Christmas and Happy New Year! 🎄
Best regards,
YigitDecember 24, 2021 at 8:08 pm in reply to: Little bar above navigation is not shown on smartphone #1333973Hi Grobi,
Thanks for contacting us!
It seems like you have following custom CSS code
@media only screen and (max-width: 479px) { .html_stretched #wrap_all { margin-top: -20px !important; }}Please remove it and that should help :)
Merry Christmas and Happy New Year!
Best regards,
YigitHi,
It seems like Polylang does not have such feature. Could you please contact plugin authors to make sure?
Best regards,
YigitHi,
Glad Ismael 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 your holidays! :)
Best regards,
YigitHi Julian,
Thanks for the information!
I removed “mailto:” from link field and that helped. When email address is added, “mailto:” is added automatically.
Please review your website :)
Happy holidays!
Best regards,
YigitHi,
Merhabalar :)
Could you please post a link to your website as well? Please share FTP logins privately too.
Our forums are closed during holidays so I am leaving some links which may help
– https://kriesi.at/documentation/enfold/install-enfold-theme/
– https://kriesi.at/documentation/enfold/import-demos/Best regards,
YigitHi Rob,
Glad 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 :)
We wish you a Merry Christmas and Happy New Year! 🎄🎉
Best regards,
YigitHey Heinz,
Thanks for contacting us!
Please see why we had to implemented that policy – https://kriesi.at/support/topic/new-support-forum-policy-implemented-valid-tf-support-period-now-required/
Also please check private content field below :)
Best regards,
YigitDecember 24, 2021 at 6:38 pm in reply to: Header has a fine, vertical line (continuation from sidebar). #1333963Hi Bea,
We are happy 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 :)
We wish you a Merry Christmas and happy and healthy New Year! 🎄🎉
Best regards,
YigitHey Luigi,
Thanks a lot!
Along with @ezwebdesign, you have been top contributor in 2021 and we appreciate that. I am pretty sure all Italian speaking Enfold users do. Grazie!
We wish you a Merry Christmas and Happy New Year! 🎄🎉
Best regards,
YigitDecember 24, 2021 at 6:28 pm in reply to: Footer is not displayed – Enfold version: 4.8.8.1 #1333960Hi Holger,
Glad you figured it out and thanks for sharing your solution.
We wish you a Merry Christmas!🎄 Hope you have a great one with your family and loved ones :)
Best regards,
YigitHi John,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and make sure that you have enabled all required tokens.
If that does not help, please try testing with Envato Market plugin – https://www.envato.com/lp/market-plugin/ :)
Regards,
YigitHi Franz,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .logo .subtext { color: white; font-size: 20px; }If you would like to make further changes, please post a screenshot and show them. You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitHi,
Glad 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,
YigitDecember 22, 2021 at 11:18 am in reply to: How to switch the language of the site? Does it run automatically? #1333740Hey,
Thanks for contacting us!
You can set site language in Settings > General. Depending on the language you set, language files in Enfold will be used automatically.
If you would like to switch the language for your profile, you can go to Users > Profile > Language.
If you would like to edit Chinese translations in Enfold or in plugins you are using, you can install this plugin – https://wordpress.org/plugins/loco-translate/ :)
Regards,
YigitHi Luigi,
Thanks for your contribution! We have uploaded updated languages files on our GitHub :)
Best regards,
YigitHi @tinohannes,
Please go to Enfold theme options > Main Menu > Burger/Mobile Menu > Menu Overlay Style and choose “Sidebar Flyout Menu (Classic)” option :)
Best regards,
YigitHi George,
We have started working on the implementation. We will share updates here.
Best regards,
YigitHi Oriano,
Thanks for the update. We will keep the thread on hold. You can simply reply it to re-open it :)
Best regards,
YigitHi Oriano,
Would you like us to update the theme and then replace config.php file once again? If so, please confirm so we can go ahead and update it :)
Best regards,
YigitDecember 17, 2021 at 7:59 pm in reply to: Magazine Widget Incorrectly Displaying Authors after upgrade to 4.8.8 #1333294Hi @McBrugg,
Thanks for reporting back!
For future readers, we have released Enfold 4.8.8.1 which fixes this issue.
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your weekend :)
Best regards,
YigitHey Ramon,
You can go to https://kriesi.at/support/forum/enfold#new-post and insert your existing purchase code to validate it. If you have renewed support, it should work.
I checked header.php file and it seems like the only change is following
<!-- WPForms suggested this code to add autofocus (10-jul-20) --> <script> jQuery(document).ready(function(){ jQuery('#wpforms-8382-field_0').focus().css("border", "1px solid blue"); }); </script>If that is correct, you can add following code to bottom of Functions.php file of your child theme
//------------------------------- // WPForms script in head section //------------------------------- function custom_wpforms_script_name(){ ?> <!-- WPForms suggested this code to add autofocus (10-jul-20) --> <script> jQuery(document).ready(function(){ jQuery('#wpforms-8382-field_0').focus().css("border", "1px solid blue"); }); </script> <?php } add_action('wp_head', 'custom_wpforms_script_name');and then delete header.php file from your child theme via FTP.
Regards,
Yigit-
This reply was modified 4 years, 2 months ago by
Yigit.
Hi Peter,
I have already tried re-installing Enfold and WordPress but neither helped. I asked my teammates to check this thread.
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
input, select { font-size: 100%; }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,
Thanks for contacting us!
You can add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { $currentlang = get_bloginfo('language'); if($currentlang=="en-US") { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } if($currentlang=="de-DE"){ { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }If you need help, please post a link of your website and links of logos you would like to use so we can adjust the code for you.
Regards,
Yigit -
This reply was modified 4 years, 2 months ago by
-
AuthorPosts
