This topic has 8 replies, 3 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
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
Hello,
The Blog page is a default archive page for posts, it can’t be imported in such a way -https://www.8theme.com/documentation/xstore/troubleshooting/blog-page/
Regards
so how can i page like this
because i want the same layout
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
i have already give you admin panel details
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
Thanks Its done
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up