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

    (@opajaap)

    Also having the slideshow problem.
    Clicking on album cover takes me back to the previous rather than opening the slideshow.
    The text under the individual albums is not displaying the theme font, but is OK on the referring page.

    See my problem here:.
    https://helenoppenheim.com/wordpress/?page_id=4732

    The link settings are:
    1 abc – Mphoto – no link at all
    2 abc – Fullsize – photo in a slideshow – same page or post
    6 abc – Cover Image – same as title

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Try this: in wppa-functions.php on line 2292 it reads:

    if ( $linktype == 'content' ) {
    		$href = wppa_get_album_url($album['id'], $linkpage);
    	}
    	elseif ( $linktype == 'slide' ) {
    		$href = wppa_get_slideshow_url($linkpage);
    	}
    }

    Change to:

    if ( $linktype == 'content' ) {
    		$href = wppa_get_album_url($album['id'], $linkpage);
    	}
    	elseif ( $linktype == 'slide' ) {
    		$href = wppa_get_slideshow_url($linkpage);
    	}
    	$hrefsl = $href;
    }

    I.E. add the $hrefsl = $href; line.
    This should work.
    You can also de-activate and delete the plugin and re-install a new download.

    I cannot find this code to change. FYI there are no line numbers shown in the Edit, so have read through twice searching without finding. If I delete & re-install, will that fix the problems? What about my albums? Will they be affected by a deletion?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes, delete and re-install. Everything will survive, except the bugs.

    OK. I Deactivated, Deleted & Reinstalled.

    I still have the same problems:
    ? The link from cover to album slideshow does not work
    ? The text under the album covers is not the correct font.

    I checked the settings & as before. Please take a look at this page & linked albums to see the problem:
    https://helenoppenheim.com/wordpress/?page_id=4732

    YIKES! Everything was working so well in 4.3.5

    Hi,

    I have same problem as Artsfolio and Phileas80. Everything looks OK. It just doesn’t work. ?? I have followed all the steps to fix it including the latest update, but no luck! See here.

    https://historyhunters.co.uk/?page_id=399

    As for the wppa-functions.php line 2292 fix. Mine looks nothing like yours.

    I opened it using notepad++

    My wppa-functions.php / 2292 line reads:-

    if ( $photo_pos == ‘left’ || $photo_pos == ‘top’) {

    Totally stuck now…

    What to do?
    Thx for any help.

    Thread Starter Phileas80

    (@phileas80)

    First, thanks to all of you for your replies,
    regarding the question of opajaap:

    “What are the link settings in the edit album information page?”

    These are the setting since the latest download:

    1a,b,c Mphoto Media-like photo link – no reference at all
    4a,b,c SlideWidget Slideshow widget photo link – no reference at
    all
    5a,b,c PotdWidget Photo Of The Day widget link – no reference at
    all
    6a,b,c Cover Image The link from the cover image of an album – no
    reference at all
    7a,b,c CommentWidget Comment widget photo link – no reference at all
    8 Slideshow Slideshow fullsize link – no reference at all

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    @artsfolio: Please uncheck Table IV-33 Ajax. It should work again as before.
    I have seen the missing instruction, will fix it monday.

    Thread Starter Phileas80

    (@phileas80)

    Hello to all of you, I could fix the problem with the not working slide show. It was simple a tick at foto albums -> link type:

    o the sub-albums and thumbnails
    x the album photos as slide show
    o no links at all

    After the update the tickle was at “no link at all”

    Thanks and Cheers!

    @opajaap: Thanks, I did the uncheck of Ajax & now the font displays correctly, but the slideshow still does not work.
    My link settings:
    1abc – no links at all
    2abc – fullsize in slideshow – same post or page
    8 – slideshow – lightbox

    I also checked my Album Edit & the settings for the album have not changed. Still to the album photos as slideshow.

    artsfolio

    (@artsfolio)

    @opajaap:
    Just installed 4.3.8
    All seems perfect…
    YAY!
    Thanks for getting the update UP so fast!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You’r welcome. Customer down is my worst nightmare…

    Bzerka

    (@bzerka)

    Ty Opajaap

    I was beginning to despair. My faith in wordpress has been restored.

    Have a nice day ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘WP Photo Album Plus, 4.3.7’ is closed to new replies.