Tagged: CSS
-
AuthorPosts
-
July 15, 2022 at 5:35 pm #1358528
dear Kriesi Team
desperatly seeking a solution for my styling problem. could you help? I´m working on a customer site since 4 days and until yesterday everything went good. Today I´m having trouble with the css styles.
When I change on ENFOLD CHILD THEME OPTIONS for example the <p> tag – on the frontend nothing happens.
When I change on ENFOLD CHILD THEME OPTIONS for example the <main menu links> on the frontend nothing happens.
I´m getting only the default css styles (I guess)
please see screenshot how the page looked like
any ideas what to do? help appriciated
July 15, 2022 at 8:11 pm #1358543Hey Stanko,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please let us know which settings you are looking to change, and how.
Best regards,
RikardJuly 16, 2022 at 8:38 am #1358568This reply has been marked as private.July 16, 2022 at 3:45 pm #1358576Hi,
Thanks for the login to your site, on your /service-center/ page in your screenshot above I found that the wrong color showing (a bright blue) was the default browser user agent color, so no setting seemed to be applied from the Enfold Theme Options ▸ Advanced Styling
When I added the color and font size to your child theme stylesheet in your current.av-main-nav > li > a
rule:.av-main-nav > li > a { line-height: 35px!important; height: 35px!important; color: #00315c; font-size: 17px; }
it worked correctly, so this points to your child theme stylesheet working but not the theme Enfold Theme Options ▸ Advanced Styling
I see in your WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ Info ▸ Server both of your PHP memory limit & Max input time are negative values:
typically I would expect to see positive values:
So from your post above it sounds like everything was working fine until recently, so did you just update to PHP v8, if so it looks like the PHP setting are not the same for your previously PHP version, probably 7.4 and the new v8 on your server, try going back to v7.4 to test, and if that works try adjusting them to match.
If you didn’t change the PHP version since the error, then did you make any changes with the better search replace plugin and then noticed the error? This plugin is very powerful and can make serious unexpected changes, and has no fall back option.
If this is true, do you have a pre plugin server backup? You might need to use it to correct, I’m not sure.
If you don’t have a backup then you could add the css needed to correct your menu in your child theme stylesheet and not rely on the Enfold Theme Options ▸ Advanced Styling options.
I have not seen a case of the Advanced Styling not working and I don’t see any related errors?Best regards,
MikeJuly 18, 2022 at 8:13 am #1358636Dear Mike – thank you so much for your help.
Q: so did you just update to PHP v8?
A: after realizing the problems on the live site, I´ve changed from PHP 8 auf PHP 7.4 – no effect, so I changed this settings againQ: did you make any changes with the better search replace plugin
A: yes, after installing “better search replace” I´v noticed the problem with stylsheet, after saving some settings there was no effect on live siteQ: do you have a pre plugin server backup
A: unfortunatly not :-(Q: If you don’t have a backup then you could add the css needed to correct your menu in your child theme stylesheet
A: I tried and after changing my wp-config (to “define(‘WP_MEMORY_LIMIT’, ‘256M’);” at least the navigation is back but still “frozen” – I tried to change to font-size 16px – again no result on live pageQ: I have not seen a case of the Advanced Styling not working and I don’t see any related errors?
me either, and I´m working many years with enfold _ I will contact the hosting company but I´m still desparate about this
Thank you again for your helpJuly 18, 2022 at 7:57 pm #1358688Hi,
Thanks for your feedback, but to be clear, you did use the better search replace plugin to make changes?
Not just install the plugin, but to use it to search and replace something in the database?
Perhaps try creating a sub-domain test site and install a fresh WordPress and Enfold, the use the WordPress ▸ Settings ▸ Export on your current site and import it on the test site, then use Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File on your current site to import to the test site, and see if the new site then uses the Enfold Theme Options ▸ Advanced Styling options correctly.Best regards,
MikeJuly 18, 2022 at 8:01 pm #1358689dear Mike
no, I just installed the better search replace plugin without making changes (by running the function search & replace)
But thank you for the idea of a subdomain. I think that´s the last chance… trying it tomorrow
best regards
StankoJuly 19, 2022 at 12:38 pm #1358766good mornin Mike
Following you advice I´ve installed a brand new WP & Enfold site (see private content) – everything works well until now. I can do changes on Advanced Styling options…
but what does this means to my current problem site? I was working many days on the content and would like to use it.
And do you have an advice how I can change the transparent background on the submenu – I´ve tried everything with no effect on live siteJuly 19, 2022 at 8:34 pm #1358812Hi,
This is a strange situation, you say that the Advanced Styling options are working for you now, but when I check the menu item looks like the bright blue that I thought was an error, please see the screenshot in the Private Content area.
Did I misunderstand?Best regards,
MikeJuly 20, 2022 at 9:13 am #1358866Hi Mike
it´s true, that´s really strange. When I put some css stlyes in the customer css – some parts are working. Advanced Styling options are working on some parts, but not on all. The menu items still behave strange.
I was wondering if it might be a problem with file permissions on server settings:
I had /uploads/dynamic_avia/enfold_child.css on 604
this I changed to 644But at last: we can stop here now. because changes with customizer are working well
thanks for super supportJuly 20, 2022 at 5:53 pm #1358920Hi,
Thanks for the feedback, it would make sense that you experienced this issue with file permissions on /uploads/dynamic_avia/enfold_child.css set as 604, typically this would be 644 as you now have it. I’m glad to hear that the customizer is now working well and thanks for sharing your solution for future users.
We will close this as you said, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Enfold not loading styles – CSS Problems’ is closed to new replies.