Customisation Request

Viewing 15 posts - 1 through 15 (of 17 total)

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

  • Author
    Posts
  • #5563
    Dean
    Spectator

    Merv,

    Great idea paid support. As per our emails.

    1. Add sorting functions with list/grid layout and a horizontal search bar under the map to the following pages.
    a. http://benchmarknational.com.au/buying/
    b. http://benchmarknational.com.au/buying/open-for-inspection/ not sure if you can add advanced maps to this page also and for some reason the excerpt under each property is massive
    c. http://benchmarknational.com.au/buying/land/
    d. http://benchmarknational.com.au/buying/commercial/
    e. http://benchmarknational.com.au/buying/recent-sales/
    f. http://benchmarknational.com.au/renting/ on the map I notice than when it has a 2 to say there is two properties close together it doesn’t really show all of the number 2 and the circle
    g. http://benchmarknational.com.au/renting/rental-open-house/
    h. http://benchmarknational.com.au/selling/

    If you think we should revert to the standard pages they are there just not being used. The current list/grid layout does not work.

    2. WP import is not importing suburbs, so in the search there is none of the suburbs from Properties being imported only the ones that are set-up manually.

    3. Sort function should have an option to sort by office. You will notice that there is staff from 4 different offices. Bankstown, Beverly Hills, Moorebank and Revesby. They want to be able to show properties from just their office

    4. On the single listings for properties for sale, properties for rent no sidebar shows, but on a commercial listing it is showing the blog sidebar. How do I choose what sidebar is shown?

    5. In the sidebar for the single property listings how do I add the Agent with their picture? There pic is set-up under staff?

    6. How do we add social media sharing to single property listings?

    7. ow do I make the directory listing look like this http://rmprealestate.com.au/directory/ ? And can it be sorted and have filters by suburb as this is their offices?

    8. I notice when I click on a pin on the map that the map should move to show the whole property details it does it just cuts it off.

    9. When there are multiple properties close together on the map it has a number this is cutoff. Can only see a quarter of it.

    10. Do the import scripts need to be updated.

    #5564
    Dean
    Spectator
    This reply has been marked as private.
    #5568
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #5574
    Dean
    Spectator

    I have reverted back to all the standard pages as suggested. Thanks

    Only thing we discussed was adding a horizontal search bar across the top under the map, instead of the sidebar down the right. You said you could do this. Can we please add this, I have no idea.

    Can you add to a future release something for office so that a search can be done by properties/rentals/sold/commercial by office?

    #5582
    Dean
    Spectator

    Hi Merv,

    The land page has a MAP but it is showing properties for sale?

    Recent sales has cluster effect not working properly

    Selling has cluster effect not working

    Open for Inspection layout is still all over the place? How do I fix this? This is really the only page that looks bad the rest are looking really good.

    #5605
    Merv Barrett
    Keymaster

    Q. The land page has a MAP but it is showing properties for sale?

    A. Did not think having an empty page looked very good.

    A. The map is set to show all listing types on a single dynamic map. Each property type has a unique icon which can be customised. See here

    Try adding a land listing.

    You can adjust the shortcode in archive-listing.php to display different filters, and even wrap the shortcode in the following.

    <?php
         $listing = get_post_type();
    
         if ( $listing == 'property' ) {
              // Advanced Map Shortcode property
              echo do_shortcode('[advanced_map post_type="property" cluster="false"]');
         } 
         elseif ( $listing == 'rental' ) {
              // Advanced Map Shortcode property
              echo do_shortcode('[advanced_map post_type="rental" cluster="false"]');
         } 
         elseif ( $listing == 'land' ) {
              // Advanced Map Shortcode property
              echo do_shortcode('[advanced_map post_type="land" cluster="false"]');
         } 
         else {
              // Default Advanced Map
              echo do_shortcode('[advanced_map cluster="false"]');
         }
     ?>

    Q. Recent sales has cluster effect not working properly & Selling has cluster effect not working

    A. Just disable the effect by adding cluser=”false” to the shortcode or you can correct your theme CSS. Cluster is better used with 200-300 listings on the map. Never works with a few items. But with a 300 – 10,000…. AWESOME!

    • This reply was modified 9 years, 1 month ago by Merv Barrett.
    • This reply was modified 9 years, 1 month ago by Merv Barrett.
    #5606
    Merv Barrett
    Keymaster

    Q. Open for Inspection layout is still all over the place? How do I fix this? This is really the only page that looks bad the rest are looking really good.

    A. Welcome to the difficulty of a grid system. You can enable masonry jquery grid effect and use JS to align images. Or set the minimum height in your theme CSS file.

    Inside your theme I added CSS for you to easily edit and adjust it based on your content. Change the min-height.

    .epl-shortcode .epl-property-blog {
    width: 30%;
    float: left;
    clear: none !important;
    margin: 0 1em;
    min-height: 470px;
    }
    #5679
    Dean
    Spectator

    Thanks for all the other things.

    Only thing we discussed was adding a horizontal search bar across the top under the map, instead of the sidebar down the right. You said you could do this. Can we please add this, I have no idea. This is really the only thing missing.

    #5688
    Merv Barrett
    Keymaster

    I’ve added the following shortcode [listing_search] to your archive-listing.php file:

    <?php echo do_shortcode( '[listing_search post_type="property,rental,land" search_bath="off" search_car="off" search_other="off"]' ); ?>

    Also added some CSS to your style.css file which can be tweaked for your theme.

    #5693
    Dean
    Spectator

    This was what we discussed via email earlier on. Plssssss. Not a vertical menu.

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

    Set to one line, you’ll have to refresh your browser to download the updated stylesheets.

    What are you skills with WordPress?

    #5866
    Dean
    Spectator

    Wordpress skills are good.

    #6059
    Merv Barrett
    Keymaster

    Site is looking great!

    #6859
    Dean
    Spectator

    Merv

    Thanks for all your help so far. I am learning quickly. I tried adding the code for function my_epl_advanced_map_function() {

    Now all the pages are blank?

    Similar to the map. I also was to separate out all the properties for sale, rent, sold as they are all being listed together. I assume it will be more code like you have given me for the maps within the loop for each custom post type?

    Thanks

    #6932
    Merv Barrett
    Keymaster

    i’ve updated the code above which works on my dev site but white screens the avada theme. may be a bug we have fixed in 2.1

    Each listing type outputs its own page

    /property/
    http://benchmarknational.com.au/property/

    /rental/
    http://benchmarknational.com.au/rental/

    /land/
    /commercial/
    /business/

    To further filter you can use a query override or use a shortcode.

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

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