Viewing 1 replies (of 1 total)
  • Hi dear user.

    First of all “CLOSE” is not a text it is an image, here is close button location “wp-lightbox-2\styles\images”.

    You can change “image number of number” from this wp-lightbox-2\wp-lightbox-2.php.
    Find this two strings –

    'image' => __('Image ', 'jqlb'),
    'of' => __(' of ', 'jqlb'),

    then change this way for example –

    'image' => __('translatedImage ', 'jqlb'),
    'of' => __(' translatedof ', 'jqlb'),

    Best regards,
    WpDevArt support team.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make localization’ is closed to new replies.