Giri

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 2,661 total)
  • Author
    Posts
  • in reply to: Odd Issue #394901

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Any way to turn off Category counts? #394899

    Giri
    Expired Member
    Post count: 3155

    Hi, If you are satisfied with the css hack, then the only way to remove it is by editing the original source file.

    If thats the way you want to go,

    This is the file

    /wp-content/plugins/geodirectory/geodirectory-functions/general_functions.php

    Function: geodir_helper_cat_list_output

    Line number: 3033

    Replace this line

    echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';

    With

    echo $cat->name . '</span> ';
    in reply to: Two meta descriptions in detail pages #394896

    Giri
    Expired Member
    Post count: 3155

    ok Thanks

    in reply to: Two meta descriptions in detail pages #394893

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    I have installed yoast seo and tested with supreme theme in my test site. I don’t see any issues. Please try disabling 3rd party plugins one by one.

    If you still see that issue even after deactivating all third party plugins, then i’ll ask my colleagues to try to reproduce this issue in their test site.

    Thanks

    in reply to: Split: Address format in map location bubble #394890

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Questions #394889

    Giri
    Expired Member
    Post count: 3155

    Ok no problem.

    in reply to: Two meta descriptions in detail pages #394888

    Giri
    Expired Member
    Post count: 3155

    Please provide admin login details. I’ll take a look.

    Thanks

    in reply to: Two meta descriptions in detail pages #394883

    Giri
    Expired Member
    Post count: 3155

    When yoast enabled GD will use yoast meta.

    https://wpgeodirectory.com/docs/gd-core-plugin-titles-metas/

    Try clearing your site cache if you have any.

    in reply to: Odd Issue #394880

    Giri
    Expired Member
    Post count: 3155

    Hi Yes,

    It was a bug in whoop.

    Thanks for reporting.

    Follow these steps to fix it.

    File: /wp-content/themes/geodirectory_whoop/post-formats/format.php

    Line: 29

    Replace this part

    <meta itemprop="mainEntityOfPage" content="<?php the_author_link() ?>">

    with

    
    
    
    <meta itemprop="mainEntityOfPage" content="<?php echo esc_url( get_the_author_meta('url') ); ?>">

    Thanks

    in reply to: link business dropdown #394879

    Giri
    Expired Member
    Post count: 3155

    If you are talking about this part, then you don’t need this

    https://wpgeodirectory.com/support/topic/link-business-dropdown/#post-208138

    Those changes already added.

    You can find that in line 1057

    Thanks

    in reply to: Mobile Menu Issue with Location Switcher #394878

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    Without modifying the code its not possible to get 6 results.

    You can check this file.

    /wordpress/wp-content/plugins/geodir_location_manager/geodir_location_hooks_actions.php

    Line number: ~ 1820

    But modifying the value would affect everywhere I guess.

    I’ll assign this to stiofan. He can tell you if there is another way. He will reply you on monday.

    Thanks

    in reply to: Questions #394804

    Giri
    Expired Member
    Post count: 3155

    The setting I mentioned in #6 only adds the links in menus. Not the exact part you mentioned in your screenshot 1. That might require custom coding. So you may have to hire someone.

    Thanks

    in reply to: Questions #394801

    Giri
    Expired Member
    Post count: 3155

    5) If you don’t see any js errors, then i’m guessing it may be a bug.

    If you can post test login details in a private reply, i’ll check whats wrong.

    6)

    Geodirectory > Design > Navigation >
    Show geodirectory navigation in selected menu locations

    in reply to: Split: Address format in map location bubble #394798

    Giri
    Expired Member
    Post count: 3155

    No problem, If it doesn’t work please post wp-admin. I’ll add the code myself and check whats causing the issue.

    Thanks

    in reply to: Attending events feature #394767

    Giri
    Expired Member
    Post count: 3155

    Hi you need to use the RSVP widget in detail sidebar. When the event is not yet started then the widget would display “Are you interested” with yes or maybe. If the user click yes then the user is marked as attending.

Viewing 15 posts - 91 through 105 (of 2,661 total)