quietmint
Forum Replies Created
-
Forum: Plugins
In reply to: [Speedy Smilies] Auto update failedThanks for the report. I hadn’t even considered memory limit issues, to tell the truth. I’ll look into it now. π
This has been added as of Release 15.
This has been fixed in Release 14.
Thanks for the report. The CSS optimization done by Speedy Smilies chokes on the Malta theme’s stylesheet because it uses invalid CSS when defining the
marginproperty, presumably as a browser hack. Here’s an example (line 200):
#menu-main-menu, .menu{
width:400px;
height:51px;
float:left;
margin:167px 0 30px 15px;
margin /**/:167px 0 30px 30px;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
overflow:hidden;
}
I’ll take a look at the CSS optimization routines and see if there’s a good way to deal with malformed CSS when compressing. In the meantime, the theme will work properly if you enable the option “Use the slower compatibility method” in Speedy Smilies.
Forum: Plugins
In reply to: [Speedy Smilies] Plug in does not workThe option in the Speedy Smilies plugin for Convert emoticons like π and π to graphics on display is the same as the option in WordPress Settings > Writing. You probably unchecked this box before getting rid of the plugin. If you unchecked this box and then disabled/uninstalled the Speedy Smilies plugin, the traditional WordPress emoticons will still be disabled. To turn on the emoticons again, go to WordPress Settings > Writing and check the box.
Disabling the plugin should immediately return your blog to normal. If you have a caching plugin such as W3 Total Cache or WP Super Cache, you’ll need to clear the cache after you disable Speedy Smilies in order for your blog to return to normal.
I’m sorry to hear you are having problems. The plugin will not modify your actual stylesheet, but it does create a cached copy of the stylesheets and these are modified. If you can provide any more info on how the plugin didn’t work, I’d be happy to look further into it. Did you experience any problems with your blog’s styling/theme after enabling the plugin (e.g., missing formatting and colors)? Was all of the formatting still correct, but there were no emoticons? Did you receive any error messages? Did you try both the fast and slow (compatibility) methods under the Speedy Smilies settings page?
Forum: Plugins
In reply to: [Speedy Smilies] Version 1.3 Broke My ThemeInteresting. I know that there is currently a known issue with the upgrade process that causes the CSS cache file to be deleted when performing the upgrade, but switching themes would regenerate this cache. There must be a second problem. π
If you know any of this information, it might help me track down what is happening:
- Did you go back to version 1.0 of the plugin? If possible, can you tell me the latest version number of the plugin that works properly?
- What version of WordPress are you using?
- What version of PHP is your web host running?
- Can you tell me the name of the theme you were originally using? I realize you say this bug affects all themes, but I like to test your theme for theme-specific bugs as well.
- Do you know what happens when trying to access the CSS file directly from the address bar of your browser? I wonder whether the CSS file exists or not. (e.g., go to your blog’s home page, right click and choose View Source, then search the source code for “speedy-smilies”. You should find a line similar to
<link rel="stylesheet" href="http://example.com/wp-content/plugins/speedy-smilies/cache/1306954938.499.css" type="text/css" media="screen" />. Try to visit the URL from your blog’s source in your browser and see if you see a CSS file or if you get an error page. - If your web host can enable PHP error logging, the plugin may be generating errors or warning messages that will appear in that log. Searching the web server or PHP error logs for “speedy-smilies” may provide useful information.
Can you point me in the of a free theme (child theme or otherwise) that makes use of
@import url()?Forum: Plugins
In reply to: [Speedy Smilies] [Plugin: Speedy Smilies] Smilies not visible!This should now be fixed as of version 1.1.
Thanks for the suggestion. It’s definitely time for an updated version of this plugin to be released; I’ll make sure this is added to the list of improvements.
Forum: Plugins
In reply to: [Speedy Smilies] [Plugin: Speedy Smilies] Smilies not visible!I’m sorry for your troubles. Please try this: Go to the Speedy Smilies setting page (under the Appearance section of your WordPress control panel) and try switching the advanced settings option to “Use the slower compatibility method”. Does this fix either of the problems?