Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi,
You can also use Recent Post Slider plugin
– Install the plugin
– Go to Appearance » Theme Options » Homepage Slider » Custom Slider Shortcode Area For Home Page
– Enter your slider shortcode which is provided by plugin without php tagRegards
Grace ThemesGrace Themes
MemberHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Themes
MemberNo, this is not possible.
Grace Themes
MemberIt is not possible to display full responsive images in small screen size devices.
Grace Themes
MemberHi,
To remove the homepage slider
Go to the Appearance -> Editor -> style.css
add below cs code at the end of file.slider-main { display: none; } #ourservices { margin-top: 10px; }
Regards
Grace ThemesGrace Themes
MemberPlease send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Grace Themes
MemberHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Themes
MemberHi,
Please don’t change the section ID and section CSS classes.
Regards
Grace ThemesGrace Themes
MemberHi,
Please use #section9 in “Slide Url for Read More Button”
Regards
Grace ThemesGrace Themes
MemberHi,
It is not possible to display dynamic posts in slider section.
You need to add slider title, description, image and link from Theme Options -> Homepage SliderRegards
Grace ThemesGrace Themes
MemberHi,
Do you want to display static front page instead of homepage slider?
Regards
Grace ThemesGrace Themes
MemberHi,
The blog posts images are looking well in all display devices.
Please check your website in https://www.responsinator.comRegards
Grace ThemesGrace Themes
MemberGreat!
Thank you.Grace Themes
MemberYou are most welcome..!
Grace Themes
MemberHi,
1. To open the slider button link in new tab
Go to the Appearance -> Editor -> header.php
find below code at line no. 157<a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>">
and change this with below updated code
<a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank">
2. To redirect the “Four Box Services section” page link in different page
please install Page Links To plugin
https://wordpress.org/plugins/page-links-to/Regards
Grace Themes -
AuthorPosts