TulsaWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Analyticator] Broken!! crashes my widgets pageMe Too…
Blows up the widgets page.
I reset the plugin and all is well.
Forum: Fixing WordPress
In reply to: register_post_type() show_ui confusion.Thanks, LBT.
I see my error now. I wanted the UI to show to edit the post type, but I didn’t want the post type to show as a choice when adding items to menus.
show_in_menu wasn’t the right argument. show_in_nav_menus had no effect.
Instead, public = false and show_ui = true did the job. show_in_menu was not needed.
Thanks again.
Forum: Plugins
In reply to: [Analyticator] Dashboard Widget Not Showing StatsTurns out Firefox AdBlock Edge plugin was blocking the display.
Go figure…
Forum: Plugins
In reply to: [Analyticator] Jquery error in plugin dashboardFound the problem:
FireFox Adblock plugin blocks rendering of the graph.
Forum: Plugins
In reply to: [Analyticator] Dashboard Widget Not Showing StatsNo conflicts that I can find. All my sites have the same problem.
Forum: Plugins
In reply to: [Analyticator] Dashboard Widget Not Showing StatsMe too:
my dev tools say — jquery.plot is not a function.
Seems to point to the tail of the getAnalytics function
Hope you get it fixed soon.
Forum: Plugins
In reply to: [GEO my WP] No results foundHI Eyal,
I didn’t actually.
I have wordpress dbmanager installed and when it went through it’s auto repair database cycle, it seems to have cleared up.
I’m considering the issue resolved, but I hate it when there is a solution without concrete reasons.
Forum: Plugins
In reply to: [GEO my WP] No results foundI checked for over query limit and Google says not so.
http://simplesimons.com/locations
http://cheeziespizza.com/locationsThanks for the help.
Forum: Plugins
In reply to: [Meteor Slides] Disable on tiny screensThank you Josh.
I’ll have a go at modifying wp_is_mobile to see if I can narrow its reach.
Forum: Fixing WordPress
In reply to: Prevent soft 404 errors (force 404 http response)I just ran into the same problem with some unused tags.
Here’s a hack that will force the 404 template to be used and returns a 404 header: http://wordpress.stackexchange.com/questions/46116/non-existing-blog-pages-are-not-redirected-to-404
I didn’t use it, but it seems straightforward enough.
By the by, Uncategorized can be renamed and made useful, but it will still have uncategorized behaviour, ie: if you forget to choose a category, that category will be chosen for you.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Can't creat contentcomment out wp_tiny_mce(); on line 99 in ad-minister.php
Forum: Plugins
In reply to: Pinterest PluginHi Misak,
Your pinit button layout problem is: the elements in ‘bottomcontainerbox’ are, when added together, wider than your content area so the pinit button (last link in the queue) wraps to the next line.
Each button has a set width, then 10px padding. I resized the elements a bit in firebug and lost the padding and the all lay in the page nicely.
About pointing pinterest to a specific image, looks like your social share button plugin is grabbing the first image in “the content”, not the slideshow, so you get the flag! If there was an image before the flag, that’s what the pinit button would index.
Hope this helps
Forum: Fixing WordPress
In reply to: “Press This” ProblemsI am also getting this error.
The Press This Bookmarklet creates a URL like this:
http://MYDOMAIN.com/wordpress/wp-admin/press-this.php?u=http%3A%2F%2Fwww.ibm.com%2Fus%2Fen%2F&t=IBM%20-%20United%20States&s=&v=4If I manually change the URL to:
http://MYDOMAIN.com/wordpress/wp-admin/press-this.php?u=www.ibm.com%2Fus%2Fen%2F&t=IBM%20-%20United%20States&s=&v=4(removing http://) press-this works correctly.
I haven’t found a javascript modification, from the many found online, that corrects the error
I’m running WordPress 2.9.1 on LAMP at Hostgator, installed in a folder called wordpress. My permalink structure is: /%postname%
Thanks for any help you can offer.