Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 1,311 through 1,320 (of 1,497 total)
  • Author
    Search Results
  • #16698

    Anonymous
    Inactive

    Hi there, I installed your plugin, but when I insert Search & Filter Form widget, it won’t save. In Js console there’s this message: failed to load [path]/wp-admin/admin-ajax.php.
    If I deactivate the plugin I can save every widget.
    I tried this tool: http://gtmetrix.com/ that shows the problems in speed
    and it shows “action: woocommerce_get_refreshed_fragments” in admin-ajax.php
    If I deactivate the plugin and run the test again, no errors appear.
    My wp installation is 4.2.1 and your plugin version is 1.4.3

    Can you help me please? 🙂

    #16692

    In reply to: Price slider problem


    Ross
    Keymaster

    Hey Matteo

    I know we have some roots users so check the forums as you might find the snags they also hit. I believe this is mostly to do with displaying your results (http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/display-results/) – if you’re good with html/css, I would recommend the shortcode method as this has better compatibility with themes in general.

    RE Woocommerce – you’re right, you can’t just drop this in to your products archive – S&F is for building a search form and a results page – so what you would need to do is emulate/copy the layout of your product archives to create a search results page which would behave the in the same way.

    The S&F update won’t be out in a week (end of the month I’m hoping), so I’ll take a look at a quick fix if this is indeed a bug in S&F (RE the price range).

    Thanks

    #16684

    In reply to: Price slider problem


    Anonymous
    Inactive

    I have the deadline for next week but meantime I try to resolve other bugs that I have found with Roots theme (https://roots.io/), the plugin doesn’t work fine in WooCommerce products archive…

    #16674

    Anonymous
    Inactive

    Hi,
    I have a problem with price slider with my WP+WooCommerce website (WP 4.1.2, WOO 2.5.8 and SFP 1.4.3), if I want filter my products by price (I tried “_price” and “regular_price”) ex. from 0 to 7€, the results contain also the products that cost 7,90€.

    There is a solution for display ONLY the product from 0 to X€ without the results out the range of the values?

    #16669

    Anonymous
    Inactive

    Hi,
    I have a problem with price slider with my WP+WooCommerce website (WP 4.1.2, WOO 2.5.8 and SFP 1.4.3), if I want filter my products by price (I tried “_price” and “regular_price”) ex. from 0 to 7€, the results contain also the products that cost 7,90€.

    There is a solution for display ONLY the product from 0 to X€ without the results out the range of the values?

    #16543

    Anonymous
    Inactive

    Hi,

    I have bought your search and filter plugin and must say it is very nice and easy to use. I have also worked with other filters and they are way more complex. So first off, thanks for a great plugin.

    However, I have some issue with the date filter I need help with. Currently I have a woo-commerce set up with Woocommerce Bookings, add-ons, and dynamic pricing. This is a solid stable platform for us to take bookings and payment for classes, workshops and other courses that falls on a specific date.

    As far as I understand the bookable product have start and end date. All products are set up as blocks so all dates for the product can only be booked as a block.

    I have set the post meta filter with date range input and is using yyyymmdd format.

    We need to be able to choose a date range and get results from our products. Let me know if you need any login details to have a look.

    Please provide feedback. Thanks for your help

    #16420

    In reply to: Invisible Ajax results


    Anonymous
    Inactive

    Hey Ross,

    theme developers were not very helpful :/

    I found in my parent theme functins.php the following :

    #-----------------------------------------------------------------#
    # Register/Enqueue JS
    #-----------------------------------------------------------------#
    
    $options = get_option('salient'); 
    
    function nectar_register_js() {	
    	
    	global $options;
    	
    	if (!is_admin()) { 
    		
    		// Register 
    		wp_register_script('modernizer', get_template_directory_uri() . '/js/modernizr.js', 'jquery', '2.6.2');
    		wp_register_script('respond', get_template_directory_uri() . '/js/respond.js', 'jquery', '1.1', TRUE);
    		wp_register_script('superfish', get_template_directory_uri() . '/js/superfish.js', 'jquery', '1.4.8', TRUE);
    		wp_register_script('respond', get_template_directory_uri() . '/js/respond.js', 'jquery', '1.1',TRUE);
    		wp_register_script('orbit', get_template_directory_uri() . '/js/orbit.js', 'jquery', '1.4', TRUE);
    		wp_register_script('nicescroll', get_template_directory_uri() . '/js/nicescroll.js', 'jquery', '3.5.4' ,TRUE);
    		wp_register_script('sticky', get_template_directory_uri() . '/js/sticky.js', 'jquery', '1.0', TRUE);
    		wp_register_script('nectar_prettyPhoto', get_template_directory_uri() . '/js/prettyPhoto.js', 'jquery', '5.5.4', TRUE);
    		wp_register_script('nectar_parallax', get_template_directory_uri() . '/js/parallax.js', 'jquery', '1.0', TRUE);
    		wp_register_script('isotope', get_template_directory_uri() . '/js/isotope.min.js', 'jquery', '2.0' ,TRUE);
    		wp_register_script('nectarSlider', get_template_directory_uri() . '/js/nectar-slider.js', 'jquery', '5.5.4', TRUE);
    		wp_register_script('iosSlider', get_template_directory_uri() . '/js/jquery.iosslider.min.js', 'jquery', '5.5.4', TRUE);
    		wp_register_script('ajaxify', get_template_directory_uri() . '/js/ajaxify.js', 'jquery', '5.5.4', TRUE);
    
    		if ( floatval(get_bloginfo('version')) < "3.6" ) {
    			wp_register_script('jplayer', get_template_directory_uri() . '/js/jplayer.min.js', 'jquery', '2.1', TRUE);
    		}
    		wp_register_script('nectarFrontend', get_template_directory_uri() . '/js/init.js', array('jquery', 'superfish'), '5.5.4', TRUE);
    		
    		// Dequeue
    		wp_dequeue_script( 'prettyPhoto' );
    		
    		
    
    		// Enqueue
    		wp_enqueue_script('jquery');
    		wp_enqueue_script('modernizer');
    		wp_enqueue_script('superfish'); 
    		wp_enqueue_script('respond');
    		if(!empty($options['smooth-scrolling']) && $options['smooth-scrolling'] == '1') wp_enqueue_script('nicescroll');
    		wp_enqueue_script('sticky'); 
    		wp_enqueue_script('nectar_prettyPhoto');
    		wp_enqueue_script('isotope');
    		if ( floatval(get_bloginfo('version')) < "3.6" ) {
    			wp_enqueue_script('jplayer');
    		}
    		
    		wp_enqueue_script('nectarFrontend');
    		
    		$transition_method = (!empty($options['transition-method'])) ? $options['transition-method'] : 'ajax';
    		if(!empty($options['ajax-page-loading']) && $options['ajax-page-loading'] == '1' && $transition_method == 'ajax') {
    			wp_enqueue_script('nectarSlider');
    			wp_enqueue_script('ajaxify');
    		}
    
    		
    	}
    }
    
    add_action('wp_enqueue_scripts', 'nectar_register_js');
    
    function nectar_page_specific_js() {
    	
    	global $post;
    	global $options;
    	
    	if(!is_object($post)) $post = (object) array('post_content'=>' ', 'ID' => ' ');
        $template_name = get_post_meta( $post->ID, '_wp_page_template', true );
    	
    	//home
    	if ( is_page_template('template-home-1.php') || $template_name == 'salient/template-home-1.php' ||
    	     is_page_template('template-home-2.php') || $template_name == 'salient/template-home-2.php' ||
    	     is_page_template('template-home-3.php') || $template_name == 'salient/template-home-3.php' ||
    	     is_page_template('template-home-4.php') || $template_name == 'salient/template-home-4.php') {
    		wp_enqueue_script('orbit');
    	}
    
    	////infinite scroll
    	$portfolio_extra_content = get_post_meta($post->ID, '_nectar_portfolio_extra_content', true);
    	$posttype = get_post_type($post);
    
    	if(stripos( $post->post_content, '[nectar_blog') !== FALSE || stripos( $portfolio_extra_content, '[nectar_blog') !== FALSE
    	|| stripos( $post->post_content, 'pagination_type="infinite_scroll"') !== FALSE || stripos( $portfolio_extra_content, 'pagination_type="infinite_scroll"') !== FALSE
    	|| (!empty($options['blog_pagination_type']) && $options['blog_pagination_type'] == 'infinite_scroll')
    	|| (!empty($options['portfolio_pagination_type']) && $options['portfolio_pagination_type'] == 'infinite_scroll')
    	|| (((is_archive()) || (is_author()) || (is_category()) || (is_home()) || (is_tag())) && ( $posttype == 'post') && (!is_singular())) ) {
    		
    		wp_register_script('infinite_scroll', get_template_directory_uri() . '/js/infinitescroll.js', array('jquery'), '1.0', TRUE);
    		wp_enqueue_script('infinite_scroll');
    		
    		if ( floatval(get_bloginfo('version')) >= "3.6" ) {
    			wp_enqueue_script('wp-mediaelement');
    			wp_enqueue_style('wp-mediaelement');
    		} 
    		
    		if (class_exists('WPBakeryVisualComposerAbstract') && defined( 'SALIENT_VC_ACTIVE')) {
    			wp_register_script('progressCircle', vc_asset_url('lib/progress-circle/ProgressCircle.js'));
           		wp_register_script('vc_pie', vc_asset_url('lib/vc_chart/jquery.vc_chart.js'), array('jquery', 'progressCircle'));
    			wp_enqueue_script('vc_pie');
    		}
    			
    	}
    	
    	
    	//nectarSlider mediaElement 
    	if(stripos( $post->post_content, '[nectar_slider') !== FALSE || stripos( $portfolio_extra_content, '[nectar_slider') !== FALSE
    	|| stripos($post->post_content, '[vc_gallery type="nectarslider_style"') !== FALSE || stripos( $portfolio_extra_content, '[vc_gallery type="nectarslider_style"') !== FALSE) {
    		
    
    		wp_enqueue_script('nectarSlider');	
    		
    	}
    	
    	//comments
    	if ( is_singular() && comments_open() && get_option('thread_comments') )
    	wp_enqueue_script('comment-reply');
    	
    }
    
    add_action('wp_enqueue_scripts', 'nectar_page_specific_js'); 
    
    //Remove wooCommerce prettyPhoto
    global $woocommerce;
    if($woocommerce) {
    	
    	function removeWooPrettyPhoto(){
    		wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
    	    wp_dequeue_script( 'prettyPhoto-init' );
    		wp_dequeue_script( 'prettyPhoto' );
    	}
    	
    	add_action( 'wp_enqueue_scripts', 'removeWooPrettyPhoto', 99 );
    
    }

    Is there anything to do with this ?

    Thanks !!

    #16091

    Anonymous
    Inactive

    Hi Ross,

    I’m a newbie and trying to use the search-form on adapted woocommerce products. I’ve added about 20 new product attributes but I can’t find their meta-key identifier in the post-meta building block. Their is a huge list of meta-keys but the ones I defined aren’t there. How can I find those new product-attribute meta-keys?

    Thx

    #16076

    Anonymous
    Inactive

    Hi,

    I have WooCommerce products with taxonomy terms containing certain special characters, including ≤±, ±, ≥. When I select a taxonomy in a dropdown box in the search filter, the result page shows as empty, even though products with these specifications exist. Terms in the dropdown box without special characters work fine.

    If I recall correctly, these terms worked fine before I updated the plugin to the latest version. I tried downgrading to a previous version, but then all dropdown boxes show up empty.

    This is WordPress 4.2.1 running the Venedor theme. The plugin version is 1.4.2.

    Kind regards


    Anonymous
    Inactive

    Hi Ross,

    I realise you just got back and might be busy catching up with all these tickets!

    I am looking to customise the styling of the search result to grid view instead of list is this possible?

    Currently the results are showing with images (As I set featured images to the pages) and names which is perfect but it is list form and I am aiming for it to be laid out in a grid similar to your woocommerce example.

    I have already read your documentation about how to do so here;

    http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/display-results/with-a-shortcode/

    but am not sure how to get a grid result. please advise! Many thanks.

Viewing 10 results - 1,311 through 1,320 (of 1,497 total)