Viewing 11 replies - 1 through 11 (of 11 total)
  • You said that when you activate the plugin footer gets “uncentered” if so I would say the plugin.

    But I would also check the markup as well. There are couple of unclosed divs as well.

    Emil

    Thread Starter akedv

    (@ak71)

    Hi Emil,

    thanks for your answer! but the w3c validator gives me exactly the same 9 errors no matter if the plugin is active or not.

    i compared the html source of the page with activated and without the wp-property plugin, and the only difference was this line:

    <link rel=’stylesheet’ id=’wp-property-frontend-css’ href=’https://www.personalpropertyservice.com/wp-content/plugins/wp-property/templates/wp_properties.css?ver=1.36.3&#8242; type=’text/css’ media=’all’ />

    so the problem seems to be inside wp_properties.css, but where?

    Check your modifications please, it could be that the issue is there. Not all errors are the problem, however I would fixed stray and unclosed divs such as </body> and <div id="footer" class="clearfix">

    Emil

    Thread Starter akedv

    (@ak71)

    Hi Emil,

    i solved almost all problems on he w3c-validator, but the problem still occurs, any hints? the plugin developers haven’t responded to my question yet ??

    regards
    alex

    Looks good now, did you manage it?

    Emil

    Thread Starter akedv

    (@ak71)

    Hi Emil,

    no i just had deactivated the “Load default CSS” in wp-property settings. Now it’s back on, please have a look:
    https://www.personalpropertyservice.com/

    And on the following page the sidebar (starting with “Gallery”) is displayed underneath the content, not at the right side:

    https://www.personalpropertyservice.com/properties/awesome-new-flat-in-ungargasse/

    any hints on these problems?

    Thread Starter akedv

    (@ak71)

    hi Emil, don’t bother, i fixed it… took me some hours though ??

    thx anyway & keep up the good work

    Thread Starter akedv

    (@ak71)

    for the records in case someone has the same problem:

    to fix the footer problem i just added this to my childtheme style.css:

    .clearfix {
    display: inherit;
    }

    the sidebar problem involves editing some of the wp-property core files (better copy them to your theme-folder!), eg property.php and adding some classes to div id=container and id=primary.

    Hi ak71,
    your code :

    .clearfix {
    display: inherit;
    }

    has fixed my problems too.

    I use duotive fortune theme.

    thank you.

    Hi ak71,

    May you share what you did exactly to resolve both issues – footer and sidebar – please?

    I’m experiencing same problem.
    I added te clearfix code but am still experiencing the footer problem.
    I need to correct the sidebar problem too but not sure how.

    Please share thanks!

    I also used your CSS and it fixed all the issues I was having with this plugin except the gallery location. My gallery for each property is under the map. I’ve been trying for a week to fix this, but can’t seem to get it.

    How did you resolve this issue? What did you do?

    Thanks in-advance.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Issue with plugin WP-Property’ is closed to new replies.