Hello,
You can use the sidebar layout for the mobile menu.
But, if you want exactly the same menu layout, you have to edit the template file and do the custom styling according to need.
Thread Starter
Ommy
(@bounomid)
Thanks, So how can I begin to edit the template file and do the custom styling?
If I can remove the menus and other things inside the sidebar and put an Elementor Template short code everything will be solved. Can you guide me how to put short Code inside? Thanks
-
This reply was modified 4 years ago by
Ommy.
Thread Starter
Ommy
(@bounomid)
Thank you @abhikr781
I dont know where to put this code, I have experience with coding a little bit but couldnt bring elementor shortcode to work
Hello,
Sorry for the delay in response.
You can put the below php code in the template.
<?php echo do_shortcode("[your_shortcode]"); ?>
And replace the template shortcode with the [your_shortcode]
If you are facing any issues in the process, please share the related snapshots.
Thank you.
Thread Starter
Ommy
(@bounomid)
Dear @abhikr781
I know a little bit abouth coding and
<?php echo do_shortcode(“[your_shortcode]”); ?>
I dont know where to put. after time you forget my question π
-
This reply was modified 3 years, 11 months ago by
Ommy.
Hello,
Sorry about the trouble.
Please go to /oceanwp/partials/mobile, copy the template file in to child theme and customize it.
Following the doc will help you with adding the widgets area.
https://docs.oceanwp.org/article/602-add-widget-area-in-mobile-menu
I would also request you to share the related snapshots, if not resolved with the above.
Thread Starter
Ommy
(@bounomid)
I tried the procedure on 2 different oceanwp websites and added widget area for mobile. It didn’t work on both. even didn’t show a picture π
That is odd, Can you please add on any site and share the URL, I’ll try to inspect to find the causes of the issue.