-
AuthorPosts
-
January 31, 2022 at 10:12 pm #1338092
It appears that since the update, styling on specific elements on a page/post is being overridden by the advanced styling set in the customizations. I’ve linked to a screenshot. The H3 in this specific element should be white as dictated in the element’s styling, not #898989 as dictated by the global theme settings.
February 1, 2022 at 5:49 am #1338137Hey mgyura,
Thank you for the inquiry.
Where can we see the issue? Please post the page URL in the private field so that we can check the elements. For the meantime, try to disable the Enfold > Performance > File Compression settings and add this code in the functions.php file to temporarily disable the postcss feature.
/** * Filter to skip css file generation. * You can add logic to skip for certain pages/posts only. * * @since 4.8.6.1 * @param boolean $create * @return boolean true | false or anything else to skip generation of css file */ function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
We will check this thread again afterwards.
Best regards,
IsmaelFebruary 1, 2022 at 4:59 pm #1338274We had to revert back to the last Enfold update due to several issues with the new version. The public page that this was occurring is now working since the reversion. For the other page that I could send you, you have to have a user account to see, which doesn’t help you at all. If you have credentials, I can add you as a user and send you that link.
File compression settings are already disabled.
Why would we want to disable post CSS? My apologies, but I’m not comfortable doing this on a live site. The client is already upset by all of the things that happened to their site with the last update.
February 1, 2022 at 9:07 pm #1338311Correction – a colleague completely changed the element to make the font white – it wasn’t the reversion that fixed it. Again, I’m sorry we don’t have a live page to show you, but the client wanted these fixed ASAP so we had to band-aid them. If I need to create a password-protected page that duplicates the issue, please let me know.
February 1, 2022 at 10:28 pm #1338319hm – I can not confirm this -.
Click on the image to enlarge – left side shows the Enfold Options setting, which sets h1 headings to 40px by default – right side shows the DOM with the styles, the set alb properties are applied with 36px.
PS : even the advanced Styling options for h1 will be overwritten by the alb setted styles.February 1, 2022 at 11:28 pm #1338327I agree that’s how it should be. Maybe this is an issue specific to the Fullwidth Easy Slider?
We’ve recreated the issue on a password protected page. Details in private note. The .avia-caption-title should be white, as set in the element’s settings and not gray, as set in the advanced styling.
February 2, 2022 at 4:48 am #1338349Hi,
Thanks for the update. Could you try to replace this file: /enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php with the content in private please? We can do it for you if share WordPress and FTP login details in private. Also please verify that you have backups of your site.
Best regards,
RikardFebruary 2, 2022 at 9:57 pm #1338538It did not help.
Justin
February 3, 2022 at 5:47 am #1338610Hi,
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.
Best regards,
RikardFebruary 3, 2022 at 5:12 pm #1338743Added.
February 4, 2022 at 4:41 am #1338807Hi,
Thanks for that. I wanted to try out a fix, but Appearance->Theme Editor is deactivated on your installation. If you want to try to add it yourself, then please replace /enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php with this file: https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9/alb/class-avia-slideshow.php. We can do it for you if you share FTP login details as well, and verify that you have backups of the site.
Best regards,
RikardFebruary 7, 2022 at 9:20 pm #1339456Uploaded, cleared server cache and DNS cache and attempted in a private browser – still no change.
February 8, 2022 at 5:43 am #1339507Hi,
Thanks for the update. Could you try updating the theme to the latest version (4.8.9.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardFebruary 10, 2022 at 3:28 am #1339880We believe updating is what caused the issue to begin with (we did not have this issue prior to the update), and we’re not ready to update again at this time because there’s another outstanding issue with galleries being duplicated with the update – separate topic.
February 10, 2022 at 1:37 pm #1339969Hi,
Thanks for the update. Do you want to roll back to the version you were using before then? If so, then let us know which version you were using, and share FTP login details in private as well. Also verify that you have backups of your site.
Best regards,
RikardFebruary 16, 2022 at 8:05 pm #1340967We did roll back, but it did not help this issue. We think that updating changed the database with the styling and reverting back did not update the database. We have confirmed this issue on another site as well, on a Fullwidth Easy Slider. The theme settings are overriding the title font color settings in the slider. I’m having to add custom CSS.
We are currently running 4.8.9. We are not comfortable giving you FTP login credentials on a multisite network, our apologies!
February 16, 2022 at 8:09 pm #1340970Note that it looks fine in the preview under Appearance –> Customize, it’s just the live, front-end being affected. I’m adding links to screenshots to show you the difference.
February 20, 2022 at 11:02 am #1341460Hi,
Thanks for the update. It’s working as it should on the test page in private, I’m not sure where your latest screenshots are coming from though? Please link directly to where we can see the actual problem.
Best regards,
RikardFebruary 21, 2022 at 7:55 pm #1341717Updating both WP core and Enfold to the newest versions seems to have resolved the issue.
February 22, 2022 at 9:33 am #1341760 -
AuthorPosts
- You must be logged in to reply to this topic.