Osclass forums

Support forums => Themes => Real Estate => Topic started by: AdNet on October 12, 2013, 06:10:35 pm

Title: Refurbished Real Estate Theme
Post by: AdNet on October 12, 2013, 06:10:35 pm
NOTE: Whenever I make changes to either the theme or plugin, I will be updating this post with updated files. Therefore, attachments to this post represent the latest theme and plugin.

If you need any customization for this theme or plugin, please inbox me. I will do it for you for a small fee (more like a beer) 8). Also, if you need a completely new real estate theme with certain custom features, design and layout, inbox me ASAP.

I have been having issues with the current real estate theme and decided to refurbish it to my liking. This is what the current theme can do:

For this theme to work properly, you will need the modified real estate attributes plugin which will be attached here.

I welcome comments and suggestions and if you feel that I have helped you in some way, you can buy me a coffee  ;). Remember this is absolutely free and you can own it and modify it as you please.

Here are some of the screenshots from my website.

Homepage
(http://csshood.com/wp-content/uploads/2013/10/Homepage.png)
Publish Item
(http://csshood.com/wp-content/uploads/2013/10/Publish-item.png)
My Profile
(http://csshood.com/wp-content/uploads/2013/10/My-profile.png)
Category View
(http://csshood.com/wp-content/uploads/2013/10/Category-view.png)
Item page with lightbox
(http://csshood.com/wp-content/uploads/2013/10/Item-page-with-lightbox.png)
Item page without image
(http://csshood.com/wp-content/uploads/2013/10/Item-page-without-image.png)
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 12, 2013, 06:23:05 pm
Do not forget to change your logo. Also, you can enable the selection of country during item post and item edit. I had disabled it in my theme because my site targets a single country. To enable the choosing of countries, you will need to edit item-post.php and item-edit.php.
In item-post, find
Code: [Select]
<input type="hidden" name="countryId" value="KE" />
Replace it with
Code: [Select]
<div class="row">
          <label for="countryId"><?php _e('Country''modern'); ?></label>
          <?php ItemForm::country_select(osc_get_countries(), osc_user()) ; ?>
           </div>

In item-edit, find
Code: [Select]
<input type="hidden" name="countryId" value="KE" />
Replace it with
Code: [Select]
<div class="row">
          <label for="countryId"><?php _e('Country''modern'); ?></label>
          <?php ItemForm::country_select(osc_get_countries(), osc_user()) ; ?>
           </div>
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 12, 2013, 10:49:03 pm
There seems to be a problem with the latest listings. Only two listings are display even when they are more than two.
Have you encountered that problem?
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 12, 2013, 11:00:33 pm
Mine is actually doing okay. It is displaying all my listings.
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 12, 2013, 11:14:00 pm
Do you have more than two listings? I only see one latest listing on your website..
Try to create 3 more listings to see if they will be displayed
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 12, 2013, 11:15:52 pm
They are displaying alright on my local server. Let me try adding some more on my live server and see
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 12, 2013, 11:31:10 pm
I have the same problem on localhost and live/
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 12, 2013, 11:36:53 pm
I have just realized it  :). Thanx pablo22 for the observation. Let me fix it right away.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 12:08:23 am
Okay. Here is the solution.

In main.php, find

Code: [Select]
<div id="latest-ads">     
<?php if( osc_count_latest_items() == 0) { ?>

and replace it with

Code: [Select]
<div id="latest-ads">     
<?php osc_reset_latest_items(); ?>         
<?php if( osc_count_latest_items() == 0) { ?>

What was missing was the <?php osc_reset_latest_items(); ?>   just before the <?php if( osc_count_latest_items() == 0) { ?>

Please let me know if that solves the problem
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 13, 2013, 12:42:14 am
You rock!!!!! 8) 8) 8) 8)
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 13, 2013, 01:46:54 am
one more thing. How do I place the currency  sign in front of the amount instead of after it?
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 03:08:01 am
To do that just go to your admin page, settings>>Languages>>select your language then click edit. Under currency format, simply change to {CURRENCY} {NUMBER}.
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 13, 2013, 03:16:58 am
Thank you
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 03:18:43 am
Glad I could help.
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 13, 2013, 05:35:22 am
I haven't tried yet but does it indicate when a listing is marked as premium on the search results?
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 11:32:31 am
I am working on fixing that. Currently it does not indicate. I will re-upload the whole theme with that fixed
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 02:31:45 pm
I have fixed the display of premium ads. Here is the new development.

I have had to make some changes and additions to the realestate attributes plugin so it is advisable to download both the theme and plugin attached to this post. Note that downloading the updated theme alone will not display some attributes in the main page and listings page so pleaaaasee...download and update both the theme and plugin. Also, just to repeat, this updated theme contains all changes discussed on this thread.

I have also updated my initial post with the current changes so downloading from my first post is also okay. Download and overwrite the files in your real estate theme as well as the real estate attributes plugin.

Download from my first post. Follow this link to go to my first post http://forums.osclass.org/real-estate/refurbished-real-estate-theme/
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 13, 2013, 10:46:44 pm
Good job AdNet. 8) 8) 8) 8)
There is something else I would like you to look at: the thumbnails.
The good thing about osclass is that it's customizable and anyone can do whatever they want it. If you want the thumbnails of the listings to be bigger on the front page, they will also be big on the search result. For example the thumbnails have a width of 366px on the frontpage. They are as big on the search results. If you could control the width of the thumbanails on the front page and the ones on the search results separately , it would be great.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 13, 2013, 11:08:44 pm
That is okay. I'll see what I can come up with.
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 14, 2013, 05:44:22 pm
I just tested the theme with all the latest changes that you've made, unfortunately there are still some issues.
When there are four listings marked as premium, only two are marked and four listings are displayed even if there are more than four.
2-Listings are marked as free and premium at the same time
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 14, 2013, 10:35:58 pm
I will check that out.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 16, 2013, 12:08:57 pm
The problem with premium Ads has now been solved. Initially only two premium Ads would be displayed but now up to 1000 premium Ads will be displayed both on the homepage and listings page.

