Problemas con LayerSlider
A la hora de cargar la página aparece un montón de errores de Javascript:
Just wanted to say that the combination of the following answers above fixed the issue for me:
Change:
include_once drupal_get_path(‘module’, ‘media’) . ‘/wysiwyg_plugins/media.inc’;
to
include_once drupal_get_path(‘module’, ‘media’) . ‘/modules/media_wysiwyg/wysiwyg_plugins/media.inc’;
in the same file (dexp_layerslider.module)
comment line
media_include_browser_js();
then add these 2 lines
drupal_add_library(‘media’, ‘media_browser’);
drupal_add_library(‘media’, ‘media_browser_settings’);
Comentada linea:
//media_include_browser_js();
En fichero: //public_html/sites/all/modules/drupalexp/modules/dexp_layerslider/dexp_layerslider.module