Giri

Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 2,661 total)
  • Author
    Posts
  • in reply to: New Badge #321843

    Giri
    Expired Member
    Post count: 3155

    Check this setting.

    Geodirectory > Design > Listings> LISTING GENERAL SETTINGS > New listings settings > Enter number of days a listing will appear new.(enter 0 to disable feature)
    in reply to: Copyright #321423

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Default Category for Header Search Widget #321142

    Giri
    Expired Member
    Post count: 3155

    I have checked our code. There is no option available to set default post type in home page search form.

    But if you are in a post type page (Ex: yourdomain.com/events) then the current post type will be automatically selected.

    Thanks

    in reply to: Copyright #321139

    Giri
    Expired Member
    Post count: 3155

    Hi Jimmy,

    Use only this code and nothing else. As paolo advised use code snippets plugin. So you don’t have to worry about the updates.

    https://gist.github.com/mistergiri/768694977713a37fa8c6a39390e9914c

    Thanks

    in reply to: Do not show multilocations on home page #319062

    Giri
    Expired Member
    Post count: 3155

    Hi Colin, I have tried to style the location switcher. But your theme styles are overriding ours styles.

    Please take a look at your home page.

    While its little bit better than what you had shown in screenshot, its not perfect.

    I would advise you to use a GD compatible theme. Themes like kleo, avada are compatible with GD. You can also use our Directory Starter theme.

    Thanks

    in reply to: Desing and mobile issues #319010

    Giri
    Expired Member
    Post count: 3155

    Ok Thanks Belen

    in reply to: Detail Page Display Issue #318897

    Giri
    Expired Member
    Post count: 3155

    I’m glad its solved your issue. Thanks for letting us know

    in reply to: How can I change the way images appears? #317186

    Giri
    Expired Member
    Post count: 3155

    Hey can you give us more detail?

    By default detail page images are getting displayed in a lightbox.

    So can you tell us which image you are talking about?

    in reply to: Social Importer / Location Manager #316610

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    It looks like your page broken because of js errors.

    We are looking into it.

    Thanks

    in reply to: Detail Page Display Issue #316585

    Giri
    Expired Member
    Post count: 3155

    Hi I guess thats because the page fully not loaded yet. There might be some js issue breaking the slider.

    Slider uses the same single image for looping.

    Can you give me the direct link to that listing?

    I couldn’t find it.

    Thanks

    in reply to: Problem with Add Photo #315577

    Giri
    Expired Member
    Post count: 3155

    You are welcome Marina and thanks for the code.

    in reply to: Format Tag list and Category list as column #315388

    Giri
    Expired Member
    Post count: 3155

    Hi Christina,

    Try this code in your child theme’s functions.php file.

    
    
    
    add_filter('geodir_details_taxonomies_output', 'geodir_details_taxonomies_output_as_ul', 10, 4);
    function geodir_details_taxonomies_output_as_ul($taxonomies, $post_type,$listing_label, $listing_label_uc) {
        if (!geodir_is_page('detail')) {
            return $taxonomies;
        }
        $post_taxonomy = $post_type . 'category';
        if (isset($taxonomies[$post_taxonomy])) {
            $cats = str_replace(__("$listing_label_uc Category:", 'geodirectory'), '', $taxonomies[$post_taxonomy]);
            $cats = str_replace("</a> and <a", "</a>,<a", $cats);
            $cats = explode(',', $cats);
            $output = "";
            if ($cats) {
                $output .= "<ul class='gd_tax_cat_ul'>";
                foreach ($cats as $cat) {
                    $output .= "<li>$cat</li>";
                }
                $output .= "</ul>";
            }
            $taxonomies[$post_taxonomy] = $output;
        }
    
        if (isset($taxonomies[$post_type . '_tags'])) {
            $cats = str_replace(__("$listing_label_uc Tags:", 'geodirectory'), '', $taxonomies[$post_type . '_tags']);
            $cats = str_replace("</a> and <a", "</a>,<a", $cats);
            $cats = explode(',', $cats);
            $output = "";
            if ($cats) {
                $output .= "<ul class='gd_tax_tags_ul'>";
                foreach ($cats as $cat) {
                    $output .= "<li>$cat</li>";
                }
                $output .= "</ul>";
            }
            $taxonomies[$post_type . '_tags'] = $output;
        }
        return $taxonomies;
    }

    Let me know how that goes.

    Thanks

    in reply to: Problem with Add Photo #315331

    Giri
    Expired Member
    Post count: 3155

    Hi Marina,

    Try placing this code in your child theme’s functions.php file.

    
    
    
    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');

    That would disable the “Add Photo” button

    Thanks

    in reply to: How to get the default Whoop #314316

    Giri
    Expired Member
    Post count: 3155

    Cool. All the best

    in reply to: How to get the default Whoop #314224

    Giri
    Expired Member
    Post count: 3155

    Hi Chris,

    I have explained everything clearly with screenshots in our whoop documentation.

    You probably have not read whoop docs.

    Start here

    https://wpgeodirectory.com/docs/whoop-theme-overview/

    Then check here for widgets

    https://wpgeodirectory.com/docs/whoop-theme-available-widgets/

    If you are planning to use bp compliments with whoop check here

    https://wpgeodirectory.com/docs/buddypress-compliments-overview/

    Lists documentation can be found here.

    https://wpgeodirectory.com/docs/geodirectory-lists-overview/

    Let me know if you have any trouble.

    Thanks

Viewing 15 posts - 1,216 through 1,230 (of 2,661 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount