Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear Prajakta,

    Please be informed, that the navigation between album galleries is written in Ajax and that is why the album url is set correctly, while the gallery URL isn’t being taken.

    Thank you.

    Thread Starter prajakta ghole

    (@prajakta-ghole)

    Hi,
    I have fixed this issue…
    FYI:
    changed plugin file photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php line no.137
    if($type==”gallery”)
    {
    $album_row_data = $this->model->get_gallery_row_data($album_gallery_id);
    }
    else
    $album_row_data = $this->model->get_album_row_data($album_gallery_id);

    Plugin Contributor webdorado

    (@webdorado)

    Dear prajakta,

    Thank you for the information.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery shows album title’ is closed to new replies.