WordPress.org

Forums

DM Albums
Backend works fine, frontend gallery invisible (2 posts)

  1. Stef Verbeeck
    Member
    Posted 1 year ago #

    Hi all,

    We've been using DM Albums on a website and it works fine. We now duplicated the website for use with other content, so we made a copy of the entire site and uploaded it to another domain. The result works perfectly: the duplicated site shows no problems, except for the DM Albums plugin.

    In fact; we are able to upload pictures to an album and insert it in a post as usual. However, when the post is viewed, no gallery shows up (although the source code shows the needed code), just an empty space where the pictures should be.

    We changed all path settings, upgraded both WP and the DM Albums plugin to their respective latest versions, contacted the host to triple-check the paths, ... no solution.

    The plugin seems to be working in the wp-admin, but no actual album is displayed to the visitor. Has anyone had this experience? Any solutions?

    Thanks in advance

    http://wordpress.org/extend/plugins/dm-albums/

  2. kellyrnh
    Member
    Posted 1 year ago #

    Not sure if this helps your situation, but after hours of research, trial and error, I finally fixed a similar issue on my end.

    I could use the DM Albums manager with no problems in the admin panel, but when viewing the front end, there was nothing.

    For me, there was a javascript conflict: in the javascript folder, the file "galleria.php", line 66:
    $('#galleria-<?php echo $albumid; ?>').galleria({
    I needed to change this to work with a javascript file in my theme using:
    var $j = jQuery.noConflict();
    In my case, I needed to change the line 66 of galleria.php to:
    $j('#galleria-<?php echo $albumid; ?>').galleria({

    This resolved my jquery conflict. Hope this helps someone!

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

Tags