l3ttie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: In Elementor Widget sticks to CursorI get this all the time. Really frustrating. I have to keep saving and refreshing the page, and then check to see where Elementor moved the ‘sticky’ widget to and, if necessary, undo the last move. I’m speaking to Elementor via email and they say they’ve never heard of this before…
Forum: Plugins
In reply to: [Ask Question] Dashboard blankIt’s ok, my web hosting company has solved the problem for me.
Hi
Thanks for your reply.
Only one of my Edin sites is affected in this way; breadcrumb navigation is working fine on the other Edin sites.
I have deactivated all the plugins except Jetpack, but the breadcrumbs navigation option still isn’t appearing in Customize: Theme Options.
Any other ideas?
Forum: Themes and Templates
In reply to: [Edin] Featured image behind tileHi
Thanks so much for your reply. That didn’t quite work for me, perhaps because of other additional CSS on my site, but this did:
.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a {
background-color: inherit !important;
}.primary-navigation ul li.current-menu-item>a:before, .primary-navigation ul li.current_page_item>a:before {
content: none;
}.navigation-classic .primary-navigation {
background: rgba(0,0,0,0.225);
position: absolute;
z-index: 999;
left: 0;
right: 0;
}Forum: Themes and Templates
In reply to: [Edin] Switch from Edin to GoranHi again
If others are interested in a transparent navbar in front of the header image:
.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a {
background-color: inherit !important;
}.primary-navigation ul li.current-menu-item>a:before, .primary-navigation ul li.current_page_item>a:before{
content: none;
}.navigation-classic .primary-navigation {
background: #7a7875a6;
position: absolute;
z-index: 999;
left: 0;
right: 0;
}It’s not identical to Goran, since it doesn’t have the right-aligned
- with the logo inline left. Does anyone know how to achieve this in Edin?
Forum: Themes and Templates
In reply to: [Edin] Switch from Edin to GoranHi
I read elsewhere on this thread that someone achieved this with CSS, but unfortunately they didn’t post the solution!
I tried the plugin, but it only moved my main menu from its horizontal position to a vertical side-bar. I didn’t see any options to make it transparent and tuck the header image behind it without knowing the selectors (which is my problem to begin with!).
I’ve decided against Goran because I did a staging test the result is I lose far too much of my formatting work as many tags and selectors are different.
Any CSS pointers you might come up with would be most appreciated!
Forum: Themes and Templates
In reply to: [Edin] Featured image behind tileHi
Any chance you could share your CSS solution? I’ve been trying all morning to achieve this!
Thanks
Forum: Themes and Templates
In reply to: [Edin] Can I solve 3 navbar niggles with CSS?Hi, sorry, I missed your message.
I’ve uploaded a screenshot of the open menu to Snaggy to show you the little blue arrow …https://snag.gy/JHRWY6.jpg
Thanks!
Forum: Themes and Templates
In reply to: [Edin] Some Navigation Menu widgets not workingIt’s ok. I’ve resolved it. I don’t know what the problem was, but I deleted the menus that appeared in the Widgets and created new duplicate menus, and these seem to work just fine now.
Thanks!
Forum: Themes and Templates
In reply to: [Edin] Can I solve 3 navbar niggles with CSS?Hi Gemma
Thanks so much for your reply. Unfortunately it didn’t work. I can tell you what worked to change the arrow between the Level-2 and Level-1 menus, and maybe you’ll have a better clue than me as to what will work!
.navigation-classic .primary-navigation ul ul:before{
border-bottom: 8px solid #808080 !important;
}Don’t ask me how I arrived at that! It was a mix of wading through Safari Web Inspector and cobbling together other related suggestions from elsewhere on this forum! I never would have arrived at this alone!
Thanks again!
Forum: Themes and Templates
In reply to: [Edin] Can I solve 3 navbar niggles with CSS?hi
Thanks for your reply, and for reporting the bug that makes level-3 menus spill out of the viewport.
While I have managed to change the colour of the blue arrow that joins the level-2 menu to the menu bar, I haven’t managed to re-format the blue arrow that connects the level-3 menu to the level-2 menu. It’s visible, for example, when you over on the “Other IR Topics” menu item, and then go down to hover on “Cold War”. The blue arrow/triangle is visible between the level-2 menu item “Cold War” and the box containing its child menu items.
I know it’s minor but it’s niggling me! Any ideas?
Thanks!
Forum: Themes and Templates
In reply to: [Pique] Pique Theme – hide sub-menus on mobileHi
I’m so sorry, I totally missed your reply.
Works like a charm. Thanks so much for your help. Much appreciated.
Colette
Forum: Fixing WordPress
In reply to: Having trouble with Search input box on WP.orgThank you. I have been having this problem since yesterday (UK time). Relieved to know I haven’t done something to mess it up myself.
Forum: Themes and Templates
In reply to: Can I use Lodestar Theme in WP.org?I’ve just found out how to do it. Thank you.
I downloaded the theme zip file from https://allaboutbasic.com/2017/03/04/lodestar-theme-by-automattic-modifications-of-header-footer-sidebar-contents-and-documentations/
Then, in the dashboard, I went into Appearance: Themes, and clicked the Add New button at the top and uploaded my zip file. It all went swimmingly.
Thank you.