• Resolved jack3dfr

    (@jack3dfr)


    Hello,

    A simple question : in pfg-bootstrap-lightbox.php, I need to change the filter label “All” by “Tout” (meaning “all” in french)

    line 26
    <li class="active" data-filter="all">All</li>

    can you bind this text label with the label (category name) in the admin page “filters” please ?

    thanks for your work !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi Jack,

    You are at correct file and line, do the same as below –

    <li class="active" data-filter="all">Tout</li>

    And it will be changed into french.

    Please rate our here plugin if you like.

    Thanks – A WP Life

    Thread Starter jack3dfr

    (@jack3dfr)

    Hi,

    obviously for the moment i’ve already done this patch, but with each plugin update, the word “All” is back (obviously too), then i must remember to reedit (on the FTP) the file to put “Tout” here, that’s boring !

    i ask you to link the label with the text in admin page wp-admin/edit.php?post_type=awl_filter_gallery&page=pfg-filter-page so i do not have to remake the patch every time there is an update

    thanks

    Plugin Author A WP Life

    (@awordpresslife)

    Hi Jack,

    With next update, we will add a language file, so you can convert all strings of the plugin into French or any language. So, this problem will not occur again in new update.

    Please rate our here plugin if you like.
    Thanks – A WP Life

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘dynamic filter label “All”’ is closed to new replies.