Issue with Sub Menu link in Woo Commerce Page

Hi Support,

I have an issue with my Sub Menu links… it seems when its under the woocommerce page /shop/ or /product-category/family-shirt its not showing… but when i’m on the root of my website ex. www.mytees.com… the sub menu are showing…

see screenshot below:

Sub Menu not showing when im on woocommerce page:
<img src=“http://kabayansouvenir.ph/KS_Menu_Issue02.png” alt=“Smiley face” height=300" width=“700”>

Hoping for you immediate support on this matter.

With Sub Menu showing:
<img src=“http://kabayansouvenir.ph/KS_Menu_Issue01.png” alt=“Smiley face” height=300" width=“700”>

Hi support… Hoping for you immediate support on this matter.

Hi There,

There’s an error on the shop page. See this: https://screencast-o-matic.com/watch/cbioQpl0fI
By default, the theme doesn’t load jquery library because wordpress is loading it already. On the lower part of the shop, you do have a custom code that is loading the jquery again: https://screencast-o-matic.com/watch/cbioQHl0fq
Loading jquery twice will cause this error. It will stop all functions that is using jquery library from working.

HI Lely,

How would i able to resolved this issue. if i removed the line to load the jquery ->

echo script type=“text/javascript” src=“http://code.jquery.com/jquery.min.js”>;
this line of codes will not work

echo ‘$(document).ready(function(){’;
echo ‘$(‘input[type=“radio”]’).click(function(){’;
echo ’
switch (jQuery(this).attr(“value”)) {
case “teeMW”:
$(".box").not(".teeMW").hide();
$(".teeMW").show();
break;
case “teeWS”:
$(".box").not(".teeWS").hide();
$(".teeWS").show();
break;
case “teeKS” || “rFan”:
$(".box").hide();
break;
case “rFan”:
$(".box").hide();
break;
case “dMug”:
$(".box").not(".dMug").hide();
$(".dMug").show();
break;
}
});
});
';

Do you have any suggestion on this?

Hoping for your immediate reply.

Hi again,

Thanks for the update! It sounds like you might be having an issue with a third party script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.