• Resolved Kristad

    (@kristad)


    Nextgen gallery giving me this error.

    Fatal error: Could not extract sufficient width/height of the gallery container. Traced measures: width:0px, height: 100px.

    I have added in two places /** Fix stage height issue */
    /** This may be required in multiple locations such as specific theme custom CSS options as well */
    .galleria-stage { height:calc(100% – 95px) !important; }

    And I still get this issue. I am using this gallery a lot and need to fix it. Can someone please help?

    It is under the Gallery tab… Thank you so much!!!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Imagely

    (@imagely)

    @kristad – Please contact our support team directly with any questions or concerns for NextGEN Pro displays via your member’s area at https://imagely.com/support/

    Thanks!

    – Cais.

    Thread Starter Kristad

    (@kristad)

    I am using Custom Product Tabs for WooCommerce by Yikes.

    I have upgraded all plugins, themes, etc. I deactivated all plugins. the only plug in that seems to cause it is Custom Product Tabs for WooCommerce by Yikes. If I activate that, I get the error:
    Fatal error: Could not extract sufficient width/height of the gallery container. Traced measures: width:0px, height: 100px.

    I have added the following CSS code but does not seem to help.

    /** Fix stage height issue NextGen gallery*/
    /** This may be required in multiple locations such as specific theme custom CSS options as well */
    .galleria-stage { height:calc(100% – 95px) !important; }

    /** Alternative solution to fix stage height issue */
    /* bootstrap hack: fix content (width) inside hidden tabs */
    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
    display: block; /* undo display:none */
    height: 0; /* height:0 is also invisible */
    overflow: hidden; /* no-overflow */
    }
    .tab-content > .active,
    .pill-content > .active {
    height: auto; /* let the content decide it */
    }
    /* bootstrap hack end */

    Still does not work.

    Can someone please help? People at Yikes???
    Thank you

    Thread Starter Kristad

    (@kristad)

    Here is an example of a page with the error under the gallery tab.

    https://amantii.com/product/ins-fm-30-electric-insert/

    Thread Starter Kristad

    (@kristad)

    Can anyone help? ?? Suggest anything?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error: Could not extract a stage height from the CSS. Traced height: 0px.’ is closed to new replies.