Advertisement:

Author Topic: Listing attribute WizEstate  (Read 669 times)

merciprof

  • Newbie
  • *
  • Posts: 5
Listing attribute WizEstate
« on: July 05, 2017, 08:55:53 pm »
Hello, I need help identifying how I can hide the default listing attributes on a listing when using the WizEstate  by OsclassWizards Theme. Attached is what I am referring to.
How can I hide these?

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Listing attribute WizEstate
« Reply #1 on: July 06, 2017, 12:03:57 am »
Maybe you can find them in loop-single.php in your theme. Comment them out using <!--   content --> or use style="display:none;"

If they are not there, you can search in list.php or grid.php

merciprof

  • Newbie
  • *
  • Posts: 5
Re: Listing attribute WizEstate
« Reply #2 on: July 06, 2017, 01:15:33 pm »
Thanks a lot for your reply !
I found it in loop-grid.php in the theme directory. ;)

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Listing attribute WizEstate
« Reply #3 on: July 06, 2017, 02:29:47 pm »
You are welcome;)