jdsteinbach
Forum Replies Created
-
I reset the Google API referer to use IP address instead of domain & it works now. Again, thanks for helping!
If I attempt to run the API call just from the URL bar, I get the following error:
message: "The request did not specify any referer. Please ensure that the client is sending referer or use the API Console to remove the referer restrictions."Thanks for answering – guess I need to figure out why Google thinks there’s no domain referer on the request.
Forum: Plugins
In reply to: [Custom Post Type Widgets] 404 when clicking month link in calendar widgetThanks for that reply! I ended up implementing a custom date-picker instead (after my client gave me some additional feedback) since WP’s date query params are super user-friendly.
Forum: Plugins
In reply to: [Custom Post Type Widgets] 404 when clicking month link in calendar widgetIf it helps in debugging here’s what the global query object thinks its vars are:
'page' => string(3) "/12" 'sermons' => string(4) "2014" 'post_type' => string(7) "sermons" 'name' => string(4) "2014"The URL being generated is http://domain.com/sermons/2014/12/ and it returns a 404.
Forum: Plugins
In reply to: [Taxonomy Images] Querying for image of termAnother helpful tip if you’re building this into a theme before you have access to all the content: add
'hide_empty'=>0to theterm_argsarray so you can see the images before you put content into those taxonomies.I’ve been having the same problem. Current set-up:
WP 3.6
Types 1.3.1
Chrome 28
Mac OS X 10.8.4Apache Server
PHP 5.3.27Forum: Alpha/Beta/RC
In reply to: Sticky Posts not workingNo, I didn’t mean RSS – I’m talking about the home page list of recent posts.
I just went back to my test site again and the sticky post is at the top now. Weird. It showed up in its normal publish-date order originally, but it’s correctly sticking now. Guess I should have checked back on it later.
Anywho, thanks for taking time to reply!
Forum: Plugins
In reply to: [Gravity PDF] Need Instruction PleaseI second this request – DNS servers for the plugin site are down and I need config instructions soon to meet a deadline. I appreciate the help, thanks!