Mauer Themes › Support › Westbound › Change “more link” text and responsive dropdown menu
Tagged: more link, responsive dropdown menu, support, westbount theme
- This topic has 4 replies, 2 voices, and was last updated 3 days, 13 hours ago by
Paul.
-
AuthorPosts
-
February 4, 2021 at 10:58 am #4266
JPZaera
ParticipantHi there. Hope you are doing well. Great theme, though I’m having a couple of issues:
1. Trying to change the more link text, don’t know how to. I’ve tried it in different ways but cannot. Instead of “read” I would like it in my language, Catalan: “llegir-ne més”. <span class=”more-link-span”>read</span>
2. Dropdown menu only shows up when you click on the item. When the pointer is on the item doesn’t show up.
Would you help me out?
Thanks in advance.
All the best <3
February 11, 2021 at 3:30 pm #4269Paul
KeymasterHi JPZaera,
As for translating the static strings like “read”, “previous posts”, etc., this can be done the standard WP way (the theme provides a POT file). For instance, you could use the free Loco Translate plugin to do that. Please see the following post for details: http://mauer.co/topic/font-hk-grotesk-vs-polish-language/#post-3658
Regards,
Paul-
This reply was modified 1 week, 6 days ago by
Paul.
February 11, 2021 at 3:44 pm #4273Paul
KeymasterThe dropdown menu is shown on click by design. However, you can change that and have it shown on hover with the following CSS. Please copy this code, go to Appearance > Customize > Additional CSS, paste the code and click the ‘Publish’ button.
/* Bootstrap 3 - Navbar dropdown on hover */ @media (min-width: 768px) { .sidebar-nav {padding: 9px 0;} .dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu {visibility: visible;} .dropdown:hover .dropdown-menu {display: block;} .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {margin-top: 0;} .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; } }
Regards,
PaulFebruary 12, 2021 at 12:48 pm #4277JPZaera
ParticipantThanks Paul, dropdown menu is working out.
However, the strings are not showing up in Catalan, though I have translated them and the language theme is set to catalan
Do you know how I could fix it?
Thanks in advance.
All the best <3
February 21, 2021 at 9:10 pm #4280Paul
KeymasterPlease send your website address and WP Admin credentials to pavel [at] mauer.co and I’ll take a look and what could be the cause.
-
This reply was modified 1 week, 6 days ago by
-
AuthorPosts
- You must be logged in to reply to this topic.