ShifterPro Error Tagged: ShifterPro This topic has 1 reply, 2 voices, and was last updated 2 years ago by Grace Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 14, 2022 at 9:29 am #38413 j.suenramParticipant When saving Theme Options and have a least one Slider Image. Page gives: web/wp-content/themes/shifters-pro/header.php on line 138 ” title=”#slidecaption1″/> Any ideas what could be wrong here? November 15, 2022 at 5:06 am #38421 Grace SupportKeymaster Hi, To solve this issue Go to the Appearance -> Theme Editor -> header.php Find the below code at line no. 138 <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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In