×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: remove the pic and desc of listing from side tabs

remove the pic and desc of listing from side tabs 11 years 3 weeks ago #20222

  • Justin Scott
  • Justin Scott's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
hi, how is it possible to remove the photo and description of a listing from the side menu tabs.

Im looking to compact the listings a little more.

Just want the Name/Title and Address displaying.

thanks in advance, Justin

remove the pic and desc of listing from side tabs 11 years 3 weeks ago #20224

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Add the following css to your template
.spots div {
    display: none;
}
.hs-address {
    display: block !important;
}

Regards,
Daniel

remove the pic and desc of listing from side tabs 11 years 3 weeks ago #20231

  • Justin Scott
  • Justin Scott's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
thanks for help, fantastic component.. a couple more questions..

1, Is there a way to have a number of stickies or featured listings that I can promote to top.. maybe make them a different colour too.

2, Can I add an extra field. I would like to have a price field and it would need to be displayed on the right menu tabs, the bubbles and in the detailed page..

3, The search box on top, is it possible to have two search fields, one for the Name Field and the other for the City and/or Zip code instead of the default "Restuarants" one..

4, When the read more is clicked, both in info bubble and tabs, can the details page be loaded into a lightbox popup window, I want to try and avoid users having to leaving the homepage..

thanks, Justin

remove the pic and desc of listing from side tabs 11 years 3 weeks ago #20243

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
1) no
2) no
3) what about just changing the label from "restauratns" to "zip or city"? You can of course modify the code to really disable the search in description in title, but if people know that they can search for "zip or city" I don't think that they'll come to the idea to search for something else.
4) not yet

Regards,
Daniel

remove the pic and desc of listing from side tabs 11 years 3 weeks ago #20244

  • Justin Scott
  • Justin Scott's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
thanks for the update..

the last question 4, is there a quick fix that I could apply to make this happen.. cheers, Justin.

remove the pic and desc of listing from side tabs 11 years 2 weeks ago #20252

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Unfortunately there is no quick fix for anything :)
  • Page:
  • 1
Time to create page: 0.118 seconds