After update listing_open short code not using default property loop

Easy Property Listings WordPress Real Estate Plugin Forums Priority Support After update listing_open short code not using default property loop

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

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

  • Author
    Posts
  • #2238
    Trimson Partners
    Participant

    Hi Merv,

    Sorry to keep bothering you, but I’ve noticed that the default property loop in my template folder is no longer overriding the listing_open shortcode display.

    Here are the pages in question:
    http://trimson.com.au/rent/inspection-times/
    http://trimson.com.au/buy/inspection-times/

    Yet my other pages using the general ‘listing’ shortcode are loading my template override fine.

    I had a look in the shortcode-listing-open.php file and found the following code that I believe is not working for my set up:

    if ( $template ) {
    epl_property_blog();
    } else {
    epl_property_blog_slim();
    }

    When I removed this and just left:

    epl_property_blog();

    It loaded my template overrides correctly. So I suppose my loop override doesn’t override the ‘slim’ template the plugin comes with?

    Cheers,
    Grace

    #2328
    Merv Barrett
    Keymaster

    We left the listing open shortcode to work in reverse to the other shortcodes. Often the inspection list can be really long and inserted into blog posts, the slim keeps the page a bit smaller.

    so to enable the shortcode to use your template without changing the plugin code use

    [listing_open template=”true”]

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

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