- This topic has 24 replies, 2 voices, and was last updated 4 years ago by
Markus.
-
AuthorPosts
-
February 9, 2022 at 9:49 am #2111069
Markus
Is ist posibble to user png´s in the menubar – means, youz don´t have words there but just png´s (that are clickable)
Thx in advance
February 9, 2022 at 9:56 am #2111075David
StaffCustomer SupportHi there,
the Navigation Label field does accept HTML, so you can add an
<img>element that links to an image in your media library eg.<img src="the_full_urL_to_the_image/image.png" alt="The important image alt text" width="60" height="60">February 9, 2022 at 9:57 am #2111077Markus
How would I insert the target. Sorry, probably I should Know that …
February 9, 2022 at 10:02 am #2111081David
StaffCustomer SupportSo you can just add a regular item to the menu.
And the replace the Label text with the<img>HTMLOr add a Custom Link and you will have to fill in the URL target and the Label.
February 9, 2022 at 10:04 am #2111088Markus
Okay, clear, thx, off course. Thx again a thousand times. Always great service by you guys!!!
February 10, 2022 at 4:25 am #2112357David
StaffCustomer SupportGlad to be of help!
February 21, 2022 at 7:54 am #2127717Markus
Okay, I got one more, or actually two more questions: First, I don´t get the footer text to the right – it´s always alignrd in the middle, even though I did some CSS Coding. But the main question is if it´s possible, to align the menu bar with the content and thus put the left sidebar a little higher – aligning in the height with the then shorter menu bar? Do you understand what I mean? I could send you a picture …
February 21, 2022 at 9:12 am #2127840Markus
Sorry, forgot to post the url – there you can see, how great your last tipp worked
neueseite.monakino.de
February 21, 2022 at 9:18 am #2127847David
StaffCustomer Support1. The copyright – add this CSS:
.site-footer:not(.footer-bar-active) .copyright-bar { margin: 0 auto 0 0 !important; }2. Do you mean something like this:
February 21, 2022 at 9:18 am #2127849Markus
Exactly that!
February 21, 2022 at 9:20 am #2127851Markus
But the Copyright should be on the right side
February 21, 2022 at 9:22 am #2127853Markus
I found the coipyright myself – already thx!
February 21, 2022 at 9:34 am #2127870David
StaffCustomer SupportOk:
1. Go to Appearance > Elements and create a New > Hook:
https://docs.generatepress.com/article/hooks-element-overview/
1.1 In the Hook text area add this code:
<?php generate_navigation_position(); ?>1.2 Set the Hook to:
generate_before_main_content
1.3 Check Execute PHP
1.4 Set the Display Rules to Entire Site.2. Customizer > Layout > Primary Navigation and set the Location to: No Navigation.
This will remove the one from the current position.It will require some CSS on archive pages, let me know once you added it and link me to an archive.
February 21, 2022 at 9:45 am #2127889Markus
I´m sorry, but I don´t understand the thing with the hook …
But, there are no archives right now …February 21, 2022 at 9:56 am #2127905David
StaffCustomer SupportI update above to give more info
-
AuthorPosts
- You must be logged in to reply to this topic.