Kent Grabau

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 42 total)
  • Author
    Posts
  • in reply to: Log Out #418062

    Kent Grabau
    Expired Member
    Post count: 67

    That’s works perfectly! Thanks for the help!

    in reply to: Log Out #418060

    Kent Grabau
    Expired Member
    Post count: 67

    Great! I’ll look into that. Thanks.

    in reply to: Log Out #418056

    Kent Grabau
    Expired Member
    Post count: 67

    It’s the GD login, in the menu bar. I just figured out how to add a logout button, but it’s kinda clunky this way.

    https://www.hometowntourusa.com

    in reply to: Adding Tabs #417609

    Kent Grabau
    Expired Member
    Post count: 67

    Never mind. I had a typo.

    But, now that I have a new tab showing, how does the author populate that tab with info? When I clicked to edit the tab, there’s no field for that tab.

    in reply to: Adding Tabs #417605

    Kent Grabau
    Expired Member
    Post count: 67

    I tried using this code but the new tab isn’t showing. It should show in the Businesses type. http://www.hometowntourusa.com

    add_filter(‘geodir_detail_page_tab_list_extend’, ‘geodir_detail_page_tab_list_extend’);

    function geodir_detail_page_tab_list_extend($tab_array) {
    if ( ‘gd_businesses’ == get_post_type() )
    $tab_array[‘my_new_tab’] = array(
    ‘heading_text’ => __(‘More’,GEODIRECTORY_TEXTDOMAIN),
    ‘is_active_tab’ => false,
    ‘is_display’ => apply_filters(‘geodir_detail_page_tab_is_display’, true,’my_new_tab’),
    ‘tab_content’ => ”);
    return $tab_array ; }

    in reply to: Adding Tabs #417576

    Kent Grabau
    Expired Member
    Post count: 67

    So, how would I edit the above code to add a “Menu” tab just for the “Restaurant” CPT? Would this work?

    if ( ‘gd_restaurants’ == get_post_type() )

    But, how would I create another custom tab for another CPT? Just add more of these scripts with the respective gd types?

    in reply to: Add tab with authors products #416477

    Kent Grabau
    Expired Member
    Post count: 67

    Looks easy enough to add the tab, but I don’t understand how to add the woocommerce products into that tab. I looked over the ‘Integrating a plugin’ but that’s for a formidable form.

    in reply to: Edit Text On The Claim Pop Up #416062

    Kent Grabau
    Expired Member
    Post count: 67

    Got it! That’s almost too easy! LOL Thanks again, Alex.

    in reply to: Geolocation Breaks Page #416057

    Kent Grabau
    Expired Member
    Post count: 67

    Thanks, Kiran. I really appreciate the fast responses to all of my site issues.

    in reply to: Geolocation Breaks Page #415940

    Kent Grabau
    Expired Member
    Post count: 67

    I deactivated all non GD plugins and then activated, one at a time. The site still loads on the left half of the screen.

    in reply to: Geolocation Breaks Page #415912

    Kent Grabau
    Expired Member
    Post count: 67
    This reply has been marked as private.
    in reply to: Edit Text On The Claim Pop Up #415910

    Kent Grabau
    Expired Member
    Post count: 67

    I found it but poedit only allows for translations to be made, not edits of what’s already there.

    The way this pop up is, right now, causes some confusion. The text asks a question but doesn’t supply an answer. I’ve been testing the site with many people across the country and ALL of them have said the same thing. This morning, I happened to mouse over the question and noticed that it’s linked. When clicking on it, there’s the answer! But, it’s not obvious that you have to click it to find out what the claim process is. Instead, let’s not ask the question at all. Let’s just provide the answer without having to click on anything.

    in reply to: Edit Text On The Claim Pop Up #415897

    Kent Grabau
    Expired Member
    Post count: 67

    I looked through the .po file twice, but don’t see what I’m looking for.

    I need to change the text “What is the claim process?” on the pop up that comes up when you click on “Business Owner?”. It needs to say, “Claim Your Listing”.

    in reply to: Listing Page Slider is Suddenly Full Page Width #415893

    Kent Grabau
    Expired Member
    Post count: 67

    I haven’t even looked in Theme compatibility. It must have defaulted to that when I tried to use Avada to edit the About page. Thanks, if I see that happen again, I’ll know what to check.

    in reply to: Slider for Popular Post Featured Widget #415792

    Kent Grabau
    Expired Member
    Post count: 67

    Well, not exactly what I had in mind but I guess it might work, for now. The way Netflix does it, is really much better and is what people are familiar with. Any way to make this slider like theirs?

Viewing 15 posts - 1 through 15 (of 42 total)