Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1415262

    I’m having problems with full screen slider caption font sizes. I changed it, but not effect.
    Also the icons I’m using are showing up wrong. Should be 80 px high.

    Maybe it’s got something to do with PHPversion? It is set to PHP 8.1.
    Please can you check what is going wrong?
    Thank you

    #1415308

    Hey spitsdesign,

    Thank you for the inquiry.

    You may need to temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the adjustments in the font sizes to take effect. Also, make sure to purge the cache before checking the page again.

    Best regards,
    Ismael

    #1415406

    The problem still occurs. Can you please help me out?

    #1415450

    Hi,

    Thanks for the update. I’m not able to login with the details that you provided, please check and verify.

    FOUT: Te veel mislukte inlogpogingen.

    Best regards,
    Rikard

    #1415468

    Hi Rikard,
    I’m sorry for that.
    Please try again. You should be able to login.

    #1415497

    Hi,

    Thanks for that. The creating of post CSS files doesn’t seem to be working correctly on your installation for some reason, I deactivated it using this filter in functions.php, and your settings are applying after that:

    /**
     * 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 );

    Note that this code will be overwritten on the next update, so I would suggest that you move it into a child theme instead. If you would need help with that, then please let us know.

    Best regards,
    Rikard

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