Forum Replies Created
-
AuthorPosts
-
Hi updcreative,
Thanks for giving us both admin and FTP access.
The first one’s header.php does not seem to have any modification so I just remove header.php so the parent theme’s (Enfold) header.php file should be used instead and I have adjusted the footer.php file and it seems to work properly.For the second site’s case, I have modified both header.php and footer.php file (the original is changed to header_backup.php and footer_backup.php) however it does not seem to make any changes, I have added an additional class name flex_column_custom for the footer columns so I could verify if it changes (after clearing cache with WP Rocket) however it does not seem to change, is there a built-in caching on the server?
Best regards,
NikkoHi caw67,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ipointtech,
Thanks for posting all those information, Enfold is compatible with Woocommerce, however, the version of your parent theme is still 4.7.6.4 which is released last October 5th 2020, so that version may not be compatible with the latest version of Woocommerce. Please backup your site first and update Enfold to 4.9.2.
Best regards,
NikkoHi sitadi,
I tried to login with the credentials you gave however it does not work, please check.
Best regards,
NikkoHi decode,
Please backup your site first and update to the latest version of Enfold (4.9.2) which should contain a fix for the masonry bug.
The issue is actually fixed on version 4.9.1, you can refer to our changelog: https://kriesi.at/documentation/enfold/changelog/Best regards,
NikkoHi FamalcoGroup,
Can we request a link to the page where the layerslider is showing? so we can inspect it.
Best regards,
NikkoHi FamalcoGroup,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Enfoldfanatic,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-menu-fx { border-top: 2px dotted #ef7b00; background-color: transparent; height: 0; }
Best regards,
NikkoHi printmateaustralia,
Looking at your screenshots, it seems you have replaced the content of style.css of your parent theme (Enfold) which would cause issues, there’s a condition posted above the instruction of what you must do and one of the instructions is to use a child theme: https://kriesi.at/documentation/enfold/header/#text-3 if you look at the screenshots in the documentation you’ll see that the selected theme is Enfold Child.
Please re-install the Enfold theme again, so style.css will be fixed.
Download the child theme here: https://kriesi.at/documentation/enfold/child-theme/ then follow the instructions written in the documentation.
Once that is done, proceed to the instructions written in https://kriesi.at/documentation/enfold/header/#toggle-id-3 and that should resolve the issue.Best regards,
NikkoHi zizibe1,
We’re glad to hear that :)
As for SVG, you will still need to use a plugin to have SVG support since WordPress does not natively enable it.
Thanks again for using Enfold and have a great day!Best regards,
NikkoMarch 30, 2022 at 3:54 am in reply to: WooCommerce Select Options/Add to Cart button insanity #1346494Hi Jason E,
You’re welcome :)
We’re glad that we could help.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi GB,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 29, 2022 at 5:19 pm in reply to: After update to 4.9.2, the site header and footer break. #1346458Hi ryhan,
I have checked your header.php and footer.php files again and it seems the issue is because the content of footer.php is similar to header.php, I renamed it to footer_copy.php so the parent theme’s footer.php will be used instead, I have modified header.php.
Please review your site.Best regards,
NikkoHi cadpros,
Thanks for giving us login credentials, we have fixed the errors that are causing the issues.
Please review your site.Best regards,
NikkoMarch 29, 2022 at 4:47 pm in reply to: After update to 4.9.2, the site header and footer break. #1346455Hi ryhan,
Thanks for providing us with the login credentials.
It seems your footer.php and header.php files have a lot of customizations.
I would suggest doing the following things (backup your current child theme first):
1. Copy header.php and footer.php file from your parent theme.
2. Add the customizations you made for those two files.
And that should fix the issue you have.Best regards,
NikkoHi @guenni007,
It’s a wordpress filter however I have to correct the code for setting the default image size:
update_option( 'image_default_size', 'full' );
Cheers!
NikkoHi Sabine,
We’re glad that we could help :)
Thanks as well for using Enfold and have a great day!Best regards,
NikkoMarch 29, 2022 at 6:22 am in reply to: Social Buttons Share Module NOT Working for LinkedIn #1346387Hi LesleyJean,
We’re happy to hear that it’s working properly now.
Just let us know if you still need further assistance on this topic or if we can close the thread.Best regards,
NikkoHi Sabine,
Thanks for giving us admin access.
I have added this CSS code in Quick CSS:#top #header .av-logo-container { display: none; } #top #header #header_main_alternate li a { top: 0; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 45px !important; }
Please review your site.
Best regards,
NikkoHi cadpros,
I tried to login to your site using the credentials you gave however it doesn’t seem to work, please check.
Also please provide the FTP details so we can try to inspect the files, view errors properly and try to fix it.
Just post the credentials in private content.Best regards,
NikkoHi mattb1169,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi siljerang,
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi gb,
We’re happy to hear that!
If you have a child theme enabled, try adding this code in functions.php, so the default selected image size is always the original size and not the medium (cropped) size.
`function select_default_image_size () {
return ‘full’;
}add_filter( ‘pre_option_image_default_size’, ‘select_default_image_size’ );`
Use this code instead:
update_option( 'image_default_size', 'full' );
Hope this helps.Best regards,
Nikko-
This reply was modified 3 years, 4 months ago by
Nikko.
Hi madakumbu,
We’ll be closing the thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 29, 2022 at 6:01 am in reply to: After update to 4.9.2, the site header and footer break. #1346374Hi ryhan,
Can you provide us with admin login details and FTP details? so we can try to inspect and fix it.
Just post the credentials in private content.Best regards,
NikkoHi kthompson,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 29, 2022 at 5:59 am in reply to: WooCommerce Select Options/Add to Cart button insanity #1346371Hey Jason,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia_cart_buttons { opacity: 1; }
Best regards,
NikkoHi BrendaSarg,
Thanks for giving us admin access.
I have removed the one thumbnail that is duplicate in the gallery, please review your site.Best regards,
NikkoHi madakumbu,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi CPM_usa,
I have checked your site and I don’t see any errors in the header or footer area.
Can you show us a screenshot of it?
Can you try to open in Chrome using incognito mode? or try to clear the browser cache? as it may just be caching issues.Best regards,
Nikko -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts