Janet Slinkard

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 36 total)
  • Author
    Posts
  • in reply to: Unable to update addons #477035

    Janet Slinkard
    Full Member
    Post count: 36

    That did it! Thank you, Alex!

    in reply to: Unable to update addons #477028

    Janet Slinkard
    Full Member
    Post count: 36

    Hi Alex, I simply cloned the Orange County site, moved it to a subdomain and then renamed it Los Angeles County, and then added new listings for LA. It’s important for my business model to keep them separated by county.
    When I look at the activation codes in my account, there’s only one for each addon.

    in reply to: 2 column display on mobile #475042

    Janet Slinkard
    Full Member
    Post count: 36

    You’re a GeoDirectory Wizard, Kor!!! Thank you sooooo much!

    in reply to: 2 column display on mobile #474991

    Janet Slinkard
    Full Member
    Post count: 36

    I’m using an LG V40 ThinQ
    Specifications:
    display type: OLED
    screen to body ratio calculated:83.46 %
    screen size: 6.4 inches (16.26 cm)
    screen resolution: 1440 x 3120 pixels


    Janet Slinkard
    Full Member
    Post count: 36

    Thank you, Guust. I did, and all but a few worked just fine. 🙂


    Janet Slinkard
    Full Member
    Post count: 36

    That fixed it! 🙂 Thank you so much for your prompt response!

    One quick question – When I first started experimenting with GeoDirectory (trying to determine the best platform to use for my website) I purchased two Add-Ons individually. After making my decision to stick with GeoDirectory, I purchased the full membership.

    Since those original Add-Ons are included with the full membership, I’m wondering what is the best way to discontinue the first Add-Ons without disrupting my directory. And can the cost of those Add-Ons be applied to my membership subscription renewal?

    in reply to: Search bar dropdown is behind page content #468349

    Janet Slinkard
    Full Member
    Post count: 36

    I will. Thank you so much for all your help! You guys provide amazing support for an amazing product!

    in reply to: Search bar dropdown is behind page content #468337

    Janet Slinkard
    Full Member
    Post count: 36

    I just added the css – mayber it wasn’t working because I was logged into the wp-admin.

    in reply to: Search bar dropdown is behind page content #468321

    Janet Slinkard
    Full Member
    Post count: 36

    It fixed the issue (Thank you!) but now the search function seems to be broken. I type something in the “Search for” and “Near” fields, and nothing happens…

    in reply to: Search bar dropdown is behind page content #468051

    Janet Slinkard
    Full Member
    Post count: 36
    This reply has been marked as private.
    in reply to: Image as Listing #467766

    Janet Slinkard
    Full Member
    Post count: 36

    Guust, you always seem to be able to help me when I’m stuck <3
    I only want the images for certain categories…I’m trying to show a grid of four featured listings with pictures in one area, and the standard listings without pictures in another area. I’ve attached a screen shot of how I want it to look.

    in reply to: GDV2 how to limit map to show a single place category #466805

    Janet Slinkard
    Full Member
    Post count: 36

    I tried it, but it conflicted with with either my theme or OIO Publisher (both are vital). I ended up just adding it to my clhild theme functions.php file.

    in reply to: Remove "nofollow" for website links #466788

    Janet Slinkard
    Full Member
    Post count: 36

    Update: It worked on standard listings, but not paid listings :/

    http://dev.finditsober.com/labs

    in reply to: Remove "nofollow" for website links #466787

    Janet Slinkard
    Full Member
    Post count: 36

    /*This is what I added to functions.php/*
    function gd_remove_rel_nofollow_from_url($html) {
    $html = str_replace(‘rel=”nofollow”‘, ”, $html);
    return $html;
    }
    add_filter(‘geodir_show_geodir_website’, ‘gd_remove_rel_nofollow_from_url’);
    add_filter(‘geodir_show_geodir_twitter’, ‘gd_remove_rel_nofollow_from_url’);
    add_filter(‘geodir_show_geodir_facebook’, ‘gd_remove_rel_nofollow_from_url’);

    in reply to: GDV2 how to limit map to show a single place category #466554

    Janet Slinkard
    Full Member
    Post count: 36

    Thank you! I believe I’ve got it. 🙂
    Now I want to customize the appearance of the listings in grid view 1/5
    Can you tell me exactly “where” to add this filter code?

    add_filter(‘geodir_cf_address_template’,’_my_new_address_format’);
    function _my_new_address_format($format){
    global $post;

    if($post->post_type==’gd_place’){
    $format = “%%street_br%% %%city_br%% %%zip_br%%”;
    }

    return $format;
    }

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