I have attached the modified theme. @Pablo, am still working on having different styling for the homepage thumbnails.

Download from my first post. Follow this link to go to my first post http://forums.osclass.org/real-estate/refurbished-real-estate-theme/
Title: Re: Refurbished Real Estate Theme
Post by: Web-Media on October 18, 2013, 07:33:54 pm
jquery.uniform  must be loaded  before or drop  any calls to uniform
Code: [Select]
// Apply the UniForm plugin to pulldows and button
$("input:file, textarea, select, button, .search select, .search button, .filters select, .filters button, #comments form button, #contact form button, .user_forms form button, .add_item form select, .add_item form button, .modify_profile select, .modify_profile button").uniform({fileDefaultText: fileDefaultText,fileBtnText: fileBtnText});
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 18, 2013, 09:24:22 pm
The problem with premium Ads has now been solved. Initially only two premium Ads would be displayed but now up to 1000 premium Ads will be displayed both on the homepage and listings page.

I have attached the modified theme. @Pablo, am still working on having different styling for the homepage thumbnails.

Download from my first post. Follow this link to go to my first post http://forums.osclass.org/real-estate/refurbished-real-estate-theme/

 I'd like to point out something else....
When you publish a listing only the state or region and city appears on the side(state,City), it doesn't show the full address(street,City,State). Take a look at
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 18, 2013, 09:51:53 pm
Pablo22, do the following:

In item.php, locate

Code: [Select]
echo  '<div class="mini">';
                    if ( osc_item_city() != "" ) {
                        $tempData  = osc_item_city();
                        if(osc_item_field("fk_i_city_id") != "" ){
                            $tempData = '<a href="'.osc_search_url( array( 'sCity' => osc_item_field("fk_i_city_id") ) ).'">'.osc_item_city().'</a>';
                        }
                        echo  $tempData;
                    }
                        echo '</div>';
                    echo '</div>';

and replace it with

Code: [Select]
echo  '<div class="mini">';
                    echo implode(', ', $location);
                        echo '</div>';
                    echo '</div>';
                }
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 18, 2013, 10:39:20 pm
Brilliant stuff,how do i replace the logo please,i am using it as an autoclassifieds
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 18, 2013, 10:44:05 pm
To change the logo, simply go to your admin page, under plugins, select "Settings theme" and change it there. Alternatively, you can replace the logo directly from the images folder within the theme folder. Find logo.jpg and replace it with your desired image. Make sure it has a .jpg extension and named "logo".
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 18, 2013, 10:51:04 pm
Pablo22, do the following:

In item.php, locate

Code: [Select]
echo  '<div class="mini">';
                    if ( osc_item_city() != "" ) {
                        $tempData  = osc_item_city();
                        if(osc_item_field("fk_i_city_id") != "" ){
                            $tempData = '<a href="'.osc_search_url( array( 'sCity' => osc_item_field("fk_i_city_id") ) ).'">'.osc_item_city().'</a>';
                        }
                        echo  $tempData;
                    }
                        echo '</div>';
                    echo '</div>';

and replace it with

Code: [Select]
echo  '<div class="mini">';
                    echo implode(', ', $location);
                        echo '</div>';
                    echo '</div>';
                }

This is what I got back:
Quote
Warning: implode(): Invalid arguments passed in C:\xampp\htdocs\osclass\oc-content\themes\realestate1\item.php on line 244 - See more at: http://localhost/osclass/house/rent_1/example-ad_i3#sthash.ZhgGp5S8.dpuf
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 18, 2013, 10:55:13 pm
Oh sorry! Please copy these at the top of item.php, just before <?php osc_current_web_theme_path('header.php') ; ?>

Code: [Select]
<?php $location = array();
    if( 
osc_item_city_area() !== '' ) {
        
$location[] = osc_item_city_area();
    }
    if( 
osc_item_city() !== '' ) {
        
$location[] = osc_item_city();
    }
    if( 
osc_item_region() !== '' ) {
        
$location[] = osc_item_region();
    }
    if( 
osc_item_country() !== '' ) {
        
$location[] = osc_item_country();
    }
?>
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 18, 2013, 11:40:29 pm
To change the logo, simply go to your admin page, under plugins, select "Settings theme" and change it there. Alternatively, you can replace the logo directly from the images folder within the theme folder. Find logo.jpg and replace it with your desired image. Make sure it has a .jpg extension and named "logo".

in theme settings it's just blank so went to ftp in images,no logo.jpg there so just added it to images folder and worked  ;D
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 18, 2013, 11:42:33 pm
 8) Great
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 12:16:21 am
how to move this text to it's proper place please,see encircled

Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 12:19:26 am
That is its proper place. It is the social sharing icons which shouldn't be there...
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 12:29:22 am
That is its proper place. It is the social sharing icons which shouldn't be there...

oh so whats the code and where can i place them please

got that one but i cannot post a comment
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 19, 2013, 05:37:21 pm
Can someone take a look at my website and tell me what's wrong because I can't submit anything. When you click submit, or send button or try to register nothing happens. This is the second time this happens and I can't diagnose the problem.
Here's the link to my website.valdere.com (http://valdere.com)
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 06:24:22 pm
Pablo, check the code for the buttons and make sure it looks similar to this
Code: [Select]
<button type="submit" class="button"><?php _e('Publish Ad''realestate'); ?></button>
That was a major problem in the original real estate theme. Check your forms and ensure that they take that format.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 06:26:07 pm
@Thedon, have you enabled comments from admin settings?
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 19, 2013, 07:19:51 pm
I did and there's nothing wrong with them
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 07:36:43 pm
@Thedon, have you enabled comments from admin settings?

yes i am sure have a look please

Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 07:41:20 pm
@pablo, looking at your source code I see everything wrong  :(. For example look at your item-post.php you will find

Code: [Select]
<a href="#" class="ui-button ui-button-gray js-submit">Publish</a>
That will not work. Why don't you try replacing it with

Code: [Select]
<button type="submit" class="button"><?php _e('Publish Ad''realestate'); ?></button>
and tell me if it works.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 07:44:04 pm
@thedon,  where can I check out your site so that I can reproduce your problem?
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 07:47:38 pm
@thedon,  where can I check out your site so that I can reproduce your problem?

here ya go bud

http://autoclassifieds.ie/
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 07:56:46 pm
I have found your problem and it is similar to pablo22 above. This is how to correct it

Go to your item.php and find

Code: [Select]
<a href="#" class="ui-button ui-button-gray js-submit"><?php _e("Send"'realestate');?></a>
Replace it with

Code: [Select]
<button type="submit" class="button"><?php _e('Send''realestate'); ?></button> then let me know if it works
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 19, 2013, 08:07:21 pm
it seems to be working..... 8)
I am going to correct all the links that were not working with same method.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 08:08:47 pm
Great. Make sure you change all your forms.
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 08:11:04 pm
I have found your problem and it is similar to pablo22 above. This is how to correct it

