Gretel

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Change Title of Event Archives page #1282952
    Gretel
    Participant

    Hi Geoff and thanks. That worked perfectly. I’ll refer to this in the future.

    in reply to: Change Title of Event Archives page #1281814
    Gretel
    Participant

    Hi Geoff. Thanks but that’s a bit confusing. Is this the code that you are referring to?

    if( tribe_is_month() && !is_tax() ) { // The Main Calendar Page
    echo ‘Events Calendar’;
    } elseif( tribe_is_month() && is_tax() ) { // Calendar Category Pages
    echo ‘Events Calendar’ . ‘ » ‘ . single_term_title(”, false);
    } elseif( tribe_is_event() && !tribe_is_day() && !is_single() ) { // The Main Events List
    echo ‘Events List’;
    } elseif( tribe_is_event() && is_single() ) { // Single Events
    echo get_the_title();
    } elseif( tribe_is_day() ) { // Single Event Days
    echo ‘Events on: ‘ . date(‘F j, Y’, strtotime($wp_query->query_vars[‘eventDate’]));
    } elseif( tribe_is_venue() ) { // Single Venues
    echo get_the_title();
    } else {
    echo get_the_title();
    }

    ////////And then change the last line so it looks like this?////////////It breaks my site because and asks to save the doc as UTF-8 or something.//////////////

    if( tribe_is_month() && !is_tax() ) { // The Main Calendar Page
    echo ‘Events Calendar’;
    } elseif( tribe_is_month() && is_tax() ) { // Calendar Category Pages
    echo ‘Events Calendar’ . ‘ » ‘ . single_term_title(”, false);
    } elseif( tribe_is_event() && !tribe_is_day() && !is_single() ) { // The Main Events List
    echo ‘Events List’;
    } elseif( tribe_is_event() && is_single() ) { // Single Events
    echo get_the_title();
    } elseif( tribe_is_day() ) { // Single Event Days
    echo ‘Events on: ‘ . date(‘F j, Y’, strtotime($wp_query->query_vars[‘eventDate’]));
    } elseif( tribe_is_venue() ) { // Single Venues
    echo get_the_title();
    } else {
    (<code class=”php functions”>echo <code class=”php plain”>get_the_title();) by echo strip_tags(axiom_get_blog_title());
    }

    in reply to: Change Title of Event Archives page #1275783
    Gretel
    Participant

    This reply is private.

    in reply to: Change Title of Event Archives page #1275174
    Gretel
    Participant
    in reply to: Change Title of Event Archives page #1274654
    Gretel
    Participant

    Hi Geoff, unfortunately, that’s not the area I want to change. Please see the screenshot attached. That’s the page title of the archives I believe. I’ve tried everything I have found. I need help. Thank you.

    in reply to: Change Title of Event Archives page #1274650
    Gretel
    Participant

    Hi Geoff, unfortunately, that’s not the area I want to change. See the
    screenshot below. That’s the page title of the archives I believe. I’ve
    tried everything I have found. I need help. Thank you.

    [image: Inline image 1]

    > Geoff B. wrote:
    >
    > Good evening Gretel and welcome back!
    >
    > Thank you for reaching out to us.
    > I would love to help you with this topic.
    >
    > I believe you will all that you are looking for here: https://
    > theeventscalendar.com/knowledgebase/altering-or-
    > removing-titles-on-calendar-views/
    >
    > Let me know if that helps.
    >
    > Have a great day!
    >
    > Geoff B.
    >
    > Post Link: https://theeventscalendar.com/support/forums/topic/change-
    > title-of-event-archives-page/#post-1274451
    >
    > ———–
    >
    > Please share images through Dropbox or a similar service
    > when replying by email.
    >
    > You are receiving this email because you subscribed to the
    > forum topic on TheEventsCalendar.com. thread on the website.
    >
    > Please keep the reference number in the subject when replying and
    > make sure the reply is addressed to [email protected]
    >
    > Login and visit the topic to unsubscribe from these emails.
    >

    in reply to: Calendar not showing on events page #1004942
    Gretel
    Participant

    Never mind, I went with another theme and now all my problems are over. : ) The events are working super now. Thanks for your help and advice.

    in reply to: Calendar not showing on events page #1004804
    Gretel
    Participant

    George, I spoke to the theme developer and they showed me that shortcodes do work in this area. I inserted a shortcode for a mailchimp form and it works. http://b72.3eb.myftpupload.com/shortcode-test-2

    Maybe something is wrong in my events calendar settings? I have checked but can’t seem to find the issue.

    • This reply was modified 8 years, 7 months ago by Gretel.
    in reply to: Calendar not showing on events page #1004659
    Gretel
    Participant

    Thanks George, I moved the shortcode to the main wysiwig area and still not working but can you take a quick look and give me a little feedback like before so I can pass it to the theme developer? This is the link again: http://b72.3eb.myftpupload.com/frontpage/frontpage-events/

    I would greatly appreciate it. Thank you.

    in reply to: Calendar not showing on events page #1004250
    Gretel
    Participant

    Hi George, well that helped because i Had not selected the events template. I had only the default template. There are some margins that need to be fixed but I think I can figure that out. The calendar is showing now. http://b72.3eb.myftpupload.com/events/ Thank you.

    Now what about the shortcode? Any tips?

    http://b72.3eb.myftpupload.com/frontpage/frontpage-events/ [tribe_events_list]

    • This reply was modified 8 years, 7 months ago by Gretel.
Viewing 10 posts - 1 through 10 (of 10 total)