mchiaro
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thaks page?For those of you interested, found the answer:
http://contactform7.com/redirecting-to-another-url-after-submissions/
Forum: Plugins
In reply to: [Contact Form 7] Redirect to thaks page?THANKS page….sorry for the typo. 😉
Forum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeLooking forward to it. Thanks!
Forum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeGreat, thanks for the quick responses!
Forum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeIt’s the monthly output that is the issue. See the section that begins with “From the last 30 days…”
Forum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeForum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeplugin Version 3.0.2
I’m not using a caching pluginForum: Plugins
In reply to: [WP Popular Posts] excerpt_length doesn't seem to work on monthly rangeHere’s the full shortcode.
[wpp header="From the last 30 days..." limit=3 range="monthly" order_by="views" post_type=post excerpt_length=200 excerpt_format=0 thumbnail_width=125 stats_comments=0 stats_views=1 stats_author=1 stats_date=1 wpp_start="<div class='popular-post-wrap'>" wpp_end="</div>" post_html="<div style='border-bottom:#e2e1e1 1px solid;margin:0 0 10px 0;padding:0 0 15px 0;'>{thumb}{title}<div style='font-size: 90%; color: #8c8c8c; margin: 0 0 10px 0;'>{stats}</div>{summary}</div><br clear='all' />"]Forum: Plugins
In reply to: [WP Popular Posts] Problem with LIMIT and RANGEThanks for the update. That seemed to resolve the LIMIT issue!
However, one other issue has now presented itself. When using excerpt_format=1 any link code in the excerpt seems to blow apart the formatting. I’m assuming it has something to do with the quotes in the link tag. I changed excerpt_format to 0 which is fine for me, but just wanted to bring this other item to your attention.
Thanks for the work!
Forum: Plugins
In reply to: [WP Popular Posts] Problem with LIMIT and RANGEI think I understand the functionality, but it doesn’t seem to be working. It did before the update, but isn’t now….unless I have something odd in my shortcode.
Currently I have the limit set to 5 but only 3 posts are being displayed. If I set the limit to 3, now only 2 posts are being displayed. That doesn’t make sense. If three posts are returned when the limit is set to 5, I would expect three posts to also be returned when the limit is set to 3. Right?
Forum: Plugins
In reply to: [WP Popular Posts] Problem with LIMIT and RANGEI’m referring to what I see displayed on my public website. I have the limit set to 5 in the shortcode, so I expect 5 posts to be displayed (public site) yet only 4 are being displayed. The limit option in the shortcode does not seem to work properly.
I understand that results will be different on the stats page.