d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Add A Menu Under The Header On Wordpress
Add Reply New Topic New Poll
Member
Posts: 6,248
Joined: Mar 22 2016
Gold: 275.00
Trader: Trusted
Dec 14 2017 04:56am
Hey guys I am helping a friend with a site (or at least trying to)... And I've stumbled upon a minor issue

I am trying to add a Responsive menu under a header @ wordpress

It is supposed to only be shown on some specific pages.

I tried to hardcode in my childtheme a echo do_shortcode('[et_pb_section global_module="48299"][/et_pb_section]');?> solution, but when I did the module it was responsive either only on the computer or nowhere...

Padding didnt seem to work, it was different from browser to browser and browser to cellphone -_-

What I am trying to do is following:




Why cant I do it in the visual builder?
Because this is a product-category page -_-

I've got theese files in my child theme folder:
style.css
archive-product.php
header.php
functions.php
Member
Posts: 6,248
Joined: Mar 22 2016
Gold: 275.00
Trader: Trusted
Dec 14 2017 09:39am
Managed to solve it by putting the echo do_shortcode on a better position in the header! :) (The "orange" menu is now inside the big header).

Finally!
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll