[Resolved] Customize Color Not Working

Home Forums Support [Resolved] Customize Color Not Working

Home Forums Support Customize Color Not Working

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

    Hi GP

    It looks like the ‘Customize Color’ option has stopped working – we are running Premium 1.5.3 and server 1GB memory, I’ve included a Screengrab within the url link to our website. It’s affecting Colour and Content.

    Regards

    Nigel

    #426934
    Tom
    Lead Developer
    Lead Developer

    Can you try disabling your other plugins one by one to see if one of them is causing an error?

    #426952
    Manuel

    Same problem. I’ve removed the Code for remove query strings from the functions.php and everything works fine again.
    This is the code i removed:

    add_filter( 'style_loader_src', 'generate_remove_cssjs_ver', 10, 2 );
    add_filter( 'script_loader_src', 'generate_remove_cssjs_ver', 10, 2 );
    function generate_remove_cssjs_ver( $src ) {
    	if( strpos( $src, '?ver=' ) )
    		$src = remove_query_arg( 'ver', $src );
    	
    	return $src;
    }
    #426957
    Tom
    Lead Developer
    Lead Developer

    Removing query strings can cause all kinds of problems, although I haven’t seen it cause this one before. Maybe try clearing your browser cache completely.

    #426958
    Cheryl

    Hi Tom

    I’ve removed all custom CSS and deactivated plugins, all working, then switched it all back on and everything is working again?

    Thank you

    Nigel

    #426968
    Tom
    Lead Developer
    Lead Developer

    Must have been a caching issue 🙂

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