seanpatrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Download Codes] Manage Codes Page Loading BlankFound the fix, at least for my issues.
In /wp-download-codes/includes/admin/manage-codes.php you need to replace:
$wpdb->query('SET OPTION SQL_BIG_SELECTS = 1');
with:
$wpdb->query('SET SQL_BIG_SELECTS = 1');
Forum: Plugins
In reply to: [WP Download Codes] Manage Codes Page Loading BlankBumping this, as problem persists.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Broadcast to Facebook Page not workingStill having this issue and don’t see any threads addressing it. Any ideas?
Forum: Plugins
In reply to: [Social] [Plugin: Social] Broadcast to Facebook Page not workingHaving the same issue. Was getting the unix time error, updated, and no longer see an option to broadcast to pages, only my personal FB profile. Has anyone resolved this?
Roadshow: I think I used this, although I honestly don’t remember since it’s been a good bit of time:
Yes, my site name and URL are the same. Any way to disable that option and/or choose how to tries to trim the tweets? I activated bit.ly shortened URLs too… will that resolve the issue?
EDIT: Seems to be working fine for the URL with bit.ly but the @ mentions I add for the post are not being included in the tweet now and the test had plenty of characters left to spare.
Forum: Fixing WordPress
In reply to: Forcing links in comments open in new window?Also, I mean links *in* the comment body, not the author’s name being linked.
Forum: Fixing WordPress
In reply to: Updated To 3.3 And Now Having Issues With Permalink Structuresmyleinn: Tried that to no avail. Still seeing ellipsis in the permalinks, both on the edit panel and on the live site.
Anyone else have any ideas? Seems like it only does it over a certain character count, but only started occurring after upgrading to 3.3.
Thanks.
Forum: Fixing WordPress
In reply to: Updated To 3.3 And Now Having Issues With Permalink Structuresmyleinn: not sure if you were addressing my issue, but that didn’t fix it.
I took some screenshots of the problem with the system now inserting ellipsis into permalinks. See the linked images for an example. Any suggestions or fixes would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Updated To 3.3 And Now Having Issues With Permalink StructurePlawhorne: pretty sure “Post name” is the exact same as what previously was only available withe custom structure of “/%postname%”, thus is automatically switches to that because it no longer needs to be listed as a custom option.
I’m having a different problem… some of my existing longer permalinks are being amended from “this-is-a-long-permalink-title” to “this-is…link-title” type permalinks. Anyone have an idea why those ellipsis are showing up and how to remove them? It’s causing the permalinks to not load properly when linked automatically within the code.
Thanks.
lowercase001: which versions of Firefox have worked? Not worked?
Forum: Plugins
In reply to: FEED PROBLEM – ERROR: is not a valid feed templateWell, it has the problem again without me touching any of the code… what gives??
Forum: Plugins
In reply to: FEED PROBLEM – ERROR: is not a valid feed templateSo I created a new category, moved all the posts over to that new category, renamed the old “news” category to “uncategorized”, renamed the new category “news” and now it works… weirdness, but a solution in case anyone else encounters a similar problem.
Forum: Plugins
In reply to: FEED PROBLEM – ERROR: is not a valid feed templateNo one?
Forum: Plugins
In reply to: Lightbox 2.9.0 resizing pop-up images to wrong size after upgradeActually, checking the “Shrink large images to fit smaller screens” option resolved it.