• Resolved jrundle13

    (@jrundle13)


    Hi

    I was testing out your plugin today with Divi Theme with Elegant Themes and have issues with side bar.

    I could not get a sidebar show up and without it – it does not look right.

    Any suggestions?

    I was then also looking at getting your map plugin.

    How much work would I have to do to get this working correctly?

    Love that you are an Australian and would love to support Australian company, being that I am.

    Any help would be greatly appreciated.

    Thanks Janet

    https://www.ads-software.com/plugins/easy-property-listings/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Hi Janet

    Thanks for your feedback and support.

    Nice looking theme Divi is and we should be able to get that working for you.

    Once you’ve created an account I’ve started a topic and posted your request here

    Now you can get me a copy of that themes single.php, archive.php and index.php from the Divi Theme And I’ll see what I can do for you.

    You can also forward thoes files to [email protected]

    Plugin Author Merv Barrett

    (@mervb1)

    Hi Janet,

    I’ve added the template files that work fith the Divi theme here.

    Elegant Theme Divi Tempaltes for Easy Property Listings

    What I did was renamed index.php to single-listing.php

    Removed all the code between

    <article id="post-......"> && </article>

    inserted the EPL Single Function

    <?php
    if ( function_exists('epl_property_single') ) {
    	echo epl_property_single();
    }
    ?>

    Added that themes comment box under the Easy Property Listings function.

    <?php
    if ( comments_open() && 'on' == et_get_option( 'divi_show_postcomments', 'on' ) )
          comments_template( '', true );
    ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to use with Divi Theme by Elegant Themes’ is closed to new replies.