lmn40227
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] woo advantage search plugin conflict with other pluginI research your code for 5 days, I found the solution can make this work.
product filter all from attribute, so add attribute to aws_index table .
in exclude parts add the add some code to filter this.
or do you have better idea ?
Forum: Plugins
In reply to: [Advanced Woo Search] woo advantage search plugin conflict with other pluginWooCommerce Product Filter by Mihajlovic Nenad , version 6.5.6
Forum: Plugins
In reply to: [Advanced Woo Search] Search Results Page Won’t Show Any ProductsYou may have the same situation with product filter and woo advantage search have conflict.
u can try to disabled product filter plugin first,then make a try if the woo advantage search work or not.
Forum: Plugins
In reply to: [Comment Reply Email Notification] hook to init make website slow.Submissions.php
add_action(‘init’, array($this, ‘post_type’));Forum: Plugins
In reply to: [Advanced Woo Search] woo advantage search plugin conflict with other pluginFor better understanding,I record the video below:
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway WooCommerce Addon] Getting Error Over and OverI have the exactly same issue, since this plugin is free, I think no one will come here solve this problem.
Forum: Plugins
In reply to: [Advanced Woo Search] The search won’t be able use in adminAfter I update that, php_errorlog
thrown in /wp-content/plugins/advanced-woo-search-pro/advanced-woo-search-pro.php on line 221
[04-Dec-2018 16:52:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function aws_pro_is_plugin_active() in /wp-content/plugins/advanced-woo-search-pro/advanced-woo-search-pro.php:221Forum: Plugins
In reply to: [Advanced Woo Search] The search won’t be able use in admininclude_once(ABSPATH . ‘wp-includes/pluggable.php’);
if( is_user_logged_in() ) {
$user = wp_get_current_user();
$role = ( array ) $user->roles;
$adc = $role[0];
}else{
$adc = ”;
}if( $adc == ‘administrator’ ){
return;
}I add this in the beginning of advanced-woo-search-pro.php
Forum: Plugins
In reply to: [Advanced Woo Search] The search won’t be able use in adminActually Advantage is affecting the media search in admin page.
So I won’t be able search picture in admin page if I activate the plugin.If u have time, I can send you my background login information, u can take a short looks.
Situation for now :
1. if I activate advantage woo search, I won’t be use search in mysite.com/wp-admin/upload.php
2. I try to block advantage woo search in admin page but failed.
Forum: Plugins
In reply to: [Plugin Organizer] Unable to change settingcheck this 3 minutes record.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Click checkout will auto return to cancel page.test with Twenty Fifteen template with only woocommerce plugin and paypal checkout plugin.
still the same.
is that possible cause the problem by nonce ?
my another plugin “review pro”, once leave the review, it only update the nonce value, it’s same for that plugin too(test with Twenty Fifteen template with only woocommerce plugin and pro review, still have problem).
before those problem happens, I try to move comments from old website to new website.
Forum: Plugins
In reply to: [Woo Default Attributes] PHP Notice: Trying to get property of non-objectHi kuuak,
wordpress version 4.9.5
plugin version 1.0.3 ..
still have this problem.
Could you tell me exactly how to resolve this.
I deactivated the plugin, the problem is gone.
I apply to join the group.