Pls tell me where this template located in your theme
-

KHParticipant
Hello, pls tell me where this template located in your theme. See the attached picture.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find the mobile menu template in woodmart/inc/template-tags.php function woodmart_mobile_menu().
Kind Regards
XTemos Studio

KHParticipant
I want to show the brands in the bottom of the mobile menu as in the attached picture. I create brand carousel in the html block and have this shortcode [html_block id="3891"]. Then I add this code <?php echo do_shortcode('[html_block id="3891"]'); ?> into this template template-tags.php in woodmart child/inc/template-tags.php but it’s not working.
What’s missing? or is there another way to achieve this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add Woodmart widget into Ara after the mobile menu and set the block you created from the dropdown list https://gyazo.com/fcf3d3d47f276127d0d68398c1fb5e16
This option is located in Appearance > Widgets. Remove all the code from the template.
Best Regards

KHParticipant