Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #850146

    Hello

    I realise you do not support other plugins, but I think this might be a theme issue so hoping you might be able to help.

    I have installed Easy Property Listings and set up an example rental property.

    I have customised it to get it looking how I want however there are 2 things (the second you may say talk to the plugin people):

    1. There is a repeat of the posts that appears below the listing on the main rental page and the listing page, sort of like a related entry, yet I have this disabled in settings so cannot understand why it is there, how can I remove it?

    2. The maps and address elements do not show up at all on a listing, just a big white space

    I have provided login and relevant links below as site in maintenance mode

    #850329

    Hey sensiblekaren,

    Please try the plugin on the default WordPress to see if the problem persists. This will determine if this is a theme specific problem.

    Best regards,
    Jordan Shannon

    #850402

    Hi Jordan

    I viewed with twenty seventeen and problem no. 1 goes away, there is no repeat post. I need to work out how to get rid of this when using Enfold.

    I managed to get maps working by pasting in coordinates so that is ok.

    Many thanks
    Karen

    #850623

    Hi Karen,

    Looks like Enfold is trying to show the post as the blog post. You can hide it with the code below.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .epl-listing-single.epl-property-single + article.post-entry {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #850624

    Thank you! That worked on single posts, great! But not for the archive page where rental listings are displayed, is there something else I need to add to remove that?

    #850629

    Would like it to look like the enfold / easy property demo http://easypropertylistings.com.au/demo/themes/enfold/property/

    #850897

    Hi Karen,

    Sure, I could not get to that page yesterday, for some reason.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .archive article.post-entry {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #852542

    Thank you so much

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Easy Property Listings and Enfold’ is closed to new replies.