Reply To: [Prayer Pro Theme] Error on header.php on line 127
February 22, 2022 at 5:30 am
#34966
Grace Support
Keymaster
Hi,
To solve this issue
Go to the Appearance -> Theme Editor -> header.php
Find the below code at line no. 127
<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’]); ?>”/>
Please do this changes and let me know if it works.
Regards
Grace Themes