delacalera
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Upload file not success – This field can't be EmptyHi,
Is there any bypass to this? Currently my client is using a windows hosting with PHP 5.3.0, and in phpinfo.php we get:fileinfo support: enabled
version 1.0.5-devIs it like it’s supposed to be to have the plugin working?
So, is there anything I can do?Forum: Reviews
In reply to: [Import Users from CSV] HonestNote: Take in account that field names are case sensitive. I mean, if you export the data, you’ll probably have to rewrite the headdings to match the DB keys in the cases that the meta key is in Uppercase.
Appart from that, simpliest useful plugin i’ve ever seen to this moment.Forum: Plugins
In reply to: [Simple Responsive Slider] Images show as black rectangles after uploadSame thing happening, WP 4.3.3
It doesn’t happen at all if you upload the image directly from the slider.
Only happened when including images that where previously uploaded from the gallery.Hi,
Did you finally do this customization? If you did I am interested in it. If not, I am interested in developing it. I can make it and give it to you so you integrate it with future versions.
Let me know your thoughts.
RegardsFYI: Only issues found after testing:
-Regions do not appear when selecting the country
-Tax calculation is not made for the shippingI really don’t know if related or not to original error.
Thanks very much for the effort.Did manual update, it seems ok, admin panel and woocommerce settings available using QTranslate, let me configure, do some testing and i’ll get back to you in max 24 h to confirm, thanks for the effort.
I don’t see any update available in the admin panel
Debug says:
Fatal error: Call to a member function get_active_languages() on a non-object in /mnt/webr/e1/24/54379324/htdocs/concreteshop/wp-content/plugins/flat-rate-per-countryregion-for-woocommerce/woocommerce_flatrate_percountry.php on line 285
Some of us prefer polylang than WPML…Maybe a little late for you, but if someone is looking for the same, and you are doing it the right way (with child themes), you shall use the wp_dequeue_script method in your child’s theme functions.php to stop using the current js file, then copy the JS file into your child theme, do the changes you want to do, and then enqueue it again. Maybe just copyng pasting and modifing the js file into the child theme does it, didn’t test it, I was just trying to dequeue it because I’m using customs styles in the footer that collide with the masonry…
Forum: Plugins
In reply to: [WP Photo Album Plus] Skip empty when using shortcode methodHi Jacob, sorry I didn’t see the update was ready. EVERYTHING WORKING FINE!!!! If you need any help fixing bugs or doing new developments count on me! Thank you so much for the fast response and review, best regards!
Forum: Plugins
In reply to: [WP Photo Album Plus] Skip empty when using shortcode methodHi Jacob and thanks for the answer. Is there a fast hack I can do to solve this meanwhile?
Forum: Plugins
In reply to: [WP Photo Album Plus] Skip empty when using shortcode method(9 is a parent album I meant)
Forum: Plugins
In reply to: [WP Photo Album Plus] Skip empty when using shortcode methodSomething like this:
[wppa type=”album” album=”9″][/wppa]
Where 9 is a categoryForum: Plugins
In reply to: [RSS Post Importer] Wrong category when editingFound the issue in app/templates/feed-table-row.php line 244, where listing the categories and looking for the selected one, the selected is being passed as an array when it should be a string according to wp_dropdown_categories in codex.
I solved it by adding this “$f[‘category_id’] = $f[‘category_id’][0];” before the wp_dropdown_categories declaration.
By the way, is there any reason why import limit max is set to 100?