GeoDirectory SupportAvada Detail Page Widget Issues – GeoDirectory Support https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/feed Tue, 24 Feb 2026 22:56:40 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33227 <![CDATA[Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33227 Sat, 07 Mar 2015 15:59:02 +0000 getawaydigital Noticed a couple of issues with the top and bottom detail page widgets using Avada.

Top Widget layout is going to edge of page and the bottom widget the layout is breaking.

Also is it possible to hide the details from the sidebar that are appearing in the More Info tab?

http://test.love-weymouth.co.uk/places-to-stay/united-kingdom/dorset/weymouth/bandbs-and-guest-houses/the-channel-guest-house/

I will PM login info

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33228 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33228 Sat, 07 Mar 2015 15:59:55 +0000 getawaydigital https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33232 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33232 Sat, 07 Mar 2015 16:16:48 +0000 Simone Hello, add this to your style.css


.geodir_full_page {
    clear: both;
}

to remove fields from the sidebar, go into your post type settings (e.g. Place to stay settings) and in the desired (or undesired in this case) field, set “Show in sidebar” to “No”

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33246 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33246 Sat, 07 Mar 2015 18:24:22 +0000 Paolo let us know if we can set this as resolved.

Thx

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33366 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33366 Mon, 09 Mar 2015 09:58:36 +0000 getawaydigital Hi Paolo and Simone

That CSS has sorted out the bottom widget placement but the top widget is still stretching across page to edges of the site. You can see it here, not sure why but last link in thread throws up a 404 sorry.

http://test.love-weymouth.co.uk/places-to-stay/united-kingdom/dorset/weymouth/bandbs-and-guest-houses/channel-guest-house/

Would still like to know if it’s possible to hide the details from the sidebar that are appearing in the More Info tab? I am guessing the answer is a no but would be really useful if you could.

I probably sould be asking this next point in a different thread, sorry, but I have been trying to find where I can change settings so that a listings description when being added can use a text editor. I just can’t find where to do it anywhere can it be done?

Cheers, Andy

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33380 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33380 Mon, 09 Mar 2015 12:28:09 +0000 Simone Hi Andy, try adding the following


section#text-6.widget.geodir-widget.widget_text {
padding-left:30px;
padding-right:30px;
}

To add details from the more info you can go to the post type settings, e.g. Place settings, and in the right side you will find the fields. Expand the desired field and set “Show on detail page” to “No”

To add the editor in the Description go to Geodirectory / Design / Listing tab and then at the bottom “Show description field as editor” and choose your post type.

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33530 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33530 Tue, 10 Mar 2015 14:04:30 +0000 getawaydigital All sorted now with this many thanks , Andy

]]>
https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33555 <![CDATA[Reply To: Avada Detail Page Widget Issues]]> https://wpgeodirectory.com/support/topic/avada-detail-page-widget-issues/#post-33555 Tue, 10 Mar 2015 18:10:14 +0000 Simone