Long descriptions overlaps the available tab space

This topic contains 14 replies, has 4 voices, and was last updated by  Denis P 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #487363

    Denis P
    Expired Member
    Post count: 134

    Long descriptions overlaps the available tab space. is there any fix for that?

    #487365

    Denis P
    Expired Member
    Post count: 134
    This reply has been marked as private.
    #487397

    Guust
    Moderator
    Post count: 29970

    That seems to come from your page builder.
    I’ll get the others have a look too, I cannot quite find the fix.

    In the meantime, you can use this CSS:

    .geodir-tabs ul.geodir-tabs-content {min-height: 550px;}

    Thanks

    #487410

    Alex Rollin
    Moderator
    Post count: 27815

    You have built an extraordinarily complex layout that pushes the limits for Divi.

    There are several issues in the layout, but these are not issues for GD rendering as far as I can see.

    The content that is showing as overwriting near the grey area is from GD Single taxonomy. I have removed that, you can add it back but we recommend you add it above the single tabs.

    The lower section of related listings is not responding to the height required for the tabs. We will take another look to see if it can be fixed with CSS.

    Please share FTP in case the developers need it for further debugging.

    #487417

    Denis P
    Expired Member
    Post count: 134

    Hi. I cannot understand which thing that i have build is extraordinarily complex? that’s a typical geotheme similar details page. You say that the shortcodes is Divi Compatible. But that’s not a Divi issue, as i can see the issue have to do with the description Tab in gd_single_tabs , all the others gd_single_tabs responding correctly. also in most cases the description an include clean text.

    #487419

    Denis P
    Expired Member
    Post count: 134

    also [gd_location_description] seem not work so i cannot use it alternatively

    #487420

    Denis P
    Expired Member
    Post count: 134
    This reply has been marked as private.
    #487426

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Thanks for your reply. Could you please try using the custom CSS code below and see if it helps?

    .geodir-tabs-content p {float:left!important;}
    #487428

    Denis P
    Expired Member
    Post count: 134

    .geodir-tabs-content p {float:left!important;}
    this fix makes the texts responding to divis Row but not the tab.

    I replace it with that code

    .geodir-tabs-content p, ul.geodir-tabs-content {float:left!important;}

    Now everything its fine!!!
    Thank you so much

    #487429

    Denis P
    Expired Member
    Post count: 134

    Unfortunately my code makes other tabs like map to break, im still looking for a complete solution

    #487430

    Denis P
    Expired Member
    Post count: 134

    also .geodir-tabs-content p {float:left!important;} breaks the review tab. is there any way to specify the code only for Profile Tab?

    #487468

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Thanks for your reply. I only see the background height issue on your review tab. Maybe you can adjust the height using the custom CSS code below.

    .geodir-tabs-content p {float:left!important;}
    
    .geodir-tabs ul.geodir-tabs-content {
        min-height: 550px!important;}
    #487491

    Denis P
    Expired Member
    Post count: 134

    that not complete solve the problem as the Profile tab is still unresponsive. Is there a better solution? i really can find anything.
    Is there any way to sent the description out of tabs? [gd_location_description] seems not to work.

    #487578

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Thanks for your reply. Try inserting the custom CSS code below to adjust that. Let us know if it works.

    .geodir-tabs ul.geodir-tabs-content {
        float: left!important;
        width:100%!important;
    }
    #487672

    Denis P
    Expired Member
    Post count: 134
    .geodir-tabs ul.geodir-tabs-content {
        float: left !important;
        width: 100% !important;
        padding-right: 15px !important;
    }
    

    that fixes everything!
    thanks a lot

Viewing 15 posts - 1 through 15 (of 15 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket