Jim R
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting image caption to show up…Forum: Fixing WordPress
In reply to: Getting image caption to show up…I know, but I’m entering the information in the Caption field. There is also an ALT field and a Description field. I’m using the native WP Media panel.
Forum: Fixing WordPress
In reply to: Getting image caption to show up…I tried Twenty Twelve theme. I edited the post, deleted the featured image then updated. I went back to add the image again. The caption showed up as I added it in the Edit page. It did not show up as I viewed the Post.
Forum: Fixing WordPress
In reply to: Getting image caption to show up…If you right click the image and Inspect Element, you’ll see the ALT under the IMG shows the caption. I set that up as the caption when I picked that image.
Forum: Fixing WordPress
In reply to: Getting image caption to show up…Forum: Fixing WordPress
In reply to: Getting image caption to show up…I don’t mind hard coding something into the single.php. I’ve located where any code would go. I’m just not sure what to add.
Forum: Fixing WordPress
In reply to: Getting image caption to show up…Hopefully you can see this Preview of a Post:
Forum: Fixing WordPress
In reply to: Can't login at all, even as an admin…Please don’t hijack my topic.
Forum: Fixing WordPress
In reply to: Can't login at all, even as an admin…I’m reporting what I’m experiencing, and this isn’t a theme issue. This didn’t happen until I tried to the WP plugin SMF2WP. I’ve been using the theme without issue for five months.
Forum: Fixing WordPress
In reply to: Can't login at all, even as an admin…Currently no plugins. I’m using a purchased theme, but I know it’s linked to the SMF Bridge.
https://hoosierhoopsreport.com is the site.
Forum: Fixing WordPress
In reply to: Help with :: Missing argument 2 for wpdb::prepare()I’m getting these errors:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/jwrbloom/public_html/wp-content/plugins/save-on-post/save-on-post.php on line 68 and defined in /home/jwrbloom/public_html/wp-includes/wp-db.php on line 990
Warning: Missing argument 2 for wpdb::prepare(), called in /home/jwrbloom/public_html/wp-content/plugins/save-on-post/save-on-post.php on line 68 and defined in /home/jwrbloom/public_html/wp-includes/wp-db.php on line 990
Warning: Missing argument 2 for wpdb::prepare(), called in /home/jwrbloom/public_html/wp-content/plugins/save-on-post/save-on-post.php on line 68 and defined in /home/jwrbloom/public_html/wp-includes/wp-db.php on line 990
Warning: Cannot modify header information – headers already sent by (output started at /home/jwrbloom/public_html/wp-includes/wp-db.php:990) in /home/jwrbloom/public_html/wp-includes/pluggable.php on line 876
I’ve changed my last query to:
$wpdb->query( $wpdb->prepare(“
UPDATE “.S_DB.”
SET “.S_DB.”.wpID = case wpSlug
$mstr end
WHERE “.S_DB.”.wpSlug in(%s)”), $lstr);Trying to adapt to what WP 3.5 seems to want, but I had to get help to make sense of it. That said, it didn’t change anything. Having worked in the past, the plugin is no longer working.
Forum: Fixing WordPress
In reply to: Help with :: Missing argument 2 for wpdb::prepare()I’m sort of the plugin author. I was trying to write my own code, and in asking for help someone just wrote that above. It worked perfectly. I think it was from WP Tavern, which is no longer operative as a forum. I asked over there to see if they had any archived data with my post/topic participation but have no response yet.
It’s not executing the plugin, though it is posting to the site. It’s supposed to pass tag taxonomy to a custom data table of mine, so I can link the tag/term id to basketball players in that table. That way I can pull their information from that table to my site and print it on their tag archive page.
Unless I’m missing something, using jQuery is easier than this plugin. I was hoping for something streamlined. Can someone show me I’m wrong? I’m not trying to be overly critical, but I’m not sure how this plugin works without actually using jQuery.
There needs to be more instruction.
Forum: Plugins
In reply to: [PHP Code Widget] Having a layout issue when I use it…Thought so initially, but it’s only affected when I use the PHP Widget. Otherwise it works just fine.
UPDATE: I just tested the regular Text widget, same issue. Without a title, it breaks the layout. With a layout, it works just fine.
Forum: Plugins
In reply to: [PHP Code Widget] Having a layout issue when I use it…Something is amiss then, because not having a title for the widget affects the layout in an adverse way.