Viewing 1 replies (of 1 total)
  • Thread Starter OpenTips

    (@sergeiweb)

    As far as I could get it seems that this part of my functions.php is causing conflict:

      add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
        function enqueue_parent_styles() {
           wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
        }

    But my experience is not enough to understand what is the reason so I see blank page when I push “Enter” or trying to see all search results.

    p.s. I’ve tried to switch to the “storefront” theme and everything is working fine, so the problem is somewhere inside the “omega” theme or my customisation.

Viewing 1 replies (of 1 total)
  • The topic ‘Search results = empty page’ is closed to new replies.