Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #56035
    Sebastian
    Member

    Hey,
    is there a way to make an intro page without the menu, header etc.?
    There is no “page template” dropdown showing on my system..

    How can I translate my whole site?

    Also for my “Home” page, i would like that it does not display the page itself… Just Sliders and featured content is what i want to show there.

    Bless
    Sebastian

    #56070
    Sakin
    Keymaster

    @Sebastian: Can you post in your site URL so that I can give you css to remove menu and header.

    For translation: there is two way one is adding language file inside theme language directory. You will see .mo and .po file. You can use the free plugin from http://poedit.net/ and then create your language files. Another option is to to install plugin like WPML and do the translation.

    #56134
    Sebastian
    Member

    Hey, thanks I already got the translation running.
    Here’s the URL http://s522891267.online.de

    Also, from the “Home” page I would like to remove the page content. Is there CSS for that too?

    #56197
    Sakin
    Keymaster

    @Sebastian: Yes, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .home .content { display: none; }

    #56255
    Sebastian
    Member

    That did not work.. Can you check again please? On the first page, I don’t want the “Welcome” at the bottom to show which is the page title. Also, how about the CSS for the intro page which shall disable menu and header?
    Bless!

    #56267
    Sakin
    Keymaster

    @Sebastian: Sorry my mistake, you can add the following css instead:
    .home #content { display: none; }

    #56272
    Sebastian
    Member

    Ok, cool that one worked 🙂

    Please don’t forget the intro page. I want to add another page without menu and header…

    Thanks!

    #56339
    Sakin
    Keymaster

    @Sebastian: Please post in your intro page URL.

    #56375
    Sebastian
    Member
    #56378
    Sakin
    Keymaster

    @Sebastian: Ok for that you can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .page-id-158 .site {
        padding-top: 0;
    }
    .page-id-158 #fixed-header,
    .page-id-158 #masthead {
        display: none;
    }
    #56411
    Sebastian
    Member

    Great, it worked. Now is there a way to show this page before the actual Frontpage? I cannot define the intro page the “frontpage” because i want to use the slider and featured content on the actual “frontpage” just like it is now.

    Just wanna say: YOU GUYS RULE!! 🙂

    #56424
    Sakin
    Keymaster

    @Sebastian: If you set it as Frontpage, then your intro page will load it below the featured content. But to load before front page, you need to add plugin. Try searching for plugin with keyword splash or intro page.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Intro Page and some other questions…’ is closed to new replies.