Home Forums WoodMart support forum compare button on product grid

compare button on product grid

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #384982

    Kay
    Participant

    hi there, is it possible to save button state after adding to the list?
    the same feature exists at the wishlist button.

    thanks

    #385055

    Luke Nielsen
    Keymaster

    Hello,

    While there’s currently no way to do that for the “Compare” button, we appreciate you taking the time to let us know what you’re looking for most of the improvements we make come from ideas and suggestions like yours, we will consider this improvement as a feature request for future updates.

    If you have any other questions or concerns, please do not hesitate to reach out, Iā€™d love to help!

    Kind Regards

    #385110

    Kay
    Participant

    nice, thanks!

    but one other question, sorry šŸ™‚

    i dequeue some styles in my child theme because lots of changes.
    i do it so:

    function faw_dequeue_plugin_styles_frontend() {
    wp_dequeue_style('wd-woo-mod-variation-form');
    wp_deregister_style('wd-woo-mod-variation-form');
    wp_dequeue_style('wd-woo-mod-variation-form-single');
    wp_deregister_style('wd-woo-mod-variation-form-single');
    }
    add_action('wp_print_styles', 'faw_dequeue_plugin_styles_frontend', 99);

    later i enqueue my own one:

    function faw_scripts() {
    wp_enqueue_style('faw-mod-variation-form', get_stylesheet_directory_uri() . '/css/faw-mod-variation-form.css');
    }
    add_action( 'wp_enqueue_scripts', 'faw_scripts' );

    this works well if i check the source code. no style id “wd-woo-mod-variation-form” or “wd-woo-mod-variation-form-single” is found, but my own does.
    but if i check in firefox (developer version) the dev tools says the style is still loaded from the original theme file (woo-mod-variation-form.min.css).
    also the layout of the site is original and not overwritten.

    thanks

    #385112

    Kay
    Participant

    i forgot to mention:
    it’s only in the quick view of a product.

    #385124

    Kay
    Participant

    i found the solution via theme settings -> performance -> css styles never loaded… šŸ™‚

    #385218

    Luke Nielsen
    Keymaster

    Hello,

    Glad that you sorted it out!

    Iā€™d be happy to assist if you have any other questions or concerns.

    Have a good day!

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘compare button on product grid’ is closed to new replies.