I want to import a page but it dot doing i

This topic has 8 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow

  • Avatar: ARtkrunch
    ARtkrunch
    Participant
    May 22, 2021 at 10:46

    hi i want to import a page but there is nothing happen im trying this on local host and also on live site issue is same when i click on import the page still there is nothing happen
    here is the screenshot of localhost https://nimb.ws/bAtL1l
    here is the screenshot of live https://nimb.ws/Qr5CRL
    i want to import this page https://xstore.8theme.com/demos/underwear/blog/ kindly let me know how can i

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2021 at 14:19

    Hello,

    The Blog page is a default archive page for posts, it can’t be imported in such a way -https://xstore.helpscoutdocs.com/article/44-blog-page

    Regards

    Avatar: ARtkrunch
    ARtkrunch
    Participant
    May 22, 2021 at 16:20

    so how can i page like this
    because i want the same layout

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 23, 2021 at 07:30

    Hello,

    Theme Options > Blog > Blog layout > https://i.gyazo.com/9f456bcf4be20df85cd0b4423c47746c.gif
    Also, some custom CSS code should be added. Provide URL and temporary wp-admin access, we will do this.

    Regards

    Avatar: ARtkrunch
    ARtkrunch
    Participant
    May 23, 2021 at 12:06

    i have already give you admin panel details

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 23, 2021 at 13:11

    Add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    /*======================*/
    /*         Blog         */
    /*======================*/
    .archive .post-heading-inner .entry-title a, .blog .post-heading-inner .entry-title a {
        font-size: 30px;
        color: #debb65;
        letter-spacing: 5px;
    }
    .archive .post-comments-count span, .entry-date, .blog .post-comments-count span, .meta-post, .meta-post a, .post-comments-count,
    .archive .read-more, .blog .read-more {
        color: #ffffff;
    }
    @media only screen and (min-width:1200px){
       .archive .content article:nth-child(odd) .post-data, .blog .content article:nth-child(odd) .post-data{
            text-align:center;
            padding:64px;
            border-radius:75px;
            background:#013a30;
            position:relative;
            left:-70px;
            z-index:99;
            display: inline-table;
            width: 610px;
        }
        .archive .content article:nth-child(even) .post-data, .blog .content article:nth-child(even) .post-data{
            text-align:center;
            padding:64px;
            border-radius:75px;
            background:#013a30;
            position:relative;
            right:-70px !important;
            z-index:99;
            display: inline-table;
            width: 610px;
        }
    }

    Regards

    Avatar: ARtkrunch
    ARtkrunch
    Participant
    May 23, 2021 at 20:09

    Thanks Its done

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 24, 2021 at 16:12

    Hello,

    You are welcome.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.