worldgolfskills

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts
  • in reply to: Find Out More #1428775
    worldgolfskills
    Participant

    This reply is private.

    in reply to: Find Out More #1428035
    worldgolfskills
    Participant

    This reply is private.

    in reply to: Find Out More #1428034
    worldgolfskills
    Participant

    This reply is private.

    in reply to: Find Out More #1427926
    worldgolfskills
    Participant

    This reply is private.

    in reply to: Share This Story, Choose Your Platform #1425922
    worldgolfskills
    Participant

    I figured it out. This was something with the Avada integration. Thanks!

    in reply to: Event Filter Search Bug #1251036
    worldgolfskills
    Participant

    Please click on the link below.

    https://events.worldgolfskills.com/events/?action=tribe_geosearch&tribe_paged=1&tribe_event_display=map&featured=false&tribe_eventcategory%5B%5D=6&tribe_tags%5B%5D=11&tribe_state%5B%5D=911%2C982%2C990%2C999%2C1003%2C960%2C936%2C986%2C1043%2C911%2C982%2C986%2C990%2C1003%2C960%2C936%2C999%2C1043

    You’ll see when it initially loads it says “Upcoming Featured Events” and then actually ends up loading “Upcoming Events”. When you deselect CA for example, the header changes from “Upcoming Events” to “Upcoming Featured Events” and no events show up. Then if you reselect CA, you’ll see that the California events no longer show up. This just started happening with the new Featured Events release and is a bug within the filter bar is my assumption.

    Everything works fine when you go in via events.worldgolfskills.com/events/ and start selected and deselecting, but any direct links with parameters in place seems to mess everything up and change “featured=false” to “featured=true”.

    in reply to: Event Filter Search Bug #1249658
    worldgolfskills
    Participant

    Hi Hunter.

    I uploaded an API key, flushed the cache, and still am having the issue.

    The problem is that the system appears to only be searching for “Featured Events” in the map view when using any of the filters. For example, since you set Pebble Beach as a “Featured Event” and selected CA, you’ll see that event show up when utilizing the State filter. However, if this was not selected as a “Featured Event” it would not show up and when you deselect it, you will see the system only search for Featured Events.

    It appears that the system is only searching for “Featured Events” with the new update.

    https://events.worldgolfskills.com/events/?action=tribe_geosearch&tribe_paged=1&tribe_event_display=map&featured=false&tribe_eventcategory%5B%5D=6&tribe_tags%5B%5D=11

    You can see that this link above has “featured=false” but when you select any state it will change the new link to “featured=true” and only show featured events. It’s either a bug in the system or somewhere I have the map set to only filter for feature events.

    in reply to: Event Filter Search Bug #1249522
    worldgolfskills
    Participant

    Hi Hunter. It actually appears that the issue might be related to featured events.

    Go Here:
    https://events.worldgolfskills.com/events/?action=tribe_geosearch&tribe_paged=1&tribe_event_display=map&featured=false&tribe_eventcategory%5B%5D=6&tribe_tags%5B%5D=11

    Drop down the filter bar and click CA. You’ll see that after you click that it goes from “Upcoming Events” in the header to “Upcoming Featured Events” and then the events are removed. Maybe this is something with the new “Featured Events” release?

    in reply to: Content/Body Location #1182465
    worldgolfskills
    Participant

    Hi Hunter. It looks like this should help to resolve me issue for the most part. Thanks for your help!

    in reply to: Event Finder #1182456
    worldgolfskills
    Participant

    Hi George.

    I guess I don’t fully understand as I’m not an expert in code. My primary question with the most recent update was if it changed some of the map coding that I have directed to in the custom filter I was advised to setup? It worked perfectly the first year we used it and had worked great up until the most recent update, so I’m just wondering if the update probably caused the changes? Once that is confirmed, I’m thinking I’ll either a) need to revert back to the version prior to the update or b) go through and adjust my custom code. I just want to make sure that this is the problem before I spend the time making the changes to adjust to the new urls.

    Thanks!

    in reply to: Content/Body Location #1181721
    worldgolfskills
    Participant

    Hi Hunter.

    Thanks for the quick reply. The area that I’m trying to reduce is the white area in the attached document between the grey ‘Details’ box and the ‘Registration’ button. See attachment.

    This used to be where there was a navigation button on the left and one on the right that would take you to a different event. I was able to remove this utilizing the following code, but the white area that it was housed in remained.

    body.single-tribe_events .tribe-events-sub-nav {
    display: none;
    }

    in reply to: Content/Body Location #1181236
    worldgolfskills
    Participant

    Hi Hunter,

    Thanks for the message. That seemed to help a little bit, but doesn’t look like it took out the section where the previous/next buttons were embedded? Is there another custom CSS code that I can enter to remove this section?

    Thanks!

    in reply to: Content/Body Location #1181063
    worldgolfskills
    Participant

    Ok. I’ve been working on this all day and think I was able to resolve the majority of the issue as you can see by visiting https://events.worldgolfskills.com/event/world-par-3-challenge-last-chance-qualifying/

    I embedded the custom CSS to remove the previous/next functionality utilizing the following code.

    body.single-tribe_events .tribe-events-sub-nav {
    display: none;
    }

    However, as you can see there is still a lot of padding that exists that I would like to remove in between the ‘Venue’ section and where is says ‘Register Now’. My theme padding is set to 0px, so there must be something else I need to do to further remove the padding that was around the previous/next functionality.

    If we can resolve that, I should be golden!

    in reply to: Content/Body Location #1180902
    worldgolfskills
    Participant

    I think I may have found a solution by embedding the registration form into the footer. However, do you know how I can remove the similar event section that appears right below the ‘Venue’ section? On mine there is a different event called ‘World Par 3 Challenge (Last Chance Qualifying) that I would like to remove. I’ve checked the ‘Hide Related Events’ box in the event settings page that doesn’t appear to have provided me with a proper solution and I’m unable to find any custom CSS to resolve this issue in previous threads. Thanks!

    in reply to: Fatal Error #1180862
    worldgolfskills
    Participant

    That worked! Thanks!

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