Support » Plugin: WP Photo Album Plus » [Plugin: WP Photo Album Plus] Static Widget Gallery

  • I would like to have the option of placing a static gallery into a sidebar widget.

    I do not use “Comments” or “Ratings” on any of my photos. So the TOPTEN code does not produce a result.

    Can you create the option to pass an Album ID into the widget along with a value that represents the count of images to display in the sidebar?

    http://wordpress.org/extend/plugins/wp-photo-album-plus/

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

    (@opajaap)

    Try a WPPA+ Text widget with (e.g.) content:

    %%wppa%% %%album=22%% %%size=200%%

    and pagination to the number of thumbnails you want (Table I-12)

    Thread Starter kcwebguy

    (@kcwebguy)

    Thank you for your reply. That did not produce the desired affect.

    In the topten code you are querying and sorting by rating. My pics do not have ratings. Perhaps you can pull the pics even if the rating is null and then sort by pic id. Then call it %%random%% or something like that.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    What i can do is the following:

    Make the topten widget available even when the rating system is disabled.
    Then, you can rate the photos yourself and then switch the rating system off.

    I can add a class (.wppa-topten-widget-rating) so you can add in a css:

    .wppa-topten-widget-rating {
    display: none;
    }

    to prevent the rating values to be displayed.

    What about this?

    Thread Starter kcwebguy

    (@kcwebguy)

    That’s a great suggestion. Do that, then I will test it and give you feedback as to how it looks and works for me.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    On a second thought it is not a good idea to misuse the topten widget in this way.

    I will supply another widget: Thumbnail widget, same lay-out as topten and comments widget, selectable album and settable thumbnail size and count and its own link styles in table VI.
    This is more in line of the total design concept.

    This will be available in version 4.4.8, to be released in a few days.

    Thread Starter kcwebguy

    (@kcwebguy)

    That is excellent. Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Static Widget Gallery’ is closed to new replies.