mpukit
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] Custom Templates for Full PostsNever mind…found a solution
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] LCP not pickikng up CSSSo you should have:
.red16 p {
font-family:MS Sans Serif;
font-size:16px;
color:#f90006;
}and it should work.
There is a pretty good writeup included in the other notes section, on styling… I fiddled with it, and was able to control everything with a few styles in my stylesheet:
https://www.ads-software.com/extend/plugins/list-category-posts/other_notes/
If you put a class for .lcp_date in your stylesheet, the date tag will pick up the styles you’ve outlined in it with the code the way you put here, assuming you linked your stylesheet correctly.
I have the same issue, and as a fix for the time being, I have just restricted my post listings to 10 per page, and added the “Read More” link at the bottom of my list of posts. This brings up the entire archive, which I’m in the process of trying to figure out how to customize and simplify.
Forum: Plugins
In reply to: [Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Not Collapsing At All…?That’s great you got it working…still not working here. Anyone have any idea as to what or where I might check for Javascript errors?
Is the install of the plugin and shortcode all I needed to set it up, or is there an extra step i’m missing?
Forum: Plugins
In reply to: [Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Not Collapsing At All…?Hey, like I said its being hosted locally right now on my machine. I guess I’m wondering what else needs to be checked or configured if anything in order for it to work?
I do have a couple other scripts running, that use JQuery etc. Figure it might be a conflict of sorts, but not sure where to look.