• Resolved Michael

    (@bazzarello)


    After a few months of difficulties, I discovered that in the CSS code of the footer it is enough to insert the command “clear: both;”

    Without that, some plugins were not working right on the frontend. It is as if the entire content of the page is blocked.

    Anyway, anyone who is experiencing the same problem, just add in the general CSS of the site the following command:

    #dslc-footer {
    clear: both;
    }

    Question to the creator of the plugin: Would this be a bug?

    Anyway, congratulations again for this fantastic plugin!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Solution for content blocked on the frontend’ is closed to new replies.