Tagged: CSS, php, styling not working
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
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
The problem still occurs. Can you please help me out?
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
Hi Rikard,
I’m sorry for that.
Please try again. You should be able to login.
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