• Resolved neof1960

    (@neof1960)


    Excelent Plugin.
    I have one problem with My rating system because it disappear in slide show and is absent in Lightbox photo zoom in vlew.
    This happens in chrome but in mozilla and explorer work properly
    [ redundant link removed ]

    • This topic was modified 4 years, 7 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 40 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you have lay-out problems with other wppa gp widgets, you can alternatively change the widget content into:

    <div style="clear:both;" ></div>
    [wppa type="slideonly" album="15"]
    

    This will have the same effect but only in that very widget.

    1) I will look further later on.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    1) is a bug. Will be fixed in the next version.

    If you want it now, follow the instructions here:
    https://wppa.nl/docs-by-subject/development-version/

    From the changelog for = 7.3.12 =:

    * The cursor on album cover images where cover type is imagefactory(-mcr) and the link is lightbox, does not change from wait to magnifier when the initialisation of lightbox is complete. Fixed.

    Thread Starter neof1960

    (@neof1960)

    Is it possible to set the ordering of thumbnails inside a Image factory mcr album to be the same as the ordeing of photos in this album?
    https://test.alevizopoulos.gr/wordpress/en/gallery/
    here the order in every refresh is different.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes. I made the following changes in version 7.3.12.003:

    * Changes to the cover image selection method: Added ‘according to photo sequence’ to the album cover image selection on the album admin and on the settings page;
    Added ‘— default — See Table IV-D2’ to the cover image selection box on the album admin page. These changes make it simpler to change the selection method for all -default- albums at once, provided that the settings on the album admin pages are set to the default, previously being random.

    This version is available as pre-release:
    https://downloads.www.ads-software.com/plugin/wp-photo-album-plus.7.3.12.003.zip

    Install this download as described here:
    https://wppa.nl/docs-by-subject/development-version/

    Thread Starter neof1960

    (@neof1960)

    You are amazing
    I think everything works perfectly
    Thanks.

    Thread Starter neof1960

    (@neof1960)

    If possible, I would like something more.
    1) Can I not display breadcrumbs on specific albums or write what they will say?
    2) The rating not to be shown on an album that I will choose?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Most of this kind of things can be done by inline settings

    Do the following:
    Tick Table IX-A7: Enable in-line settings
    Change the content of Table IX-A8 into all

    Now an example of suppressing the breadcrumb on a page for an individual wppa shortcode:

    [wppa_set name="wppa_show_bread_pages" value="no"]
    [wppa type="thumbs" album="4"]
    [wppa_set]

    Now an example of how to suppress the rating display on an incidental slideshow display:

    [wppa_set name="wppa_rating_on" value="no"]
    [wppa type="slide" album="4"]
    [wppa_set]

    To avoid excessive vertical whitespace, remove the linebreaks between the three shortcodes they are in the examples above for clarity only.

    Thread Starter neof1960

    (@neof1960)

    The first example works well.
    The second no.
    I have put
    [wppa_set name=”wppa_rating_on” value=”no”][wppa type=”thumbs” album=”22″][wppa_set]
    in the page
    https://test.alevizopoulos.gr/wordpress/en/st-antonios/
    and in the same page into the Sidebar Blog I have put a WPPA+Text with content
    [wppa_set name=”wppa_rating_on” value=”no”][wppa type=”slideonly” album=”15″][wppa_set]
    does not work in any of them.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    wppa_rating_on is for the display in the slideshow,
    wppa_thumb_text_rating is for the display under the thumbnails.

    In general: locate the setting you want to overrule, hover over the input element, the title shows you the name and the possible values.

    Thread Starter neof1960

    (@neof1960)

    Thank you, its ok now.
    Styling and positioning of album description?
    https://test.alevizopoulos.gr/wordpress/en/gallery/wall-paintings/cathedrals/st-konstantinos-and-eleni/
    I made it in wppa-boxes-html changing the code.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It is not wise to change the code, because it will get lost at an update.
    If you tell me what you actually changed and why, i might incorporate it into the release one way or another. I am always in for improvements or alternatives.

    Thread Starter neof1960

    (@neof1960)

    I know about updates and for this reason I wrote you
    I want album description to be centered and font larger.
    wppa-boxes-html.php line 4613 was
    ‘ style=”padding-right:6px;’.wppa_wcs( ‘wppa-box-text’ ).wppa_wcs( ‘wppa-black’ ).'”‘ .
    and now is
    ‘ style=”padding-right:6px; text-align: center; font-size: x-large;’.wppa_wcs( ‘wppa-box-text’ ).wppa_wcs( ‘wppa-black’ ).'”‘ .

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I will add class wppa-thumbarea-albdesc for album description on thumbnail area in the next update, so you can change it with custom css:

    wppa-thumbarea-albdesc {
    text-align: center !important; 
    font-size: x-large !important;
    }
    Thread Starter neof1960

    (@neof1960)

    do you mean
    .wppa-thumb-area {
    text-align: center !important;
    font-size: x-large !important;
    }
    in Table IV-A15?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Leave it as it is for now. After updating to the next version, add:

    wppa-thumbarea-albdesc {
    text-align: center !important; 
    font-size: x-large !important;
    }

    to Table IV-A15 or the wp custom css.
    You can add this now already, it will then work immediately after the next update.

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘WPPA My rating not working’ is closed to new replies.