• Resolved ktecho

    (@ktecho)


    Hi there,

    I’ve found this things while testing WP Photo Album Plus:

    * Bugs
    1- In non-admin mode, there is no Browsebar. There is no FilmStrip either. If have search through the options, but couldn’t find one that enables or restricts this.
    2- Table VIII – B10 (Create all autopages): I don’t know if this is what I’m looking for, but it errors out with a javascript alert telling “An error ocurred: Security check failure”.
    3- Sometimes, some elements of a slideshow are not rendered. I reload the page and then they’re rendered. I can investigate a little bit about this one so I can see if I found something.

    * Improvements
    1- I don’t know if this can be changed in some other place, but this is wrong in spanish (wppa-init.es.js):

    wppaNextPhoto = “Editar foto”;

    It should read:

    wppaNextPhoto = “Siguiente”;

    2- In slideshow, if no title or description is provided, you could hide the corresponding div (imagedesc-1, imagetitle-1), as they are shown as empty space, making the frame very ugly. By the way, aren’t they inverted? Shouldn’t be this way?

    Title of the photo (author)
    Description

    Thanks!

    https://wordpress.org/plugins/wp-photo-album-plus/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Browsebar: Table II-B2
    Filmstrip: Table II-B3
    Security check failure: Logged in too long ago (nonce field timed out), or you logged in under a different name (or logged out) on a different tab.
    Reload required: poor internet connection
    Language files: you can edit (use poedit) the spanish language files (…/wp-content/plugons/wp-photo-album-plus/languages/wp-photo-album-plus-es_ES.po) and mail me the corrected versions: opajaap at opajaap dot nl
    Size of name/desc box: A link please
    Swap name/desc: Table IX-G13

    Thread Starter ktecho

    (@ktecho)

    – Browsebar: Table II-B2
    * I already have it enabled. And I can see it admin album, but not viewing the same album in an ordinary (non-admin) account.

    – Filmstrip: Table II-B3
    * I already have it enabled. And I can see it admin album, but not viewing the same album in an ordinary (non-admin) account.

    – Security check failure: Logged in too long ago (nonce field timed out), or you logged in under a different name (or logged out) on a different tab.
    * Yeah, I think was that. Maybe better message explaining what could have happened so it saves you from having to support people like me 🙂

    – Reload required: poor internet connection
    * No. Some days ago I was on mobile, but right now I’m on a fiber line, so perfect internet connection and I still can see the issue. Happens the first time I click on a picture in the thumbnail. The slideshow opens without some of the elements. Then I reload the page and everything is ok. Will see if I ican gather some more info, even if I’m not using slideshow right now anymore.

    – Language files: you can edit (use poedit) the spanish language files (…/wp-content/plugons/wp-photo-album-plus/languages/wp-photo-album-plus-es_ES.po) and mail me the corrected versions: opajaap at opajaap dot nl
    * I was under the impression that this string is not in the language files, but I’ll keep translating and send you the latest es_ES.po anyways.

    – Size of name/desc box: A link please
    * Here it is. Be warned that the background of the frame is almost white, so it’s a bit difficult to see it, but you can see that there is an empty place for the description, but there is no description.
    here

    – Swap name/desc: Table IX-G13
    * Wow! Each time I give a look to the settings, I discover new ones. Your plugin is ultra-configurable. Thanks for this one! 🙂

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    but not viewing the same album in an ordinary (non-admin) account.

    Never ever seen this before….

    – Browsebar: Table II-B2
    * I already have it enabled. And I can see it admin album, but not viewing the same album in an ordinary (non-admin) account.

    – Filmstrip: Table II-B3
    * I already have it enabled. And I can see it admin album, but not viewing the same album in an ordinary (non-admin) account.

    A link please, not a screenshot.

    the latest es_ES.po

    Yes, please send me, i will update it with the missing strings and send you back

    Thread Starter ktecho

    (@ktecho)

    Yes, please send me, i will update it with the missing strings and send you back

    A use “Loco Translate” that can “sync” all the strings in a language (spanish) with the strings in the main language file (english), so I think I have all the string right now after I synced them.

    A link please, not a screenshot.

    https://www.aalquilar.es/album/

    If everything goes as expected (just tried with new browser), first time you load the album and click over one of the pictures, you cannot see the picture nor some components. Then you reload the web (ctrl+R) and you can see it.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    There are quite a lot things going wrong on your site.
    Is TaskerDev-inquilinos a self created theme? i cam not find it.
    Please try a ‘standard’ wp theme first.
    De-activate any optimizing and/or caching plugins if you have them installed.
    Pls tick the box in Table IX-A3

    Thread Starter ktecho

    (@ktecho)

    I bought a theme and then I’ve modified a lot of things.

    I’ve just enabled debug in IX-A3.

    Thread Starter ktecho

    (@ktecho)

    I don’t have any caching plugin, just the opcoche cache in php7 that’s already present in php 5.6.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Ok. You link the thumbnails to ‘the single photo in the style of a slideshow’. Single photos do not show a filmstrip or a browsebar, because there is nothing to navigate. This is for ‘normal’ users and also for admin.
    You’d better set the link to ‘the fulsize photo in a slideshow’.

    Strange is that clicking one of the 4 thumnails always returns the same image, while the correct one is found by the query, as i can see thanx to IX-A3.

    What is exactly the content of the page? (shortcode)

    Thread Starter ktecho

    (@ktecho)

    I’m generating it from php. The important part is this one:

    echo wppa_albums($albumID, 'thumbs');

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    At least do it as follows than:

    echo do_shortcode('[wppa type="thumbs" album="'.$albumID.'"][/wppa]');

    I do not trust your theme.

    Please setup a situation using a ‘standard’ wp theme that shows the problem. I can not support issues on modified commercial themes.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Reporting some bugs and suggestions’ is closed to new replies.