sueboothby

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Location Switcher Stopped Working #63844

    sueboothby
    Expired Member
    Post count: 22

    I just tested the location switcher, and it started working again.

    in reply to: Sticky Map Stopped Working #56922

    sueboothby
    Expired Member
    Post count: 22

    On Firefox and Chrome, it’s not sticky. On Safari, it’s sticky. Maybe it’ll sort itself out. Thanks for your response.

    in reply to: 404 Error when changed domain name #56269

    sueboothby
    Expired Member
    Post count: 22

    I did what you suggested and GD Booster is now working. Thanks you for the good advice.

    in reply to: 404 Error when changed domain name #56172

    sueboothby
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: 404 Error when changed domain name #56032

    sueboothby
    Expired Member
    Post count: 22

    When I changed the domain name, I also turned GD Booster on. When I turn off GD Booster, the pages load correctly.

    I would like to use GD Booster. Do you have any advice on how to get it to work without serving the 404 pages?

    in reply to: Location Switcher Problems #54970

    sueboothby
    Expired Member
    Post count: 22

    That fixed it. Thanks!

    in reply to: Display social icons below title for premium members #54589

    sueboothby
    Expired Member
    Post count: 22

    On more testing, it didn’t work; but this works:
    if ($post->package_id != 1) {}

    in reply to: Display social icons below title for premium members #54587

    sueboothby
    Expired Member
    Post count: 22

    That works. Thank you.

    in reply to: home_map_taxonomy_walker #54040

    sueboothby
    Expired Member
    Post count: 22

    I want to use the icons to trigger the categories that show on the map. Take a look at how I want it to look here:

    af3.c8e.myftpupload.com/

    I made the changes to map_functions.php so you could see how I want it to look. However, I dont’ want to make the changes to the core plugin. I want to make the changes in my child theme so it doesn’t break on updates. OR, maybe you can make these changes to map_functions.php if it doesn’t break anything.

    In map_functions.php I need to change LINES 206-210:

    1. Add an id to the <input>
    2. Move the category icon inside the <label>
    3. Add “for” to the <label>

    BEFORE:

    
    
    $term_check = '<input type="checkbox" ' . $checked . ' id="' . $cat_term->taxonomy . '" class="group_selector ' . $main_list_class . '"';
    $term_check .= ' name="' . $map_canvas_name . '_cat[]" group="catgroup' . $cat_term->term_id . '"';
    $term_check .= ' alt="' . $cat_term->taxonomy . '" title="' . esc_attr(ucfirst($cat_term->name)) . '" value="' . $cat_term->term_id . '" onclick="javascript:build_map_ajax_search_param('' . $map_canvas_name . '',false, this)">';
    $term_check .= '<img height="15" width="15" alt="" src="' . $icon . '" />name) . '"/>';
    $out .= '<li>' . $term_check . '<label>' . ucfirst($cat_term->name) . '</label><i class="fa fa-long-arrow-down"></i>';
    
    AFTER:
    
    $term_check = '<input type="checkbox" ' . $checked . ' id="' . $cat_term->term_id . '" class="group_selector ' . $main_list_class . '"';
    $term_check .= ' name="' . $map_canvas_name . '_cat[]" group="catgroup' . $cat_term->term_id . '"';
    $term_check .= ' alt="' . $cat_term->taxonomy . '" title="' . esc_attr(ucfirst($cat_term->name)) . '" value="' . $cat_term->term_id . '" onclick="javascript:build_map_ajax_search_param('' . $map_canvas_name . '',false, this)">';
    $out .= '<li>' . $term_check . '<label for="' . $cat_term->term_id . '"><img height="15" width="15" alt="" src="' . $icon . '" />name) . '"/>' . ucfirst($cat_term->name) . '</label><i class="fa fa-long-arrow-down"></i>';
    in reply to: Detail listing page not displaying sidebar properly #51832

    sueboothby
    Expired Member
    Post count: 22

    Awesome. Worked perfect!

    in reply to: How do I add a logo in Appearance > customize? #51775

    sueboothby
    Expired Member
    Post count: 22

    Thanks!

    in reply to: What happened to the footer widgets? #51774

    sueboothby
    Expired Member
    Post count: 22

    sorry yes that fixed it!

    in reply to: Detail listing page not displaying sidebar properly #51773

    sueboothby
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: How do I add a logo in Appearance > customize? #51660

    sueboothby
    Expired Member
    Post count: 22

    gdf child theme on gdf framework

    in reply to: What happened to the footer widgets? #51659

    sueboothby
    Expired Member
    Post count: 22

    Geo directory framework with geodirectory child theme. The widgets are not in appearance > widgets. The widgets areas are not even there

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