Advanced Ajax Layered Navigation stopped working.

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeAdvanced Ajax Layered Navigation stopped working.

This topic has been marked as resolved.

Advanced Ajax Layered Navigation stopped working. When I first installed it, it was not compatible with Shoppica and you guys told me to edit the file ajax_layered_nav-widget.php by changing:

$html_containers = array(
‘#products’,
‘#pagination-wrapper’,
‘.woocommerce-pagination’,
‘.widget_layered_nav’,
‘.widget_layered_nav_filters’,
‘.woocommerce-ordering’,
‘.woocommerce-result-count’
);

$clickables = array(
‘.widget_layered_nav a’,
‘.widget_layered_nav input[type="checkbox"]‘,
‘.widget_ajax_layered_nav_filters a’
);

to

$html_containers = array(
‘#products’,
‘.pagination’,
‘.woocommerce-pagination’,
‘.s_widget_layered_nav’,
‘.s_widget_layered_nav_filters’,
‘.woocommerce-ordering’,
‘.woocommerce-result-count’
);

$clickables = array(
‘.s_widget_layered_nav a’,
‘.s_widget_layered_nav input[type="checkbox"]‘,
‘.s_widget_ajax_layered_nav_filters a’
);

But recently it stopped working again. How do I get it back to work?

May 24, 2014 at 2:02 pm #32000

Hi,

We will need the website url, admin and ftp access, so we can check what is the problem.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

May 26, 2014 at 10:28 pm #32016

Sorry for the late response. I hope you can fix the problem.

  • This reply was modified 3567 days ago by  igerards.
July 15, 2014 at 1:41 pm #32548

Hello,

When we changed the code you posted in first post everything started working fine.

Maybe you have updated the plugin and forgot to add the code we sent you.

Best,
ThemeBurn team

July 22, 2014 at 4:09 pm #32615
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.