Advertisement:

Author Topic: WizEstate - Free Responsive Real Estate Theme  (Read 17119 times)

Osclass Wizards

  • Sr. Member
  • ****
  • Posts: 254
  • We love Osclass
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #45 on: February 19, 2016, 01:30:01 pm »
hi...

how to fill this attribute (with red circle), i try create custom field with same name but it wont work

You need to download and install this Real State attribute plugin from here http://market.osclass.org/plugins/attributes/real-state-attributes_6

Then configure it is good to go.

Bedzeti

  • Newbie
  • *
  • Posts: 5
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #46 on: February 27, 2016, 02:57:47 am »
Hi I need help , want to inser slider in header and replace the image - banner ....
Also insert a small image" with phone or call info" under "publish your ad for free" button like here:

gorilla

  • Newbie
  • *
  • Posts: 37
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #47 on: March 07, 2016, 12:09:14 am »
the best free osclass themes,  i've ever try, its light and wonderful good job. but my problem is when in mobile mode , the image banner it is shadowwed by search toolbar, and looking not good, can search bar move under image banner in mobile mode?

thx and good job bravoo


lifeisgreat

  • Newbie
  • *
  • Posts: 3
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #48 on: March 09, 2016, 06:21:36 pm »
Hi Osclass Wizards, thanks for creating this great theme! Can I check with you if we can change the default white background to other color?

lifeisgreat

  • Newbie
  • *
  • Posts: 3
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #49 on: March 11, 2016, 11:28:04 am »
Anyone know how to do this?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #50 on: March 11, 2016, 05:07:19 pm »
i don't use this theme, but if there is no option to do this, you have to change it in your stylesheets

Quote
../oc-content/themes/wizestate/css/main.css
Line: ~527

Code: [Select]
body {
  color: #555;
  font: 400 12px/22px Arial, Helvetica, sans-serif;
  background-color: YOUR_COLOR;
}

Quote
../oc-content/themes/wizestate/css/main.css
Line: ~568

Code: [Select]
#content {
  background-color: YOUR_COLOR;
}

and so on... change this there, where you want to change the color. I suggest you to use the developer tools from your browser, to check where the background-color is set

lifeisgreat

  • Newbie
  • *
  • Posts: 3
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #51 on: March 12, 2016, 04:00:33 pm »
i don't use this theme, but if there is no option to do this, you have to change it in your stylesheets

Quote
../oc-content/themes/wizestate/css/main.css
Line: ~527

Code: [Select]
body {
  color: #555;
  font: 400 12px/22px Arial, Helvetica, sans-serif;
  background-color: YOUR_COLOR;
}

Quote
../oc-content/themes/wizestate/css/main.css
Line: ~568

Code: [Select]
#content {
  background-color: YOUR_COLOR;
}

and so on... change this there, where you want to change the color. I suggest you to use the developer tools from your browser, to check where the background-color is set


Thanks will try in awhile

ithauphy

  • Newbie
  • *
  • Posts: 8
  • I'm a Newbie Member
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #52 on: March 14, 2016, 06:36:01 am »
Very nice theme, more proffesional look than other free theme. Osclasswizards and WizEstate are the coolest free theme for Osclass

devilzito

  • Newbie
  • *
  • Posts: 3
Premiun Listing Slider
« Reply #53 on: June 10, 2016, 06:46:49 pm »
In the slider, the elements mark as premium can move automatically?
If no, how can I get that?.


http://sandiautospanama.com/

utente

  • Newbie
  • *
  • Posts: 6
  • nino_web
congratulations WizEstate 1.0.2
« Reply #54 on: June 19, 2016, 09:20:00 pm »
very nice congratulations
« Last Edit: June 19, 2016, 09:56:14 pm by utente »

utente

  • Newbie
  • *
  • Posts: 6
  • nino_web
WizEstate - contacts sidebar disappears changing theme WizEstate 1.0.2
« Reply #55 on: June 19, 2016, 09:23:16 pm »
contacts sidebar disappears changing theme WizEstate 1.0.2

I changed my theme aWizEstate 1.0.2 previously had bender 2.0.1 (old), I noticed that the new theme in the ad is not displayed to the side where it says address and contact form for 'sending rihiesta information.
attached guess scrensht
thanks in advance, greetings to members
« Last Edit: June 19, 2016, 09:28:10 pm by utente »

thedon

  • Sr. Member
  • ****
  • Posts: 341
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #56 on: July 26, 2016, 03:40:48 am »
where can i download please

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689

Osclass Wizards

  • Sr. Member
  • ****
  • Posts: 254
  • We love Osclass
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #58 on: December 15, 2016, 10:54:39 am »
hello really super theme cana i have the horizontal search bar in all pages if not how can i make the vertical bare search to horizontal
i want to make it in font of page
tank you in advance
In order to show horizontal search bar in all pages, comment the if(osc_is_home_page) condition in line 72 and curly brace '}' in line 131 in headers.php but not the code inside it.

Osclass Wizards

  • Sr. Member
  • ****
  • Posts: 254
  • We love Osclass
Re: WizEstate - Free Responsive Real Estate Theme
« Reply #59 on: December 15, 2016, 10:57:29 am »
hello, i used wizzestate theme on my website www.imobiliarediniasi.ro and i want to resize banner from header.

thanks
You can resize the banner from header from main.css in line 185 (#header_map img) ...