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
Modifica tu tienda en un solo sitio Si por algún motivo, no utilizas multitienda y…
En el proceso de compra no se muestran las opciones de pago Si te has…
/migrations#rm -rf ./* #php bin/console doctrine:migrations:generate #php bin/console doctrine:migrations:migrate #php bin/console doctrine:migrations:current #php bin/console doctrine:migrations:diff…
Pasos para inicializar un proyecto Symfony 5 y un panel de control de entidades Inicializando Symfony:…
MODULOS DE ODOO NECESARIOS PARA UN ECOMMERCE Enlaces de OCA de interes: En el siguiente…
Migración de un prestashop 1.7 de un dominio a otro. Copiamos la BBDD del antiguo…