• Resolved trulyandy

    (@trulyandy)


    WP Photo Album Plus Version 2.4.4, I have successfully created 2 Photo Albums and assigned a number of photos to each, which I can browse in the Plugin Dashboard.

    The 2 Album previews post to my Page fine. https://tierradesuenoslodge.com/our-place/rainforest-photo-gallery/

    Clicking “View Photos” loads a new page with the all of the Album’s thumbnails, and when you click on a thumbnail a new page w/ the Slideshow controls loads, however, no images show up on the Slideshow page.

    Similarly, clicking “View Slideshow” under the Album Previewloads a new page w/ the Slideshow controls, but no images show up.

    Both WordPress and the Plugin are the most current versions, and I just deleted and re-installed the Plugin to no avail.

    thanks!

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

    (@opajaap)

    Your theme does not load the required javascript file.
    What is your theme? If you made or modified it, please post the contents of header.php here.

    Thread Starter trulyandy

    (@trulyandy)

    ahhh, your response led me to the solution, which was pretty simple, of course.

    my header file was missing <?php wp_head();?> before </head>

    I added that and the slideshow now works.

    thanks!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    That’s what i expected.

    Hi, I suspect I have a similar same issue. I’m getting nothing on a theme I created from scratch, using the command <?php wppa_albums(1, ‘slide’); ?>.

    Here’s my header:

    ‘<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “https://www.w3.org/TR/html4/strict.dtd”&gt;
    <html>
    <head>
    <title>Expressions of Brooklyn</title>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”stylesheet” type=”text/css” href=”https://fonts.googleapis.com/css?family=Tangerine”&gt;
    </head>’

    BTW, here’s the site: https://www.intuito.biz/brooklyn/

    Fixed by adding wp_head(); before closing </head>.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Nice you found the same fix for the same problem as trulyandy did…

    Hi Guys

    I have had 2.5 working fine for https://www.jbhomestyling.com

    But the client went and upgraded TO 3.0 and it seems that I’m having the same issue as trulyandy first had on this thread.

    I have loaded WP PHOTO ALBUM and it’s got it working, but I’d obviously like to us PLUS.

    PLEASE! Here’s the header…

    <?php
    /**
    * @package WordPress
    * @subpackage QualiFire
    */

    global $qualifire_options, $style, $current_slider;
    // get the current color scheme subdirectory
    $style = ( $qualifire_options[‘color_scheme’] ) ? “style{$qualifire_options[‘color_scheme’]}”: “style1”;

    $logo_img_url = ( $qualifire_options[‘custom_logo_img’] ) ? $qualifire_options[‘custom_logo_img’] : get_bloginfo(‘template_url’).’/styles/’.$style.’/images/logo.png’;
    $logo_width = $qualifire_options[‘logo_width’];
    $logo_height = $qualifire_options[‘logo_height’];
    $current_slider = $qualifire_options[‘current_slider’];

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”google-site-verification” content=”tgLxJ_Hq5dKc9B4Ac4ohARS_CuFYHTwZFBf69IQNPj4″ />
    <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”description” content=”We are a Poole based renovations and restorations company. We offer high class, professional service in decorating, building and repairs.” />

    <meta name=”keywords” content=”Painter, decorator, Bournemouth, Poole, Renovations, restorations, carpenter, builder, tiler, kitchen, bathrooms” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>

    <!–[if IE 6]>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/scripts/DD_belatedPNG_0.0.8a-min.js”></script>
    <script type=”text/javascript”>
    // <![CDATA[
    DD_belatedPNG.fix(‘.pngfix, img, #home-page-content li, #page-content li, #bottom li, #footer li, #recentcomments li span’);
    // ]]>
    </script>
    <![endif]–>
    <?php wp_head();?>

    <!–[if lte IE 8]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie-all.css” media=”screen” type=”text/css” />
    <![endif]–>
    <!–[if lte IE 7]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie6-7.css” media=”screen” type=”text/css” />
    <![endif]–>
    <!–[if IE 6]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie6.css” media=”screen” type=”text/css” />
    <style type=”text/css”>
    body{ behavior: url(“<?php bloginfo(‘template_directory’); ?>/scripts/csshover3.htc”); }
    </style>
    <![endif]–>

    </head>

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Your header looks ok, js and css is koaded.
    I would like to investigate on this, but you should have wppa+ 3.0.0 installed then.
    If it is not possible to have that for a day or so, you can go back to version 2.5:

    Click the ‘other versions’ link on the plugins homepage and install the version you want manually:

    download, unzip, ftp.

    Hi opajaap

    The current version is 2.5 as this was the last one that worked, so I downgraded via deleting the 3.0 version and reloading the 2.5 version.

    I can upgrade if you think this would help.

    How can you help me as I’m totally stuck!

    Many thanks

    M

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Are we still talking about this site?
    https://www.jbhomestyling.com/gallery-of-work/?album=2&photo=89
    Here you are not running wppa+ 2.5
    Note: you can NOT have both wppa and wppa+ activated at the same time!

    I prefer you go to 3.0.0 and have me have a look into it

    Hi

    I deleted the 3.0. and then installed 2.5. It said it was 2.5 in the plugin page of wordpress. I have now upgraded to 3.0.

    Can you look for me know?

    Thanks friend

    M

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You still have wp-photo-album activated and wp-photo-album-plus not

    Hi opajaap

    I have now made the PLUS live.

    M

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Your jquery library is outdated.
    Is your wp installation up-to-date?

    You might try unchecking ‘Fadein after fadeout’. That will at least resolve the error why it stops. But there may be other problems.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: WP Photo Album Plus] – Slideshow not working.’ is closed to new replies.