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

    I’m having an issue with pagination when using the Woocommerce Prodict Filter by woobewoo. It’s a terrific product filter but the results page pagination is awful! I get page numbers all over the page, stuck wherever there might be a break in the spacing… it’s vertical here and there or doesn’t show up at all.

    I tried it on a default theme and it worked great. It just doesn’t play well with Enfold. Their support suggested this…
    __________
    Natalie (woobewoo)
    Nov 3, 2020, 23:28 GMT+2

    Hi

    This theme does not want to work with shortcodes for woocommerce products, try adding this to the functions.php file:

    add_action(‘after_setup_theme’, function() { add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_pagination’, 10 ); // add pagination back });
    This will return the standard woocommerce pagination.

    If you somewhere use not only pages with the shortcodes, but also a store page, then it will have two pagination – one of them can be hidden with styles or the theme pagination can be disabled.

    And on the pages with filters and shortcodes, put the standard shortcodes from the woocommerce http://prntscr.com/vcnfyu and add the style that was added to the custom styles editor in the id = 3 filter.

    Then the pagination will look like this: http://prntscr.com/vcnhbt and work fine.

    Best regards, Natalie
    https://woobewoo.com/
    _____________________

    This caused the entire site to melt down with a “There has been a critical error on your website.” message.

    Is anyone else using this plugin successfully? Does anyone have a working solution to the pagination issue I’m having?

    Thanks.

    #1259485

    Hey dhuibh,

    Thank you for the inquiry.

    Where can we see the issue? You may need to provide a direct link to the actual page where the shortcodes are used so that we could check the layout problem. However, please note that we do not provide support for third party plugins as stated on our support policy. Please keep in touch with the plugin developers for additional assistance.

    Best regards,
    Ismael

    #1260814

    Hi Ismael,

    I’m developing this at celadon.codepoet.host (U/P in private content). I know there is no support for 3rd party plugins but I posted this because of the developer saying Enfold doesn’t work with the shortcodes… which I thought was very odd,

    The developer has been on the site and added some CSS, which you can see in the Plugins settings, but it still is not working.
    Development time is running out and I need a good working product filter.

    Thanks for having a look. I appreciate it.

    #1262230

    Hi,

    Sorry for the delay. We could not access the dashboard using the account above. Please set the user role to admin so that we could check the page where the filter shortcode is used.

    Did you add the filter shortcode in the “abstract-masonry” page? Does it contain a Masonry element from the builder or from the theme? It is possible that the filter only works on the default product or category pages.

    Best regards,
    Ismael

    #1262557

    Sorry about that Ismael. I’ve set you to Admin.

    and no, The Shortcode is added directly to the page in either text or a code box. They don’t support masonry .

    #1263184

    Hi,

    Thank you for the update.

    The products display fine when using the default Woocommerce product shortcode, so this goes to show that the theme could handle shortcodes just fine, but for some reason the other shortcode from the woobewoo plugin is not working as it should. Unfortunately, we will not be able to help you effectively with it because we are not familiar with the plugin’s code. Please keep in touch with the plugin developer for further assistance. (see private field)

    Also, the filter shortcode in the abstract-masonry page is not working because there is no filter with the ID 6.

    [wpf-filters id=6]
    

    The site also contains an older version of the theme, but it is very unlikely that this is the reason that the filter or shortcode is not working. Still, you have to update the theme to the latest version, 4.7.6.4.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.