• Hi guys, I’m having some troubles with the single property page.
    First the width, I overrided the template files, wrapper-start.php and wrapper-end.php, but still it’s getting bugged. The sidebar is displayed in the footer of the page.
    Also, I’m having problems with the features tabs. They don’t work. When you click on the tab it just scrolls the page up a bit.. Editing the jQuery script I managed to fix the tabs, but the gallery stops working. Also is there a way to hide the unchecked features from the list and show only the features the estate have? Thanks! I’m using Divi as theme. So far is going good.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Tsvetko, Did you manage to solve this problem ? I have the same issue, also build my site using Divi and I have the same problem with the Detail or Single Property page. This question are asked a few times but not really answered as far as I can see

    Hello, please use css codes below:
    .property-info-footer {
    display: none;
    }
    .property-date {
    display: none !important;
    }

    Thank you, but my main problem is with the width of the page, mine still show full width of page and the top go under the divi header and nav bar, you can view it here https://www.cfsnamibia.com/cfs/property/house1/

    I have the same problem.
    If you manage to solve it, I would appreciate it if you would inform me.
    Thank you so much.

    • This reply was modified 5 years, 11 months ago by anrogalv.

    Hi Anrogalv, I managed to solve the single property issue on my site (in divi) this is what I did:

    .single-property div#et-main-area {
    padding-left: 16%;
    padding-top: 140px !important;
    padding-right: 16%;
    }

    .single-agent div#et-main-area {
    padding-left: 16%;
    padding-top: 140px !important;
    padding-right: 16%;
    }

    .post-type-archive-property div#et-main-area {
    padding-left: 16%;
    padding-top: 140px !important;
    padding-right: 16%;
    }

    .property-template-default, .single-property, body.custom-background{background-color:#fff;}
    .ere-light-gallery a.ere-view-video i, .ere-light-gallery a.zoomGallery i{display:none;}

    The last one adjust the gallery overlay, because on my site, it would also open under the top header, this adjust it so the controls become visible.

    Hope it help

    Thread Starter tsvetko.krastev

    (@tsvetkokrastevwf)

    Hey guys! Sorry for the late reaponse.

    @bulletjie, yes. I found solution for all the problems in the topic. Currently, I’m not on a PC, so I can’t really tell what I did. Your solution is good. But I would suggest you a better.
    Read this -> https://plugins.g5plus.net/ere/knowledge-base/how-to-override-templates-via-a-theme/
    And this -> https://plugins.g5plus.net/ere/knowledge-base/edit-sinlge-page-property/

    You will also need to edit the wrapper-start.php and wrapper-end.php from the template files you copy to your theme’s folder. Basically you have to put the Divi’s wrappig divs and closing divs. Once you put them, the width of the page will be just fine.
    DO COPY THE TEMPLATE FILES! This will give you the option to update the plugin without loosing your customizations.

    If there is anything else I can help you with, please contact me. ??

    Hi Tsvetko,

    I see that you also had the problem with the featured tab just moving the page a bit up and down but not showing the features.

    How did you solved that if I may asked ?

    Hi Tsveko,

    I only now had time to look at your suggestion with the template files. I did copy all the necessary templates to the divi ere-templates folder. But may I ask if you can please give me an example on how to edit the wrapper-start and wrapper-end files ? What should I put in there for Divi theme so it will use the divi files ?

    And also please, I can not seem to fix the features on the single property pages . . . it does not open it only jump up a bit but stay on overview ? I saw somewhere that you fixed it what did you do ?

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘About single property page’ is closed to new replies.