Layout Issues

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

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

  • Author
    Posts
  • #1667
    elevatebusiness
    Spectator

    Hi guys I’ve just installed the plugin and created a property to test it out on my theme and the layout isn’t showing correctly.

    This is a single property listing view, everything is over to the left hand side and the bed bath and garage icons are on the far right.

    Is there any way to correct this, im using wordpress 4?

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

    Yes, easy to fix. What theme are you using? can you supply me your single.php and archive.php (zip them up as you can’t add .php files here)

    This doc explains the process

    http://easypropertylistings.com.au/docs/how-to-configure-your-wordpress-theme-template-files-if-required-to-display-your-property-listings-with-easy-property-listings/

    #1679
    elevatebusiness
    Spectator

    Thanks Merv, I’m using BeTheme I just had a look at the single php but couldn’t see the code I needed to remove and replace. I can’t find any archive.php is that usually in the root of the theme directory as well?

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

    Almost got it, replace this line

    get_template_part( 'includes/content', 'single' );

    with the single function

    if ( function_exists('epl_property_single') ) {
        echo epl_property_single();
    }

    Repeat with the archive-listing.php using this function

    if ( function_exists('epl_property_blog') ) {
        echo epl_property_blog();
    }
    #1809
    elevatebusiness
    Spectator

    Thanks mate, there is no archive.php should I create a archive-listing.php using the same code as the single-listing?

    #1812
    Merv Barrett
    Keymaster

    that may not work, is there an index.php or page.php, use that instead first and follow the same steps as above by creating a archive-listing.php file.

    #1932
    elevatebusiness
    Spectator

    Hi mate sorry that didn’t work, from what I can see it has picked up the single-listing.php though but still the layout is full width. Would this happen when themes use full width setting rather than boxed?

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

    It’s just a CSS class in the wrong place, are you able to provide your WordPress Admin and FTP details in here for me to take a look. Press the set as private reply when posting them

    #1937
    elevatebusiness
    Spectator
    This reply has been marked as private.
    #2016
    Merv Barrett
    Keymaster

    Okay, the theme now supports Easy Property Listings.

    Archive Page
    http://elevaterentals.com.au/property/

    Single Listing
    http://elevaterentals.com.au/property/great-family-home/

    #6674
    Mike Lidgett
    Spectator

    Hi,

    I also use BETheme for all my sites for clients, do you have the files replaced to fix above? Id be keen to get my BEtheme working also.

    Regards

    Mike

    #6677
    Merv Barrett
    Keymaster

    Here you go Mike, I must have forgotten to add to the Theme Support forum. The files are here.

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

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