GeoDirectory SupportGd search in sidebar – GeoDirectory Support https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/feed Sun, 05 Apr 2026 22:05:36 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40152 <![CDATA[Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40152 Thu, 21 May 2015 04:29:45 +0000 hezekiah Good day. Pls when i add the search widget to the sidebar, it doesnt become responsive. Image as been attached
2) In place detail page, whenever user clicks on “reply” to a review, the “cancel reply” link/button doesnt work. I have updated but no changes.
Thank you.

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40217 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40217 Thu, 21 May 2015 17:13:16 +0000 Paolo Hi,

It loks like the theme css is hijacking the search form.

For both things we need a link to have look.

Let us know,

Thanks

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40224 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40224 Thu, 21 May 2015 17:36:13 +0000 hezekiah Thanks for the reply. It’s trustorrun.com

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40228 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40228 Thu, 21 May 2015 17:55:10 +0000 Paolo Please try this:


#main .sidebar .geodir-search select, #main .sidebar .geodir-search input {
    width: 100%;
}

You may want to tweak the button a bit.

Let us know,

Thanks

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40284 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40284 Fri, 22 May 2015 02:35:06 +0000 hezekiah thanks for the reply. With yourhelp I have fixed the search widget. However i still need a solution to the 2nd challenge. can’t cancel replies. How can you be of help. Thank you.

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40335 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40335 Fri, 22 May 2015 14:54:05 +0000 Paolo Hi,

sorry about missing that.

The cancel reply link is covered by the comment form below.

Add this to your css:


#commentform {
    clear: both;
 }

Let us know how you went.

Thanks

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40340 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40340 Fri, 22 May 2015 15:34:30 +0000 hezekiah thank you. problem solved.

]]>
https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40360 <![CDATA[Reply To: Gd search in sidebar]]> https://wpgeodirectory.com/support/topic/gd-search-in-sidebar/#post-40360 Fri, 22 May 2015 17:41:31 +0000 Paolo