That’s interesting. I’ll check it on my side to see if it’s working. If not I’ll include it in my final major update with 1 new feature.
One other note if you have a caching plugin it won’t automatically add the new post until the cached page gets updated.
For anyone who’s having the above problem remember to refresh the cache of the page that contains the shortcode showing off the list posts. It won’t show any additions unless its cache has been cleared.
Thank you johnzenausa. I’ve migrated to a new site: http://www.tripoclan.com and it’s working fine there. Thanks a lot for this update.
If you try adding the following html code
.netsposts-excerpt {height: 100px;}
it’ll square off the blocks nicely.
Thanks for using my plugin on your excellent website.
I’m sorry, I didn’t get that. Are you asking me to put this code in custom-css.css file?
Yes, right now the boxes are not right aligned, it would be a great help if I can make it aligned properly.
And let me mention once again, this plugin is absolutely fantastic. None of the similar plugin in wordpress directory could help me achieve this that easily.
Once again, thank you for this brilliant plugin.
You may use some of those custom css plugins from wordpress then put the code there. For example this one is excellent:
https://ww.wp.xz.cn/plugins/wp-add-custom-css/
and put that code there.
Remember if it doesn’t do anything always try using !important for example if the above doesn’t change anything you would try:
.netsposts-excerpt {height: 100px !important;}
Sure, I’ll try it. Thank you so much. π You’ve been a great help.