• Resolved Hrohh

    (@hrohh)


    please fix textdomain
    includes/admin-page.php

    <span class=”filter-color-wrap”><span class=”select-color-label”><?php _e( ‘Filter by Color’, ‘free-images’ ); ?> </span><span class=”selected-color”></span>

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Hrohh

    (@hrohh)

    also words in admin-page.php
    Previous
    Free images of

    shortcode.js
    Other Image Sizes
    Download
    The image #%curr% could not be loaded.
    Loading image #%curr%…
    Downloaded Successfully..

    Please add string to magnificpopup
    tClose: ‘Close (Esc)’
    gallery: {
    tPrev: ‘Previous (Left arrow key)’, // Alt text on left arrow
    tNext: ‘Next (Right arrow key)’, // Alt text on right arrow
    tCounter: ‘%curr% of %total%’ // Markup for “1 of 7” counter
    },
    https://dimsemenov.com/plugins/magnific-popup/documentation.html
    title => Translating

    After that I prepare czech language.

    Thanks

    • This reply was modified 4 years, 4 months ago by Hrohh.
    • This reply was modified 4 years, 4 months ago by Hrohh.
    • This reply was modified 4 years, 4 months ago by Hrohh.
    Thread Starter Hrohh

    (@hrohh)

    also please add native lazyload to img
    https://web.dev/browser-level-image-lazy-loading/

    <img loading=”lazy”

    thanks

    Thread Starter Hrohh

    (@hrohh)

    for some reason it is not reseting pagination
    step to reproduce
    1) search some word, for example “workshop”
    2) set page to 3
    3) click to Editors Choice
    4) total found images is 14, but we are on page 3 and screen is empty

    • This reply was modified 4 years, 4 months ago by Hrohh.
    Thread Starter Hrohh

    (@hrohh)

    Can you please add actual width x height of image to main button Download like that
    [Download ( 1920×1200 )]

    It would be good, because we can have some image field (Advanced Cutom Fields plugin), which is restriced by min resolution.

    Thread Starter Hrohh

    (@hrohh)

    Sometimes images cannot be download

    ‘url’ => isset( $_POST[‘url’] ) ? esc_url( $_POST[‘url’] ) : ”,

    should be

    ‘url’ => isset( $_POST[‘url’] ) ? esc_url_raw( $_POST[‘url’] ) : ”,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fix for textdomain’ is closed to new replies.