• Resolved tdturn2

    (@tdturn2)


    I like many parts of this plugin, but just not sure it’s ready for websites in production. Ran the latest update and all my custom CSS settings are just being overridden. And rollback isn’t working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author averta

    (@averta)

    @tdturn2 ,
    please give us more details about it, what is your current version?
    and what custom CSS, is on your theme or the ones you have added on Depicteer in previous versions?

    Thread Starter tdturn2

    (@tdturn2)

    I tried rolling back and it broke things worse. So I’m back on 1.3.2.

    I originally set a fixed height of the slider that’s now being ignored and it’s forcing full viewport height. When I try to update it, it just throws 503 errors.

    Plugin Author averta

    (@averta)

    @tdturn2,
    Can you please give us the link to the page where you got this issue?
    we need to take a look at there to see what happned

    Thread Starter tdturn2

    (@tdturn2)

    Sure. The slider is still set to a fixed height of 600px. After the update, it’s 100vh and it won’t let me update it. https://thewordisout.com/

    Plugin Author averta

    (@averta)

    @tdturn2 ,
    Please note that there is no need to set the height by CSS and it is better if you do this by going to slider general -> wrapper height and set it to 600.

    By the way if you want to do it by custom CSS here is the code you can use

    #depicter-2 .depicter-view.depicter-mask-view, #depicter-2 .depicter-layers-wrapper {
        height: 600px !important;
    }

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘latest update overrides CSS settings’ is closed to new replies.