babu
Forum Replies Created
-
Forum: Plugins
In reply to: [cSlider] cSlider displaying differently on Firefox and SafariChanging line 223 in cslider.php
background-position-y:0px;for this line
background: url(".WP_PLUGIN_URL."/cslider/gray_pager.png) no-repeat 0 0px;fix this issue for me.
Great plugin!
Forum: Plugins
In reply to: [Plugin: AddThis] Plugin InternationalizationYes, there are some strings that aren’t translated.
Moreover load_plugin_textdomain( ‘addthis_trans_domain’, … isn’t loaded anywhere.
If you want I can pass you the code that I modified to translate the plugin into my language (included the translation for the description of the module).
Thanks.
Forum: Networking WordPress
In reply to: Bug: Theme Previews Don't work with MultisiteTry to set properly the Authentication Unique Keys and Salts in wp-config. You can generate these using the https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service.
I had the same problem and this solution worked for me!Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache with load balancerThanks kingkool68.
We aren’t pushing out changed files with sync service. All the servers share changeable dirs with a NFS. But we think that isn’t it the best option to put wp-cache-config.php out of server file system due performance reasons, this file is readed constantly.
We also discard sync option because this changes occurs few times, only when the end user decides switch on or off the cache.
More suggestions?