mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-25 12:25:39 -04:00
[GH-ISSUE #17] Random Comic Widget not random #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hijinksensue on GitHub (Aug 12, 2015).
Original GitHub issue: https://github.com/Frumph/comic-easel/issues/17
Seems to almost always show the most recent comic.
@Frumph commented on GitHub (Aug 13, 2015):
if you're using wp-supercache put this word in the exclude box: random
@Frumph commented on GitHub (Aug 16, 2015):
http://code.tutsplus.com/articles/configuring-w3-total-cache-advanced-page-cache-ii--cms-21159
part 10 and 11 if you're using w3tc cache to 'exclude' pages
@hijinksensue commented on GitHub (Aug 18, 2015):
The exclude box isn't an option. There's a box to non-cached strings that reads:
Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page.
Putting "random" minus the quotes in this box has no effect.
@hijinksensue commented on GitHub (Sep 3, 2015):
Just bumping this to make sure you know the issue is still active.
@Frumph commented on GitHub (Sep 4, 2015):
[x] Don’t cache pages with GET parameters. (?x=y at the end of a url)
Is that checkmarked in the wp-supercache settings? if not, checkmark it and clear cache
@Frumph commented on GitHub (Sep 5, 2015):
okay, well you wrote 'widget' up in the title and my brain totally ignored it ;/
Looking at the rand in the widget code now ;/ sorry!
@Frumph commented on GitHub (Sep 6, 2015):
Can I get a screenshot of the options that you have set inside of the widget from appearance -> widget and you uncollapsing the widget?
@hijinksensue commented on GitHub (Sep 6, 2015):
D'oh. "Random Thumbnail" was unchecked. This seems like it shouldn't even be an option in the "Random Comic Widget." It seems like it would make more sense if "get first in chapter*" *This overrides random... was an option, but showing a random thumbnail was always the default. It's working now. You can close this ticket.
@Frumph commented on GitHub (Sep 6, 2015):
heh I rewrote the whole query part anyways ;) it needed it https://github.com/Frumph/comic-easel/commit/8a684c8440008a6cf4cea8b4d65394adf0e2278b anyways ;)
glad to know it was something simple though ya
@Frumph commented on GitHub (Sep 6, 2015):
and and it's not a random comic widget, that's just the title you put there, it's the 'thumbnail' widget ;/