Go to your item.php and find

Code: [Select]
<a href="#" class="ui-button ui-button-gray js-submit"><?php _e("Send"'realestate');?></a>
Replace it with

Code: [Select]
<button type="submit" class="button"><?php _e('Send''realestate'); ?></button> then let me know if it works

worked a treat ya beauty  ;) ;)
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 19, 2013, 08:14:03 pm
Great.  8) 8) 8)
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 19, 2013, 08:15:34 pm
Great.  8) 8) 8)

as ya can see here

http://autoclassifieds.ie/index.php?page=item&id=13
Title: Re: Refurbished Real Estate Theme
Post by: thedon on October 20, 2013, 01:18:17 am
sorry for double post

how to add text (Featured ads) just above see pic and how can it show more than 4 items please

Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 24, 2013, 04:55:52 am
Which version of osclass are you using?
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 24, 2013, 09:28:17 pm
Hello oscameza. I am using OSClass 3.2.1. Please try a clean install of OSClass 3.2.1 then add the theme and the plugin. My guess is that the problem could not be with the theme or plugin because your error points to a core file. Also, you are the first person pointing out an issue to do with installing the plugin, an issue which the previous users did not. Please clean install OSClass.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 24, 2013, 11:14:11 pm
here

Got them. Will let you know what I find
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 24, 2013, 11:29:34 pm
Que se ha observado. Gracias.
Title: Re: Refurbished Real Estate Theme
Post by: sugeshrajs on October 25, 2013, 11:53:15 am
Dear AdNet,

