Kor
Forum Replies Created
-
AuthorPosts
-
Hi Dale,
Not sure what you mean. Are you referring to the hyperlinks? If not, could you share some screenshots of what you’re trying to achieve there?
Thanks!
Hi rigots,
I’ve just checked this page http://www.partycoop.com/event-services/california/san-jose/photography/calypso-media-group/ and it looks like you’ve figured it out. http://prntscr.com/emqfe2 . If you want to eliminate all white background colors on the sidebar. Apply the custom CSS code below.
.sd .content-box, .sd .content .entry, .sd #geodir_content, .sd .sidebar .widget, .sd .geodir-content-right .geodir-company_info, .sd .geodir_full_page .geodir-category-list-in, .sd .geodir_full_page .geodir-loc-bar { background-color: gainsboro; }Thanks!
Hi Andrew,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Mak,
Could you try using the PHP code below and see if it works? Please insert the code in the “Code Snippet” plugin then activate it. https://wordpress.org/plugins/code-snippets/
add_filter('gd_adv_search_btn_value','_my_adv_search_button'); function _my_adv_search_button($btn){ $btn = '<div class="search-text">My Text</div><span></span>'; return $btn; }Hi Tony,
Replace the code with the below and see if it’s what you’re looking for.
add_filter('gd_adv_search_btn_value','_my_adv_search_button'); function _my_adv_search_button($btn){ $btn = '<div class="search-text">My Text</div><span></span>'; return $btn; }Hi Leanne,
This section of the documentation should lead you to the correct path https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
Thanks!
Hi Leanne,
Our developer just checked your Website and the reason the issue it happens is because of insufficient PHP memory limit. We’ve increased it for you and everything should work fine now. Also, I’ve edited the “Phone” custom field so that it displays on the listing page https://wpgeodirectory.com/docs/core-place-settings/#show . Could you please check on it and see if it’s what you’re looking for?
Thanks!
Hi Joy,
It seems to work on my end http://prntscr.com/emmond . Did you click on the near checkbox?
Thanks!
Thanks for the help Joy. 🙂
Hi Jotomas,
Kindly review this section of the documentation as it explains more about the functionality. https://wpgeodirectory.com/docs/search-filters-overview/#redirect
Hi Joy,
Thanks for the explanation you’ve provided.
This reply has been marked as private.March 21, 2017 at 11:24 am in reply to: Maps have gone from admin default location and places #368806Hi Duster,
You’re Welcome and please let us know if you need anything else.
This reply has been marked as private.Hi Jason,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
This reply has been marked as private. -
AuthorPosts