Osclass Support Forums

Osclass plugin support => Business Profile Plugin => Topic started by: harry on April 03, 2021, 05:02:17 PM

Title: Listview
Post by: harry on April 03, 2021, 05:02:17 PM
Hi!
Is it possible to show profile as a list view?

Thanx
Title: Re: Listview
Post by: MB Themes on April 07, 2021, 08:10:29 AM
@harry
On latest themes you could theoretically just add correct class into parent div to change it from "grid" into "list"
Title: Re: Listview
Post by: harry on October 25, 2021, 08:52:33 AM
Thanx!
In which file should i modify?
Title: Re: Listview
Post by: MB Themes on October 25, 2021, 08:54:03 AM
@harry
Check form/seller.php

In these lines:
Code: [Select]
        <div class="bpr-items">
          <div id="gallery-view" class="white search-items-wrap">
            <div id="listing-card-list" class="block listing-card-list listing-grid">
              <div class="wrap">

Try to add additional class "list" into one of them.