• Hi,

    I’ve changed the Details Button Text in settings, but it doesn’t work. It still says “Details” on the site. Any suggestions what might be the problem?

    Cheers,
    K

Viewing 1 replies (of 1 total)
  • I hardcoded it…
    file:
    public_html/wp-content/plugins/filterable-portfolio/templates/content-portfolio.php

    the line
    $button_text = esc_html__( ‘Details’, ‘filterable-portfolio’ );

    now is
    $button_text = esc_html__( ‘Galleria’, ‘filterable-portfolio’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t change Details Button Text’ is closed to new replies.