Forum replies created
Are you still facing the problem? Don’t see any browser error currently for the site.
Do you have a temp dev site where I can do the changes?
Can you please provide more details including site url.
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")
}
});
});`
What is the site url?
What is your site url?
Please let us know the site url.
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'];
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.
john.powerofaloe.com is not opening.