Wordpress Jetsmart Navbar menu link - wordpress

I am currently working on an eCommerce website. I am using a jetsmart filter for product categories and displays the active filter. Added a product category navbar menu on the footer. When I click the menu item, it will redirect me to the shop page, but when I deselect the active filter, the page won’t show all the products but remain in the selected category. Is there any possibility of showing all products?
Note There’s no problem with the filtering, just the navbar item.

Related

Wordpress IKS Menu show products on same page

Im using wordpress to design a new website. I have come across "IKS Menu" Plugin that is basically a customise-able Accordion Sidebar/Nav.
https://wordpress.org/plugins/iks-menu/#description
It is perfect for my needs, However, how do i get wordpress to show products on the same page as the accordion menu when i select a category from the list?
When i click on a category, it sends me to a different page with the products i selected for that list, but i want them to show next to the sidebar if that makes sense.
Thanks

Filter product by button of products in WordPress

I am using eCommerce Product catalog plugin.
I want to make a dropdown of category when i click on dropdrown show all products list of subcategory
I don't know how to make dropdown of ajax in wordpress on which file i will change in code or add code so that i can make this dropdown display product on same page
so please suggest me

How do I highlight a tab in Wordpress for a post when the main menu item is a category?

On my Wordpress site I have the main primary menu set up with links to pages & top level categories. When I'm viewing a page the top menu highlights the proper menu item and all works just fine, but when I click on a post that falls under one of the category menu items it is not highlighted. I want the category menu item to highlight when I click on a post that uses that category. How would I accomplish that?
Website: http://deutschmetal.com If you click on this post: http://deutschmetal.com/deutsch-metal-videos/rammstein-herzeleid-videos/ you can see that the top menu link "Videos" is not highlighted. I would like it to be highlighted when viewing the post.
Wordpress detects it if a page is the child of a page in the navigation. It also adds a extra class to it, so you can create some new CSS to make it look the way you want. In your case this would be:
.current-post-parent.current-post-ancestor {
background: #cb0808;
}
You can add this in your Wordpress theme, or if you are not familiar with coding you can use the customizer's custom CSS that is supported is most of the themes.

WP showing two active menu items at the same time

One of the pages on my site is setup to display posts from a specific category. When that category is active, the blog menu item also shows as active, displaying two active menu items at the same time. I've tried excluding the category, but that hasn't worked.
It may be a hotlinking issue.
s
You'll see from this site at http://www.wildpop.ca (Wildpop dot.ca), when you choose "SEO" from the menu, you are directed to what appears to be the "Monthly Packages" page. The SEO link in the menu does not have it's own page. It is a direct link to a section named (seo_direct) that is contained in a different page, but when you look at the menu again - both menu options are highlighted as "Active Page".
Make sure this isn't the issue for you.

WooCommerce buy page has no navigation

When I go to the Buy page on my site where I installed WooCommerce I have no navigation menu. Please take a look at this page: http://www.studiobenna.com/jf/buy-2/
Instead, I navigate to an individual product page there is a navigation menu: http://www.studiobenna.com/jf/product/unbreakable-the-western-states-100/
The menu seems to be working on all the other pages that are related with WooCommerce.
What do I need to do to get the navigation menu back on the main product listing page?

Resources