Topic Resolution: Resolved
  • Closed
  • Roman Ivanov
    Spectator
    November 12, 2014 at 6:11 pm #13491

    Hi Roman and Alok,

    On my site  installed Adsense ads. I do not know when it happened, but probably after wordpress upgrading, I saw that on pages with Adsense Ads stopped working “ToTop Script”, Alora tabs widget and Toggles Element.

    I need all of these elements. How to make them work?

    I really need your help.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 12, 2014 at 6:39 pm #13492

    What is the site url?

    Roman Ivanov
    Spectator
    Posts: 20
    November 12, 2014 at 6:49 pm #13493

    Not working “ToTop Script”, Alora tabs widget and Toggles Element. http://bit.ly/1ucdnxt

    Alok Maheshwari
    Spectator
    Posts: 303
    November 12, 2014 at 7:17 pm #13494

    In the themes/alora/js/main.js, you can comment out the following code and it should fix the issue.

     
    `/* Video overlapping fix */

    jQuery(document).ready(function(){
    jQuery('iframe').each(function(){
    var url = jQuery(this).attr("src");
    if(url.indexOf("?")>0){
    jQuery(this).attr("src",url+"&wmode=transparent")
    }else{
    jQuery(this).attr("src",url+"?wmode=transparent")
    }
    });
    });`

    Roman Ivanov
    Spectator
    Posts: 20
    November 12, 2014 at 7:33 pm #13495

    Wow! You’re a genius! Thank you very much!