Please help me to do the item preview using lightbox.  I have updated so many changes to the files in the theme.  So it is difficult to change the entire theme files.  All other updations has been made in my website (http://www.keralarise.com/).

Please tell me, which are the files that is affected while changing the item preview using lightbox.  And what are the codes used in it.

I tried a lot but  its all failures.

Thanks and Regards,

Sugesh Raj
www.keralarise.com
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 25, 2013, 12:51:34 pm
Hello sugeshrajs,

Please send me your theme and I will add the lightbox for you.
Title: Re: Refurbished Real Estate Theme
Post by: sugeshrajs on October 28, 2013, 03:30:09 pm
Hi,

Is there any provision to search the item by item id in this theme.  Please help me to do this.

For every item in the last of the url the item id is showing.

(eg:http://keralarise.com/houses-villas-for-rent/house-first-floor-for-rent_i1478). This i1478 is the id.

Is there any provision to search for this id.  I want to make my side ID search also.  While i search this in the normal search bar, it is not showing anything.

If there is any provision please help me.

Thanks & Regards,

Sugesh Raj S
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on October 28, 2013, 03:44:38 pm
To search by Item Id. Place the following code where you want it to appear. Input your item id and it will return the results

Code: [Select]
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>
Title: Re: Refurbished Real Estate Theme
Post by: sugeshrajs on October 28, 2013, 07:38:12 pm
Dear AdNet

Thanks for the reply.  Can we add this to the home main search item in the home page.  Actually my requirement is to add the listing ID field with the available text box using for search and use the same search button to all searches.  Is it possible.

This code is working but it enables two search buttons in the home page.

Expecting your kind reply

Sugesh Raj S
Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on October 30, 2013, 05:02:45 am
I got another suggestion for you real estate attribute. When an option is not submitted can it stay hidden.
for example: no floor number was selected can it stay blank instead of showing floor number: 0?
That'd be great
Title: Re: Refurbished Real Estate Theme
Post by: deniss on October 30, 2013, 10:26:10 am
Thanks that works 100%, all magic to me! Thanks.

Okay. Here is the solution.

In main.php, find

Code: [Select]
<div id="latest-ads">     
<?php if( osc_count_latest_items() == 0) { ?>

and replace it with

Code: [Select]
<div id="latest-ads">     
<?php osc_reset_latest_items(); ?>         
<?php if( osc_count_latest_items() == 0) { ?>

What was missing was the <?php osc_reset_latest_items(); ?>   just before the <?php if( osc_count_latest_items() == 0) { ?>

Please let me know if that solves the problem
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 01, 2013, 10:01:11 pm
HI am using the realstate theme downloaded from the osclass site...

I am experiencing the following doubts and i hope you can help me out on each of these points:

1. When i do a search no results come even if i place words that are in certain adverts...

2. When i click a category the following page display: "Search Results" instead of the category page

3. I get a lot of adverts in the main page.. can i show only the latest 10?

4. The images for the latest items in the main page are distorted. how can i display them correctly?

5. In the advert page (item.php) would it be possible to show the thumnail pictures on the right hand side of the main picture verticaly instead in the bottom? Is it possible to make the main image bigger. (no zooming just as it is). see an example here: http://coolcarousels.frebsite.nl/c/11/coolcarousel.html

hope you can help me out. am stuck on the code...

Title: Re: Refurbished Real Estate Theme
Post by: pablo22 on November 01, 2013, 10:16:40 pm
Quote
3. I get a lot of adverts in the main page.. can i show only the latest 10?


setting > general > latest listing shown = 10
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on November 01, 2013, 10:30:33 pm
@botorosa, where did you download the real estate theme?
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 01, 2013, 10:44:56 pm
Hi I did download the theme from osclass market!
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on November 01, 2013, 10:47:49 pm
The theme from osclass market is a bit bugged and not optimized for the latest version of osclass. Maybe you could try the one attached to this thread. Follow the link provided below and download both the theme and plugin as the two are interdependent.

http://forums.osclass.org/real-estate/refurbished-real-estate-theme/
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 01, 2013, 10:59:16 pm
Hi again Adjet but i have made so many modification on item.php and main.php that if i load again i will loose everything i done... and i was seing the new one have the image zooming that i dont like at all. I like the image showing as it is now but just want the thunmbnail pictures on the vertical right hand side of the main picture... Can i maintain both item.php and main.php if i install the new theme? Also i am not going to use for houses etc but for buy/sell cars. Is that pluginn can be adapted to have ca4r fields?
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on November 01, 2013, 11:02:15 pm
I am not sure about that  :(. The only way to find out is to try. Make sure you back up your current theme. All I know is that the real estate theme from the market was so bugged that it took me some time to come up with the refurbished one. You could experience some more difficulty in future, unless the osclass team fix it themselves.
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 01, 2013, 11:17:33 pm
OK got you theme working now but images have zooming and i want it like http://coolcarousels.frebsite.nl/c/11/coolcarousel.html is it possible??
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on November 01, 2013, 11:27:36 pm
Yes it is possible but it would really mean changing quite a number of things, especially disabling the lightbox (which you hate) and changing the position of the thumbnails. I have seen the bender 1.0 osclass theme has the layout which you desire but not the functionality. Maybe you could start by looking at bender's item.php...
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 01, 2013, 11:36:25 pm
Hi AjNet the realstate from osclass had it as well but the thumbnail was in the bottom of the main image. I want just to put these images verticaly on the right of the main image... is this difficult to do??

On the other hand the bender theme haves the positions of the images as i like but have the zooming yes i dont like at all...

So I have been messing with styles.css but i can figure it out how can i put the thumbnails vertila just on the right of the main image in the osclass realstate theme... and i have been messing with benders main.css but cant do it.. if this code was in HTML would be much easier to play with tables codes but with Divs its complicated...

Do you think you caoul pick the bender theme and take off the zooming such as mouserin and mouseover work without the zooming.?
Title: Re: Refurbished Real Estate Theme
Post by: botorosa on November 02, 2013, 01:05:22 am
Yes it is possible but it would really mean changing quite a number of things, especially disabling the lightbox (which you hate) and changing the position of the thumbnails.

How can i do this? which files i need to change? please give a help so that i can have this on my site. thanks.
Title: Re: Refurbished Real Estate Theme
Post by: AdNet on November 03, 2013, 12:37:46 pm
Hi guys. Thought I should let you know that if you need any customization for this theme or plugin, please inbox me. I will do it for you at a small service charge (more like buy me a beer)  8) 8)

Also, if you need a completely new real estate theme with certain custom features, design and layout, inbox me ASAP.
Title: Re: Refurbished Real Estate Theme
Post by: sugeshrajs on November 14, 2013, 08:02:09 am
Hi,

I had a problem with this theme.

In this the premium items category is showing wrong in the front page as well as the search page.  It should show "Land and plot for sale" but actually it is showing "House and Villa for sale".  When i noticed it is changing when each items are posted.  Some times it is "land and plot" / "house and villa for sale" / "house and villa for rent" etc.  It is not showing the actual category.

Another thing is the price of the item.  It is showing free in the front and search page.  But actual it should be "check with the seller".  When we put blank in the price page it should show "Check with seller", when we put zero in the price it should show "Free".  While making an item to premium the "check with seller" is changed to "Free"

Screen shots of all the items is attached and marked in red.  Please help me to clear this bug.

Thanks
Sugesh Raj S
http://www.keralarise.com/
Title: Re: Refurbished Real Estate Theme
Post by: thedon on November 22, 2013, 08:34:00 pm
Which version of osclass are you using?

i am using version 321
Title: Re: Refurbished Real Estate Theme
Post by: deniss on December 09, 2013, 09:51:15 am
Yes your re-gig  looks good, but i only found my way here because my locations won't load, i only use one country same as you, does it work ok on your one?
Title: Re: Refurbished Real Estate Theme
Post by: ahmed on January 17, 2014, 05:23:02 pm
the theme is really awesome, very small issue, the language switch is not working in the latest version, also small inquiry, how can I add the categories in the main page like in the classic realestate theme.
Title: Re: Refurbished Real Estate Theme
Post by: romantica on February 04, 2014, 01:50:44 pm
hello, can you tell me how to bring up the meta tag by putting it in head.php nothing appears!
thank you
Title: Re: Refurbished Real Estate Theme
Post by: myhero on February 19, 2014, 02:03:40 am
The real estate attributes plugin does not seem to be working with the theme. Filters are jumbled and there is no field to select/enter attribute values.
Title: Re: Refurbished Real Estate Theme
Post by: myhero on February 19, 2014, 05:39:36 pm
Hi all,

I'm adjusting the item page and found the following problems with the layout, I've replaced most of it with the default real estate item page.

However I still have these issues:

Screenshot one:

1) The author box is 'out of the box'
2) The item last line in the item description is on top on the social share icons
3) The recapcha 'Help' link is behind the send button

Screenshot two:

4) The real estate attributes plugin does not work - no sliders / option to input the attribute
Title: Connecting javascript
Post by: razmesti on February 26, 2014, 03:27:11 pm
Please help to connect this template .description here this javascript  http://members.shaw.ca/sites/AbsoluteBeginners/beginner1.htm (http://members.shaw.ca/sites/AbsoluteBeginners/beginner1.htm)
Did everything as written does not work
script below
Title: Re: Refurbished Real Estate Theme
Post by: rizwan65 on April 16, 2014, 06:53:32 am
Hi
I have installed this theme (Referbished Real Estate) with OSClass 3.3.2

