Erick
53p140 comments posted · 0 followers · following 0
4 days ago @ erick t. hitter - WP_Query, pre_get_post... · 0 replies · +1 points
It's definitely possible to adjust your query parameters for mobile visitors.
To start, you'll need to find a function for determining whether or not the current visitor is on a mobile device based on his/her browser's user agent. We use a proprietary is_mobile() function for this purpose. You'll want the function to return a boolean value (true or false). Using your visitor detection function, you can set up if statements within a function hooked to the pre_get_posts action that will modify query variables as needed.
Targeting specific screen resolutions is more challenging because PHP can't detect resolutions. In that situation, you'll need to use CSS Media Queries or JavaScript to modify the layout.
Hope this helps,
Erick
23 weeks ago @ erick t. hitter - Taxonomy Dropdown Widget · 0 replies · +1 points
Version 2.0.2 allows for empty titles.
Erick
23 weeks ago @ erick t. hitter - Taxonomy List Widget · 0 replies · +2 points
Version 1.1 adds this capability to the widget options page.
Erick
25 weeks ago @ erick t. hitter - Taxonomy Dropdown Widget · 0 replies · +1 points
Erick
25 weeks ago @ erick t. hitter - Taxonomy Dropdown Widget · 0 replies · +1 points
Can you use the contact form to send me a list of the plugins running on your site?
All of the text that is missing is set up to be translated, and it sounds like something is interfering with that configuration.
Erick
25 weeks ago @ erick t. hitter - Taxonomy Dropdown Widget · 2 replies · +1 points
Does the text "Basic Settings," "Order," or "Advanced" appear in the widget options screen?
Are you using any translation plugins, such as qTranslate?
Are you using an international version of WordPress?
Erick
25 weeks ago @ erick t. hitter - Taxonomy Dropdown Widget · 1 reply · +2 points
Version 2.0.1, which will be available shortly in the WordPress plugin repository, corrects this problem.
Erick
26 weeks ago @ erick t. hitter - Taxonomy List Widget · 0 replies · +1 points
Erick
26 weeks ago @ erick t. hitter - Taxonomy List Widget · 0 replies · +1 points
As the upgrade notice, changelog, and readme all indicate, this release comprises a comphrehensive overhaul of the plugin code. It drops support for WordPress 2.7 and earlier, now supports multiple uses across many sidebars, supports custom taxonomies, and introduces a new name.
Enjoy!
Erick
109 weeks ago @ disparate.info - Google Wave Invite Con... · 0 replies · +1 points
Erick
My recent post Google Voice Invite Contest Redux
Production