- This topic has 9 replies, 3 voices, and was last updated 7 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 23, 2017 at 6:15 pm #81664
Hi,
I’m working on a site that uses the Medical Pro theme. I noticed that the Nivo Slider is not outputting the image alt tags. The code I found in the header.php file shows:
$slideno = array();
if( $slAr > 0 ){
$n = 0;?>
<div id=”slider” class=”nivoSlider”>
<?php
foreach( $slAr as $sv ){
$n++; ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/><?php
$slideno[] = $n;
}
?>
</div>When I use firebug to look at the markup it doesn’t show anything for the alt tag (alt=””) and the title shows “slidecaption1”.
I went to your medical-pro demo site and looked at the source code. It was the same. I really want to be able to output the alt and title tags for SEO purposes. Is there a fix for this? Thanks!
August 24, 2017 at 11:03 am #81745Hi,
Can we have the title of the slider same as the alt tag?
By the way did you renew your subscription?
Regards,
ShriAugust 24, 2017 at 5:34 pm #81764Yes, it can be the same. Also, no, I haven’t renewed my subscription. Do I need to do that to get forum support?
August 25, 2017 at 11:28 am #81823Hi,
Your 1 year support for theme has expired. To continue receiving theme updates and support for another year kindly subscribe for just $18: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E6MFAFM4T6RDL
Once paid we will again renew your support for 1 year and you will also receive theme updates as and when they happen.
Regards,
ChrisAugust 25, 2017 at 8:06 pm #81856I have renewed my subscription.
August 28, 2017 at 6:11 am #81936Hi,
This can only be done via coder.
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
ChrisSeptember 6, 2017 at 5:34 pm #82583I sent the info you requested but have not heard anything back.
September 7, 2017 at 11:49 am #82694Sorry password was not working.
September 20, 2017 at 2:01 pm #83784I reset the password and sent it again but have not heard anything back yet.
September 21, 2017 at 6:09 am #83836Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.