Viewing 1 replies (of 1 total)
  • Thread Starter Florin Oprea

    (@florinopreaeu)

    This is the solution. For 404 error too.
    Change the following lines:

    content-none.php
    <div id=”post-content”>
    –>
    <div id=”post-content” class=”teaser” style=”width:100%;”>

    wp-content/themes/griffin/assets/js/griffin.js

    if($(‘body’).hasClass(‘blog’) || $(‘body’).hasClass(‘search-results’) || $(‘body’).hasClass(‘archive’)) {
    –>
    if($(‘body’).hasClass(‘blog’) || $(‘body’).hasClass(‘search-results’) || $(‘body’).hasClass(‘search-no-results’) || $(‘body’).hasClass(‘error404’) || $(‘body’).hasClass(‘archive’)) {

Viewing 1 replies (of 1 total)
  • The topic ‘search troubles’ is closed to new replies.