add a page under the slide of the home page

Home Forums SKT Full Width Forum add a page under the slide of the home page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9723
    HEDDEBAUX NicolasHEDDEBAUX Nicolas
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: July 14, 2014

    Hi,

    I use the theme SKT Full Width Pro on my website.
    Currently my home page displays a slideshow of multiple photos + text.
    I will wish to add a page below this slideshow.

    Could you tell me how I can do?

    I can edit a file, write the php code or use a wordpress function.

    Best Regards

     

    #9737
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Supersized slider doesn’t allow anything to be added under it. It is a full sized slider and hence nothing can be done.

    You may add content in all inner pages.

    Regards,
    Shri

    #9740
    HEDDEBAUX NicolasHEDDEBAUX Nicolas
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: July 14, 2014

    I would like a bit like the Skt-white-pro theme .
    There is a slide show at the top of the screen and below the content that would be a specific page.

    Is not possible ?

    #9742
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    No actually as i explained supersized doesn’t allow anything under it. It takes the whole area.

    That’s the problem.

    We can somehow have a floating bar but again it has browser problems and renders differently in different browsers.

    Best bet use a plugin like hellobar and make it visible only on homepage.

    Regards,
    Shri

    #9749
    HEDDEBAUX NicolasHEDDEBAUX Nicolas
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: July 14, 2014

    I found.

    Edit supersized.css css file:
    position: fixed to  position: absolute (supersized and supersized li)

    ————–

    Edit the file header.php

    find the end of the wrapper div and add the following code:

    <div class = “clear”> </ div>
    <div id = “” style = “margin-left: auto; margin-right: auto; width: 80%;” class = “content-area”>
    <div id = “content” class = “site-content container”>
    <id hand = “main” class = “site-hand” role = “main”>
    Page to display the plugin Posts in page :

                  <? Php echo do_shortcode (“[[ic_add_posts ids = ’34 ‘]]”); ?>
    </ main>
    </ div>
    </ div>
    </ div>

    #9754
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Great.

    Show us the results when done.

    Regards,
    Shri

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