• Hi, I use Oceanwp almost for all my websites and I am wondering if there is a way to customize ” Sidebar mobile menu” with Elementor?
    I want to leave Elementor pro and just use oceanwp header if we can customize the side menu completely.
    Elementor works heavy!
    This is the link of my website and the Header & “Sidebar mobile menu” is completely made custom with Elementor pro > Link
    Thanks

    • This topic was modified 4 years, 2 months ago by Ommy.
Viewing 9 replies - 1 through 9 (of 9 total)
  • 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.
    Abhishek

    (@abhikr781)

    Please take a full backup of site.
    Copy the template in to child theme and try to add the shortcode by following the post and check.
    https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/#:~:text=How%20to%20Add%20a%20Shortcode%20in%20WordPress%20Theme%20Files

    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.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Sidebar mobile menu’ is closed to new replies.