halmat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP CSS] [Plugin: WP CSS] Invalidates absolute urls for background imagesHi! I’m the dev for this plugin. Sorry I haven’t been more attentive in fixing bugs and stuff.
Could you please use twitter to so I can log all the requests that you have? Please use the hashtag #wp-css
Tweets by halmatForum: Plugins
In reply to: [Plugin: WP CSS] @import and comma delimited sylesheets don’t seem to workHi folks! I’m the dev for this plugin. Sorry I haven’t been more attentive in fixing bugs and stuff.
Could you please use twitter to so I can log all the requests that you have? Please use the hashtag #wp-css
Forum: Plugins
In reply to: [Plugin: WP CSS] problem with url of square inside list bulletHi,
Thanks for finding this error. I’ll add this onto my list of fixes.
Cheers,
HalmatForum: Fixing WordPress
In reply to: [Plugin: WP CSS] no minify – how?That’s going to be featured in v2.1 along with another bunch of features.
Sure, go to wp-css-compress.php
comment out the line
$buffer = str_replace(array("\r\n", "\r", "\n", "\t"), '', $buffer);Forum: Plugins
In reply to: [Plugin: WP CSS] Can you elaborate more on the installation?I’m in the works of creating a website and video tutorial for both wp css and wp js. Please bare with me! Thanks!
Forum: Fixing WordPress
In reply to: [Plugin: WP CSS] no minify – how?I’ll add this in as a setting in the admin section.
Forum: Plugins
In reply to: [Plugin: WP CSS] Clearing Cache means empty stylesheet servedI found out the problem is linked to wp cache plugin. Expect a fix later this month.
Forum: Plugins
In reply to: [Plugin: WP Emaily] What?There are currently no themes – this is what i’m working on at the moment. A new version should be up soon
Forum: Plugins
In reply to: [Plugin: WP CSS] Clearing Cache means empty stylesheet servedI’ll have a look at this asap and will be releasing it with other fixes.
Forum: Plugins
In reply to: [Plugin: WP CSS] how cache works ?Glad to hear you’re liking the plugins!
The tmp files test to see if the wp-css directory is writable or not. I’ll have a look through the code and found why doesn’t delete those files. I’ll also make sure it only runs in the admin page as not to effect performance.
Creating the cache folder is normal behaviour (stated in the installation instructions). I can add a feature to automatically create the folder (some PHP server settings don’t allow this though).
Let me know if there are any other features you’d like to see. I’m open to any ideas 🙂
Halmat
Forum: Plugins
In reply to: [Plugin: WP CSS] how cache works ?Hi,
The caching works on two levels.
1) A CSS file is created inside the /cache/ folder.
2) Once a user accesses your sites, expires and max age headers are sent to the user to cache the CSS file in their browser.Lets say you set the expiry time to 1,200,000 seconds which is about two weeks. The browser will use the cached file and won’t bother checking if a new one exists.
When these two weeks pass, the plugin will create a new file for CSS file and let the client’s browser know via the ‘t’ attribute (located at the end of the url for the css file) that it is a different file.
So answer your question, only one CSS file is created.
Forum: Plugins
In reply to: [Plugin: WP CSS] Layout wrong after activationHi John,
Do you want to send me source code of your page ( just the part where you use the method wp_css() ) and CSS file? So I can see what’s happening and why.
Cheers,
HalForum: Plugins
In reply to: [Plugin: WP JS] How do you use this plugin?1 – If you go to: http://www.halmatferello.com/lab/wp-js/
2 – If you read the plugin home page is says “Requires WordPress Version: 2.5.1 or higher” http://wordpress.org/extend/plugins/wp-js/
3 – This plugin allows you to compress js files as well as combine into a single file that is sent to the client rather than sending them several files. It lets a developer be more free about how many js files he/she wants to create.Forum: Plugins
In reply to: [Plugin: WP JS] Error On ActivationThanks italianstyle. I’ve added those lines of code.
Please can you send me:
– source code of the page the error occurred on
– what javascript you were using
– if you were using the the built-in interface or raw code
– the os
– version of wpThanks
Forum: Plugins
In reply to: [Plugin: WP CSS] Error On ActivationWhat version of wordpress are you using?