• Resolved J M

    (@manaal)


    Hi

    I need to bring all contacts to one page. Currently, 4 contacts are displayed on one page and then have to scroll to next in order to see next 4 contacts

    I want all of them to be displayed on one page only

    Kindly help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please, go to the Team Wd > Styles and colors > under the MAIN OPTIONS you will see the “Count of Contacts in the Page”, please change the number to the total number of contact you want to see on the page.

    Thanks. Have a nice day.

    Thread Starter J M

    (@manaal)

    Hello,

    Thank you for your reply. There is nothing under the MAIN OPTIONS named as count of contacts.

    main options has

    background color
    image width
    image position and
    image upload sections

    nothing under that? Should i add some custom CSS?

    • This reply was modified 6 years, 9 months ago by J M.

    Hi,

    Please, that the Styles and Colors options are disabled in free version. That was the reason you can not see the option.

    We can suggest the following solution:

    In the wp-content\plugins\staff-team\views\SCViewFullContact.php file please, search for Contact’s count and instead of the
    $viewCount = isset($params[0][‘full_cont_count_in_page’])?$params[0][‘full_cont_count_in_page’]:’4′; please write this
    $viewCount = count($conts);

    Thanks. Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bring Contacts to one page’ is closed to new replies.