Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    November 14, 2014 at 9:36 pm #13517

    Are you still facing the problem? Don’t see any browser error currently for the site.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 14, 2014 at 9:29 pm #13516

    Do you have a temp dev site where I can do the changes?

    Alok Maheshwari
    Spectator
    Posts: 303
    November 13, 2014 at 7:12 pm #13509

    Can you please provide more details including site url.

    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")
    }
    });
    });`

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

    What is the site url?

    Alok Maheshwari
    Spectator
    Posts: 303
    November 12, 2014 at 11:03 am #13489

    What is your site url?

    Alok Maheshwari
    Spectator
    Posts: 303
    November 12, 2014 at 10:35 am #13488

    Please let us know the site url.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 8, 2014 at 8:36 pm #13477

    Drop an email cookie named distributor_email containing the email address and then you can replace line 62 in contact.php from

    $emailTo = $data['email_address'];

    to

    $emailTo = $_COOKIE['distributor_email']!='' ? $_COOKIE['distributor_email'] : $data['email_address'];

    Alok Maheshwari
    Spectator
    Posts: 303
    November 8, 2014 at 10:11 am #13474

    Can you please explain how are you currently making the phone change work and then we can figure out how to do the same for the email.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 8, 2014 at 8:39 am #13472

    john.powerofaloe.com is not opening.