Kor
Forum Replies Created
-
AuthorPosts
-
Hi John Marston,
Thanks for your reply. Kindly install the “Code Snippet” plugin and then run the script that I’ve shared earlier. Let us know once you’ve done that and I’ll guide you further adjusting the existing maps into satellite view.
Hi kate kumar,
Thanks for your reply. Sorry, I’m not sure what you’ve done on your end. Could you contact your hosting provider to revert the changes? Then, I’ll get a developer to check on this.
Hi eric Garcia,
Thanks for your post. Kindly share your Website WP admin access here in private reply and we’ll check this out for you.
May 17, 2019 at 8:07 pm in reply to: How to redirect to login page for user wanting to add listing #487184Hi Steve,
Thanks for your post. You can try inserting a “UWP > Login” widget on the sidebar. Let us know how it goes.
May 17, 2019 at 7:56 pm in reply to: Listing title, address, rating/review and description above the content/sidebar. #487181Hi Tony,
Thanks for your reply. Yes, you’ll need to use shortcodes to achieve this. To call the titles, you can use [gd_post_title tag=”h2″] and as for the address, you can use the [gd_output_location location=”detail”] shortcode. Have you given it a try? You should really check out the shortcode builder https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/ if you haven’t already. 🙂
This reply has been marked as private.May 17, 2019 at 7:24 pm in reply to: HR in-between custom fields in GD Output Location on GD Details page #487174Hi Tony,
You’re Welcome and have a nice weekend.
Hi Mark,
Thanks for your reply and I’m sorry for the late response. I’ll notify our developer to check this out again but it would be on Monday. 🙂 Thanks for your understanding.
This reply has been marked as private.May 17, 2019 at 3:04 pm in reply to: HR in-between custom fields in GD Output Location on GD Details page #487113Hi Tony,
Thanks for your reply. Yes, that’s what the code does. Maybe you can replace the code above with the below and see if it works? If it still doesn’t do anything, share your Website WP admin access here in private reply and we’ll check it out.
.geodir_post_meta { border-top:1px solid #75757526!important; }Hi there,
Could you share your Website WP admin access here in private reply so that we could take a look at your GD setup?
Thanks
May 17, 2019 at 8:32 am in reply to: Updating to v2 created a wide gap on my website homepage. #487041Hi Jeremy,
Thanks for your post. Kindly try using the custom CSS code below and see if it helps. Insert into GD > Appearance > Customize > Additional CSS
.content { width: 60%; } .sidebar-primary { width: 40%; } .content-sidebar-wrap { padding:10px; }Hi John,
Thanks for your patience. I’ve just consulted with a developer and he suggested that you insert the custom php code below into your Website. This would force the default map to “Satellite View”. For the existing listings, you can export the listings and change the settings over there. Then, reimport it into back into your Website.
function gd_snippet_170519_map_params( $params, $map_args ) { if ( $params['map_type'] == 'post' ) { $params['maptype'] = 'SATELLITE'; } return $params; } add_filter( 'geodir_map_params', 'gd_snippet_170519_map_params', 10, 2 );This reply has been marked as private.Hi serendipity,
Thanks for your reply. The Linkedin icon is already available and you’ll just need to insert the code below into the textbox as shown in the attached screenshot.
fab fa-linkedin -
AuthorPosts