New Landing How can we help? Atelier Woothemes AJAX Layered Navigation not showing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #247278
    whimandproper
    Member
    Post count: 5

    Hi! I purchased this plugin: https://www.woothemes.com/products/ajax-layered-navigation/

    But it doesn’t seem to be showing up at all in the sidebar like the regular Layered Navigation did before.

    Any help would be appreciated!

    Thanks!

    #247310
    whimandproper
    Member
    Post count: 5

    Update: I think that plugin breaks the sidebar altogether. I see in the documentation for the plugin it says that I might need to update the functions file. Can you tell me what these functions (see attached screenshot) need to say for the ids/classes? Will that solve the problem?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #247419
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code at functions.php file of theme.

    add_filter('sod_ajax_layered_nav_containers', 'aln_add_custom_container');
    function aln_add_custom_container($containers){
    $containers[] = '#products';
    $containers[] = '.products';
    return $containers;
    }
    
    add_filter('sod_ajax_layered_nav_product_container', 'aln_product_container');
    function aln_product_container($product_container){
    //Enter either the class or id of the container that holds your products
    return '.product-article';
    }

    Thanks
    Mohammad

    #247593
    whimandproper
    Member
    Post count: 5

    I tried adding that code to the bottom of the functions file in my child theme and nothing happened. The sidebar still won’t show any widgets in it with that plugin activated.

    I tried putting that code in the functions file on the main theme and it broke the site.

    Any other ideas?

    Thanks!

    #247654
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check it further.
    Thanks
    Mohammad

    #247657
    whimandproper
    Member
    Post count: 5
    This reply has been marked as private.
    #247923
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade all plugins and theme after that check for issue.
    Thanks
    Mohammad

    #247950
    whimandproper
    Member
    Post count: 5

    Hi I updated all the plugins and the theme and still the same issue… :/

    I also added back in that code to the child theme functions file after updating everything and still nothing.

    #248569
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can you please contact to plugin developer again about this issue ?
    Thanks
    Mohammad

    #248903
    bn86
    Member
    Post count: 44

    I am having this exact issue too.


    @whimandproper
    Could you post back here if you get a solution? I for one would really appreciate it.

    #249216
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please contact WooCommerce support and report this issue also: https://support.woothemes.com/hc/en-us

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register