mountmadonnaschool

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • in reply to: Unlink Venue and Organizer? #1179495
    mountmadonnaschool
    Participant

    No, 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.

    in reply to: Saved Venue info not saving after publishing #1179466
    mountmadonnaschool
    Participant

    Forgot to mention, I did the testing for conflicts steps already. Changing the theme and disabling plugins didn’t fix the problem.

    in reply to: Saved Venue info not saving after publishing #1179460
    mountmadonnaschool
    Participant

    It’s not saving new venue information that is added either. It’s not just saved venues that has the problem.

    in reply to: Unlink Venue and Organizer? #1179438
    mountmadonnaschool
    Participant

    This 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.

    in reply to: Hiding Featured Image in Single Event Page #1179329
    mountmadonnaschool
    Participant

    AHA!

    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!

    in reply to: Hiding Featured Image in Single Event Page #1177944
    mountmadonnaschool
    Participant

    Does it matter which CSS file i put the style in?

    in reply to: Hiding Featured Image in Single Event Page #1177943
    mountmadonnaschool
    Participant

    This reply is private.

    in reply to: Hiding Featured Image in Single Event Page #1177720
    mountmadonnaschool
    Participant

    Here’s the file and the file location screen shot.

    I don’t feel comfortable activating another theme.

    in reply to: Hiding Featured Image in Single Event Page #1175648
    mountmadonnaschool
    Participant

    This reply is private.

    in reply to: Next month link not working #1167443
    mountmadonnaschool
    Participant

    I 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?

    in reply to: Next month link not working #1167108
    mountmadonnaschool
    Participant

    Oh, 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!

    in reply to: Next month link not working #1166723
    mountmadonnaschool
    Participant

    This reply is private.

    in reply to: Next month link not working #1166688
    mountmadonnaschool
    Participant

    This reply is private.

    • This reply was modified 7 years, 8 months ago by mountmadonnaschool. Reason: changing to private
    in reply to: Mobile view #1150614
    mountmadonnaschool
    Participant

    Ah! 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!

    in reply to: Mobile view #1150301
    mountmadonnaschool
    Participant

    I 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 235
    

    Does 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 🙁

Viewing 15 posts - 16 through 30 (of 31 total)