Plugin Directory

Opened 7 years ago

#2742 assigned defect

NextGEN Gallery uses wrong location for enqueueing ngg_basic_slideshow.css

Reported by: haktansuren's profile haktansuren's profile haktansuren Owned by: imagely's profile imagely's profile imagely
Priority: normal Severity: normal
Plugin: not-listed Keywords:
Cc:

Description

NextGEN Gallery uses wrong location for enqueueing ngg_basic_slideshow.css and it throws JS error and prevents the plugin to perform accurately.

nextgen-gallery/products/photocrati_nextgen/modules/widget/package.module.widget.php:266

<?php
wp_enqueue_style('nextgen_basic_slideshow_style', $router->get_static_url('photocrati-nextgen_basic_gallery#slideshow/nextgen_basic_slideshow.css'), array(), NGG_SCRIPT_VERSION);

should be replaced to

<?php
wp_enqueue_style('nextgen_basic_slideshow_style', $router->get_static_url('photocrati-nextgen_basic_gallery#slideshow/ngg_basic_slideshow.css'), array(), NGG_SCRIPT_VERSION);

Change History (0)

Note: See TracTickets for help on using tickets.