Forum Replies Created
-
AuthorPosts
-
Hi Rob,
Thanks for contacting us!
We are sorry for the inconvenience. Our devs already fixed the issue and it will be included in upcoming version.
If you would like to apply the fix on your installations, please go to Appearance > Editor and replace the content of /enfold/framework/php/class-style-generator.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9_1/framework/class-style-generator.php and then replace the content of /enfold/framework/php/font-management/class-avia-type-fonts.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9_1/framework/font-management/class-avia-type-fonts.php
Please make sure to save theme options after updating the files :)
Best regards,
YigitFebruary 10, 2022 at 1:37 pm in reply to: Uploaded fonts not applying correct after 4.8.9.1 #1339970Hey Daniel,
Thanks for contacting us!
We are sorry for the inconvenience. Our devs already fixed the issue and it will be included in upcoming version.
If you would like to apply the fix on your installations, please go to Appearance > Editor and replace the content of /enfold/framework/php/class-style-generator.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9_1/framework/class-style-generator.php and then replace the content of /enfold/framework/php/font-management/class-avia-type-fonts.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9_1/framework/font-management/class-avia-type-fonts.php
Please make sure to save theme options after updating the files :)
Best regards,
YigitHey Su,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#socket .copyright { display: block; text-align: center; float: none; }
Best regards,
YigitHey Peter,
Thanks for contacting us!
Do you mean logo or header background image? You can upload your logo in Enfold theme options and header background image in Enfold theme options > General Styling > Logo Area > Background Image :)
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,
YigitHi,
I de-activated “Copy & Delete Posts” plugin and that helped. Please review your website :)
Best regards,
YigitHey,
We would need to reproduce the issue to find out what is causing it. I think it would be the best if you could create a duplicate installation for us to test where we can try de-activating plugins etc. and then provide us with temporary FTP and WP admin logins to that site. Otherwise, we are not making any progress unfortunately :)
Best regards,
YigitHey Mauro,
Thanks for contacting us!
Fix was already included however we have not sent out a newsletter. We will do so in case something similar happens in future :)
Regards,
YigitHi Ryan,
I edited your element and gave it “custom-social” ID in Advanced > Developer Settings and then added following cdoe to bottom of Quick CSS field in Enfold theme options > General Styling tab
/* Social widget */ #custom-social .avia-related-tooltip { display: none !important; } #custom-social .av-share-box ul li a { font-size: 18px; width: 35px; } #custom-social .av-share-box ul li { display: inline-block; } #top #custom-social .av-share-box ul { display: flex; } #custom-social .av-share-box ul li.av-social-link-pinterest { order: 4; } #custom-social .av-share-box ul li.av-social-link-linkedin { order: 3; }
Best regards,
YigitHi Jonas,
I could reproduce the issue and will report it to our devs. Thanks for reporting :)
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,
1- I added following code to bottom of Quick CSS field
.main_color a > strong { color: inherit; }
2- Please add following shortcode to top of your posts to display post meta data – https://pastebin.com/YRuhras6
Best regards,
YigitHi Jonas,
Thanks for contacting us!
Which font are you using? I tested it once again on my local installation but it works fine for me :)
Best regards,
YigitHi Ryan,
When not using a child theme, code should be added under following line in functions.php
if( isset( $avia_config['use_child_theme_functions_only'] ) ) { return; }
I moved it on your installation. Please review your website :)
Best regards,
YigitHey Stefan,
Thanks for contacting us!
Enfold is compatible with WordPress 5.9. There is an issue with gallery sorting which will be fixed in WordPress 5.9.1. You can find the workaround and more information on the issue in this thread – https://kriesi.at/support/topic/masonry-gallery-doesnt-let-me-sort-images/#post-1338688
Regards,
YigitHi Elle,
FTP logins still did not work for me unfortunately.
Which demo would you like to import? We can try in WordPress dashboard. It might work after the changes made by your hosting providers.
Regards,
YigitHi Elle,
FTP logins did not work for me. Could you please check them once again? :)
Best regards,
YigitHey,
It seems like you have added following code
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: always; } }
Could you please change it to following
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: block; } }
Regards,
YigitHi,
I disabled unique timestamps by referring to this post – https://kriesi.at/documentation/enfold/optimization/#troubleshoot. Could you please clear server cache and check if that helps?
Best regards,
YigitHi,
You can go to Appearance > Editor and find functions.php file there :)
Best regards,
YigitHi,
Please use the code as following
.responsive .page-id-30 #main .container { max-width: 990px; }
Best regards,
YigitFebruary 8, 2022 at 12:09 pm in reply to: Add Spacing between Column and Text Box within Column #1339579Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Paul,
Thanks for contacting us!
You can 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 Elle,
Thanks for contacting us!
You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Please post temporary FTP and WP admin logins and let us know which demo you would like to import so we can import it for you :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for your help @guenni007 and thanks for pointing out my mistake too. It would probably take some time for me to notice that :) I updated my post.
Best regards,
YigitHey,
Thanks for contacting us!
You have following code in style.css file of your child theme
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: none; } }
Please remove it :)
Best regards,
YigitHi Markus,
Sure, please see this post – https://kriesi.at/documentation/enfold/child-theme/. You can find all the information regarding child themes there :)
Best regards,
YigitHey,
Thanks for contacting us!
The issue also occurs when there are changes in header.php file. I checked your installation and it seems like you have modified header.php file on your child theme. Could you please try updating it?
If you would like us to update it for you, please post temporary FTP logins as well :)
Best regards,
YigitHi,
Thanks for contacting us!
The issue was fixed in the latest 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.9.1? :)
Best regards,
Yigit -
AuthorPosts