Robert Trevellyan
Forum Replies Created
-
Sounds like you’re trying to use features that are available with the Pro version.
What this means is:
- Create a .php file and paste in the script.
- Edit the script to replace the placeholders with information specific to your server.
- Upload the script to your server.
- Enter the URL of the script in your browser to run it.
- Delete the script from your server.
- Use your favorite migration process to migrate your installation.
Forum: Plugins
In reply to: [Weaver Show Sliders] extra space at top of slider in FirefoxIf I switch from Paging dots to No paging the problem goes away.
You’re welcome, I copied it from hkasera’s answer to “How to change collation of database, table, column?” on stackoverflow.com.
Forum: Reviews
In reply to: [Akismet Anti-spam: Spam Protection] It's working, I think…In the At a Glance box in your wordPress dashboard, you should see basic stats for what Akismet has been up to on your site. You will also find a link from there to your comments spam queue, where you can take a closer look at the junk it’s filtering for you.
The plugin is still free, but there is a known bug – see http://wp-types.com/forums/topic/invalid-site-key-for-the-current-site-2/
No, the plugin is indeed free, but there is a known bug – see http://wp-types.com/forums/topic/invalid-site-key-for-the-current-site-2/
In which version? I don’t see a release more recent than my report.
That would be excellent, thanks!
For anyone needing a workaround, you can run this php script on your existing installation before migration (posted on stackoverflow.com by hkasera):
<?php $con = mysql_connect('localhost','user','password'); if(!$con) { echo "Cannot connect to the database ";die();} mysql_select_db('dbname'); $result=mysql_query('show tables'); while($tables = mysql_fetch_array($result)) { foreach ($tables as $key => $value) { mysql_query("ALTER TABLE $value CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci"); }} echo "The collation of your database has been successfully changed!"; ?>Forum: Plugins
In reply to: [Mentionable] how is mentioning Media supposed to work?It would be great if you could get it to work. Showing clients how to insert images is straightforward, but showing them how to link to other media can be a challenge. This would be a big help.
Thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] fuzzy search doesn't match plurals?That looks promising, I will talk to our client about Relevanssi Premium.
OK, thanks for the update and for maintaining this plugin, I install it on every site I build.
The update to 1.2.1 has taken care of the PHP error, but I’m still unable to turn off ‘Use shortcodes in widgets’ and ‘Use deprecated names’.
I’m seeing this error regardless of whether ‘Protect mailto links’ is checked.
In what may be a related issue, the ‘Use shortcodes in widgets’ and ‘Use deprecated names’ options cannot be turned off.