yk11
Forum Replies Created
-
Forum: Plugins
In reply to: [DevBuddy Twitter Feed] Is it possible to display tweets from a list?I was able to modify the plugin to add support for lists using the shortcode. It would be great if you could integrate this into the plugin proper so I do not need to re-merge each time you do an update.
class.twitter-feed.php
144,147d143 < case 'lists': < $this->feed_term = $this->options['lists_slug']; < break; < 255,263d250 < case 'lists': < $url = 'https://api.twitter.com/1.1/lists/statuses.json'; < $get_field = '?slug='.$this->options['lists_slug'].'&owner_screen_name='.$this->options['user']; < < if ( $this->options['exclude_replies'] === 'yes' ) { < $get_field .= '&exclude_replies=true'; < } < break; < 559d545 < case 'lists':class.twitter-feed-base.php
51d50 < 'lists_slug' => NULL, // String: Any valid lists slug 145d143 < 'lists_slug' => NULL, 168d165 < 'lists_slug' => $lists_slug, 354,357d350 < case 'lists': < $cache_id = $input['lists_slug']; < break; < 416d408 < 'lists_slug' => $this->options['lists_slug'], 503d494 < 'lists' => array(), 526,536d516 < case 'lists': < $lists_slug = htmlspecialchars($input['lists_slug'], ENT_QUOTES); < if ( $lists_slug !== FALSE ) { < $ftc['lists'][ $lists_slug ] = array( < 'cache_began' => time(), < 'cache_lasts' => $cache_hours, < 'cache_expires' => $cache_expires < ); < } < break; < 699,702d678 < case 'lists': < $clearance_list = $ftc['lists']; < break; <Forum: Plugins
In reply to: [DevBuddy Twitter Feed] Is it possible to display tweets from a list?To clarify, I am trying to consolidate multiple twitter feeds into a single one showing the latest N tweets. So if using a list is not possible, then maybe there is a way to specify multiple users and get a consolidated result set.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Rebuild existing cacheI resolved the issue by creating a back-end shell script to remove the cached paged and then load them, essentially clearing the cache for each page.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Rebuild existing cacheI stand corrected. While the code itself seems to do what it needs to, the browser does not load the updated content unless I clear the full cache.
Am I missing something where I can instruct the cache to send the browser the updated data?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Rebuild existing cacheEmre, I thank you for the code. It works as intended.
Is there a way to load a page into the cache as well?
Something like:
$GLOBALS[‘wp_fastest_cache’]->cachePost($post_ID);Forum: Plugins
In reply to: [Meteor Slides] Slide specific timedelayThanks for the reply and info. I was able to make the changes as I wanted to.
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offI wanted to thank you for your help.
I couldn’t let it go, so I installed your plugin on another site I have and there it worked fine. It allowed me to trace the issue to a theme specific css bit that is used for the admin panel (hence affecting your plugin too).
I corrected their code (poor code is everywhere, even in paid for themes) and now all is well.
My vote is in!
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offThanks! I got it to work. FYI, I had to add “!important” to the css or it got overridden by the the slimstat.css rules.
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offAh, nice feature :). How would I add the following:
.postbox .wide .chart, .postbox .normal { height 295px; }
.slimScrollDiv { height: 260px; }The link to the FAQ points to the support pages, which do not have an entry on this.
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offNot that I can see (I added screenshot to previous post). I actually wish that I could override css in the admin pages, but I don’t think you can. (I use Custom CSS for the main site to tweak things)
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offI looked into it, and the p tags are not overridden (the rules are coming from slimstat.css for line-height, font-size, margin, etc.).
This would also not affect the chart, which does not use p tags (only div).
See screenshot (font-size of 12px is my manual change in Chrome to see if it affects thing, which it did not)
Forum: Plugins
In reply to: [SlimStat Analytics] Widgets' bottom is cut offIt happens in any resolution. My monitor is 1920×1200, and the widgets are cutoff no matter how I size the browser. This happens in both Firefox and Chrome.
See screenshot