dock3r
Forum Replies Created
-
K?szi, ez okozott némi fejt?rést.
Amúgy a fenti link helyett már itt található a leírás:
https://visztpeter.me/kb-article/csomagpontok-es-cimkek/penztar-blokk-kompatibilitas/Hi,
For the main building blocks I’m using Elementor and JetWooBuilder plugin. It is strange that the markup looks very similar as the vanilla Woo html. The elements have the same classes and stuff.
It would be great to know, how this plugin collect the add to cart data. I tried to write a custom JS on top of this without success.Forum: Plugins
In reply to: [Import and export users and customers] Bulk import of data over 4k entriesIt really depends on your current wordpress installation and the server resources. You could temporarily set max_execution_time 0 for unlimited and memory_limit 512 or above.
The best approach is to make a development mirror on your machine or server from the live site. Raise these limits locally (eg.: 0 for unlimited) and do the migration. After that you can update the database on your live site according to the dev version.
Forum: Plugins
In reply to: [Import and export users and customers] Import password hashHi Javier,
Sure thing! ??
Would you consider to mention the password hash thing in the documentation? It is not clear right now for a newcomer :).Forum: Plugins
In reply to: [Import and export users and customers] Import password hashNevermind. If I name it to Password, the hash values are imported correctly.
Great plugin, keep up the good work!Forum: Plugins
In reply to: [Import and export users and customers] Bulk import of data over 4k entries@huzanforbes
Your provider should raise these php values:
max_execution_time
memory_limitMaybe these too:
max_input_time
max_input_varsIf the problem is your file size then these:
post_max_size
upload_max_filesizeI can absolutely agree with @ordresser in any point.
I confirm the low speed when using more feeds though I’ve set the refresh attribute to 12 hours.Hi,
Thank you Damian, everything is functional now.
However I get this in the error.log when searching:[Wed Jun 07 09:51:17.132253 2017] post was called incorrectly. Product p roperties should not be accessed directly. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_act ion, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_dgwt_wcas_ajax_search'), WP_Hook->do_action, WP_Hook->apply_filters, DGWT_WCAS_Search->get_search_results, dgwt_ wcas_get_product_desc, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
How can we advance the update process If it is possible?
- This reply was modified 7 years, 5 months ago by dock3r.
Forum: Plugins
In reply to: [WooCommerce] Just the first Shipping Zone shownThank you so much. It’s working fine now.
Now this whole shipping zones stuff clear for me.Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Reset buttonHi Team Vivacity,
Any progression on reset button?
Regards