Homepage slider on The Church theme
Tagged: homepage slider the-church
- This topic has 4 replies, 3 voices, and was last updated 1 year, 9 months ago by
Grace Support.
-
AuthorPosts
-
October 12, 2021 at 12:57 pm #33104
Alessandro Bader
ParticipantHi all,
when viewing the site from a mobile phone it is not displayed the “READ MORE” button on the Homepage Slider. It appears instead if viewed from a browser on the PC.
I tried to view your demo site as well
http://gracethemesdemo.com/the-church/
and it has the same problem.
Is there any way to correct the error?Thanks everyone for the help.
AOctober 13, 2021 at 5:58 am #33122Grace Support
KeymasterHi,
The Read More button is not displayed on mobile screen.
Please send your website URL and WordPress admin login details at [email protected] so we can display the button on mobile devices.Regards
Grace ThemesOctober 14, 2021 at 6:39 am #33136Grace Support
KeymasterHi,
The changes has been completed.
The Read More button is now displaying on the mobile device.Regards
Grace ThemesFebruary 28, 2022 at 12:16 am #35041Aquino
ParticipantI have a problem:
1. file: header.php on line 144
/home/storage/4/51/bb/etebabi2/public_html/wp-content/themes/the-church/header.php on line 144
” title=”#slidecaption1″/>/home/storage/4/51/bb/etebabi2/public_html/wp-content/themes/the-church/header.php on line 144
” title=”#slidecaption2″/>/home/storage/4/51/bb/etebabi2/public_html/wp-content/themes/the-church/header.php on line 144
” title=”#slidecaption3″/>
» This issue appears on the main page: https://etebabi.com.brFebruary 28, 2022 at 4:59 am #35043Grace Support
KeymasterHi Aquino,
To solve this issue
Go to the Appearance -> Theme Editor -> header.phpFind the below code at line no. 144
<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 -
AuthorPosts
- You must be logged in to reply to this topic.