Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry for your problems. I removed functions from dkret that I don’t use anymore. Starting from version 4.7.1 dkret is no longer a theme framework. I don’t have the time to support it any longer.

    You can still use additional layouts. They are still there.

    The needed css for the layout are inside the css folder. You can import the layout in style.css.

    Just change

    /* Get layout CSS */
    @import url('library/css/2c-l-layout.css');

    to

    /* Get layout CSS */
    @import url('library/css/3c-c-layout.css');

    If you don’t want to make those changes after every dkret update you need to add it to a child theme of dkret.

    Thread Starter JoyceD6

    (@joyced6)

    Thank you so much. Sorry to hear you’re no longer supporting, but I understand. If you know of a similar theme, I’d appreciate hearing about it. In the mean time, there’s no problem copying and pasting in the changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme dkret3] Left-right column problem with customized widget’ is closed to new replies.