Hi,
I think that you have a misunderstanding that related to theme options title name.
which you have set post extract is set to zero, actually, it’s not post extract originally it’s Post Title Excerpt Length so your post title not display complete and not any theme options of post descriptions extract length.
so for your first point reset Post Title Excerpt Length like 40 and
for the second point add below custom css on your additional css area
.home.blog .entry-content p {
display: none;
}
Thank you
Thanks you for your reply! Post title resolved!
For the second point, regarding the post extract I added the custom css and the additional css area, but nothing has changed.
Obviously I don’t have any cache system enabled.
Hi,
I can’t see your website, I think that it’s under construction mode so we can’t make custom css for your site.
I think that below custom css help you, and remember that it’s custom css for only home page.
.home .entry-content p {
display: none;
}
Thank you
1) ok
2) Hi savanipriyank! I created for you a subscription test user that will permit you to see the homepage, because that css code is not working for me:
username:testuser
password:gG&KZ^)dn2un%U!HIzxE#E2K
3) Both sliders (bootstrap and the other) are published in home only wen I activate it to all pages, if activating it only to home, then it is totally not published.
Hii,
For Second Problem,
Add below custom css:
.homepage-content .entry-content p {
display: none;
}
For third Problem,
Go to theme option
theme option -> Bootstrap slider -> General -> Bootstrap Slider on all pages( unchecked it )
and set also set bootstrap slider on frontpage
theme option -> custom/front page builder -> General & layout settings -> HOME/FRONT PAGE ELEMENTS DISPLAY AND ORDER -> enable(drag bootstrap slider)
above step is also apply to set other sliders.
Thank You
Thanks it worked perfectly!