• Resolved estarella

    (@traductordemenu)


    Hello,
    Congratulations again for TABLEPRESS and its extensions.
    I’ve now a problem with qtranslate and Inverted Filter.

    In my file tablepress-datatables-inverted-filter.php I have configured the pages for the plugin Inverted Filter:

    tablepress_datatables_inverted_filter function ($ commands) {
    / / Only use this functionality on These pages:
    if (is_page (array ('page1', 'page2', 'page3')))
    return $ commands;

    And yes, it works fine and correctly. But when the title of the page is translated with qtranslate, Inverted Filter stops working.

    I tried to add page names in that languages​​, but does not work.
    Someone can help me?

    Thanks!!!

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You could try to use the page IDs here (the number that you can e.g. in the adress bar when editing a page), like

    if ( is_page( array( 234, 565, 676 ) ) ) {

    That ID is hopefully not altered by the translation.

    Regards,
    Tobias

    Thread Starter estarella

    (@traductordemenu)

    Perfect!!
    Thanks Tobias 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inverted Filter not work with qtranslate (page)’ is closed to new replies.