Barbara Magee

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 121 total)
  • Author
    Posts
  • in reply to: Limit all recurring events to display only a single event #480986

    Barbara Magee
    Expired Member
    Post count: 146

    We have three things going on so perhaps you can help us narrow down what to do:
    1. GD Archive template page with GD_loop. Users can select Places or Events from the same field dropdown on the left side of our Search bar on the home page, Location page, and search page. But downside is all recurrences of events are displayed, as mentioned.
    Here’s the shortcodes on our GD_Archive template page:
    [gd_notifications][gd_category_description][gd_search][gd_loop_actions][gd_loop_paging][gd_loop layout=1][gd_loop_paging]

    2. We have an Events page menu item in the top navigation as Post Type Archive, and that too is displaying every event recurrence. This Events menu item was copied over from our live site to our dev site, so perhaps we don’t need it anymore?

    3. A Test page https://thelocaldish.dbkdev.com/test/ was set up by our dev team in response to your suggestion on March 26, 2019 at 1:16 pm #476476 to use gd_listings.
    [gd_listings post_type=”gd_event” single_event=”1″ related_to=”category” sort_by=”az” title_tag=”h3″ layout=”list” post_limit=”50″ add_location_filter=”1″ view_all_link=”1″ category=”0,3654,3836,3655,3652,3830,3656,3833,3832,3828,3829,3540,3657,3870″]

    Is the gd_listings shortcode supposed to be used on one of the GD template pages to achieve our goal of making events searchable from a home, location or search page search bar along with Places?
    OR
    Should we be using gd_listings on the GD_archive page?
    OR
    Some other method?

    Thanks very much for your patience!


    Barbara Magee
    Expired Member
    Post count: 146

    Hello,
    Following up this item with further questions. We have indeed set up a test page so recurring events will display as a single event. https://thelocaldish.dbkdev.com/test/

    (Our site displays single and recurring events in multiple cities in Oregon and we will eventually expand to other states.)

    Is there ANY way to link your suggested gd_listings page into the directory filtering system so a user can search Events from a home, location page or archive search bar and be given a list of filtered events by location or category that include both one-time and recurring events (as a single event)?

    Otherwise, we are facing what you see on the attached images, which is not at all user friendly or professionally appealing. Many food and drink businesses in our niche directory have weekly and monthly recurring events that will clutter up the display.

    Look forward to your thoughts on this.

    Thanks!
    Barb

    in reply to: Main Home Page Setup Error? #479697

    Barbara Magee
    Expired Member
    Post count: 146

    Thanks, Alex!! Glad only a short response was needed.

    in reply to: Direction Link Below The Map #478660

    Barbara Magee
    Expired Member
    Post count: 146
    in reply to: Direction Link Below The Map #478654

    Barbara Magee
    Expired Member
    Post count: 146

    Okay, we inserted the shortcode on our details listing page template to display the map with the Get Directions field underneath it. We have a few questions about the map setup:

    Map to open in Google maps app:

    A support forum posting on 12/10/18 about getting map Directions on detail page to open in Google map app was on this page:

    It referred people to this page from 2016:

    Here is the code.

    function geodirectory_detail_page_google_map_link( $options, $canvas ) {

    global $post;

    if ( $canvas == ‘detail_page_map_canvas’ && !empty( $post->post_latitude ) && !empty( $post->post_longitude ) ) {

    ?>

    <p>post_latitude . ‘,’ . $post->post_longitude ;?>” target=”_blank”><?php echo __( ‘Get Directions on Google Maps’, ‘geodirectory’ ); ?></p>

    <?php

    }

    }

    add_action( ‘geodir_map_after_render’, ‘geodirectory_detail_page_google_map_link’, 10, 2 );

    Does this code automatically insert a different button under the detail listing page map for mobile users to click?

    Or Does the code replace the function of the existing right justified Get Directions button?

    Do the existing address entry field under the map and the Get directions button to the right remain for desktop users?

    When walking or bicycling or public transport are selected per the attached image it indicates beta status. Has this been resolved in the recent GDV2 release version?

    Thanks very much!!

    in reply to: Direction Link Below The Map #478632

    Barbara Magee
    Expired Member
    Post count: 146

    Hi Alex,
    BUt still we are not able to figure out how to get the GEt Direction Button. We tried the Shortcode but unable to find out. Can you guide us how to get those.


    Barbara Magee
    Expired Member
    Post count: 146

    Hi Alex,

    Any Update on the topic.

    in reply to: Right column map overlays listings on mobile #477161

    Barbara Magee
    Expired Member
    Post count: 146

    Forget to mention we are using GD V.2.
    Thanks!


    Barbara Magee
    Expired Member
    Post count: 146

    Hi Alex,
    Yes I am able to get those by using the shortcode however I am unable to do that on events archive page. Can You Suggest how can I do that.

    Events Archive Page: https://thelocaldish.dbkdev.com/events/
    Test page (using shortcode) : https://thelocaldish.dbkdev.com/test/


    Barbara Magee
    Expired Member
    Post count: 146

    No I am using Version 2.0.0.48 and I copy pasted the code in function.php file.

    in reply to: How to add multiple prices for Events #474910

    Barbara Magee
    Expired Member
    Post count: 146

    Thanks!

    in reply to: Location Manager not working #463462

    Barbara Magee
    Expired Member
    Post count: 146
    This reply has been marked as private.
    in reply to: Location Manager not working #463451

    Barbara Magee
    Expired Member
    Post count: 146
    This reply has been marked as private.
    in reply to: Location Manager not working #463398

    Barbara Magee
    Expired Member
    Post count: 146

    We have already begun to follow the instructions but we are experiencing the following:
    1) No Multilocations Menu
    2) Add Location tab doesn’t provide any country options to select (see attached)
    3) On Locations Settings:Add Locations: The Countries, Regions and Cities tabs don’t display the Bulk action field with dropdown, Apply button, filter button etc.
    4) How do we delete the Philadelphia default city on the Add Place page?

    As a result, the City/region/state/ on the Add Place form aren’t working.

    United States is going to be our default country. We will have one region/state now and more in the future.

    Thanks for your help on this. We are trying to manually enter 75 places but can’t proceed until the above is solved.

    in reply to: How to configure business hours in core plugin #462681

    Barbara Magee
    Expired Member
    Post count: 146
    This reply has been marked as private.
Viewing 15 posts - 106 through 120 (of 121 total)