• Resolved Northi

    (@northi)


    Hey there,

    i really enjoy your estate plugin, but the property page destroys the page structure a bit…
    have a look: link

    if you click at “view details” the property is not at the center of the page, like the page before. instead its completely on the left side.
    is it possible to fix that?

    Thx!

    https://wordpress.org/plugins/wprealestate/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor hozyali

    (@hozyali)

    the theme is using a different class for main and left side div.

    try to do this and see if it works.

    open tpl_property_view.php in plugin

    remove this tag <div id=”content” class=”site-content” role=”main”> and add these two
    <div id=”content”>
    <div id=”left-col”>

    close the new div tag accordingly.

    thanks

    Thread Starter Northi

    (@northi)

    thx 4 your answer!

    it seems we are on the right way, the structure is almost fine, but the content is still on the left side. possible to center it?
    Link

    Thanks! Great support!

    Plugin Contributor hozyali

    (@hozyali)

    apologies for long delay. do you still need help with ur last query? I saw the link is not active anymore.

    Thread Starter Northi

    (@northi)

    The Problem is solved – Thx!

    ok, one last question, is it possible to show text if i choose the Property Listing Page in my settings ?
    for example i choose page X, and this page contains content (only text)
    atm the content is hidden, i want the content to show up above the property listing.

    Plugin Contributor hozyali

    (@hozyali)

    the content is not displayed in that page. if you want, you have to add the the_content() function in the listing page. but it will be overwritten if you update the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘broken page structure’ is closed to new replies.