Forum Replies Created
-
AuthorPosts
-
March 7, 2018 at 7:47 pm in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #923252March 7, 2018 at 7:39 pm in reply to: Child Theme on existing site – Transfer all style settings #923247
Hi,
I activated child theme and then saved Enfold child theme options to flush dynamic cache and that helped. Please review your website :)
Cheers!
YigitHey,
Have you modified enfold/header.php file or enfold/includes/helper-main-menu.php file on your child theme?
If you have, please apply the same changes on latest version of the theme and move it to your child theme.If you have not, please try re-updating the theme via FTP and overwrite all files –
kriesi.at/documentation/enfold/updating-your-theme-files/If you still have issues, please post WP admin logins here privately.
Best regards,
YigitMarch 7, 2018 at 7:18 pm in reply to: need previous version – latest version broke my site and resulted in a 505 page #923238Hi!
Alternatively, you can replace /wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0 so it would bring backward compatibility with older PHP versions.
Best regards,
YigitHi, Merhaba, Ola, Hallo! :)
Please go to Settings > Permalinks to adjust it as needed.
Cheers!
YigitHey!
My bad, i forgot to add media queries. Please use the code as following
@media only screen and (max-width: 767px) { .av_header_transparency .phone-info a { color: #808080; }}Regards,
YigitHey Greazy,
If your other sites might be affected, please replace wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0. That would bring backwards compatibility and you would not need to upgrade PHP version. It is always better to use updated versions and here is a good read with comparison – https://kinsta.com/blog/php-7-hhvm-benchmarks/.
Let us know how it goes! :)
Best regards,
YigitMarch 7, 2018 at 6:47 pm in reply to: Contact Form Change font color and add padding to the right #923197Hi,
I edited your page and then edited your column element on the left and chose to display equal height. Please review your website :)
Best regards,
YigitHi,
Thanks for contacting us!
We have not received such reports in a long time. Please also make sure that you are installing Enfold 4.2.6 and that that PHP version on your server is minimum 5.6.
Cheers!
YigitHi!
I updated Enfold to 4.2.6 on your installation. Please review your website :)
Cheers!
YigitHi,
Please see private content field below.
If you do not mind posting FTP and WP admin logins, we can update the theme for you.Cheers!
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-main-nav ul a { padding: 1px 15px; }Please do not forget to purge cache after adding custom CSS code :)
Best regards,
YigitHi Alan,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey,
Could you please contact plugin author as they should have more insight on what could be causing the issue. Maybe they have released an update to fix the issue or they will :)
Glad it is working fine now! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey,
You can use a plugin such as this one – https://wordpress.org/plugins/zen-menu-logic/ to display different menu per page.
You can use following code to change logo URL on certain pages
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }and following one to change logo on certain pages
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(9) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }Best regards,
YigitHi!
Yes, all other files are safe and when you replace header.php file in Enfold 4.2.6, your website should load fine on your current PHP version.
Also, here is a good read – https://kinsta.com/blog/php-7-hhvm-benchmarks/Regards,
YigitHi Martine,
Please refer to this post – https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
YigitHey,
Please upgrade PHP version to minimum 5.6 or replace /wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0
Cheers!
YigitMarch 7, 2018 at 5:07 pm in reply to: Can't transfer the settings/customization from parents theme to child theme #923136Hey!
@madmanbean I replied in your thread. I am closing this one since it is pretty old :) Let us continue on your own thread.Regards,
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av_header_transparency .phone-info a { color: #808080; }Also, could you please post WP admin logins here privately so we can look into the issue you posted here – https://kriesi.at/support/topic/cant-transfer-the-settingscustomization-from-parents-theme-to-child-theme/#post-923124?
Best regards,
YigitHey!
Please replace /wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0 via FTP
Best regards,
YigitHi Alan,
I have updated the theme to version 4.2.6 via FTP and replaced header.php file. Please review your website :)
Best regards,
YigitHi,
I am currently updating the theme however it is taking a little while. I will update you once it is done :)
Best regards,
YigitHey,
@insulander Glad it worked for you! :)We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitHi,
@robsiii Glad it worked for you! :)We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitHey,
You are welcome! We are always help :)
Let us know if you have any other questions or issues!Best regards,
YigitHey,
Please upgrade PHP version to minimum 5.6 or replace /wp-content/themes/enfold/header.php file with this one – https://www.dropbox.com/s/r389b5x4ippscyn/header.php?dl=0
Best regards,
Yigit -
AuthorPosts
