Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi,
To disable the innerpage banner image from your other pages
1. Remove the Inner Page Banner from Appearance -> Theme Options -> Homepage Slider
2. Add below css code in Appearance -> Editor -> style.css file.innerbanner { display: block !important; min-height: 200px; }
Regards
Grace ThemesGrace Themes
MemberHi,
Please send your website URL so we can check and assist you quickly.
Also please send your reference site URL.Regards
Grace ThemesGrace Themes
MemberHi,
The changes has been completed. Please check your website.
Regards
Grace ThemesGrace Themes
MemberHi,
The default homepage slider doesn’t have option to display Video.
To use the video in homepage slider, you can use Cyclone Slider WordPress plugin
https://www.codefleet.net/cyclone-slider-2/You can also use any other video slider plugin with this theme.
Just install the video slider plugin and create your slider
Go to Appearance » Theme Options » Homepage Slider
Enter your slider shortcode which is provided by plugin without php tagPlease check the documentation
https://www.gracethemes.com/documentation/buildup-doc/#homepage-sliderRegards
Grace ThemesGrace Themes
MemberHi,
The changes has been completed.
I have added the code to display Homepage latest News section of particular category.Regards
Grace ThemesGrace Themes
MemberHi,
The option is not available to change the fields of default contact form.
If you don’t want to use this default contact form, you can install and use Contact Form 7 plugin for your contact page
https://wordpress.org/plugins/contact-form-7/Regards
Grace ThemesGrace Themes
MemberHi,
The option is not available to display posts from specific category in homepage Latest News section. But with some code changes we can do it for you.
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and make this changes.
We will happy to help you.
Regards
Grace ThemesDecember 3, 2018 at 8:41 am in reply to: Images overlap the template design frame and run off of page #12097Grace Themes
MemberHello,
Please add below CSS in bottom of the style.css file.
@media screen and (min-width:781px) and (max-width: 1050px){
.ari-fancybox-pdf.ari-fancybox > img { width: 100% !important; }
}
@media screen and (max-width:980px) {
.ari-fancybox-pdf.ari-fancybox > img { width: 100% !important; height:auto !important; }
}and remove below old CSS We have told.
@media screen and (max-width:767px) {
.site-main img {
width: 100% !important;
}
}and let me know your feedback.
if is it not work for you. please send login details for temporary at: [email protected]
we will fix your all issues
Grace Themes
MemberHi,
I have solved all of your issues.
Please checkRegards
Grace ThemesDecember 2, 2018 at 4:39 pm in reply to: Images overlap the template design frame and run off of page #12081Grace Themes
MemberHi,
Please add below CSS in bottom of the style.css file and let me know your feedback.
@media screen and (min-width:781px) and (max-width: 1050px){
.ari-fancybox-pdf.ari-fancybox > img { width: 100% !important; }
}Regards
Grace Themes
MemberHi,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.
We will happy to help you.
Regards
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
MemberHi,
Please send your website URL so we can check and solve all of issues quickly.
We will happy to help you.Regards
Grace ThemesDecember 1, 2018 at 4:50 am in reply to: Images overlap the template design frame and run off of page #12070Grace Themes
MemberPlease use the title text instead of title image
November 30, 2018 at 7:47 am in reply to: Images overlap the template design frame and run off of page #12063Grace Themes
MemberHi,
To display responsive images in mobile devices
Add below css code in Appearance -> Editor -> style.css file
@media screen and (max-width:767px) { .site-main img { width: 100% !important; } }
As you are using background image for your website and it is not possible to display responsive background image in your contact and other page
Regards
Grace Themes -
AuthorPosts