• Resolved Himani Lotia

    (@imani3011)


    hi,

    I am receiving the below error on my client’s Website. Due to which I ain’t able to view other functionalities.

    console error

    Source Theme Folder

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Himani Lotia

    (@imani3011)

    Hello,

    Am waiting for an update for this particular issue! I am planning to buy a pro-version of this issue is resolved!

    Thanks
    Himani

    Theme Author ThemeZee

    (@themezee)

    Hello Himani,

    Thanks so much for reporting this issue.

    I will look into it and fix it with the next update of Poseidon.

    Best,
    Thomas

    Theme Author ThemeZee

    (@themezee)

    Can you please send me the URL to your website?

    A quick test showed that there is no issue in the sticky-header.js file by default, it works fine without any JS errors. So it is more likely a conflict with another plugin.

    Best,
    Thomas

    Thread Starter Himani Lotia

    (@imani3011)

    Hello,

    when I update the sticky-header.js file like below, it resolves the error!

    var body = $( ‘body’ ),
    if (body.length) {
    top_position = $( this ).offset().top – body.offset().top – 1,
    header_height = $( this ).height() + top_position,
    small_header = top_position + 70;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Javascript stops functioning due to theme conflict’ is closed to new replies.