-
AuthorPosts
-
May 18, 2020 at 7:44 pm #1214101
Hello support team :)
1 – I’m creating a website with a top menu and want to add a yellow button in the top menu (right) – I found this code
>>span.avia-menu-fx { display: none; }
li#menu-item-341 a { background: #df9f1f; color: white; }but it just ads the background color and no margins around nor a border style – can you help on this please?
2 – How can I center the drop down menu of the “top menu” ? now its left, it should be centered
How can I change the background and text color of the drop down3 – Breadcrumb navigation : where can I change “Du bist hier” in “Sie sind hier” ? in the function code I an only find “You are here” –
Thank you in advance,
AB
May 23, 2020 at 2:35 pm #1215470Hey A,
Please have a look at the following thread for #3:
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
li#menu-item-341 a { border:aliceblue 2px solid; padding: 5px; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 25, 2020 at 11:43 am #1216085Hello Victoria,
Thank you for the reply, the code for the button works very well !
Can you please answer my 2nd question?
2 – How can I > center the drop down menu of the “top menu”? now it’s left, it should be centered – it is important for the mobile view as wellBreadcrumb navigation: thank you for the link, but my language settings in WordPress are already “German” as default – I need to change “Du bist hier” to “Sie sind hier” – I’m NOT using the child theme – how can I change this?
best,
ABMay 25, 2020 at 6:33 pm #1216217Hi anma,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaMay 26, 2020 at 11:01 am #1216440Hello Victoria,
I sent you a video :
1/ top menu: the drop down is not centered
2/ Breadcrumb : I want to change “Du bist hier” to “Sie sind hier”
3/ The top yellow button : I miss the top border line in white – there is something missing in the code you sent to me :
span.avia-menu-fx { display: none; }
li#menu-item-341 a { background: #df9f1f; color: white; }li#menu-item-341 a {
border:aliceblue 2px solid;
padding: 5px;
}Thank you in advance, AB
June 3, 2020 at 2:23 pm #1219066Hello Support Team,
Can you please help with this – see above ?
Best, AB
June 4, 2020 at 6:57 pm #1219502Hi anma,
In order to have the polite version of the text you can switch the website language to Deutch Sie, it’s a formal version.
Can you disable caching and minification for now?
Best regards,
VictoriaJune 5, 2020 at 11:34 am #1219746Hello Victoria,
Thank you for your reply, but the backend of WP is already in German. I want to change the wording “Du bist hier” to “Sie sind hier”. The language file of the German version is in English (found “You are her), this is wired.
Other questions:
A / The top menu dropdown: of the “Ausserschulische Angebote” is NOT centered – its pushed to the left – thus not readable on mobile and looks wired on a pc or tablet! The other dropdowns are centered!
B/ Top menu: how can I make it a bit bigger (height) AND keep the alignment of the navigation centered, so that there is more blue on top of the navigation (also the yellow button) ?
Best,
ABJune 7, 2020 at 6:58 pm #1220226Hi anma,
Can you please disable Autopmize for now?
Best regards,
VictoriaJune 8, 2020 at 9:07 am #1220392Hello Victoria,
ok, done – the drop down of “Ausserschulische Angebote” is still not centered.
Best, AB
June 8, 2020 at 8:24 pm #1220622Hi anma,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .sub_menu #avia2-menu li ul { left: 20px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 9, 2020 at 10:17 am #1220808Hello Victoria,
Thank you this worked perfect :) but I send you 2 other questions before :
> Top menu: how can I make it a bit bigger (height) AND keep the alignment of the navigation centered, so that there is more blue on top of the navigation (also on top the yellow button) ?
> still the breadcrumb navigation > http://idsp-la-schule.fr/grundschule/team/
I want to change the wording “Du bist hier” to “Sie sind hier”. My WP backend is already in German !!
Please note that the language file of the German version is in English (I found “You are here), which is wired.It would be great if you could answer these 2 questions.
Thank you in advance,
Best, AB
June 12, 2020 at 6:25 pm #1222145Hi anma,
My WP backend is already in German !!
I know nut WordPress has 2 versions for German- formal and informal. And this is where you get the “Sie” with the formal version. You can edit the language file, regenerate the .mo file with a plugin like Poedit and you will have the changed text.
Best regards,
VictoriaJune 12, 2020 at 7:08 pm #1222156Hello Victoria,
Thank you, now I found the formal version “Deutsch (Sie)” and changed it, but there is still “Du bist hier” – even with this version do I need to edit the language file with e.g. Poedit ?
… also can you pleas reply to this question ?
> Top menu: how can I make it a bit bigger (height) AND keep the alignment of the navigation centered, so that there is more blue on top of the navigation (also on top the yellow button) ?best, regards, AB
June 15, 2020 at 3:57 pm #1222695Hi anma,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which version of Enfold are you running? The language files were updated recently.
Best regards,
VictoriaJune 15, 2020 at 5:56 pm #1222785This reply has been marked as private.June 19, 2020 at 5:25 pm #1224093Hi anma,
Well, if the language files are missing some translations, you can add the translations there yourself. You need to copy the language files to your child theme, make changes there, and generate a new .mo file.
This is the code for the header meta to go a bit lower:
#header_meta .container { padding-top: 4px; }
Here are the docs for you:
Best regards,
VictoriaJuly 22, 2020 at 6:53 pm #1232350Hello Victoria,
Thank you for the code to increase the height of the top navigation bar, this looks now great, but while changing the css code the size (height) of the bread crumb navigation changed, there is no space on top of the bread crumb navigation anymore> thus on top of this >> Du bist hier: Startseite / Praktisches / Kantine see link
What can be done ?
Thank you in advance,
AB
July 22, 2020 at 7:37 pm #1232361Hi anma,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 164px; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 22, 2020 at 7:53 pm #1232374Hello Victoria,
THANK YOU, works fine :)
have a nice evening, ABJuly 22, 2020 at 8:25 pm #1232393Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘top menu : position of dropdown + button style + breadcrum navigation’ is closed to new replies.