Graha Theme Templates for Easy Property Listings

Easy Property Listings WordPress Real Estate Plugin Forums Theme Support Graha Theme Templates for Easy Property Listings

Viewing 9 posts - 1 through 9 (of 9 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #14869
    Robert
    Participant

    I think I need a hand as far as these page templates go.

    I’ve looked at the documentation related to the hueman theme, genesis theme, xtheme, realto & the default easy property listings theme code. I’m definitely seeing the big picture of how it needs to work, its a small detail I’m missing I think.

    I’m using http://layero.com/download/graha-real-estate-wordpress-theme/. It’s purpose is a listing site so it comes with Ajax search a really cool neighborhoodmaps section that I want to keep integrated, Obviously it has its own “author” agent profiles built in also, it makes sense utilizing those.

    Everything was all gravy till I needed to crunch some realestateview rea-xml feeds. Using feedsync and WPALLIMPORT I was able to make a single-list post display majority of the information from the xml, Taxonomies like Amenities, Bedroom, Bathroom and Property Type seem to not want to connect.
    I’m guessing I’m closer to having a single post display better then an archive grid.

    Thanks for a great plugin.

    • This topic was modified 9 years, 2 months ago by Merv Barrett.
    • This topic was modified 9 years, 2 months ago by Merv Barrett.
    Attachments:
    You must be logged in to view attached files.
    #14872
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #14942
    Merv Barrett
    Keymaster

    Graha Theme Templates for Easy Property Listings

    This is the Graha Real Estate WordPress Theme demonstration site for Easy Property Listings plugin for WordPress. This is default theme configuration (no customization) and a few of the add-on plugins available from the Extensions page.

    Theme Links:

    Attachments:
    You must be logged in to view attached files.
    #15001
    Robert
    Participant

    Merv, thank you so much.
    Uploaded the files and it works smoothly!

    I do have a secondary question related to the listing search widget.
    almost all taxonomies show up when searching (i.e like property-type, post code ect) except suburb.

    Lets just say i have a townhouse listed currently. I want to use the search listing to find it and the search listing isn’t displaying the suburbs currently available.

    Would love to know what the fix would be for this?

    Thank You

    #15002
    Robert
    Participant
    This reply has been marked as private.
    #15004
    Merv Barrett
    Keymaster

    The suburb is handled using the taxonomy so this requires a double entry of the “Location”. You need to add Caroline Springs to the suburb taxonomy. When importing listing from an external source this is automatically taken care of, but with manual entry you need to add the “location/suburb” taxonomy.

    Attachments:
    You must be logged in to view attached files.
    #15009
    Robert
    Participant

    Her Merv, Reason I was concerned is because the post in question was from an external source, pushed into feedsync and wp all import. therefor i assumed that it would work.

    Thanks, Robert

    #16061
    Robert
    Participant

    Hi Merv, Question related to the Google maps API. Does Easy Property Listings install a Google maps API to any core section of the site (like header) or is it within the easy property single-listing.php template.

    Getting a double up of googlemaps JS (see screengrab below)

    Thanks
    – Robert

    Attachments:
    You must be logged in to view attached files.
    #16067
    Merv Barrett
    Keymaster

    It only loads if the [listing_map] shortcode is loaded or it is a single listing.

    This is the core function

    if( is_singular($epl_posts) && shortcode_exists('listing_map') ) {
    	wp_enqueue_script('google-map-v-3','https://maps.googleapis.com/maps/api/js?v=3.exp');
    }

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Theme Support’ is closed to new topics and replies.