Back to Ultimate Website Builder - CREATOR Theme Bundle Support

dan_gell62806
dan_gell62806

Is there issues with using Dedugbar and this theme? I install the the plugin and the frontend is unresponsive, i can scroll but I cannot interact with anything. Backend is running fine.

https://github.com/rainlab/debugbar-plugin Using latest October v2 version

Many thanks Daniel

Charis
Charis

dan_gell62806 said:

Is there issues with using Dedugbar and this theme? I install the the plugin and the frontend is unresponsive, i can scroll but I cannot interact with anything. Backend is running fine.

https://github.com/rainlab/debugbar-plugin Using latest October v2 version

Many thanks Daniel

Hello!
This theme do not use core {% styles %} on html head, but inside the body to work properly. That seems to be the cause of the problem, but that is related to plugin css and has nothing to do with creator theme.
If you inspect the code you will find that the root of the problem is this css style:

.phpdebugbar div, .phpdebugbar-openhandler div {
    display: block;
}

If you remove this style you will fix it. You will find this css on depugbar.css on line 10

dan_gell62806
dan_gell62806

Nice one Charis, thanks again

1-3 of 3