• Resolved 5live

    (@5live)


    So I have two questions.

    Is there any way I can remove the search bar?

    Lastly is there anyway I can have the full bio display instead of having to click more to read each staff’s full bio?

    • This topic was modified 7 years ago by 5live.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • WD Support

    (@wdsupport)

    Hi,

    > In order to remove the searchbox, please, usethe following custom css:

    .sc_theme #full_search .search_cont[placeholder] {
    display: none;
    }
    By going to the Appearance> Theme> Custom CSS

    > For having the all contacts in one page, please do the following:
    In the wp-content\plugins\staff-team\views\SCViewFullContact.php file, please search for “Contact’s count”, you will see the following underneath
    “$viewCount = isset($params[0][‘full_cont_count_in_page’])?$params[0][‘full_cont_count_in_page’]:’4′;” change it with this:
    $viewCount = count($conts);

    Please, note that the changes are customization in the case you do update the changes will be lost.

    Thanks. Have a nice day.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove search bar and have full bio on main staff page’ is closed to new replies.