+ Reply to Thread
Results 1 to 6 of 6

Thread: search-on-map - gallery view instead of list view

  1. #1

    search-on-map - gallery view instead of list view

    hi guys

    how do i implement a gallery view (boxes) instead of list view ads on the search-on-map.html on the right site?

    is there an easy way to do this?

    thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Jasmin Toromanovic,

    Unfortunately, there is no quick solution

    you should do modifications in style.css which is located in templates > your template > css

  3. #3
    thank you rudi for respond

    there is already in favorites a gallery view so i thought maybe there is a code which only needs to be changed to get this done, since in favorites it is changeable even in frontend

  4. #4
    Hello Jasmin,

    It is not so easy. Need many changes in styles. If you want you can create anew ticket with the request and we wil create it as a customization for you.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    but if you need you can modify two files: lib.js and search_map.tpl from template > controllers:

    in lib.js find a row with function buildGrid() and in grid_listings_cont.append(...)
    change
    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.
    lib.js.jpg

    in search_map.tpl find a tag 'article' and change its class from 'item' to 'featured two-inline col-sm-4'

    search_map.tpl.jpg

    and then make some style corrections in style.css if necessary
    Last edited by Rudi; December 27, 2017 at 11:48 AM.

  6. #6
    I remember I changed the settings somewhere and Listing View and Search View was changed from LIST to MAP view.
    I don't remember where that setting was

+ Reply to Thread