jnieto0560
Forum Replies Created
-
Please note, This appears to be a problem with the Alexa-Internet Plugin and Not the “wordpress Move” which functioned flawlessly. I activated the old site and found that this was an existing problem before the move. Alexa-Internet apparently added a “settings” link to every plugin. Some plugins had two settings and the ones with a setting link that didn’t work could be changed and modified with the “edit” link.
Heres an Update: after searching the forums I found a similiar problem caused by mailchimp
http://wordpress.org/support/topic/mailchimp-plugin-v125-settings-corruption/page/2?replies=40I tried the same fix they reccomended which was editing the Alexa-Internet.php file
I added the following, . plugin_basename( __FILE__ )
to:
add_filter( ‘plugin_action_links’, ‘alexacertify_plugin_action_links’, 10, 2 );
to get this:
add_filter( ‘plugin_action_links’. plugin_basename( __FILE__ ), ‘alexacertify_plugin_action_links’, 10, 2 );Unfortunately what it ends up doing is deleting the settings link for all of the plugins that were pointing to Alexa. I’m assuming there is another php file somewhere pointing these links to the alexa file. If anyone can point me in the right direction I would appreciate it.
my site is http://www.wisedollar.org, the plugin I used to move the site to a new domain was “WordPress move”. the old site was http://www.thefindependent.com
Forum: Plugins
In reply to: [WordPress Move] Restore Cannot Find Backup filesFixed, I had to manually move the backed up files to the directory that WordPress Move expected to see them in, this was the “WordPress Move Back Up folder on the target domain.