• I’m doing some work in wordpress for the first time and need to add a photoalbum to the page. I’m working with wordpress online, through a hosting website and I installed WP Photo Album Plus, It’s working fine I just don’t know how to put the albums I am creating into their intended pages.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Please visit my Docs & Demos site.
    It explains the basic usage on the first sticky post.
    It also contains a tutorial that leads you through the major features and a scripting reference.

    Hi,
    When I click on “Slideshow” of a photo album I receive an error, “The page you are looking for does not exist.”

    My site is: http://thememphiszetas.com/

    Please go to the Gallery page http://thememphiszetas.com/?page_id=367 and click Slideshow for any of the albums and you’ll see what I mean.

    Thank you!

    I have no explanation for this, but please try this:

    In wppa_functions.php, starting at line 580 you see the following code:

    // get link to slideshow (in loop)
    function wppa_get_slideshow_url($page = '') {
    global $album;
    global $wppa;
    
    	$occur = $wppa['in_widget'] ? $wppa['widget_occur'] : $wppa['occur'];
    	$w = $wppa['in_widget'] ? 'w' : '';
    	$link = wppa_get_permalink($page).'album='.$album['id'].'&slide=true'.'&'.$w.'occur='.$occur;
    
    	return $link;
    }

    Please edit line 587: change '&slide=true' into '&slide', i.e. leave =true out.

    If this helps, i will leave it out in the next version, so you have to try this only once.

    That worked great!

    Thanks so much 😉

    Thanks. I will make it standard as i do not really need the =true for the program.

    please be so kind to mark this topic as resolved

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