Mel

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • in reply to: Month View title #1612312
    Mel
    Participant

    Hi Barry,

    This is what I did to make it work:

    add_filter( ‘tribe_get_events_title’, function( $title ) {
    if ( ! tribe_is_month() ) {
    return $title;
    }

    return date_i18n(
    tribe_get_date_option( ‘monthAndYearFormat’, ‘F Y’ ),
    strtotime( tribe_get_month_view_date() )
    );
    } );

    Thanks
    Mel

    in reply to: Month View title #1612290
    Mel
    Participant

    Hi Barry,

    I am not a coder so how would I fit all this together?

    add_filter( ‘tribe_get_events_title’, function( $title ) {
    if ( ! tribe_is_month() ) {
    return $title;
    }

    return ‘MY CUSTOM MONTH VIEW TITLE’; ??
    } );

    and

    date_i18n(
    tribe_get_date_option( ‘monthAndYearFormat’, ‘F Y’ ),
    strtotime( tribe_get_month_view_date() )
    )

    to make the month title display the current month?

    Thanks
    Mel

    in reply to: Month View title #1611277
    Mel
    Participant

    Hi Barry,

    Thanks for the reply! The spacing css worked perfect πŸ™‚

    I added the snippet for the month title and it works for the string that is returned. But I need to
    have it return the current month as the string…. is there a function I can use for that?

    Thanks
    Mel

    in reply to: Month View title #1610312
    Mel
    Participant

    Hi Jamie,

    Thanks for the reply.

    Q1: The code worked for a few things but NOT the month title?

    Q2: You did not answer….

    Thanks
    Mel

    in reply to: No month shown in title #1606894
    Mel
    Participant

    ty

    in reply to: Changes to upcoming events #1592620
    Mel
    Participant

    Hi;

    So what you are saying is that I can add featured pic using a modified template to the
    [tribe_events_list limit=”5β€³ city=”yes”] shortcode?

    Thanks
    Mel

    in reply to: No month shown in title #1582122
    Mel
    Participant

    Hi,

    Ok, this is a major bug…

    I was hoping some snipplet or css would fix it until and update is available.

    Thanks
    Mel

    in reply to: change info on single event page #1414295
    Mel
    Participant

    Hii..

    Thank you for the advice it worked great! Enjoy your New Year!!

    Mel

    in reply to: upcoming events #1411929
    Mel
    Participant

    Hi,

    Thank you button works fine….. Enjoy the Holidays!!!!

    Mel

    in reply to: remove title on special events page #1411918
    Mel
    Participant

    Thanks for the help……

    in reply to: upcoming events #1411208
    Mel
    Participant

    Hi..

    Sorry for the confusion.. The flow of the calendar can be confusing to me.

    2) I would like the link/button to just go back to previous page
    ( like on the browser).

    Thanks as always, the support here is so good!

    Mel

    in reply to: upcoming events #1410497
    Mel
    Participant

    Hi Cliff,

    I ftp into my account and did not find the following folders: Located at src/functions/template-tags/link.php (Line: 114) as described in the link you gave me.
    See attached pic….

    Thanks
    Mel

    in reply to: upcoming events #1410478
    Mel
    Participant

    Hi Cliff,

    The code snippet worked fine….

    I am not a programmer so not sure how to create a filter? Any other examples that might help? I just want that link to go to the home page and change the link text to “<< Back"

    Thanks
    Mel

    • This reply was modified 6 years, 4 months ago by Mel.
    • This reply was modified 6 years, 4 months ago by Mel.
    in reply to: change tooltip in month view #1407548
    Mel
    Participant

    Hiii…

    Thank that is better using the css…

    Mel

    in reply to: remove save-as at top of calendar #1406962
    Mel
    Participant

    Hi,,,,,

    Worked great!!!

    Thank you,,,

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