hawkesley1

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Change the heading Labels Text #123698
    hawkesley1
    Participant

    Thanks Niel,
    That fixed it.

    in reply to: Change the heading Labels Text #118666
    hawkesley1
    Participant

    Hi neil,
    Thanks for checking back.
    I think I have handle on the text labels for the the main views now thanks.
    However how do I change the Calendar Widget Label?

    in reply to: Change the heading Labels Text #104066
    hawkesley1
    Participant

    Hi Neil,
    Yes that worked OK and I have applied the logic to the other views.
    The one problem is the map view. When selected it briefly shows Appointments (I dropped the upcoming) and then reverts to ‘Upcoming Appointments’)
    Any ideas?
    Secondly is there somewhere in the documentation where the functions that handle the text thats displayed can be found with some explanation of how to apply the changes.
    I have found several postings (not necessarily on the forum)which talk about this but no straightforward guidance. It might save support a lot of time.
    Can you help?
    Many thanks
    mike

    in reply to: Change the heading Labels Text #103612
    hawkesley1
    Participant

    Hi Neil
    Ok I understand.
    I have made a file there I hope with the linkhttps://gist.github.com/hawkesley/8952801
    look forward to hearing from you.

    in reply to: Change the heading Labels Text #103105
    hawkesley1
    Participant

    Hi Neil,
    I have not used Gist and am unsure how to go about it.
    The code I used is a function I added to my theme’s (Twenty Ten) functions file and is taken from your tutorial.
    I am not sure what other code you might nee when you say full code.
    If this (below) is not enough please can you clarify.
    Thanks
    mike

    //change headings on certain views in The Evetnts Calendar
    add_filter(‘tribe_get_events_title’, ‘change_upcoming_events_title’);

    function change_upcoming_events_title($title) {
    //We’ll change the title on upcoming and map views
    if (tribe_is_upcoming() or tribe_is_map() or tribe_is_photo()) return ‘Upcoming Appointments’;

    //In all other circumstances, leave the original title in place
    return $title;
    }
    Show message history

    in reply to: Multisite setup #101040
    hawkesley1
    Participant

    Thanks for that Barry.
    I also asked:-Should I network activate the plugin or go with activation on a site by site basis?
    Also can you give me a pointer to advanced customisation as I could probably code it myself.
    Thanks

    in reply to: Multisite setup #100922
    hawkesley1
    Participant

    Thanks for com in back Barry.
    To clarify, what I want to do is display the calendar in a wordpress page. For example the page would be ‘Display Appointments’ and would have a menu link on the main menu of the website.
    The page is set up as a normal page with a Twenty Ten template one column no sidebar,
    and the permalink i edit to say http://localhost/somewhere/events/
    This works for site 1.
    However for site 2 ‘events’ is modified to /events-2/
    Could you explain what you mean by slug? How can I use a slug to achieve display of the calendar on my chosen wordpress page?
    Should I network activate the plugin or go with activation on a site by site basis?
    Many thanks for your help,
    mike

Viewing 7 posts - 1 through 7 (of 7 total)