Forum Replies Created
-
AuthorPosts
-
mmirus
ParticipantVictor, that still doesn’t solve the issue. I’ve also deactivated the filter bar add-on plugin.
You can see an upcoming event here: http://glasite.staging.wpengine.com/event/afp-foundation-az-insight-action-selling-freedom-phoenix-2/,
but the main main only shows 1 upcoming event. https://glasite.staging.wpengine.com/upcoming-programs/map/
mmirus
ParticipantThis reply is private.
mmirus
ParticipantThis reply is private.
mmirus
ParticipantHi Victor,
Yes, the issue is still happening here: https://glasite.staging.wpengine.com/upcoming-programs/
Default twenty seventeen theme and all plugins except The Events Calendar PRO plugins.
I’ll reply with my system information.
mmirus
ParticipantThis reply is private.
mmirus
ParticipantThis reply is private.
October 2, 2015 at 7:04 am in reply to: Error downloading new Version – 503 ( Invalid Key ) #1010879mmirus
ParticipantSame problem here: 3.12.2 does not show up in the drop down, and I get the 503 invalid key error when trying to download.
However, while the drop down says 3.12.1, the URL of the download link says 3.12.2. When I change the URL to 3.12.1 I am able to download it.
mmirus
ParticipantI tried that, and also stripped out every customization that I have made since starting this project.
No matter what happens, at some point after using the form I get a “Uncaught TypeError: Cannot read property ‘length’ of null” error. Is this from modified CSS perhaps? Did changing the width break the form? I’m all out of ideas here.
mmirus
ParticipantI removed the dropdown that I had previously added, and I still get erratic results. I think if there’s nothing in the search query (in the URL) then it works fine, but as soon as you search something, then search again, it redirects you to the home page.
mmirus
ParticipantYep, changed the theme and now the filter bar functions normally. I used some code I found in the forums to modify the filter bar on the other theme. Here it is: http://pastebin.com/XmE40r8s
Is that what’s affecting it? Before I did that code it worked mostly.
mmirus
ParticipantThanks for your help George. I’ll post my solution here when I get it.
mmirus
ParticipantI understand. Maybe you can give me a few examples of filtering that might not even be specific to my site? Anything will help. I can stitch just about anything together, I just really don’t understand the syntax involved here. I’m just trying to add a state dropdown filter, it shouldn’t be this hard especially since I own the Pro version. Thanks for your time, either way.
mmirus
ParticipantI think this is the right direction:
https://theeventscalendar.com/knowledgebase/understanding-the-tribe-events-bar/I’ve set up a dropdown in the filter bar for all the states, now how do I hook into the query to filter out events/venues not selected in the dropdown? Is it inside this snippet (found in the link above)?:
function setup_my_bar_field_in_query( $query ){
if ( !empty( $_REQUEST[‘tribe-bar-my-field’] ) ) {
$query->query_vars[‘my_var’] = $_REQUEST[‘tribe-bar-my-field’];
}
return $query;
}Or do I have to add a hook to pre_get_posts? And if so, can you detail how?
November 14, 2014 at 2:00 pm in reply to: Safer snippet for fixing 404 when there are no upcoming events #885248 -
AuthorPosts
