Durus Theme Help

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
  • #2342
    davepattz
    Spectator

    Hi,

    Thanks for creating an excellent plugin.

    I have installed the plugin and have experienced the same problem that many others have expereinced, with my listings displaying full width once published.

    I have followed your instructions on how to create and modify the single-listing.php and archive-listing.php files but once saved my listing page goes blank with no content visible at all.

    I am using the Durus theme from ThemeForest.

    If you know of a fix it would be greatly appreciated.

    I have included a zip containing the modified and original files:

    http://nationallandlease.com.au/files/listing-files.zip

    Thanks,

    David

    #2343
    Merv Barrett
    Keymaster

    Hi Dave, glad the plugin can help you.

    This was the difficulty with creating the plugin, every theme developer especially on Theme Forest do themes a bit differently.

    Inside the supplied files are the get_template_part(‘location_and_referenced_files’) lines. In this theme I need a copy of thoes, should be in one of the themes sub folders.

    Single
    <?php get_template_part( 'framework/templates/singlepost/content', $page_type ); ?>

    Archive
    x2 in this one

    get_template_part( 'framework/templates/blog/posts/posts','fullwidthAlternate');
    }
    else { 
    get_template_part( 'framework/templates/blog/blog', $page_type );
    }

    So whats happening in this theme is that the CSS continer which is causing your full width problem is in the linked files, we need that code and then insert the easy property listings functions inside a second file. So we need 4 files for correct integration instead of 2 to keep the theme format.

    Please provide the files inside them and/or provide FTP and WordPress admin access to your site.

    #2345
    davepattz
    Spectator
    This reply has been marked as private.
    #2361
    Merv Barrett
    Keymaster

    Hi Dave, your theme is working now and attahed are the new template files for the Durus Theme

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

    Legend!

    Thank you so much.

    Cheers,

    Dave

    #2381
    davepattz
    Spectator

    Hi,

    Sorry to be a pain but I have finally had the chance to dive in and add some listings but I have noticed quite a few problems.

    1. Archive view is only displaying the most recent listing.
    2. I have created a sidebar that includes a gallery and author but does not display.
    3. The rural demo on your website displays a paragraph of text under Description but mine does not.
    4. Author details do not display in the agent area at the bottom of the listing.
    5. Price and property details continue to spread across the page.

    The plugin is so close to being perfect for me but I realise that most of these problems are probably due to the theme conflicting with the plugin. If there’s too much work to get it to run properly I will try another plugin or service.

    Cheers,

    Dave

    #2385
    Merv Barrett
    Keymaster

    Hi Dave,

    1. Archive view is only displaying the most recent listing.
    — Oops, just checked the archive-listing.php and boom, was missing the WordPress loop code. Your theme used 3 files and the loop was in the last. Working correctly now.

    2. I have created a sidebar that includes a gallery and author but does not display.
    — You’ll have to move the code from blog-sidebar.php into the archive-listing.php or get us to do custom work for your theme.

    3. The rural demo on your website displays a paragraph of text under Description but mine does not.
    — The WP Listings plugin was conflicting with Easy Property Listings. Disable it to get the text to display correctly and correct several other issues.

    4. Author details do not display in the agent area at the bottom of the listing.
    — Disable WP Listings. & the template was missing the loop info. Corrected now

    5. Price and property details continue to spread across the page.
    — Again missing sidebar code from your theme. We can do custom work for you.

    Should not take more than 2 hours to edit the templates for you.

    #2386
    Merv Barrett
    Keymaster

    Also your issues are present with WP Listings also. Your theme has been coded against WordPress standards coding practice. Just needs a bit of minor adjustments.

    The alternative to the sidebar is to create a page called “Rural For Sale”

    Then use the shortcodes to display your listings eg

    [listing post_type=”rural”]

    http://easypropertylistings.com.au/section/short-codes/

    #2389
    davepattz
    Spectator

    Thank you for doing that for me. I really appreciate it. Would be able to shoot me through a quote for the custom work so we can fix the last couple of issues. Thanks.

    #2418
    Merv Barrett
    Keymaster
    This reply has been marked as private.

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.