andreu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove free word in shipping method labelSorry @terrytsang, but it didn’t work fine 🙁
Check this screenshot: https://dl.dropboxusercontent.com/u/11189866/free.png
Thank you
Forum: Plugins
In reply to: [WooSidebars] Can't use for WPML translated siteAre you creating a sidebar per language using WPML translations for each sidebar?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Redefine default languageI finally try it and it works as I thought. Thanks anyway!
Forum: Plugins
In reply to: [Transposh WordPress Translation] Homepage loading errorThat was a memory limit problem, it’s explained in the FAQ 😉
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Post Thumbnail – Featured ImageThanks bheadrick, It works like a charm!
I’ve been trying other CSV import plugins with this feature but no one gets the perfect result of CSV Importer. With other plugins, I usually have problems with the HTML tags.
Cheers!
Forum: Plugins
In reply to: [Post Type Archive Link] Links not saving in the menuI’ve found a plugin that does exactly the same as yours and it’s working fine for me http://wordpress.org/extend/plugins/add-custom-post-types-archive-to-nav-menus/
That’s a lacking feature of worpdress that I hope they add in the official version some day. Thanks for your contribution anyway! 🙂
Forum: Plugins
In reply to: [Qtranslate Slug] [Plugin: Qtranslate Slug] Get term slug in current languageGracias!!
Finally I could solve the problem and filter some pages using the Search Everything plugin. It’s a good plugin to combine with yours 😉
In fact, the WordPress image uploader have changed on 3.3 🙁
Hi. I also have the same problem as umarglobal with the current plugin version and also with the dev version you posted. I also get this two different PHP errors:
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /usr/home/domain.com/web/wp-content/plugins/daves-wordpress-live-search/DavesWordPressLiveSearch.php on line 353 Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /usr/home/domain.com/web/wp-content/plugins/daves-wordpress-live-search/DavesWordPressLiveSearch.php on line 353Do you know any alternative to exclude posts or pages? I’ve tried different exception rules without good results. I also have two questions that maybe can help us to solve the problem:
– Does the permalink structure affect to this exception rules?
– Does the subdomain can affect this exception rules? My WordPress is installed in a subdomain.Thank you for the amazing work you’ve done. I’ve just sent you a Spanish translation for the plugin that I’ve made 🙂
Forum: Networking WordPress
In reply to: Theme unregistered settingsThe user role is administrator. It’s strange because it should have the permission. Maybe my theme options are being saved as network options? How can I know and change it?
Thanks!
Forum: Plugins
In reply to: [Newsletter Sign-Up] [Plugin: Newsletter Sign-Up] Catchable fatal errorOk, thanks for your fast answer. I’ll try it!
Forum: Plugins
In reply to: [WP Popular Posts] Cache WordPress Popular Posts queriesHi Frederick,
Here is a link to my W3 Total Cache settings in Paste Bin: http://pastebin.com/4mPxtVt0
Thanks!
Forum: Plugins
In reply to: [Email Alerts] [Plugin: Email Alerts] Localize doesn't workAny idea? 🙁
Forum: Plugins
In reply to: [Plugin: CSV Importer] Some problems with this great pluginSome months ago you talked about a problem of tmp dir. I have the same problem and I have a question about it. For the moment, I can do the plugin work making the following change on DataSource.php file:
$t_fname = tempnam(md5(''), __CLASS__ . '_');to
$t_fname = tempnam('/var/www/web5/domain.com', __CLASS__ . '_');But you said that it’s really preferable to add /tmp to open_basedir because of the future plugin updates. How can I do that? I can’t edit server seetings. Does my webhosting company make this change easily for me?
Thanks!