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

    (@opajaap)

    This can be done by custom css settings in the wp customizer.
    Example for the slideshow left/right buttons to get them the same size as the icons in the start/stop/slower/faster bar:

    .ubb { height:1.5em !important; }

    For the central start/stop icon:

    #wppa-start-stop-icon-1 svg, #wppa-start-stop-icon-2 svg, #wppa-start-stop-icon-3 svg { height:1.5em !important; }
    #wppa-start-stop-icon-1, #wppa-start-stop-icon-2, #wppa-start-stop-icon-3 {
    margin-left: 0.75em !important;
    margin-top: 0.75em !important;
    }
    

    If you can’t figure out, supply me a link and tell me more detailed waht you want exactly (which bigger, which larger etc)

    Thread Starter gazinta

    (@gazinta)

    When you are viewing photo, you have:

    – breadcrumbs
    – start/stop slideshow
    – photo itself + navigation arrows
    – star rating
    – number of photos + navigation arrows
    – filmstrip + navigation arrows
    – comments

    So I would like the size of: ‘start/stop’ and number of photos ‘navigation arrows’ to be the same size as filmstrip ‘navigation arrows’. It think it would look better it they are all the same size. Especially on a mobile phone.

    start-stop-icon
    prev-arrow-1, next-arrow-1
    to be the same size as:
    first-film-arrow-1, last-film-arrow-1

    Solution to increase star rating is already on the forum.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I will make it configurable in the next version.

    Thread Starter gazinta

    (@gazinta)

    Thank you.

    Thread Starter gazinta

    (@gazinta)

    Few things I noticed:
    – navigation arrows on photo itself, size 48px, are not positioned in the middle of the photo, other sizes are
    – number of photos and filmstrip arrows, disappearing – appearing (blinking effect) when you browse photos (previous photo, next photo) (and comments, but not important if comments needs to be loaded)

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    – navigation arrows on photo itself, size 48px, are not positioned in the middle of the photo, other sizes are

    Thanx, will be fixed in the next update.

    – number of photos and filmstrip arrows, disappearing – appearing (blinking effect) when you browse photos (previous photo, next photo) (and comments, but not important if comments needs to be loaded)

    Works as designed. During transition to the next photo, this info does not apply. That’s why.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icon size: slideshow – start/stop, navigation prev, next arrow’ is closed to new replies.