• Resolved aranjo

    (@aranjo)


    Hi,
    i get for this page

    https://rontimm-qigong.ch/wordpress5/qigong-und-taiji-schule-bern

    this error in console:
    Uncaught TypeError: e.owlCarousel is not a function
    at HTMLDivElement.<anonymous> (/wordpress5/wp-content/themes/dt-the7/js/main.min.js?ver=7.8.2:8)
    at Function.each (jquery.js:2)
    at a.fn.init.each (jquery.js:2)
    at HTMLDocument.<anonymous> (/wordpress5/wp-content/themes/dt-the7/js/main.min.js?ver=7.8.2:8)
    at i (jquery.js:2)
    at Object.fireWith [as resolveWith] (jquery.js:2)
    at Function.ready (jquery.js:2)
    at HTMLDocument.J (jquery.js:2)

    And the logo in header on the left side disapear.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @aranjo ,

    Uncaught TypeError: e.owlCarousel is not a function

    This error is from another plugin or piece of code, not MetaSlider.

    Thread Starter aranjo

    (@aranjo)

    Hi @kbat82
    thanks for your answer. Mhhh…this error message shows only with the active plugin.Nevertheless, my logo disappears from the header as soon as the metaslider is active on this page.

    • This reply was modified 4 years, 11 months ago by aranjo.

    Hi @aranjo

    Typically any JS error will halt the rest of the JavaScript on the page, so it makes sense that an error elsewhere will break MetaSlider as well.

    The error is coming from a file in your theme:

    https://rontimm-qigong.ch/wordpress5/wp-content/themes/dt-the7/js/main.min.js?ver=7.8.2.1

    The error also might not be related to the logo issue.

    I can see some styles in your theme that are telling the logo to not be shown. This seems to be the issue here:

    .phantom-sticky .branding>a:not(.same-logo) {
        opacity: 0;
        transition: opacity .3s ease;
        display: block!important;
        position: absolute;
        left: -100%;
    }

    if you disable MetaSlider the logo appears? Can you disable it and let me see what the difference is? It could be a mechanism in your theme that does this, for some reason.

    Thread Starter aranjo

    (@aranjo)

    Thanks a lot
    have a nice day

    Thread Starter aranjo

    (@aranjo)

    ok, i just delete the slider, now the logo is here

    There’s some JS that runs that adds a class that will show the logo. Because of the JS error though, that code never runs.

    For some reason, the JS code is in conflict with MetaSlider and errors.

    You will have to contact the theme developer about that JS error.

    Thread Starter aranjo

    (@aranjo)

    ok, i will do that,
    thanks a lot

    Let me know if you have any more questions.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The logo disappears’ is closed to new replies.