Slider URL and Title code appear on top of slider Tagged: slidecaption1 This topic has 1 reply, 2 voices, and was last updated 2 years, 1 month ago by Grace Support. Viewing 1 post (of 1 total) Author Posts March 7, 2023 at 4:28 am #40679 Grace SupportKeymaster Hi, To solve this issue Go to the Appearance -> Theme Editor -> header.php Find the below code at line no. 91 <img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/> Change it with <img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”” title=”<?php echo ‘#slidecaption’.$n ; ?>”/> Please make these changes and let me know if it works. Regards Grace Themes Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In