This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Display Problem

#1042
Ernest MarcinkoErnest 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.