gerobe
Forum Replies Created
-
Any solution for this?
I don’t think, that this is a obscure request. I nearly asked the same:
https://wordpress.org/support/topic/exclude-page-from-wordpress-seo
I’m no plugin-programming-crack but having the code to remove the canonical entry on a page-template base would be great.
The best solution would of course be an option in the SEO-setting of a post and page to remove the canonical entry for that specific post or page.
I can confirm this error, that has been described by stylemom.
I think, this is no memory-error. All other functions like uploads etc. work well. Just the dropdown is not working and shows the spinning wheel, but no gallery-names.
Hi!
I come back to the first entry by cvc1968.
I can confirm, that WP-Minify breaks the edit thumbnail function.
The solution for this is the following:
Just enter this line in the field “URIs on which WP-Minify parsing will be disabled” in the WP-Minify-Options:
wp-content/plugins/nextgen-gallery/nggshow.phpSave the options. Now editing the thumbs in NextGEN will work again.
Forum: Alpha/Beta/RC
In reply to: Link descriptions are truncatedThanks for the answer.
But isn’t it quite unusual, that this is not fixed? I mean we are talking about an issue, where data gets lost without a warning!
By typing in a link description you don’t know if it will be truncated. It becomes a try-and-error thing to figure out how long your description can be.
Of course the best solution would be to alter that field, so longer description could be entered for detailed linklists etc.
But the minor solution would be to give that field a “maxlength=256”, so you see at least when typing, that no more characters are possible.
Forum: Plugins
In reply to: [Sidebar Photoblog] Sidebar Photoblog = Blank Category ArchiveJust found the solution myself by reading the comment in the code of the plugin:
Search for $exclude_from_home=true; and change it false if you want to show photo posts in home page.
… and category
Forum: Plugins
In reply to: [Sidebar Photoblog] Sidebar Photoblog = Blank Category ArchiveHi alitaylor,
looking at your blog, it seems, as if you have solved the problem. How did you do it?
Greetings!
Yes, I can confirm this. Since about two days I get the message “Could not authenticate you” and YOURLS for WP says “WordPress to Twitter configuration incomplete”
Forum: Plugins
In reply to: [Autoptimize] [Plugin: Autoptimize] css compression breaks admin barI already found the reason and a possible solution for this, but I’m not good in regular expression. Maybe someone can help?
See here:
It would be easy to fix this, but I’m not good in regular expressions. Maybe someone can help:
In /classes/minify-html.php the line 109 is responsible for the vanishing admin bar. This regular expression extracts every style-code no matter for which media it is written.
'/(\\s*)(<script\\b[^>]*?>)([\\s\\S]*?)<\\/script>(\\s*)/i'this line must be modified not to catch scripts with the parameter media=”print”.
Is someone here who is able to modify this line?
Unfortunately it seems, that this good plugin is not maintained by the author anymore 🙁
Forum: Alpha/Beta/RC
In reply to: WordPress 3.1-RC2-17315: No incoming links and news on dashoboardYes, works perfectly now. The news feeds are back again and the widgets can be switches on and off again
Forum: Alpha/Beta/RC
In reply to: WordPress 3.1-RC2-17315: No incoming links and news on dashoboardAdditional info: this happens only on the Dashboard. On other screens e.g. the post editiong screen I can switch the widgets on/off
Forum: Alpha/Beta/RC
In reply to: WordPress 3.1-RC2-17315: No incoming links and news on dashoboardHi Frankie,
hi Ipstenu,yes, Frankie, I can confirm this. The widgets on/off-functions and the column settings don’t work either.
Forum: Alpha/Beta/RC
In reply to: WordPress 3.1-RC2-17315: No incoming links and news on dashoboardNo, I have 4 WP-Installations with 3.0.4, one with 3.1-RC2 and one with 3.1-RC2-17315 on the same server. Only the last installation has this problems.
I think I found the reason for this. Autoptimize seems to combine all CSS code no matter what media they refer to. There is the line:
<style type="text/css" media="print">#wpadminbar { display:none; }</style>In the code and Autoptimize puts this in the combined css for the screen display. The result is, that the admin bar is not displayed anymore.