wordpress Spec
Forum Replies Created
-
I checked that the problem is order of payment method and not for specific gateway, any gateway move in first position it work but others radio option return this problem, when they select other
I use WP 4.2.2 and Woocommerce 2.3.9
I have same problem also with plugin https://ww.wp.xz.cn/plugins/woocommerce-payment-fees/
Forum: Plugins
In reply to: [qTranslate] conflict javascriptI solved with these files modification:
Forum: Plugins
In reply to: [qTranslate] conflict javascriptshould I go back to 3.8.1 ?
Forum: Plugins
In reply to: multi blog and global slug tagin old version I modified a specifi file in wp-includes but every upgrade I lost this mod
Forum: Plugins
In reply to: [WP Super Cache] wp-super-cache and server errorForum: Plugins
In reply to: [WP Super Cache] wp-super-cache and server errorI not use preload mode, ok try with a timeout to 3600 seconds but I always used 4 hours but now I have this problem
Forum: Plugins
In reply to: [WP Super Cache] wp-super-cache and server errorI use 4 hours for timeout of cache
Forum: Requests and Feedback
In reply to: display option one and two column bugthe screenshot: click here
Forum: Plugins
In reply to: bbpress and wordpress 3.2.1 integration problemForum: Plugins
In reply to: bbpress and wordpress 3.2.1 integration problemnow I verified that problem is when active wp-super-cache plugin
Forum: Plugins
In reply to: bbpress and wordpress 3.2.1 integration problemI tried but not work
Forum: Plugins
In reply to: alternative permalink of postI added this code:
add_action('generate_rewrite_rules', 'work_list'); function work_list($wp_rewrite) { $newrules = array(); $newrules['(.*)/scheda-tecnica.html$'] = 'index.php?pagename=$matches[1]&tipopg=scheda-tecnica'; $wp_rewrite->rules = $newrules + $wp_rewrite->rules; }but now the url with “scheda-tecnica.html” redirect to normal url post
Forum: Plugins
In reply to: change themes dynamicallyup