sheilaob
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Partial frames suddenly appeared on websiteYes, I have, the plugins didn’t have any impact on it.
I did manage to find a solution for the partial frames – adding this to the custom css:
.entry-content table,
.comment-content table {
border-width: 0px 0 0 0px !important;
margin-bottom: 24px;
}I found the code in the style.css file in Appearance -> Theme file editor. In the style.css file the border-width property is set to 1px 0 0 1px.
Just in case anyone might have this problem in the future..
Forum: Themes and Templates
In reply to: [Olsen Light] Partial frames suddenly appeared on websiteThis is likely a compatibility issue with the new WordPress update (6.9) – is there a fix for this?
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesI wrote a review yesterday 🙂 Thanks a lot again!
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesIt actually did, Denis! Brilliant, you’re awesome 🙂
Thank you so much for all your support and patience!
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi rodicaelena,
Thanks for your reply. Yeah, I believe that it has to do with the browser. The thing is that it’s inconsistent – it appears only sometimes, when it appears, it appears only on the first item and doesn’t move down, and most strangely – it appears also when the accessibility setting is unchecked (turned off). :-/
It also happens only with some websites and not with others.
Are you saying that there is no way to influence this?Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesThanks, Denis. I just tried it on my desktop with other browsers and I believe that maybe it’s related to that: It doesn’t appear on Chrome or Firefox (regardless of browser size), but it does appear on Safari, which is also the browser on my iPhone and iPad… so I think that might be the culprit. Do you think there is a way to handle it?
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesThank you so much for your dedication, Denis, I really appreciate it.
I added the snippet and on my side it didn’t change anything, the blue frame still appears on the first menu item on phone and tablet, but pretty randomly. I can’t find any consistency in when it appears and when not. It’s not related to single pages. How does it look on your side?
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi Denis,
That’s great – the snippet resolved the outline of the hamburger icon on the desktop (issue nr. 2).
The blue frame (issue nr. 1) still randomly appears sometimes, but not always. Was it supposed to resolve that too?
Really appreciating your help, Denis.
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi Denis,
Thank you so much for all your patience and your solutions, it’s really such great help.
- I can only find a way to send an image through a URL (below), so it’s there if you click it (I hope).
- Ok, I understand. I ended up just adding the hamburger menu on all pages and that’s ok. On phone and tablet it works fine. On the desktop it also looks fine at first, however, after opening it and then clicking on the ‘X’ to close it, the frame appears and remains. It doesn’t matter if I choose in the settings “filled” or “outline” (with all the borders set to 0 and no color). Is there a CSS way to eliminate the frame, so that it just never appears?
I’m sending a screenshot of this too (the frame is cut off because of the margins I chose) in the same URL as above.
Once again many thanks!
- This reply was modified 10 months, 3 weeks ago by sheilaob.
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesIndeed it did, Denis, brilliant, thanks a lot!
I have two more CSS questions related to the menu (sorry, they come up as I go..):
(1) When clicking on the hamburger icon, a color frame sometimes appears on the first menu item (the default color is a light blue). What CSS do I need in order to change the frame color?
(2) I’d like to add the hamburger icon (with the primary menu) to the two pages from which I removed the primary menu as nav bar. Is that possible and if so, what CSS do I need?
Thanks a lot again!
Positive review will definitely follow 🙂
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesWill do, Denis!
I have a quick follow up question – With the code above the menu is gone on these pages also on phone and tablet display, but i’d like it to appear there when clicking on the hamburger menu.
This code – I tried it with the words ‘active’, ‘always’ and ‘inline’ at the position of the **** – doesn’t seem to be doing the job:
@media only screen and (max-width: 800px) {
.page-id-13 .nv-nav-wrap,
.page-id-10 .nv-nav-wrap {
display: **** !important;
}
}Do you have any suggestions?
Thanks a lot again!
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesGreat, Denis, many many thanks – worked like a charm! 🙂
- This reply was modified 10 months, 4 weeks ago by sheilaob.
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHey Denis,
Thanks a lot for the detailed reply. I followed the steps but it unfortunately didn’t change anything.
Here’s the code I added:
.page-id-13.div.nv-nav-wrap,
.page-id-10.div.nv-nav-wrap{
display: none !important;
}Am I missing something?
Forum: Themes and Templates
In reply to: [Neve] Remove primary menu from header only on single pagesHi Denis,
Thanks for your reply! Where in the pages should I add this?
For anyone else facing this issue: It somehow resolved when I changed the font-family from “inherit” to “Bellota” at: Customize -> Typography -> Headings.