GeoDirectory SupportGD Loginbox: My Dashboard Widget Truncated – GeoDirectory Support https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/feed Sun, 09 Nov 2025 05:59:52 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22257 <![CDATA[GD Loginbox: My Dashboard Widget Truncated]]> https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22257 Sat, 22 Nov 2014 03:43:44 +0000 tcsurfski Hi, I am completely new to Geo Directory and am really not a web developer. I’ve managed to get your plugin working ok, but one issue I am having is that it seems the Dashboard widget is not getting enough height and is getting truncated. The net result of which is that an end user cannot add new listings. They simply can’t see that option because of the vertical truncation.

You can check out my site at http://www.tcsurfski.com/paddlespots

I did manage to get the registration redirect working in conjunction with WooCommerce, so I think the add listing functionality will work if I can find out how to fix the widget to have enough height. I have tried moving it around to different locations on the page, but that doesn’t change anything. I even tried creating a new custom sidebar and adding the widget in there, but that didn’t change it either

I am using a Pagelines/DMS Theme with the child theme of Workspace. I have installed all the latest versions plus the latest GeoDirectory plugin

]]>
https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22258 <![CDATA[Reply To: GD Loginbox: My Dashboard Widget Truncated]]> https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22258 Sat, 22 Nov 2014 03:47:15 +0000 Guust Try adding this to your CSS:

section.widget {overflow: visible;}

Let us know how you went.

]]>
https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22301 <![CDATA[Reply To: GD Loginbox: My Dashboard Widget Truncated]]> https://wpgeodirectory.com/support/topic/gd-loginbox-my-dashboard-widget-truncated/#post-22301 Sat, 22 Nov 2014 19:35:27 +0000 Paolo Hi,

the way you added what Guust suggested is wrong. I don’t even know how you manage to add it there… Please remove it.

Once removed go to GD General >> Script >> Custom css

and add this:


.geodir_loginbox {
    min-height: 200px;
}

Let us know,

Thx

]]>