"Special Offers" tab issue

This topic contains 4 replies, has 2 voices, and was last updated by  Alex Rollin 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #407519

    Joy
    Buyer
    Post count: 1076

    Hello, I am using the special offers as an admin section to setup for a widget area(show_special_only), but I would like to hide the actual tab from the front-end.

    It’s disabled from appearing in the settings, but the tab still appears. How do I remove it? Thank you.

    #407528

    Joy
    Buyer
    Post count: 1076

    Figured it out. I was using this but for some reason I needed to refresh my page to activate.

    
    
    // this line tells the tabs function to run our new function to remove a tab
    add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_remove_tab');
    // this function removes the tab to the tabs list
    function geodir_detail_page_tab_list_remove_tab($tab_array)
    {
        // the $post var contains all the listing info so we can add conditions
        global $post;
        // only remove the tab if the post type is <code>gd_place</code>
        if ($post->post_type=='gd_place') {
            unset($tab_array['special_offers']);//remove the tab
        }
        return $tab_array;
    }
    #407538

    Alex Rollin
    Moderator
    Post count: 27815

    Neat!

    what plugin will you be working with for the special offers?

    #407539

    Joy
    Buyer
    Post count: 1076

    Not sure I follow your question.

    I’m using the Code Snippet plugin to add this above code to my site. We won’t be using “Special Offers” at all on the site, so at this time it’s just being removed as we’re only using it to populate a widget.

    #407544

    Alex Rollin
    Moderator
    Post count: 27815

    Ah, ok, I misunderstood, I thought you were making some kind of specials offer super integration or something with another plugin that provided a widget that will be used in that tab (if there is X).

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount