Satellite7 Theme Templates for Easy Property Listings

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

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

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

  • Author
    Posts
  • #6890
    charismanz
    Spectator

    Hi are you able to have a look at these files please. I’m unsure of the exact bit to change.
    I have got the names corrected.

    Thanks

    #6905
    Merv Barrett
    Keymaster

    Best to zip the php files and upload the zip

    FIRST one is actually the archive but am not 100% sure, as both are called Single Listing:

    <?php
    get_template_part('blog_single', 'loop');
    ?>

    replace with

    <?php
    do_action('epl_property_blog');
    ?>

    Single Listing

    <?php
    get_template_part(‘blog_full_image’, ‘loop’);
    ?>

    replace with, BUT there are several of them, Each wrapped in an if statement depending on the theme settings. Change them all. But if you re-submit the files as a zip its easier for me to help as its more readable.

    <?php
    do_action('epl_property_single');
    ?>
    #6974
    charismanz
    Spectator
    This reply has been marked as private.
    #6976
    charismanz
    Spectator
    This reply has been marked as private.
    #6999
    Merv Barrett
    Keymaster

    Here are the theme files for the Satelite7 Theme. Very slick WordPress theme and works really well with Easy Property Listings.

    Add this to your CSS to fix the weirdness of the icons until the release of EPL 2.1

    body .property-feature-icons .icon {
    	padding: 0px 10px 4px 25px;
    	width: 20px;
    	height: 20px;
    	overflow: hidden;
    }
    #7000
    Merv Barrett
    Keymaster

    Attached are the template files for the theme and here is a demo of the Satellite7 theme running Easy Property Listings for WordPress

    Attachments:
    You must be logged in to view attached files.
    #7293
    charismanz
    Spectator

    Hi Merv

    If I put the single listing in the theme files, the front end listing only shows the feature image and text.
    With single listing file out of the theme files, the post shows the map and property features etc but its not laid out in a container.

    Thanks

    #7296
    Merv Barrett
    Keymaster

    So not like my demo with the same theme? Any chance of a link to your site?

    #7351
    charismanz
    Spectator
    This reply has been marked as private.
    #7557
    Merv Barrett
    Keymaster

    Easy to fix. This child is not obeying the WordPress rules. To fix all you need to do is place the template files inside a folder called /easypropertylistings

    So in your case:

    wp-content/themes/satellite-child/easypropertylistings/archive-listing.php
    wp-content/themes/satellite-child/easypropertylistings/single-listing.php

    Updated demo using your Child theme

    Single Listing demo

    Archive Page Satellite7 child theme demo
    http://easypropertylistings.com.au/demo/themes/satellite/property/

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

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