cochwbc
Forum Replies Created
-
i realize that it works correctly with the Shipping methods : Flexible Shipping but not with Service Point Delivery from sendcloud. But the checkbox to activate the feature is present on Service Point Delivery so…
after a lot of tests and investigations, i realize that an error message flash during about 2 sec, very hard to see because at save, wordpress send beck to the top of the page :This is where the rules table should be displayed. If it’s not, it is usually caused by the conflict with the other plugins you are currently using,
JavaScript error or the caching issue. Clear your browser’s cache or deactivate the plugins which may be interfering.I deactivated all plugin except woocommerce, sendcloud and flexible shipping but i have the result when trying to enter a rule for Service Point Delivery so the question is, are you compatible?
- This reply was modified 1 year, 2 months ago by cochwbc.
Hi Missveronica,
thanks for your answer but it don’t help
Forum: Fixing WordPress
In reply to: New image are not uplaoding correctly, old are stll workingI continue my investigation, it seems there is no line in database in the table postmeta for the new media
Forum: Fixing WordPress
In reply to: New image are not uplaoding correctly, old are stll workingI tried to replace the folder admin and include without success. I tried a very clean htaccess, it still don’t work. I hope somebody can help me
it works ! many thanks for your help, great support !
Thanks for answer. Yes, i had a look in phpmyadmin, it is why i know that the record is not inserted.
I hope you will find the issue, many thanks for your helpForum: Plugins
In reply to: [Advance WP Query Search Filter] parameter in urlthank you it works !
for others :
replace if(wp_verify_nonce($query->query_vars[‘s’], ‘awqsfsearch’) )
by : if(1)
function awqsf_search_query( $query ) {
if($query->is_search()){
//if(wp_verify_nonce($query->query_vars[‘s’], ‘awqsfsearch’) )
if(1) { …