X Theme: Different main menu when in WooCommerce shop

Hi,

i want to add a different Main Menü on the WooCommerce Shopsite. Like in the demo version:


I also use the Renew Stack. How can I adjust that?

I also found two errors in the theme:

the whole shop is in german, only one word can not be translated: “related Products”
As an example on this page: https://two-b.design/shop/korsetttasche-blaue-ornamente/

Also on this page is a wrong heading, namely the blog: https://two-b.design/Veranstaltung/erotik-szene-markt/?instance_id=32

I use the Plugin All-in-One Event Calendar von Time.ly for Events.

I hope you can help me with this issues. Unfortunately, I could not find anything in the forums or the internet.

Thanks in advance

Ariane

Hey Ariane,

Assigning a different menu for the shop page is not a feature offered by X. Our demo uses WP Multisite and the shop demo is a separate site from that is why it has a different menu.

How did you translate your site. The Related products text or string is translatable.

For your event page, you will need to integrate All-in-One Event Calendar to the Renew stack’s header landmark. This would require custom development which requires knowledge of WordPress development so this would be outside the scope of our support. I could only point you to the file you would need to override in a child theme. The file is _landmark-header.php located in themes\x\framework\legacy\cranium\headers\views\renew. To learn how to customize X, please see https://theme.co/apex/forum/t/customizations-best-practices/205

Another option would be to hide the title so you won’t have to do template customization. If you want this option, add this code in Theme Options > CSS.

.single-ai1ec_event .h-landmark {
    display: none;
}

Also please open a separate thread for each topic next time in order to avoid confusion further down the road allowing us to focus on one topic at a time and helping other users find the right answer by searching.

Thanks.

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