I want to change Region/Cities drop down instead of autocomplete
Could you please help in this regard
Title: Re: Refurbished Real Estate Theme
Post by: nate88 on May 05, 2014, 06:10:22 pm
This theme is really nice, but it seems the creator has abandoned ship.

There are lots of bugs to fix  :'(
Title: Re: Refurbished Real Estate Theme
Post by: maggiau on May 27, 2014, 08:02:56 pm
I like some aspect of this theme :-) but Is it languages compatible ? My site is in French ...
Title: Re: Refurbished Real Estate Theme
Post by: dcmhomebuyers112 on May 29, 2014, 05:59:50 pm
The price of any item (including residential real estate) is determined by ‘supply and demand’. If many people are looking to buy an item and the supply of that item is limited, the price of that item increases.
Title: Re: Refurbished Real Estate Theme
Post by: gede on June 26, 2014, 11:26:17 pm
Hello!
This theme have problem with translation. I found this path:

Code: [Select]
RefurbishedRealEstate/languages/languages/en_US/theme.po
Should be:

Code: [Select]
RefurbishedRealEstate/languages/en_US/theme.po
This theme also has problems with the translation plugin osclass installed in dashboard(pt-br).
Title: Re: Refurbished Real Estate Theme
Post by: bernascoginger on April 03, 2015, 05:46:32 pm
Hello Adnet,
 How do I change/Add Logo to the site. The Adding Logo Settings does not show at the Admin
Title: Re: Refurbished Real Estate Theme
Post by: bernascoginger on April 06, 2015, 02:00:03 pm
Hi Adnet,

I have downloaded an updated version of your refurbished real estate theme.
I discovered the following problem:

The Drop down menu for Country/Region select only shows region of one country. Especially "regions" of the first country on the "Country" options.

Please help me to solve that. my website is www.cynmart.com (http://www.cynmart.com)