Kor
Forum Replies Created
-
AuthorPosts
-
Hi joe,
I’m able to see some console errors on your Website http://prntscr.com/f3kme9 . 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.
Thanks!
May 3, 2017 at 10:35 am in reply to: Listing Description (Required Field) Not Recognizing Description Input #376674Hi Jennifer,
Sorry for not paying much attention here. I’ll ask a developer to check this out for you.
Thanks!
May 3, 2017 at 10:08 am in reply to: Geo directory search results showing blog articles as search results as well #376670Hi debasis,
I’ve just checked your Website and I’m able to see the issue there. 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.
May 3, 2017 at 9:24 am in reply to: Listing Description (Required Field) Not Recognizing Description Input #376665Hi Jennifer,
Sorry for the delay in response. I’ve just checked your Website and I’m able to replicate the said issue. Could you please try deactivating non-gd plugins and see if it fixes the issue?
Thanks!
Hi Carel,
You can try to find a developer here https://wpgeodirectory.com/support/forum/geodirectory-jobs/ or other Websites that offers customization.
Thanks!
Hi Margie,
I’ve just spoken with our developer you would need to use the code below to achieve what you needed there. Kindly download the “Code Snippets” plugin and insert the code below.
// Display comment author first name & last name as a reviewer. function gd_custom_comment_author_first_last_name( $author, $comment_ID, $comment ) { if ( !empty ( $comment ) && is_object( $comment ) && !empty ( $comment->user_id ) && $user = get_userdata( $comment->user_id ) ) { if ( !empty( $user ) && ( !empty( $user->first_name ) || !empty( $user->last_name ) ) ) { $author = trim( $user->first_name . ' ' . $user->last_name ); } } return $author; } function gd_custom_plugins_loaded() { add_filter( 'get_comment_author', 'gd_custom_comment_author_first_last_name', 10, 3 ); } add_action( 'plugins_loaded', 'gd_custom_plugins_loaded' );Hi Kristina,
What you needed there requires very complex customization and we can’t help with custom implementations. You can try to find a developer here https://wpgeodirectory.com/support/forum/geodirectory-jobs/ or other Websites that offers customization. I hope you understand.
Thanks!
Hi Nap,
Yes, that’s possible but it requires customization which we do not provide, unfortunately.
Thanks!
Hi Carel,
You can display categories on the listing page using this option http://prntscr.com/f3hr8p . But by default, the icons won’t be displayed on the categories and would require customization to achieve that.
Thanks!
Hi Juan,
Ok, since the issue still persists, 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 Juan,
Could you please make sure that all Gd plugins are uptodate? If the issue persists, 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.
May 2, 2017 at 6:43 pm in reply to: gd-login page only shows login, no create account/register option #376608Hi JR,
Try switching “On” this option in Settings > General > Membership > Anyone can register http://prntscr.com/f3c7jf
Thanks!
Hi Ron,
This looks like something is conflicting with the inquiries form. Did you add any new plugins lately? Try deactivating all non-gd plugins and see if it works.
Thanks!
Hi Czar,
Thanks for your prompt reply. Due to the structure of your theme. I have to use the “GD Home Right Section” as shown in this screenshot http://prntscr.com/f3bqmb to insert GD widgets on the GD homepage.
Thanks!
Hi Czar,
Which Website are you working on right now? http://ipz.mydevhouse.com/buy-local/ or http://www.ipzauburn.com/buy-local/ ? Share the WP admin access for the Website you’re planning to use GD.
Thanks!
-
AuthorPosts