Forum Replies Created
-
AuthorPosts
-
Hi peterolle,
Can you setup a staging site? so I can check on it further.
Just post the credential in private content.Best regards,
NikkoHi radis92,
Can you tell us what Blog Styling and Blog Layout you are currently using? you can find this in Enfold > Blog Layout.
Best regards,
NikkoHi iainski,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Bruce,
The in-page anchor links are case sensitive, since you are using the id about, instead of using #About as a link, please use #about.
Hope this helps.Best regards,
NikkoJanuary 20, 2023 at 4:31 am in reply to: Text size issue next to radio buttons in Forminator form. #1394474Hi Christopher,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .forminator-radio-label { font-size: 17px; }
Best regards,
NikkoJanuary 20, 2023 at 4:25 am in reply to: I have used enfold for years, just bought support, SUPPORT NOT WORKING #1394473Hi Cody,
Thanks for contacting us!
Can you give us the purchase code as well as the email you used to register? so we can try to check on our database.
Just put these things in private content.Best regards,
NikkoHi sarthakchoudhary,
Please replace the code I gave you with this one:
.full-width-section .container { width: 100%; max-width: 100% !important; padding-left: 0; padding-right: 0; }
Best regards,
NikkoHi Reinhard,
To update the theme, a child theme isn’t required. It is only suggested when you want to extend the functionality of the Enfold theme or make some tweaks in the theme files and don’t want to lose it when the theme updates (any changes done on the Enfold theme files will be lost during a theme update).
As for font problems, can you try to disable CSS File Merging And Compression in Enfold > Performance as it may just be some caching issue.Best regards,
NikkoHi sarthakchoudhary,
Please try to add a Custom CSS Class to the Color Section, name it full-width-section and then add this CSS code in Enfold > General Styling > Quick CSS:
.full-width-section .container { max-width: 100%; padding-left: 0; padding-right: 0; }
Hope this helps.
Best regards,
NikkoHi NCATIT,
Each tab counter has a unique class name which you can use, try to use the following code (with comments)
/* All tab icons */ #top .tabcontainer .tab_icon { color: blue; } /* 2nd tab icon */ #top .tabcontainer .tab_counter_1 .tab_icon { color: yellow; } /* 3rd tab icon */ #top .tabcontainer .tab_counter_2 .tab_icon { color: red; }
.tab_counter_3 would be the 4th tab counter and so on.
I hope this helps.Best regards,
NikkoHi peterolle,
Will this affect everything or just Sensei? (There are pages, blog post, etc…)
Yes, it affects pages and blogposts, everything that uses entry_without_sidebar image size.In order for this to only affect Sensei Course page, then you will need to do the following (remove the previous code I gave):
1. Use a child theme.
2. In the child theme’s functions.php code add:$avia_config['imgSize']['course']= array('width'=>600, 'height'=>600 );
3. Add a new file and name it single-course.php then paste this code https://pastebin.com/RxinjScd
4. Create a new folder and call it includes
5. Inside the includes folder, create a file called loop-course.php and paste this code https://pastebin.com/EGjciWeXIf you need it for Lessons in Sensei, just duplicate single-course.php and rename it to single-lesson.php
Which plugin you recommend to regenerate images?
I use this one: https://wordpress.org/plugins/simple-image-sizes/ since you can choose which image sizes you can regenerate, but if you are following the 5 steps I mentioned then it is not necessary.Best regards,
NikkoJanuary 19, 2023 at 4:45 am in reply to: Preview changes is perfect compared to the real Live webpage #1394020Hi Eric,
I have posted a screenshot link in private content how it looks on my end, I compared both preview and not-logged version yesterday and I don’t really see any difference even when I inspected the width, paddings and margins, I think it may just be due to cache as what you have mentioned.
Best regards,
NikkoHi vantagepointmg,
The errors are completely fine to ignore according to a Mozilla Staff: https://www.reddit.com/r/firefox/comments/fpptyj/firefox_content_security_policy_console_output/
Can you give us temporary admin access? and also give us the steps to reproduce the issue and we’ll try to test it on our end and see if the same issue shows up and maybe try to find anything that can help fix the problem.
Just post the credentials in private content.Best regards,
NikkoJanuary 19, 2023 at 4:25 am in reply to: Icons not displaying properly after 5.3.1.1 Update #1394016Hi ihf-eramstad,
I tried to check the database using better search & replace plugin for wpenginepowered.com however none is found.
Code for fixing CORS does not work including a third-party plugin for enabling CORS.
The problem is, your site is using https://subdomain.wpengine.com however fonts are loaded in https://subdomain.wpenginepowered.com
I think the possible fix/options in the WordPress Dashboard as well as FTP has been triedand I think the next step would be asking help from WPEngine support for the said issue.Try backing up your site first and try to use the last version of Enfold you used or the last backup of your site.
If it produces the same result, the next step would be asking help from WPEngine support for the said issue.Best regards,
NikkoJanuary 18, 2023 at 5:45 am in reply to: Preview changes is perfect compared to the real Live webpage #1393850Hi Eric,
Thanks for giving us admin access.
I have checked some pages including the homepage and compared the preview page however it looks the same on my end.
Is it only on specific pages?Best regards,
NikkoHi Tobias,
Did the issue get fixed when you tried to temporarily disable the User Role Editor plugin?
As for why it doesn’t work even though it’s popular, it’s because there are too many plugins so we can’t really test on each one but we test it on major ones such as woocommerce, yoast seo, events calendar, rankmath, etc. and each one has its own development and implementation which may cause conflict with our theme or other plugins.Best regards,
NikkoHi Debra,
Thanks for giving us admin access.
The issue is caused by Check & Log Email plugin, after disabling it, space was working properly.
Please review your site.Best regards,
NikkoHi janmalone,
I have checked the debug.log file and it is pointing to Out of memory error (sample error in private content).
I tried to check the memory limit in Tools > Site Health and it seems to be large enough 256MB, it seems to be some memory leak on the server, please ask for assistance from your hosting provider.Best regards,
NikkoHi peterolle,
Please try to add this PHP code at the bottom of your child theme’s functions.php code:
function enfold_customization_modify_thumb_size( $size ) { $size['entry_without_sidebar'] = array('width'=>1210, 'height'=>600); return $size; } add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
Then use an image regeneration plugin to regenerate images or manually re-upload the featured images.
Let us know if this helps.Best regards,
NikkoHi Tobias,
Can you try to temporarily disable User Role Editor plugin? and see if this fixes the issue.
If it does, try to change some of the settings and see if that helps.Best regards,
NikkoHi Steve,
We’ll leave this thread open then, just post back here once the header design is finalised.
Best regards,
NikkoJanuary 18, 2023 at 3:59 am in reply to: Preview changes is perfect compared to the real Live webpage #1393840Hi Eric,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Ericbkr,
We’re glad to hear that :)
We will be closing this thread then.Best regards,
NikkoHi djohnson0726,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Debra,
I’ve inspected the page and there was no space.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi vantagepointmg,
Can you try to check the web console? and see if errors are appearing in there.
Do you have browser extensions installed in firefox? try to disable them if there are.Best regards,
NikkoHi jeel147,
The colors from the table are fetched from Enfold > General Styling > Main Content’s Main Content font color and Main Content secondary font color
You can change them however it will also affect other elements, to make sure it only affects the table, I have added the CSS code below to Enfold > General Styling > Quick CSS:.main_color tr { color: black; } .main_color tr:nth-child(even) { color: gray; }
Please review your site.
Best regards,
NikkoHi jeel147,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 18, 2023 at 2:49 am in reply to: Icons not displaying properly after 5.3.1.1 Update #1393828Hi ihf-eramstad,
It might be due to some policy changes within the hosting provider.
Try to disable CDN on your site and see if this removes the issue, please go to the WordPress Dashboad, then go to WP Engine > Caching > click Disable CDN link which will redirect you to the WP Engine login link, I believe once you logged in, you will see an option to disable CDN.Best regards,
NikkoHi Mike,
Yes and you will be able to update the theme to the latest version since APIs don’t work anymore for theme updates.
Best regards,
Nikko -
AuthorPosts