tempor
Forum Replies Created
-
Yes it does.
Forum: Plugins
In reply to: [PHPFreeChat] [Plugin: PHPFreeChat] Style, CSS possible?I already did. It didn’t help me.
Thank you for the obvious.
Forum: Plugins
In reply to: [AddToAny Share Buttons] AddtoAny script is very big. (50kb)Can it be my .htaccess settings or something else?
(The scripts running from my server and from the external google api are compressed by the same tests).
Forum: Plugins
In reply to: [AddToAny Share Buttons] AddtoAny script is very big. (50kb)Hi,
thank you for your response.
a)I received this data from:
http://rapid.searchmetrics.com/it gives me this:
http://static.addtoany.com/menu/feed.js => 49,943 Bytesb)I have also checked in:
http://analyze.websiteoptimization.com/and I recieved this:
49943 SCRIPT Main Doc
http://static.addtoany.com/menu/feed.js Header size = 441 bytes
Up to 33443 bytes could have been saved through compression.I haven’t used any browser to receive these results.
Am I responsible for this?
Thank you.
I get it in srware iron (Google Chrome clone).
Forum: Fixing WordPress
In reply to: Under maintenance Message also after removing pluginHi,
a bit late but someone may see.
I think you are using cache. Clear your cache after you disable the plugin and everything will be ok. (After 5 months you must have already done that though).
It is embarassing but I haven’t tried to disable and re-enable the plugin before I post.
Now everything work ok again.
Problem solved (gouh, gouh).
Forgive me for the delay to answer,
the only help I can offer is an advice:
Make a new user (editor role) and access a test site with this account to see if it is affected by the problem.If it does you may be able to debug.
Good work nevertheless.
Please forget my previous message and allow me to clarify my thoughts.
“Posts” => “Add new” => “Add an image” button, a new window appears where we upload images. Can we add “instructions” there?
Thank you for your fast answer!
Forum: Plugins
In reply to: [Back End Instructions] Incompability with "Ozh admin menu".Thank you for your answer, I will try the stylesheet.
Sidenote: You are correct, you cannot take in account the thousands of plugins that are out there. But since “Adminimize” has 128,943 downloads and “Ozh’ Admin Drop Down Menu” has 492,361 downloads it would be better to do some exceptions.
Again, it is a great plugin.
Forum: Plugins
In reply to: [Back End Instructions] Problem with Social plugins.As I already said the plugin is great and works.
PROBLEM IS: The social icons appear along the instructions in the back end.
I ‘ll try using the stylesheet.
Thank you.
Forum: Plugins
In reply to: [Admin Menu Editor] Failed to decode input! The menu wasn't modified.Yes it did!
Not true,
I have used many other google analytics plugins and I never had this problem.
In fact I am using another google analytics plugin right now (with much more info supplied than ninja) and I do not experience this problem at all.
As I said before:
-I am not alone in this. I found a hint about the ninja plugin after I googled for “slow admin”.-
I hope this helps also.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] QTranslate IssueHi,
-concerning qtranslate and the new version of List category posts compatibility-
in case you don’t wish to use a template you can make these changes directly to CatListDisplayer.php (it affects only the titles):
Qtranslate Multilingual Support for List Category Posts Plug
find and replace this:
private function lcp_build_post($single, $tag){ $lcp_display_output = '<'. $tag . '>' . $this->get_post_title($single);with this:
private function lcp_build_post($single, $tag){ if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) { $output = $this->get_post_title($single); $lcp_display_output .= qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($output); } else $lcp_display_output = '<'. $tag . '>' . $this->get_post_title($single);based on muc089 solution.
Ok I fixed it.
You have to add to the theme style.css this code (missed it in your faq):
.facebook_like { width:130px !important; }