Hi there,
we hope you’re doing well!
We will comment in parts:
Wishlist heart is not showing on the home page o category pages. It starts displaying only after being clicked.
We are seeing that you have many errors in the console coming from other plugins, maybe that is the reason why it is failing. Anyway, try adding this code to your active theme’s functions.php file:
if ( defined( 'YITH_WCWL' )) {
if( ! function_exists( 'yith_wcwl_enqueue_back_required_assets' ) ) {
function yith_wcwl_enqueue_back_required_assets() {
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
$version = defined( 'WC_VERSION' ) ? WC_VERSION : '';
wp_enqueue_style( 'woocommerce_prettyPhoto_css', plugins_url( 'assets/css/prettyPhoto.css', WC_PLUGIN_FILE ), array(), $version );
wp_enqueue_script( 'prettyPhoto', plugins_url( 'assets/js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', WC_PLUGIN_FILE ), array( 'jquery' ), '3.1.6' );
wp_enqueue_script( 'prettyPhoto-init', plugins_url( 'assets/js/prettyPhoto/jquery.prettyPhoto.init' . $suffix . '.js', WC_PLUGIN_FILE ), array( 'jquery' ), $version );
wp_enqueue_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css', array( 'jquery-selectBox' ) );
}
add_action( 'wp_enqueue_scripts', 'yith_wcwl_enqueue_back_required_assets', 100 );
}
if ( ! function_exists( 'ywfav_add_fontawesome' ) ) {
function ywfav_add_fontawesome() {
wp_enqueue_style( 'fontawsome', 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' );
}
add_action( 'wp_enqueue_scripts', 'ywfav_add_fontawesome', 99 );
}
}
Could you check if the problem persists? If so, can you try leaving only our plugin and WooCommerce active? And lastly, also try switching to a default WordPress theme.
Another topic, is there any way to combine this plugin and Resquest a quote to migrate the user wishlist into the quotation
Regarding this, we tell you that there is no integration between both plugins, sorry. However, our premium version of Wishlist includes the option to Enable “Ask for an estimate” button, which will display a button on the user’s wish list page. By clicking on it, you will be able to request a price from the administrator for the selected products via email. Here we leave you a link with all the documentation of the Premium version.
We hope we have been helpful and we will be attentive to any news.
Have a nice day!