Scott
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [The Events Calendar] Calender format messy w/o eventFor reference we don’t have events in September yet, but you can see it is not messed up with the blank event published for the 30th.
Forum: Fixing WordPress
In reply to: [The Events Calendar] Calender format messy w/o eventWell the only temporary solution I found is to add a blank event for each month that doesn’t have an event in it. For example, I would do one on March 31st, all day, but not put in a title and just put a dash “-” in the content. When published it doesn’t appear on the calender and fixes the messed up format.
Forum: Plugins
In reply to: [Posts for Page] Add multiple categoriesNot to pile on the questions, but when I set order_by=’title’ it is still sorted by date, is this an error on my part. Additionally can each posts title be changed to h3 or h4?
Website is restoreyoureconomy.org
Thanks.Forum: Plugins
In reply to: [Special Recent Posts] Insert Horizontal Line Between PostsMy bad.
http://restoreyoureconomy.org/Forum: Plugins
In reply to: [Special Recent Posts] Insert Horizontal Line Between PostsThanks for the response. I went to edit the special-recent-posts/css/css-front.css and noticed two things.
1) The plugin is active, but the css says it is (inactive).
2) The CSS already contains the line mentioned above in the single entry box as seen below:
/* Single post entry box. */
div.srp-widget-singlepost {
padding: 0px 0px 5px 0px !important;
margin: 0px 0px 5px 0px !important;
border-bottom: 1px solid #CCCCCC; !important;
clear: both !important;I’ve still added the line separately, but nothing was updated. Is there something I’m missing here?
Thanks Again.