• Resolved krizalis

    (@krizalis)


    Hi Max,

    Before I upgraded my WordPress to version 3.3.1.. I was using version 3.3.0 and all the listings were working nicely.. After upgrading, new listings I posted wouldn’t appear.. there’s just a blank content area..

    Also.. I’m also using it together with Great Real Estate plugin.. When I deactivated Simple Real Estate Pack Plugin, the listing works.. When I reactivated it doesn’t work.. I am thinking it might be something wrong with the javascript or something?

    Here’s my site with the page that has the listing not working:
    http://www.goldentiming.com/listings/2998-capewood-lane-san-jose-ca-95132/

    Also in order to see the page you will need to have an account there and login.. So I’ve created a dummy account for you to login and see the page.. I’m using the S2member plugin for that:
    Username: jingkai
    Password: abc123

    Thanks~ hope to hear from you soon! šŸ™‚

    http://wordpress.org/extend/plugins/simple-real-estate-pack-4/

Viewing 15 replies - 1 through 15 (of 24 total)
  • Plugin Contributor Max Chirkov

    (@maxchirkov)

    Hi there,

    considering that you have other pages that work just fine (like this one http://www.goldentiming.com/listings/landess-95132/) – you probably forgot to select the correct listing template on that particular page. Got to the page editor and see if that list has the right template selected.

    Thread Starter krizalis

    (@krizalis)

    Hi Max,

    Thanks for the reply.. I’ve checked.. I’m not using any special templates for the listing page.. All I need to make the listing page works is to just set the parent page as the Listings page.. and all the fields for filling up info about listings will be there for me to use.. So I don’t think it is the template’s problem..

    I still cant figure out why the listing wont appear..

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    I can’t really point out a problem from the front-end. If one listing works, the other one should work as well. If you can give me a temporary admin access, I’ll take a closer look. You can email me via this form http://simplerealtytheme.com/contact/

    Thread Starter krizalis

    (@krizalis)

    Hi Max,

    thanks for posting a reply.. really appreciate it.. I’ve sent you a temporary admin account for you to help check the site through your site’s contact us form..

    thanks! and looking forward to hearing from you again!~

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    I can’t find your email… I just tested my form and emails get delivered as expected. Could you please re-send it? Thanks.

    Thread Starter krizalis

    (@krizalis)

    Hi Max.. I just resent the details through your form again..

    see if you got it..

    thanks!

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    No, I still don’t have it… email me at max at phoenixhomes.com

    Thread Starter krizalis

    (@krizalis)

    okay.. i’ve just dropped you an email~

    Thanks!~

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    It’s a very strange behavior indeed. I wasn’t able to pin-point the exact issue, but here are a few things I noticed:

    1. There is a JavaScript warning regarding multiple instances of Google Maps API being loaded. It looks your theme loads the API by default as well as my plugin.

    2. When saving a page from draft to published – the “saving” part never happens. It simply gets stuck and doesn’t update the page/listing. I experienced this issue on different occasions (not just switching from draft to publish) while was creating test listings and pages. It seems to be some sort of JavaScript conflict, since there is an error message during the saving process: “Uncaught TypeError: Cannot read property ‘nodeType’ of null”. I think the error is related to the File Download plugin/widget that you have there.

    Here is what I would try to do to debug this:
    1. Turn debuggin on in the wp-config.php file to see if there are any PHP errors on that listing page. If there are – post them here and I’ll see if this is something I could address quickly.

    2. Switch to the default theme and see if the listing appears. If it does, then you’ll have to work on your theme to resolve the conflicts.

    3. Disable all plugins except GRE and SREP and see if that fixes the issue.

    4. All of the above.

    If that doesn’t help… you could try using template as explained in the instructions and see if that does the job.

    Thread Starter krizalis

    (@krizalis)

    hi Max,

    thanks for pointing out the troubleshooting steps..

    Okay.. I’ve turned on debugging on wp-config file.. and now.. on that page which isnt listing:
    http://www.goldentiming.com/listings/2998-capewood-lane-san-jose-ca-95132/

    I have these errors on the top:

    Notice: wp_deregister_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/goldtm/public_html/wp-includes/functions.php on line 3587
    
    Notice: Undefined variable: cache_needs_updating in /home/goldtm/public_html/wp-content/plugins/s2member/includes/classes/cache.inc.php on line 97
    
    Notice: Undefined index: google-maps in /home/goldtm/public_html/wp-includes/class.wp-scripts.php on line 158
    
    Notice: Trying to get property of non-object in /home/goldtm/public_html/wp-includes/class.wp-scripts.php on line 158
    
    Notice: Undefined index: google-map in /home/goldtm/public_html/wp-includes/class.wp-scripts.php on line 158
    
    Notice: Trying to get property of non-object in /home/goldtm/public_html/wp-includes/class.wp-scripts.php on line 158
    
    Notice: Undefined index: srp_gre_css in /home/goldtm/public_html/wp-content/plugins/simple-real-estate-pack-4/includes/srp-functions.php on line 240
    
    Notice: Undefined index: srp_gre_css in /home/goldtm/public_html/wp-content/plugins/simple-real-estate-pack-4/includes/srp-functions.php on line 240

    What do you think might be wrong?

    Thanks!~

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    Ok. Those are not errors – they are just notices, which don’t affect any functionality.

    There are no fatal errors, which is good, but still doesn’t help to resolve the issue. So, we can eliminate the PHP errors and move down the list I provided.

    Thread Starter krizalis

    (@krizalis)

    Okay..

    I’ve tried both:
    1. Disable all plugins except GRE and SREP and see if that fixes the issue.

    2. Switch to the default theme and see if the listing appears. If it does, then you’ll have to work on your theme to resolve the conflicts.

    and both shows the same result.. the listing still doesnt appear on that page.. the only way to make it appear is to deactivate SREP plugin itself.. >.<

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    Can you switch to Twenty Eleven theme and leave active GRE, SREP and NextGen Gallery? Let me know – I’ll take a look at it.

    Thread Starter krizalis

    (@krizalis)

    Sorry for the late reply..

    I’ve done what you asked.. deactivated all other plugins except for GRE/SREP/Nextgen.. and changed to twenty ten theme..

    However, the listing still doesnt appear..

    Hope you are able to check and see whats wrong >.<

    Thanks~

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    Thanks for getting back to me on that.

    It appears there is a bug – listing info won’t show unless a photo gallery is assigned to it. I went ahead and selected existing NextGen galleries for the listings that weren’t displaying and everything started to work. So, keep that in mind until I release bug fixes in the new update.

    Thanks for working with me on this.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Simple Real Estate Pack not working after upgrading WordPress to version 3.3.1’ is closed to new replies.