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

    (@opajaap)

    Please verify the following:

    Check if the share box appears in Table IX-E, if not, run action Table VIII=A1

    I hope you do not use a modified wppa-slideshow.php?

    If you have a caching plugin, reset/delete all cache.

    If still nothing, check Table IX-A3, so i can see more.

    Thread Starter thepulpo

    (@thepulpo)

    thanks for your answer.
    Tried all the options above but still nothing.
    Table IX-A3 is already checked.

    Thanks

    P

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I found it. You dislpay the slideshow in a widget. And the share box is disabled for widgets.

    You can change that by editing wp-content/plugins/wp-photo-album-plus/wppa-slideshow.php

    Change line 678 (8 lines from the bottom)

    if ( ! $wppa['is_slideonly'] && $wppa_opt['wppa_share_on'] && ! $wppa['in_widget'] ) $do_it = true;

    to:

    if ( ! $wppa['is_slideonly'] && $wppa_opt['wppa_share_on']  ) $do_it = true;

    i.e. remove: && ! $wppa['in_widget']

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This will be a setting in the next version (4.8.3)

    Thread Starter thepulpo

    (@thepulpo)

    I tried altering the PHP, as instructed. Guess I was doing something wrong ’cause everytime I changed the PHP file, it will display an error code in the browser, preventing the site to load. Funny thing is that, even on reinstalling the old file, the site will still be down.
    I decided then to just add the gallery into a post and not as a widget.
    Looking forward for the next version. Customizable social network icons, maybe?

    Thank you so much for your generous help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP photo album Plus – NO share box’ is closed to new replies.