ThemeForest

Openhouse Real Estate & Automotiv car dealership

  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Mexico
just_nAnO says
  • Timthumb.php, WP Multisite & the images “url path” about *

Dear John,

I´m evaluating your great theme in order to implement (OpenHouse) into an WP Multisite inviroment. I had read all post and comments about Timthumb.php & WP MU issues.

After check and fulfill all your primary recomendations (latest PHP version, GD enable, directory/files permisions, latest timthumb.php version, image size, etc.), and having confirmed TimThumb is working fine, I found the problem of most of customers is about the way to get the “url path” of image in order to pass it to Timthumb.

For this reason is that I would like to share with you a piece of code I found and think it can be the final solution to this our problem. It consist in create a an extra function to “calculate” where is really saved the images we want to pass to Timthumb. It´ll be an universal solution, not only for MU enviroment, but also for subdirectory issue too.

I thanks to Damian, the author: http://www.masquewordpress.com/timthumb-php-y-wordpress-mu/#

Function code: function get_image_path ($post_id = null) { if ($post_id == null) { global $post; $post_id = $post->ID; } $theImageSrc = get_post_meta($post_id, 'Image', true); global $blog_id; if (isset($blog_id) && $blog_id > 0) { $imageParts = explode('/files/', $theImageSrc); if (isset($imageParts[1])) { $theImageSrc = '/blogs.dir/' . $blog_id . '/files/' . $imageParts[1]; } } return $theImageSrc; and here the way to invoke that function: <? $imagen=get_image_path ( $post->ID); ?> <img src="timthumb.php?src=<? echo $imagen; ?>" alt="" />

I wish and hope you´ll take into account my proposal in order to modify the way the theme to call Timthumb script. Nobody better than you know where exactly changes should be carried out (sidebar-right.php, single-listing.php, slider.php, etc.)

Please be assured the entire community of customers will appreciate your effort to resolve once and for all this old problem. Thanks in advance and have a nice day, Sergio.

5 days ago
Author
BuchmannDesign BuchmannDesign replied

Thanks for that. I’ll definitely give this a try. But… the past couple days I have been working on a non-Timthumb solution. It uses all native WP gallery functions, and it works well everywhere except for the thumbnails in the listing detail page.

5 days ago
just_nAnO just_nAnO replied

Hi John,

It’s really very comfortable to hear you’re working into a non-Timthumb solution, even better using native WP solution. I’m sure it’ll be adding more value to your already amazing theme. I’ll be impatiently waiting for your implementation.

Thanks againg and hoping you’re having a great day.

4 days ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Mexico
just_nAnO says

... accesing the link you can see a formated piece of the code. I don´t know why this appears missconfigured here.

Thanks again.

5 days ago
Author
BuchmannDesign BuchmannDesign replied

I hate how these comments don’t show code correctly. Can you please email me this code instead? Send from http://themeforest.net/user/buchmanndesign

5 days ago
just_nAnO just_nAnO replied

Hi again John,

Yesterday I send a copy to your email. Please confirm you receive it.

Thanks.

4 days ago
Author
BuchmannDesign BuchmannDesign replied

Yes, I got it, thanks. I replied back asking if you had a working example in the actual theme because I was a little confused on how to use it.

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
a17dr3w says
Purchased

Hi there

Excellent template, many thanks for this. Have a slight problem with the property search facility. When anyone clicks ‘search’ it takes them to a page that doesn’t exist. Please see:

www.definitivepropertygroup.com/en

Awaiting your solution…

Andrew

5 days ago
Author
BuchmannDesign BuchmannDesign replied

Search works for me. Looks like you got it working?

5 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jlstudio says
Purchased

I got it. Seems my manufacturer dropdown selection (in the add listing page) hadn’t saved, and the Porche either wasn’t selected in the demo data, or it had cleared when I had temporarily unpublished it. Sorry for bothering you with my non-issue.

I have a separate question that you may be able to help with. Do you have any idea why I might be getting the following warning on the admin pages for adding/ editing taxonomies?

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘qtrans_modifyTermFormFor’ not found or invalid function name in /home/content/45/9350145/html/rockhill/wp-includes/plugin.php on line 405

I have all plugins disabled at the moment to try to troubleshoot this, so I only have the Automotiv theme as a variation to the original WP. If you’re up for taking a look at this, I’ll send you the login.

5 days ago
Author
BuchmannDesign BuchmannDesign replied

FYI , that error doesn’t affect the site in any way. I’ve seen this happen before, and seems to be pretty rare. But I do know how to fix it. You’ll need to remove a few lines of code in functions.php. I can’t post code properly here, so if you send me an email (from here: http://themeforest.net/user/buchmanndesign) I will email you back what code to remove)

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Ireland
eredmond says
Purchased

Hi,

I’ve just installed the OpenHouse theme and everything seems to be working fine except for the slideshow which is not being displayed on the home page.

Any ideas would be great.

Thanks

Eoin

4 days ago
Author
BuchmannDesign BuchmannDesign replied

Please email me your site URL and WP login and I’ll have a look. I just don’t know what could be the problem without seeing it for myself. Send from here: http://themeforest.net/user/buchmanndesign

4 days ago
Purchased
Default-user eredmond replied

Sorry for bothering you, I fixed it.

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
znetmarketing says
Purchased

Hi, I just bought this template and uploaded my first listing.

For instance, I’ve added a realtor, and now the realtor information displays on top of the home details. Is this something that can be fixed? How do I make it so they are not on top of each other.

4 days ago
Author
BuchmannDesign BuchmannDesign replied

I’m not really understanding the problem. Can you email me your site URL so I can see for myself? Send from here: http://themeforest.net/user/buchmanndesign

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
iconnectstudios says

I am a beginner in wordpress and php, curently i am operating a wordpress multisite 3.3.2. One of my clients loved and wanted me to get him your theme “Openhouse Real Estate & Automotiv car dealership” so i wanted to know if it can work on a multisite configuration.

Please reply this as soon as possible as i want to buy it.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

Yes, there are no issues with multisite WP.

3 days ago
  • Has been a member for 1-2 years
st99 says

You have alternate version for using IDX . I am wondering if site can be configured to use both the brokers own listings and MLS . I’d like a separate search for each (i.e. list and search just brokers listings on one page and list and search just MLS on another). Thanks.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

Sorry, but 2 different searches are just not possible.

3 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
prestodesigns says
Purchased

Hi I am having a problem with uploading images. It uploades fine and seems to crunch fine, but then there is no photo and it says… there is no image data please reupload.

It was working fine with my development on my server, but when transfered over to the new server I have the issues. It is being hosted through jumpline.

All the files are there that I can see.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

Looks like a wordpress issue. Try reinstalling Wordpress again.

3 days ago
Purchased
Default-user prestodesigns replied

ill give that a try and let you know. Also the slider and thumbnail images do not show up on the site. They are there but show image not found.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

You say the problem is or is not in TwentyEleven? If still in my theme, please let’s continue support via email as this place isn’t ideal for long support threads. Send from here: http://Themeforest.net/user/buchmanndesign

3 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
znetmarketing says
Purchased

I have a couple of questions.

1) At the very bottom, below the footer, (I beleive called the footer menu) I have somehow placed my main menu in that section as well. Next to the copyright section. How do I remove my main menu from my footer menu?

2)Secondly. The “Find your Home” search box on the homepage. When I sort by price. Say 400k and over, nothing happens. Do I need to do anything to make this happen? A the moment, the page pretty much just refreshes and nothing happens.

