Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Hotel Center Pro

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #38480
    Melanie Kramen
    Participant

    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 ?

    #38487
    Grace Support
    Keymaster

    Hi,

    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 side

    Please 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 Themes

    #38507
    Melanie Kramen
    Participant

    At 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.de

    #38522
    Grace Support
    Keymaster

    Hi,

    1. To remove the “Our Services” section
    Go to the Appearance -> Theme Options -> Sections -> Top Four Box Services Section -> Check to hide our services

    2. 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 Themes

    #38571
    Melanie Kramen
    Participant

    Thanks 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

    #38572
    Melanie Kramen
    Participant

    I 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>

    #38579
    Melanie Kramen
    Participant

    ok i found a solution if i use a page builder plugin. I just thought there is a way to do that with the theme.

    #38581
    Melanie Kramen
    Participant

    However, 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/

    #38588
    Grace Support
    Keymaster

    Hi,

    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 Themes

    #38611
    Melanie Kramen
    Participant

    Thanks 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 ?

    #38627
    Grace Support
    Keymaster

    Add this code in The Custom CSS box to reduce the padding of Footer panel

    .copyright-wrapper { padding: 20px 0; }

    #38676
    Melanie Kramen
    Participant

    Hello 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/

    #38685
    Grace Support
    Keymaster

    Hi,

    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.zip

    Regards
    Grace Themes

    #38725
    Melanie Kramen
    Participant

    Hello 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 accessed

    #38731
    Grace Support
    Keymaster

    No, this option is not available.

Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.