Hotel Center Pro
Tagged: Hotel center pro
- This topic has 20 replies, 3 voices, and was last updated 1 month ago by Grace Support.
-
AuthorPosts
-
November 17, 2022 at 2:46 pm #38480Melanie KramenParticipant
I just installed Hotel center Pro and have a few Questions.
how can i make the section under the slider invisible ? I don’t need the whole footer with those wifi symbols and so on at the Moment. I tried to remove those widgets but without any luck. Any help please ?November 18, 2022 at 4:49 am #38487Grace 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 ThemesNovember 18, 2022 at 3:00 pm #38507Melanie KramenParticipantAt first thanks for the fast reply. How can i remove The “Our Services” Selection and the Newsletter from the Website. That’s not described in the manual.
You can take a look at it here https://xn--waldhaus-mhnesee-vwb.deNovember 19, 2022 at 4:59 am #38522Grace 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 21, 2022 at 8:31 am #38571Melanie KramenParticipantThanks for your help. That worked perfect. But i have another Question please. How can i get it done that WordPress Pages don’t show the slider ? I want the pages to show off without the slider. Any help please
November 21, 2022 at 9:12 am #38572Melanie KramenParticipantI already tried to create a own template but i always get some error messages.
<?php
/**
* Template Name: Template without Header / Footer / Sidebar
* Template will display only the contents you had entered in the page editor
*/
?><html <?php language_attributes(); ?> class=”no-js”>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<?php wp_head(); ?>
</head>
<body>
<?php
while ( have_posts() ) : the_post();
the_content();
endwhile;
?>
<?php wp_footer(); ?>
</body>
</html>November 21, 2022 at 1:03 pm #38579Melanie KramenParticipantok i found a solution if i use a page builder plugin. I just thought there is a way to do that with the theme.
November 21, 2022 at 3:39 pm #38581Melanie KramenParticipantHowever, I still have a question: How can I make the black bar at the bottom of the page (where the e-mail address and telephone number are) a little narrower or how can I change its colour?
Take alook at it here please https://xn--waldhaus-mhnesee-vwb.de/ausstattung/November 22, 2022 at 4:13 am #38588Grace SupportKeymasterHi,
1. To remove the black bar
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.footer { padding: 0px !important; }
2. To change the background color of the Footer area
Go to the Appearance -> Theme Options -> Basic Settings -> Background Colors -> elect background color for copyright section
Regards
Grace ThemesNovember 22, 2022 at 3:31 pm #38611Melanie KramenParticipantThanks for the help again. How can i rezize the footer ? https://xn--waldhaus-mhnesee-vwb.de/ I like to have only a few pixels to be seen direct under the slider at the bottom of the page. Is there a way to get this done ?
November 23, 2022 at 5:06 am #38627Grace SupportKeymasterAdd this code in The Custom CSS box to reduce the padding of Footer panel
.copyright-wrapper { padding: 20px 0; }
November 25, 2022 at 9:20 am #38676Melanie KramenParticipantHello how can i change the themes Language ? I like to switch over from English to German. The Plugin you mentioned in your Documentation is no longer supported or does not exist.
https://wordpress.org/plugins/qtranslate-x/November 26, 2022 at 3:08 am #38685Grace SupportKeymasterHi,
Please download and install the updated version of qTranslate X
https://github.com/qtranslate/qtranslate-xt
https://github.com/qtranslate/qtranslate-xt/archive/refs/heads/master.zipRegards
Grace ThemesNovember 28, 2022 at 3:50 pm #38725Melanie KramenParticipantHello is there a way to show the mobile Menue always open ?
At the top of the Page https://xn--waldhaus-mhnesee-vwb.de/ i have the mobile Menue and i am looking for a way to show it with the currently 6 Pages opened and not collapsed when the mobile website is accessedNovember 29, 2022 at 4:43 am #38731Grace SupportKeymasterNo, this option is not available.
-
AuthorPosts
- You must be logged in to reply to this topic.