issues in chrome!
-
hi,
instead of hardcoding contact info into the page, I used the php code widget to use variables already exist in the site. It works out quite well inside of Elementor preview and Chromium. But it just doesn’t come out right in Chrome nor other browsers. what could be the issue? it seems that the variables are not coming through.my code (sorry i’m totally beginner):
<div><table border="0"> <tr><td width="40" valign="center" align="center"> <?php $contact_no = get_theme_mod('contact_no'); ?> <img src="https://flexchair.uk/wp-content/uploads/2018/03/phone-icon.png" height="30" width="30" /></td><td valign="center"><?php echo $contact_no; ?> </td></tr><tr><td valign="center"> <?php $contact_mail = get_theme_mod('contact_mail'); ?> <img src="https://flexchair.uk/wp-content/uploads/2018/03/mail-icon.png" height="30" width="30" /></td><td valign="center"><a>"><?php echo $contact_mail; ?></a></font> </td></tr><tr><td valign="center"> <?php $contact_add = get_theme_mod('contact_add'); ?> <a>"><img src="https://flexchair.uk/wp-content/uploads/2018/03/FB-icon-1.png" height="30" width="30" /></a></td><td><a>"><?php echo $contact_add ?>/</a></td></tr> </table></div>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘issues in chrome!’ is closed to new replies.