CHANGING PHRASES

Home Forums Calendar Products Community Events CHANGING PHRASES

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1024520
    david
    Participant

    I have looked through the .pofile and found nothing

    click “step 2” to see calendar at http://kidsmagicworld.com.au/new-prices/

    and under the click your date image is “Events In Date” how do I change this to “Choose Your Month”

    Also
    when you click a date with events it has under the calendar “Events For” How do I change this to “My Current Bookings”

    I can’t find any of these phrases in the language .po file or any where else

    #1024905
    Barry
    Member

    Hi David,

    Thanks for posting 🙂

    I’d definitely recommend reading through our Themer’s Guide in the first instance, as this covers many of the basics needed to customize our views.

    In this case specifically you might override month/content.php and modify:

    <h2><?php tribe_events_title() ?></h2>

    To something like:

    <h2> Your custom title </h2>

    For the secondary heading that appears, you might make a similar change but in month/mobile.php and change:

    <h3>[[=i18n.for_date]] <span>[[=raw date_name]]</span></h3>[[ } ]]

    To whatever makes sense for you:

    <h3> Custom sub-heading </h3>[[ } ]]

    If you prefer to do this via the language files, please do remember that you must compile the .po files into .mo files or they cannot be used by WordPress.

    Does that help?

    #1075583
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CHANGING PHRASES’ is closed to new replies.