Add a Submenu from Another Submenu in a Custom Theme - wordpress

Good day everyone! I would like some help from you since I'm just a beginner in WordPress. I would like to add a submenu under another submenu like this:
International
China Independent
Group Tours
DPRK Add-ons
Classic Chin
YPT Exclusive
Ticket Services'
I don't have a problem adding them under 'China Independent' when I go to 'Appearance>Menu', however, they don't show up[maybe because it is indeed a custom theme] and I want them to be seen as drop down list on hover since China Independent is another different page. How can I achieve this?
You can see this image:
Or the link: http://www.developerspace.co.vu/
All your help will be greatly appreciated!
Note: I've also asked it on wordpress stackexchange but I have no luck so maybe post my question in here as well.

You need to use javaScript in order to make that, use this plugin

Related

WORDPRESS: Assign Parent Page with different Custom Post Type

I am using CPT UI plugin, and I created Brands and Products CPT.
On create product page, I would like the Parent Page to have Brands.
How can I achieve something like this?
Suggestions are welcome if there's a different approach to achieve this, new to WP.
Thanks!
Thanks Mason for pointing me to the correct and right direction.
Using ACF is the best approach.
This guide also helped me https://www.advancedcustomfields.com/resources/querying-relationship-fields/

I need to hide shipping class from shop page

Anyone could help me with shipping classes?
I need to hide them from shop page, but to show on product page.
I'm using "Show Shipping Class in Product Page" plugin to show it in product page, but its automatically shown in the shop as well. I need to hide it from the shop view.
https://wordpress.org/support/topic/display-shipping-class-at-single-product-page/
So, maybe you should post your question at the wordpress community. It seems like other people have a similar problem.
For your next question you should try to be more specific; e.g. use specific tags like wordpress php, phrase your question more specific, try to give us more information about the problem so it will be easier for us to help you.
https://stackoverflow.com/help/how-to-ask

Why are products appearing with sub-sub-categories?

I've got a woocommerce site with the mayashop theme. I'm trying to make product categories show as their own page without products, then you drill down to see the products. This seems to work for subcategories for me but not on a page with sub-sub-categories. Is there a setting I've missed?
Settings to show just categories
Problem page, the subcategory is Collections>Travel and the sub-sub-categories are the geographic regions. But the test project IN one of those regions is showing...
Any help much appreciated. I'm happy enough with creating simple plugins etc if needed but woocommerce is too big to do this without being pointed at the right parts to change :)
I found the issue; the theme's version of archive-product.php was displaying too much.
I added a condition: if the woocommerce_product_subcategories() method output any categories, it will withold outputting posts (products). Perhaps a bit simplistic but the smallest change to my child theme to get the effect I was after.
archive-product.php diff

WooCommerce Variable Product issue after updating prices

This just started happening yesterday. I changed my price and now when a customer selects a color item, this pops up underneath the item.
It doesn't prevent the customer from ordering, but it looks horrible right underneath the product when they are about to proceed to the checkout.
Any information would be helpful.
{{{+data.variation.variation_description+}}}
{{{+data.variation.price_html+}}}
{{{+data.variation.availability_html+}}}
Here is a link to the product / image. Choose Either black, or white and you will see this code above pop up underneath the product.
Live website link to a product: sparkslide.com (iphone-66s)
Screenshot:
Thanks
This is a hack.
.woocommerce-variation.single_variation div{display:none;}
But it'll work.
Your theme template is out of date with the newest version of WooCommerce. Or the component in X isn't working correctly. Update your theme first, and if it doesn't work, contact Themeco. Otherwise, your best bet is the quick CSS hack offered by Jaime

Remove LayerSlider WP gap on the left

I am dealing with this problem for weeks.
If you see on the top of my blog http://draidel.com.ar/novedades/ you will notice the there is a gap on the left.
I already consulted the support team of Kresi (The 3rd party company who included this plugin into their theme) but they couldn't find a solution yet.
This is the link for the ticket I submitted to them (http://www.kriesi.at/support/topic/layerslider-gap-on-the-left/).
I guess this might have something to do with the fact that it's set to dynamically show new posts because this didn't happen to me with other banners I created (same plugin)
Any idea ?
Thanks !
Ariel

Resources