Welcome to understrap-child Discussions! #280
Replies: 4 comments 6 replies
-
Hi I am wanting to learn how to do the following type of customisations. I am wanting to develop the understanding to tinker with the code to add a banner image (from a photograph)above and below the navigation. I would want to code the child theme so I can update the banner from inside the customiser. I also would like to know is it possible to have a navigation along the top of the page, then a banner image (from a photograph) about 80pixels high, and fluid width with a secondary navigation below. I have had a go at doing this myself but got errors. Can you give me some advice on how to achieve this. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am about intermediate level in css and html, I have done several Wordpress courses including theme development on LinkedIn learning and team treehouse, also I did the php for Wordpress course on treehouse. How ever I am not a expert.
…Sent from my iPhone
On 2 Aug 2021, at 02:36, Dane Morgan ***@***.***> wrote:
What is your knowledge level for HTML, CSS, and PHP?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#280 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC2CC3MD4JUYTEPXHGEW5ATT2XY77ANCNFSM46QX4W3Q>.
|
Beta Was this translation helpful? Give feedback.
-
I deleted the code, but will have another go and post the code in steps, as soon as I can.
…Sent from my iPhone
On 2 Aug 2021, at 12:39, Johan Nielsen ***@***.***> wrote:
I'd recommend that you try and post the code in a step by step manor that you have made yourself and also post any errors you are receiving.
I think that'll be a good starting point.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#280 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC2CC3NXAKIOGS7JYVCEYXLT2Z7VNANCNFSM46QX4W3Q>.
|
Beta Was this translation helpful? Give feedback.
-
THE ANSWER** I had another go and this time it seemed to work. I ADDED THE FOLLOWING TO THE BOTTOM OF THE functions.php FILE. function understrap_child_custom_header_setup() { I ADDED THE TAG WHICH DISPLAYS THE CUSTOM HEADER TO BEFORE THE MENU, IT ALSO ADDS A CLASS FOR IT. I ADDED THE FOLLOWING CSS IN THE child_theme.scss: THIS MAKES THE BANNER RESPONSIVE. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions