Where can I change the caption View All Events in Category?

Home Forums Calendar Products Events Calendar PRO Where can I change the caption View All Events in Category?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #97699
    itpromotion
    Participant

    Where can I change the caption View All Events in Category?

    #97950
    Brook
    Participant

    Howdy itpromotion,

    You will love how easy this is. Just add this snippet to your theme’s functions.php. Just change ‘my custom text’ to whatever you fancy. That function can easily be extended to filter other bits of text too, if you ever need to change something else other than ‘View All Events in Category’.

    Please let me know if that works for you. Thanks!

    – Brook

    #98257
    itpromotion
    Participant

    It did not help.

    Just changed my translation from Polish into English, and I still have the word “View All Events in Category”

    #99063
    Brook
    Participant

    Howdy again,

    It is working good in all of my tests: http://snag.gy/uvxzL.jpg Are you sure the snippet is in the right place?

    The Polish language install could be affecting things, although I purposely did not add a condition for locale. I see that particular string has not been translated yet in the Polish Language file. I am going to have to double check with our translation expert to see what she thinks. Language files are not my strong suit.

    – Brook

    #99139
    itpromotion
    Participant

    I put the code on the end of the file functions.php of my theme

    #99240
    Brook
    Participant

    Generally it is best to put the code up top. Something higher up might be causing PHP to stop before reaching the snippet. It is also possible that you can not override a nonexistent entry in a language file. I talked to Leah, our expert on translations, and she indicated there is not a lot we can do until someone helps us translate the new version.

    That leaves us with a couple of options:
    1) You can modify the plugin. The area that text is pulled from is line 131 of this file: \the-events-calendar\lib\widget-list.class.php Change the text there and nothing can override it.

    2) Wait for the translation. In which case I would direct you to Leah who will be available on Monday.

    Sorry about that. Will one of those options work for ya?

    – Brook

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Where can I change the caption View All Events in Category?’ is closed to new replies.