Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29054

    If search doesn’t generate any results, below the results area a message “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?” and a blog-post table show up. How to get rid of that?

    Second issue: I added an iconbox top the sidebar by simply pasting the iconbox code into a text widget. Works well, but the right border is missing. How to fix that!?

    http://wordpress.p201475.webspaceconfig.de/dialysezentrum/

    #139575

    Hi,

    Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.

    div#text-4.widget.clearfix.widget_text { left: -1%; }

    In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”

    Then find following code in line 123

    'before_widget' => '<div class="widget avia_combo_widget">',

    and change it to

    'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',

    Regards,

    Yigit

    #139576

    Thanks, problems solved!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Search results page & Iconbox in Sidebar’ is closed to new replies.