contemplate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: update_flash_player.exe is trying to downloadWe’re having users report the same thing happen on one of our client’s sites. The site has lots of traffic and has been running for years with no issue like this. All plugins & WordPress are up to date. I’ve yet to recreate the issue myself on my Mac.
Forum: Plugins
In reply to: [Custom Post Type Maker] Overwrites other post type rewrite rulesI was having the same issue but I think I got it sorted out.
I commented out these lines in the plugin:
// flush permalink structure
global $wp_rewrite;
$wp_rewrite->flush_rules();Then I deactivate & reactivated the plugin and then I saved the permalinks.
Now both this plugin and my other plugins which have their own custom post type seem to work.
one other fix I made b/c the “Blended” dropdown search item wasn’t working for me.
Open file: /wp-content/plugins/amazon-reloaded-for-wordpress/views/meta-box.php
Change line 16 to the following:
<option selected=”selected” value=”All”>All</option>I was able to fix the credentials bug and now everything works for me.
Open file: /wp-content/plugins/amazon-reloaded-for-wordpress/amazon-reloaded-for-wordpress.php
Change line 268 to the following:
return 'https://webservices.amazon.'.$settings['amazon-locale'].'/onca/xml?Service=AWSECommerceService&AWSAccessKeyId='.$settings['amazon-api-key'].'&Operation=BrowseNodeLookup&BrowseNodeId=1000&AssociateTag='.$settings['amazon-associates-id'];
Enjoy.
I see them now. Thanks!
I’m only seeing 74 subscribers but there were 374 or something before. Not sure what happened?
Forum: Plugins
In reply to: [MP3-jPlayer] AUTO PLAY – Stop Working Today.same problem here. Need a fix ASAP! Thanks
Forum: Plugins
In reply to: [MP3-jPlayer] Autoplay NOT working in FireFox but works manuallysame here. Autoplay stopped working in Firefox, IE7, IE8, etc. We really need an update to fix this. Thanks
Forum: Plugins
In reply to: [Twitter for Wordpress] Twitter for WordPress broken on upgrade to 3.1thanks jystewart
for those using the timestamp you should change the code to:
$time = strtotime($message->get_date());