sort functionality on the backend glitch

Home Forums Calendar Products Events Calendar PRO sort functionality on the backend glitch

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #825163
    hikeitbaby
    Participant

    I added some functionality to the functions.php file to change the name of “events”, “venue”, and “organizer” (per 2 suggestions in the support docs) and now the sort functionality on the backend is hiding anything other than all events. Here’s a screenshot http://cl.ly/image/3V2u0G2Y1k1z

    #825853
    Josh
    Participant

    Hello hikeitbaby,

    Thanks for reaching out to us!

    Do you mind providing the exact snippets that you used in your functions.php file to change those names? You can paste directly or use a service like http://gists.github.com or http://pastebin.com

    Thanks!

    #826261
    hikeitbaby
    Participant

    Thanks Josh,
    Here’s the pastebin link. Not sure if these 2 functions can live together or if that’s causing the issue. Any help is appreciated. http://pastebin.com/3UwdmJ7G
    note: it did switch all nomenclature on the backend as well (which is what the client wanted)
    Thanks,
    Clint

    #828849
    Josh
    Participant

    Hello hikeitbaby,

    Thanks for following up with us!

    It looks like the issue is with the final function. As a temporary fix, you could delete (or comment out) where it gets hooked at:

    add_filter('ngettext', 'theme_filter_ntext', 20, 3);

    It actually looks like there is an error associated with this function that looks like it may not be affecting the site with the intended changes. Do any of your translations switch back when disabling the above hook?

    Thanks!

    #830255
    hikeitbaby
    Participant

    Thanks Josh. That seemed to fix it. Everything else seemed to stay the same (the way we intended it).

    Thanks,
    Clint

    #832817
    Josh
    Participant

    Hello Clint,

    Happy to have been able to help!

    I’ll go ahead and close this ticket. If you have any further questions please don’t hesitate to open a new one.

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘sort functionality on the backend glitch’ is closed to new replies.