Long descriptions overlaps the available tab space
This topic contains 14 replies, has 4 voices, and was last updated by Denis P 6 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
May 19, 2019 at 2:57 am #487363
Long descriptions overlaps the available tab space. is there any fix for that?
May 19, 2019 at 3:01 am #487365This reply has been marked as private.May 19, 2019 at 9:34 am #487397That 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
May 19, 2019 at 1:44 pm #487410You 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.
May 19, 2019 at 2:25 pm #487417Hi. 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.
May 19, 2019 at 2:49 pm #487419also [gd_location_description] seem not work so i cannot use it alternatively
May 19, 2019 at 2:55 pm #487420This reply has been marked as private.May 19, 2019 at 4:23 pm #487426Hi 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;}May 19, 2019 at 4:54 pm #487428.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 muchMay 19, 2019 at 5:14 pm #487429Unfortunately my code makes other tabs like map to break, im still looking for a complete solution
May 19, 2019 at 5:22 pm #487430also .geodir-tabs-content p {float:left!important;} breaks the review tab. is there any way to specify the code only for Profile Tab?
May 20, 2019 at 3:16 am #487468Hi 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;}May 20, 2019 at 5:50 am #487491that 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.May 20, 2019 at 2:27 pm #487578Hi 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; }May 21, 2019 at 12:49 am #487672.geodir-tabs ul.geodir-tabs-content { float: left !important; width: 100% !important; padding-right: 15px !important; }that fixes everything!
thanks a lot -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket