Grid / Sorter and Single Page Not Displaying Correctly

Easy Property Listings WordPress Real Estate Plugin Forums Basic Support Grid / Sorter and Single Page Not Displaying Correctly

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

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

  • Author
    Posts
  • #9884
    shary junco
    Spectator

    Hello,

    I followed the directions for manual configuration and tried some variations but I cannot get the grid/sorter to appear on my listing (archive) and also cannot seem to get my details to appear on individual listings (single).

    I have configured my settings for ‘Rentals’ as instructed, I tried creating the page as directed using the same name then changing it afterwards but it was only showing one listing even though my settings were configured properly.

    So decided to use a shortcode on a separate page which shows listings perfectly except for the fact that I cannot get the sort to show.

    When you click a listing it will take you to the individual listing (http://siteURL/rental/rental-name) , however, it only shows the title, image, and description, list a post would, there are no other details for the listing shown.

    I really think there is something wrong with my archive-listing.php and single-listing.php configuration (setup in my theme folder) but I’ve followed the instructions and tried a bunch of different ways, but nothing changes on the front end.

    Here is a sample of my php files below, any help you can offer to get it working as shown in your demo would be greatly appreciated!:

    • This topic was modified 9 years, 5 months ago by shary junco.
    • This topic was modified 9 years, 5 months ago by Merv Barrett.
    Attachments:
    You must be logged in to view attached files.
    #9890
    Merv Barrett
    Keymaster

    In the Single-listing you have placed the snip of code in the wrong place after the loop. It should replace

    <?php get_template_part( 'partials/loop', 'single' ); ?>

    archive-listing.php is incorrect and missing the loop…

    What is the theme?

    #9915
    shary junco
    Spectator

    The theme is JointsWP (http://jointswp.com/)

    The setup of the files are little different, below is the original versions of the sing and archive php files for this theme:

    • This reply was modified 9 years, 5 months ago by shary junco.
    • This reply was modified 9 years, 5 months ago by Merv Barrett.
    #9921
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    #9957
    shary junco
    Spectator

    I have a copy of the theme on GitHub, here is a link to the project I’m working on:
    https://github.com/SiliconHarlem/SiliconHarlemWP

    The theme name is siliconharlem

    #9958
    Merv Barrett
    Keymaster

    Here you go. Add the files to your theme folder. Grid enabled here is a demo.

    #9960
    shary junco
    Spectator

    The attachment appears to be the same as original versions of my theme’s archive and single php files which causes it to break, I see the demo is working great though, what am I missing?

    #9961
    Merv Barrett
    Keymaster

    Here you go. Add the files to your theme folder. Grid enabled here is a demo.

    Sorry about that, totally compressed the original files instead of the edited ones. Here are the correct file this time 🙂

    • This reply was modified 9 years, 5 months ago by Merv Barrett.
    Attachments:
    You must be logged in to view attached files.
    #9970
    shary junco
    Spectator

    Thank you so much! This worked perfectly.

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

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