ari.nousiainen
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] Hiding code generated by custom buildersHello. Sorry for the delay. I usually check my email and work related topics on office hours.
I tried earlier the “`filter_excerpt=’true’” but it didn’t work. I’ll try the new version on monday.
Thank you for your efforts. ??
Forum: Plugins
In reply to: [Network Posts Extended] Hiding code generated by custom buildersthat’s a shame. I’ll have to think of something else with this problem then.
Forum: Plugins
In reply to: [Network Posts Extended] Hiding password protected articlesThat’s fantastic! I’ll wait for the update. Thanks a lot!
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elementsNot anymore thank you. ??
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elements.netsposts-source>span:nth-child(1), .netsposts-source>span:nth-child(3){
display: none;
}this worked.
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elementsI’ve managed to change the order with the following css:
.netsposts-content {
display: flex;
flex-direction: column ;
}
.netsposts-source {
order: 1;
border:none;
}
.netsposts-posttitle {
order: 2;
}
.netsposts-excerpt{
order: 3;
border-bottom: dotted;
}I haven’t been able to remove the texts “Published” and “in” yet though.
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elementsand also without the text “Published” and “in” with the date
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elementsYes I still need help with rearranging the elements. I need the arrangement be like this:
(Date) (subsite where the article was published)
(headline of the article)(read more link)
(separator line)
Forum: Plugins
In reply to: [Network Posts Extended] Article date and order of elementsHello,
Updating the blogs worked for the dates. Simpler than I thought. ??
the website for testing:
https://beta.ssty.fi/after I get it to work properly on the beta site, I’ll do the same thing in the main site.
Forum: Plugins
In reply to: [Network Posts Extended] Multisite posts issueHello. Sorry for the delay. My collague found the problem and it was at our end. Not with the plugin itself. The main site wasn’t set as published and the subsites were. Thank you for your quick response!
Forum: Plugins
In reply to: [Network Posts Extended] Showing in gridFound it! Just added shortcode days=’180′ and it works like a charm! Thank you for your quick reply.
Forum: Plugins
In reply to: [Network Posts Extended] Showing in gridHello. That seemed to work. I’ve added some custom css and it’s starting to look like I want it to. Another question. Is there a shortcode that limits how old posts are shown? I don’t want older than 6 months old posts to be visible.
- This reply was modified 4 years, 3 months ago by ari.nousiainen.