Reply To: Display Problem

#1042
Ernest Marcinko
Ernest Marcinko
Keymaster

I got it!

Dont need ftp 🙂

Remove the lines 1218-1220 from wp-content/themes/lybacitheme/functions.php

if (!is_admin()) {
	remove_action('wp_print_styles', 'search_stylesheets');
}

That should solve the issue right away. 🙂 That’s what has been blocking the plugin stylesheets. Basically it removed the function action as I suspected.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)