Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace ThemesMember
Hi,
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 ThemesMemberHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace ThemesMemberNo, this is not possible.
Grace ThemesMemberIt is not possible to display full responsive images in small screen size devices.
Grace ThemesMemberHi,
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 ThemesMemberPlease send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Grace ThemesMemberHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace ThemesMemberHi,
Please don’t change the section ID and section CSS classes.
Regards
Grace ThemesGrace ThemesMemberHi,
Please use #section9 in “Slide Url for Read More Button”
Regards
Grace ThemesGrace ThemesMemberHi,
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 ThemesMemberHi,
Do you want to display static front page instead of homepage slider?
Regards
Grace ThemesGrace ThemesMemberHi,
The blog posts images are looking well in all display devices.
Please check your website in https://www.responsinator.comRegards
Grace ThemesGrace ThemesMemberGreat!
Thank you.Grace ThemesMemberYou are most welcome..!
Grace ThemesMemberHi,
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