- This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Image Meta missing in Local Business Pro
site https://fiscaltaxhelp.com
Using Local Bussiness Pro- Image meta tags don’t show up on any banners so all pages are missing alt tags. How can it be fixed?
Thanks
Hi,
Kindly edit architect-pro/header.php file and paste below code just before </head> tag.
<script>
jQuery(document).ready(function() {
jQuery('img').each(function(){
var $img = jQuery(this);
var filename = $img.attr('src')
$img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
});
});
</script>
Regards,
Chris
Thank you for your assistance. I entered the script in the header.php just before </head> tag but see no results.
You stated “edit architect-pro/header.php file”
Not sure what “architect-pro” refres to.
Hi,
Kindly edit skt-local-business-pro/header.php file and paste below code just before </head> tag.
<script>
jQuery(document).ready(function() {
jQuery('img').each(function(){
var $img = jQuery(this);
var filename = $img.attr('src')
$img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
});
});
</script>
Regards,
Chris
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]