Jump to content

Solucionado - Modulo GDPR de knoband - no se ve bien la barra de cookies


gusman126

Recommended Posts

 

editar el fichero /modules/kbgdpr/kbgdpr.php

Arreglar front office

buscar

        $this->context->controller->addCSS($this->_path . 'views/css/front/kb_front.css?v1.0.3');
        
        $this->context->controller->addCSS($this->_path . 'views/css/front/kb_cookie_popup.css?v1.0.3');

Y quitar ?v1.0.3

Arreglar Back office,

añadir las dos lineas en el hook

public function hookDisplayBackOfficeHeader()
    {
        $this->context->controller->addCSS($this->_path . 'views/css/admin/kb_admin.css');
        $this->context->controller->addCSS($this->_path . 'views/css/admin/tab.css');
    }
Edited by gusman126 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...