Forum Replies Created
-
AuthorPosts
-
Mel
ParticipantHi 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
MelMel
ParticipantHi 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
MelMel
ParticipantHi 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
MelMel
ParticipantHi Jamie,
Thanks for the reply.
Q1: The code worked for a few things but NOT the month title?
Q2: You did not answer….
Thanks
MelMel
Participantty
Mel
ParticipantHi;
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
MelMel
ParticipantHi,
Ok, this is a major bug…
I was hoping some snipplet or css would fix it until and update is available.
Thanks
MelMel
ParticipantHii..
Thank you for the advice it worked great! Enjoy your New Year!!
Mel
Mel
ParticipantHi,
Thank you button works fine….. Enjoy the Holidays!!!!
Mel
Mel
ParticipantThanks for the help……
Mel
ParticipantHi..
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
Mel
ParticipantHi 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
MelMel
ParticipantHi 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
MelMel
ParticipantHiii…
Thank that is better using the css…
Mel
Mel
ParticipantHi,,,,,
Worked great!!!
Thank you,,,
-
AuthorPosts
