guidod
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Query String not added to minified css / jsThis still seems to happen on the latest version
Forum: Plugins
In reply to: [WP-SCSS] Force CSS regeneration via API?Thanks! This made the trick:
add_filter( 'wp_scss_needs_compiling', '__return_true' );+1
I had the same issue with the latest qTranslate X version. Commenting the lines suggested by vokabre fixed it.
This should be fixed, or made a setting, in the next version.
Forum: Plugins
In reply to: [Active Directory Integration] I am not able to logged in into wordpress siteYou likely need to install the LDAP PHP extension on your server.
Forum: Plugins
In reply to: [Custom Post Type UI] Make labels automatically multilingualThanks! The good thing about this change is that all these “Add”, “Edit”, “Search” strings are already translated in WordPress’ translations, so changing those 5 lines automatically translates those custom post type labels without having to change the CPT UI translation files.
Forum: Plugins
In reply to: [Custom Field Template] [Suggestion] Image fieldBy the way, the Crop feature (“B” above) exists within WordPress. You can pass the ID of the image attachment to this page and clicking on “edit image” shows a crop tool.
/wp-admin/post.php?post={$attachment_id}&action=edit
Perhaps it wouldn’t be that hard to add a link to this page next to each CFT image thumb (and perhaps a hook that via JavaScript auto-clicks “edit” and hides everything else (excerpt, alt text)).
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy names should be limited to 32 charactersGreat! Thank you
Forum: Plugins
In reply to: Page Search PLEASECan’t help in coding it, but I just wanted to add my request for something like this. It would be quite useful.