Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marge123

    (@marge123)

    Thank you very much!

    Thread Starter marge123

    (@marge123)

    Thanks for your quick response.
    Even an empty package.json file I put earlier in /wp-content/plugins/pronamic-ideal/vendor/pronamic/wp-mollie/ did prevent the error also. However, I think the file does not come standerd within the installation of pronamic because it works fine on another site, even though the file package.json” is missing there as well.

    Looking at the css classes of the menu upon opening, it seems the .force-hide class is not removed. Moreover, upon actually opening the menu, the responding <div> is assigned classes for this animation, which should be replaced by the .open class when finished. This also does not happen.

    The issue can be temporarily fixed by adding the following code to the (custom) css:

    #offcanvas-wrapper.force-hide:not(.hide)
    {
    	display: flex !important;
    	overflow: auto;
    	width: auto !important;
    }

    Do note that this uses the pseudo-selector :not, which does not work for old browsers.

    • This reply was modified 3 years, 11 months ago by marge123.
    • This reply was modified 3 years, 11 months ago by marge123.
Viewing 3 replies - 1 through 3 (of 3 total)