City
ShopID
State
Address
Zip Code
Primary Phone #
925-288-0766
Tracking Number 1
Tracking Number 2
Tracking Number 3
Tracking Number 4
Tracking Number 5
Tracking Phone – Mobile
Latitude
34.4404116
Website URL
Shop Hours
Google Maps Link (used for address link)
Primary Keyword (Used in Location Header + About Us Text)
Twitter URL
Facebook URL
http://www.facebook.com
Google Plus URL
https://google.com
Logo
Google Adwords Phone#
UA-CODE on Mobile Website
Year Founded
CHANGE LOG
7/23/2018 ==================================================
Updated to 3.10.1
Added to Divi Integration to allow the link to open in a new tab for Social Media
<script type=”text/javascript”>
jQuery(document).ready(function(){
jQuery(“.et-social-icon a”).attr(‘target’, ‘_blank’);
});
</script>
forced HTTPS on admin in ‘wp-config’
define('FORCE_SSL_ADMIN', true); // in some setups HTTP_X_FORWARDED_PROTO might contain // a comma-separated list e.g. http,https // so check for https existence if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) $_SERVER['HTTPS']='on';
ADDED HTTPS to docs.autovitals.com
<!–appointment request form–>
<link rel=”stylesheet” type=”text/css” href=”https://docs.autovitals.com/design/apnt/apnt2.css” media=”screen”>
ADDED ‘async’ to <script async src=”https://docs.autovitals.com/design/apnt/apnt2.js”></script>
REMOVED: <!–Tire Widget–>
<script type=”text/javascript” src=”http://docs.autovitals.com/design/tw/avtw.js”></script>
<link rel=”stylesheet” type=”text/css” href=”http://docs.autovitals.com/design/tw/avtw.css” media=”screen”>
REMOVED: <!–CSS overrides
<link rel=’stylesheet’ href='<?php echo get_template_directory_uri(); ?>/style-custom.css’ type=’text/css’ media=’all’ />–>
updated footer.php to https://www.autovitals.com
10/18/2017 ==================================================
Updated: DIVI to 3.0.83
Updated: Top Fuel Plugin, fixed Reviews will auto update daily. Added Version number using date
Updated: Theme Structures to use an AutoVitals Child Theme so that DIVI can be updated.