Thanks in advance for your help.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

Via email I asked you to post these questions on my forum as it will help others better. But I will also answer here. Please reply to version of this question in the forum instead of here. :)

1. You need to create a “footer menu” in Appearance -> Menus. The process is the same as how you made the header menu.

2. Did you set up the “Search Results” page as explained in the Getting Started page of the documentation?

2 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
ebrochu says

Hi, Is it ready for translation in french? Or is it easy to translate it?

Many thanks, this theme look amazing!

3 days ago
Author
BuchmannDesign BuchmannDesign replied

The theme comes with a .po translation file, buts it’s up to you to take that as the start of your own French translations. See the documentation in the demo menu bar to read all about how to do the translations. You’ll also need to install the free qTranslate plugin.

3 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Australia
liquidpixles says
Purchased

Hey John, just updated to lay=test Wp and latest OPENHOUSE and I cant get any images to show up now AND if I install your Patch, it breaks they theme and I get error message about functions.php line 11 ???

Please help I am really wishing I never updated anything.

3 days ago
Author
BuchmannDesign BuchmannDesign replied

I just replied to your email. I said that your site looks like it’s working fine now, so I assume you fixed the problem. :) If not, you can just reply back to my email.

2 days ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
elation says
Purchased

Hello, I have a few questions.

1/ In the homepage recent listings, can I choose the ones I want to display? 2/ In Browse by Location can I change order? 3/ Can I have a link for say: rent only in one location only? 4/ I am using the multilingual version. How can I add new words to .PO for translations?

Thank you.

2 days ago
Author
BuchmannDesign BuchmannDesign replied

1. No 2. No, not by default. But you could build the Browse By menu by hand from Appearance -> Menus instead of having the theme build it automatically. If you want to know the steps to do this, please ask this question in my forum so it will help others more easily. 3. No. Only way is to make a custom Page Template which would only show those listings. I could do this as a paid customization if you like. 4. What words would you add? I should have made everything translatable already… What did I miss? In any event, this is a little tricky, so please ask this question in my forum. Thanks! :)

14 hours ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
goldcoast83 says
Purchased

Hey there, first thank you for the good theme, I love it! My only problem is that my right sidebar seems to have a problem. Although I pull the widgets into the right sidebar area, the page doesnt show them. Is there any known bug? I installed the Automotiv Theme v2_1 and Im using qTranslate. Thank you for your feedback!

11 hours ago
Author
BuchmannDesign BuchmannDesign replied

I don’t know of any bug with that, so I don’t know what is wrong. You can go ahead and email me your site WP login and I’ll check this out. Send from here: http://themeforest.net/user/buchmanndesign

9 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
ajh212z says
Purchased

For some reason, my “browse by” isn’t working correctly. Can you please take a look and let me know if you have a solution. Thanks. www.mainandmadison.com

4 hours ago
by
by
by
by
by