ThemeForest

WP Pro Real Estate

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
andisites says
Purchased

Image alignment isn’t working in pages, posts, or widgets. I can make it work by going in and adding specific alignment classes in the theme’s .css, but in general .alignleft, .alignright, and .aligncenter don’t work, no matter what I do. They don’t even work when I wrap an image in a div with align=”center”. Help!

Posted 3 months ago
Author
contempoinc contempoinc replied

Add this to your style.css

img.left,
.alignleft {
    margin: 0 15px 8px 0;
}

.alignleft {
    float: left;
}

img.right,
.alignright {
    margin: 0 0 8px 15px;
}

.alignright {
    float: right;
}

.aligncenter,
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
Posted 3 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
andisites says
Purchased

Thanks! That worked for the pages and posts; however, I still can’t center an image within a text widget.

Posted 3 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
andisites says
Purchased

Floating is no longer working—all I did was edit one of the css classes for left margin, and now none of my floats are working, even with the .align…code added to the css. Help!

Posted 2 months ago
Author
contempoinc contempoinc replied

Make sure you didn’t accidentally delete a semi-colon or curly brace when you made your edits.

Posted 2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
andisites says
Purchased

Disregard! Just figured it out - I had an extra character in there. D’Oh! Works now, thanks. :)

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Hi there,

I managed to change the color BLUE in my left sidebar, but the new color didn’t show up in the entire sidebar…see this link to 1 of my posts here:

http://davaopropertyforsale.com/yumi-midcost/ (see? there’s still the blue at the bottom)

Also, if you see in that link or any of my posts, there’s a big blank white space between the title of my post “Yumi-Midcost” and the house Photo.. It’s doing in all of the post. It started this way after putting some links in my sidebar, I guess…

Please help fix this…

Thanks, leonor

Posted 2 months ago
Author
contempoinc contempoinc replied

You’ll need to change the realestate > images > listing_bg.jpg file as well.

Replace your single.php with this:

http://pastie.org/private/glqqcz88nlf8tsmgxjr0ew

And change line 517 to width: 307px; and you should be good to go.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Hi,

where will I go to change line 517 for width?

Also, I replaced the single.php, but see what appears in all of the posts, sample here:

http://davaopropertyforsale.com/yumi-midcost/

It fixes the distance between the post title and the photos, but they must be moved upward….

Thanks, leonor

Posted 2 months ago
Author
contempoinc contempoinc replied

In style.css, then your single.php will function properly.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Also, in my Contact Us Page, I still have the first problem, a blank space between the Photos and the Page Title…

http://davaopropertyforsale.com/contact-us/
Posted 2 months ago
Author
contempoinc contempoinc replied

Same as previous fix the width in style.css and you’ll be good to go.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

thanks, it works! ;-)

Just a small bug, I guess… In this particular post: http://davaopropertyforsale.com/yumi-midcost/

you see there’s a white rectangular bar found in the navigation bar…how to i fix that? it does only appears in that post. So thought, I must have done something wrong here but can’t figure it out…..

thanks

Posted 2 months ago
Author
contempoinc contempoinc replied

Looks like you have a background color set in styles.css > line 438

Just a heads up easy way to debug or customize is by using Firebug with Firefox or Chrome and Developer tools, take a look at this video:

http://www.woothemes.com/videos/how-to-use-firebug-to-modify-a-wordpress-theme/
Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Hi,

I added another Category named “Blogs”, but it’s still has a blank space between the post title and the Image section.. see the here:

http://davaopropertyforsale.com/category/blogs/

the width has been changed to 307 px..

Leonor

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Hi, any response to last query?

I added another category and named in “Blogs” but I still have the first problem…A white blank space between the image and the blog title….

Posted 2 months ago
Author
contempoinc contempoinc replied

Take a look at this video:

www.woothemes.com/videos/how-to-use-firebug-to-modify-a-wordpress-theme/

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

hi there,

I am happy to use firebug in customizing my site, but I could not really get what to edit in order to delete the blank space.

Please if you could direct me to where it should be edited, it’ll be much appreciated…

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

hi, disregard my message above. it has been sorted out.. ;-)

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
huisstijldokter says
Purchased

Hi,

I am tweaking a gravity form, but I am really stuck. http://www.rentyourhome.nl/zoekopdrachten/zoekopdracht/ this form should give a form in columns, but it still giving the labels to the left. I managed to get the checkboxes right, but the fields won’t budge. Do you have any idea which part of the css is bugging my form?

Tx.

Posted 2 months ago
Author
contempoinc contempoinc replied

Guessing you got it sorted as the form looks to be displaying correctly.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davaopro says
Purchased

Hi,

I noticed that the links of my posts are not clickable in IE. Could you let me know where did I go wrong? :-(

Best, leonor

Posted 2 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
hedrick says
Purchased

Hi,

I have a few questions. Working on a friends site: http://ourfloridaplace.com Everything started out great but the “newest listing” column doesn’t show up with anything and under the categories the listings doesn’t show up with the monthly rate, #bed/bath etc… as far as I can tell all the files have been uploaded to the server correctly. is there something I am missing?
Posted 2 months ago
Author
contempoinc contempoinc replied

Hard to say what could be causing it, I’d recommend downloading the original files from your ThemeForest > Downloads area and upload the index.php maybe the posts query got messed up.

Posted 2 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
hedrick says
Purchased

Thanks for the reply,

One last question I had is I was looking through the coding and I was wondering if there were a way to be able to add more than 4 images to the slider in the postings?

Thank you,

http://OurFloridaPlace.com
Posted 2 months ago
Author
contempoinc contempoinc replied

Yes, you would need to add more custom fields for the URLs via admin > custom_fields, then echo those out in single.php > lines 39-97 like the other images.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • United States
skyballers says
Purchased

I am having trouble with the categories and the link that comes up in the option menu “no catergories”. I am not sure how to fix this. Is anyone having these same issues?

Posted 10 days ago
Author
contempoinc contempoinc replied

You’ll need to assign at least one post to the category before it will show up in the drop down

Posted 10 days ago
  • Has been a member for 0-1 years
jophan says

Hello,

I want to use this real estate theme as follows:

Visitors should be able to register and sign in in order to insert their real estate details (description, images). I know that for this a membership system is needed. I heard about http://wordpress.org/extend/plugins/s2member/ which is free, but the question is if this plugin can be integrated with your real estate theme like I described above?

Thanks and best regards

Posted 5 days ago
Author
contempoinc contempoinc replied

Yes it should work no problem as you described.

Posted 1 day ago

You must sign in or sign up to purchase this item.

$30Regular Licence

$30

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$1500Extended Licence

$1500

Extended Licence a template for a Web Service such as WPMU, or as part of a Software Package for sale - Details

780 Purchases 618 Comments

Buyer Rating
12345 ( 153 ratings )
contempoinc

contempoinc

  • Has been a member for 3-4 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • United States
  • Referred between 200 and 499 users
View Portfolio
Created 12 December 08
Columns 2
Compatible Browsers IE6, IE7, IE8, Safari 4, Safari 5, Opera
Software Version Wordpress 3.3, Wordpress 3.2, Wordpress 3.1, Wordpress 3.0
Documentation Well Documented
Layout Fixed
ThemeForest Files Included Layered PSD, JPG Image, HTML Files, CSS Files, JS Files, PHP Files
Widget Ready No
by
by
by
by
by