jgee43
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Stopped CountingJust a quick note, I installed slimstat for the first time this morning, and it wasn’t working until I turned off CDN. (Great plugin by the way!)
Website is http://www.sugarsalem.org, and running version 3.8.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] If you need to revert to 0.7.3.1I just reverted to 0.7.3.1 because the feed would no longer display information beyond October 10th. Tried clearing the cache, making a new feed, uninstalling/reinstalling the version 2 plugin, but nothing.
Still working fine with 0.7.3.1.
Forum: Plugins
In reply to: [TT Post Viewer] Removing BulletsOkay, so I found my own solution, but I thought I would post it here in case anyone else has a similar problem.
I was using the recent posts shortcode, so I had to (on the server side of things) edit the file ttpv-recentpost-shortcode.php. The line I had to change was:
$output_str .= "<li>";I changed it to
$output_str .= '<li style="list-style-type: none;">';I tried changing it at the div level above it to see if it would inherit from my stylesheet, which didn’t work, I also tried changing the ul tag, which didn’t work.
Forum: Plugins
In reply to: [TT Post Viewer] No TitleI used:
[ttpv-recent title=' ']Worked for me.