Forum Replies Created
-
AuthorPosts
-
mountmadonnaschool
ParticipantNo, it seems to be using venue.php…I added a dash to the text to see and it showed up via venue and not single-venue.
mountmadonnaschool
ParticipantForgot to mention, I did the testing for conflicts steps already. Changing the theme and disabling plugins didn’t fix the problem.
mountmadonnaschool
ParticipantIt’s not saving new venue information that is added either. It’s not just saved venues that has the problem.
mountmadonnaschool
ParticipantThis worked beautifully for organizer. I changed tribe_get_organizer_link() to tribe_get_organizer()
Venue, however, uses tribe_get_venue and still pulls the link. I can’t find a function that pulls the name of the venue without linking it.
mountmadonnaschool
ParticipantAHA!
I found another instance of the file!! There’s a hidden themes directory I didn’t know was there.
Thank you for all your help!
mountmadonnaschool
ParticipantDoes it matter which CSS file i put the style in?
mountmadonnaschool
ParticipantThis reply is private.
mountmadonnaschool
ParticipantHere’s the file and the file location screen shot.
I don’t feel comfortable activating another theme.
mountmadonnaschool
ParticipantThis reply is private.
mountmadonnaschool
ParticipantI finally got it to error on my end. Well, spin forever and not load the next month. I brought up the Javascript debugger in Chrome and it said this:
‘//@ sourceURL’ and ‘//@ sourceMappingURL’ are deprecated, please use ‘//# sourceURL=’ and ‘//# sourceMappingURL=’ instead.
Is that useful?
mountmadonnaschool
ParticipantOh, it doesn’t say there is an update available. I thought I was all up to date.
And it is frustrating because I can’t get the error either so it’s really hard to troubleshoot!
mountmadonnaschool
ParticipantThis reply is private.
mountmadonnaschool
ParticipantThis reply is private.
-
This reply was modified 9 years, 7 months ago by
mountmadonnaschool. Reason: changing to private
mountmadonnaschool
ParticipantAh! There’s another functions file in our theme (root-functions.php). When
I put the php in that file, it worked and didn’t throw that error.Phew!
Thanks for your help!
mountmadonnaschool
ParticipantI made sure everything was updated. When I put:
function customize_tribe_events_breakpoint() { return 100; } add_filter( 'tribe_events_mobile_breakpoint', 'customize_tribe_events_breakpoint' );in functions.php, it works how i’d like it to except I still get this code at the top of the page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'customize_tribe_events_breakpoint' not found or invalid function name in /srv/bindings/8966cff8aeb044dab7fe9551864e9c8c/code/wp-includes/plugin.php on line 235 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'customize_tribe_events_breakpoint' not found or invalid function name in /srv/bindings/8966cff8aeb044dab7fe9551864e9c8c/code/wp-includes/plugin.php on line 235Does that look like a plugin conflict? I’m relatively new to this area of wordpress. I’m not very comfortable switching themes, uninstalling, etc when we have so many customizations and we don’t really have the $$ to pay developers tons to troubleshoot this 🙁
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
