Grace Support
Forum Replies Created
-
AuthorPosts
-
November 20, 2022 at 4:53 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38532Grace SupportKeymaster
Thank you!
November 19, 2022 at 5:01 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38523Grace SupportKeymasterPlease install the theme on the main website
Grace SupportKeymasterHi,
1. To remove the “Our Services” section
Go to the Appearance -> Theme Options -> Sections -> Top Four Box Services Section -> Check to hide our services2. To remove the Newsletter form from the footer section
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.newsletter-form { display: none; }
Regards
Grace ThemesNovember 18, 2022 at 4:51 am in reply to: Make Elements at the sidebar Sticky – Contact Us Template #38489Grace SupportKeymasterNo, this option is not available.
Grace SupportKeymasterHi,
After activating the theme, please setup homepage using following
1. Go to Settings -> Reading -> Front page displays
2. Click on radio button of Your latest posts
3. Go to Appearance -> Theme Options and click on Restore Defaults in bottom sidePlease check the documentation to install, setup and customize the theme
https://gracethemes.com/documentation/hotel-center/
Please share your website URL so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
To solve this issue
Go to the Appearance -> Theme Editor -> header.php
Find the below code at line no. 138<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’]); ?>” alt=”” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>
Please make these changes and let me know if it works.
Regards
November 11, 2022 at 3:40 pm in reply to: Prayer Pro – Close Gap between footer and container #38387Grace SupportKeymasterYou are most welcome.
November 11, 2022 at 4:45 am in reply to: Prayer Pro – Close Gap between footer and container #38365Grace SupportKeymasterHi,
To solve this issue
Go to the Appearance -> Editor -> style.css
add below css code.page-id-1809 #footer-wrapper { margin-top: -30px; }
Regards
Grace ThemesNovember 11, 2022 at 4:38 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38364Grace SupportKeymasterWe are facing this issue first time. So we recommend to use the theme on the main website.
November 10, 2022 at 5:11 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38350Grace SupportKeymasterIn this case you will need to re-customize your theme.
Grace SupportKeymasterIt is not possible to set the margin after the scroll. It’s the default functionality of sticky header option.
Grace SupportKeymasterNo, this option is not not available.
Please deactivate the Sticky Header option from Theme Options -> Basic Settings
Grace SupportKeymasterThat’s Great!
Grace SupportKeymasterI have removed the code from footer.php at line no. 98 that displays text excerpt of blog post in the footer Latest News section
-
AuthorPosts