Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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.

    #1338137

    Hey 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,
    Ismael

    #1338274

    We 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.

    #1338311

    Correction – 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.

    #1338319

    hm – 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.

    #1338327

    I 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.

    #1338349

    Hi,

    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,
    Rikard

    #1338538

    It did not help.

    Justin

    #1338610

    Hi,

    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,
    Rikard

    #1338743

    Added.

    #1338807

    Hi,

    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,
    Rikard

    #1339456

    Uploaded, cleared server cache and DNS cache and attempted in a private browser – still no change.

    #1339507

    Hi,

    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,
    Rikard

    #1339880

    We 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.

    #1339969

    Hi,

    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,
    Rikard

    #1340967

    We 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!

    #1340970

    Note 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.

    #1341460

    Hi,

    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,
    Rikard

    #1341717

    Updating both WP core and Enfold to the newest versions seems to have resolved the issue.

    #1341760

    Hi,

    Great, I’m glad to hear that it’s working with the latest version. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.