Edit: I had to create a static template page and I had to install WP Blog Post Layouts plugin and then I had to set the default static page.
-
This reply was modified 5 years, 9 months ago by
cybermist2.
Hello @cybermist2
We have checked your website and looks like the widget was now showing on the homepage.
Wp blog post layouts were used to display the post layouts in inner pages. You can use that plugin if you want to show the posts in different layouts. You can use that plugin in static page as well.
Thanks 🙂
As you can see in the picture I set up the following widgets but it doesn’t display when I check the website. Im using News Portal Free version.
NP: Featured Slider and NP: Featured Posts
The page I need help with: http://poraLekhabd24.com
-
This reply was modified 5 years, 7 months ago by
alijinnah.
Hello @alijinnah
I think you missed the selection of required caetgories from multiple checkbox.
http://prntscr.com/vdrvsc
Thanks,
As you can see in the website I am using NP: Featured Slider and NP: Featured Posts widgets but it doesn’t display properly when I check the website. I am using News Portal Free version.
The page I need help with: https://www.jansevanews.in
please help me with that. Thanx in advance.
Hello @achieverinfotech
There is no featured images in the posts so that your design was not showing properly on the website. You need to add the feature image for the posts.
If you want a fallback image feature for all posts then we have this feature in the pro version.
Thanks 🙂
I am using News Portal Free version. Ticker is not showing properly when I check the website on mobile.
The page I need help with: https://www.jansevanews.in
please help me with that. Thanx in advance.
Hello @achieverinfotech
For mobile you can add the following code in additional CSS box to minimize the overlap issue:
@media (max-width: 767px) {
.news-ticker-title > a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 60%;
}
}
Thanks 🙂