- 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
The Horse Ranch WordPress Themes by SKT Themes are designed to highlight the beauty and professionalism of equestrian businesses. With stunning layouts for service descriptions, […]
Tarot WordPress Themes by SKT Themes offer visually stunning and intuitive designs tailored for spiritual services. With features like appointment booking systems, service sections, testimonial […]
Adventure Sports WordPress Themes by SKT Themes are designed to meet these needs with dynamic layouts, high-quality image galleries, and dedicated sections for services, tours, […]