Forum Replies Created
-
AuthorPosts
-
April 1, 2019 at 8:03 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1085683
Thanks. I’ll start working on it now.
I’ll check back in a few with results.
tHanks!
JonPS would it be easier or a better practice for me to exclude any particular script to accomplish this (from Autoptimize settings)?
- This reply was modified 5 years, 7 months ago by gatehealing.
April 1, 2019 at 8:01 pm in reply to: Main menu, color underline when hovering (like the one that is present on active #1085682AH! That seems to do it!
Thanks again!
JonMarch 29, 2019 at 4:10 am in reply to: Main menu, color underline when hovering (like the one that is present on active #1084452I have removed the code for moving the main menu down, and changing height of breadcrumb line to no avail either.
March 29, 2019 at 4:06 am in reply to: Main menu, color underline when hovering (like the one that is present on active #1084450So now the question is this: If you visit my site, gatehealing.com , you’ll see that the line is below the top separator line for the breadcrumb/page-title area. I played with the code and could not get it to move up. I had gotten code when I first purchased the template to get rid of the line because we had moved the main menu down a little, and altered the breadcrumb line height. That’s why the code you provided didn’t work at first. Once I removed the code to remove the hover line, I didn’t need the code to put the line in, but I tried putting it back to attempt to move the hover line up . . .no luck.
March 29, 2019 at 3:57 am in reply to: Main menu, color underline when hovering (like the one that is present on active #1084448Nevermind. I got it fixed.
Thanks!
March 29, 2019 at 3:50 am in reply to: Main menu, color underline when hovering (like the one that is present on active #1084441I cleared my browser history/cache etc. and pasted the code exactly as it is in your code, but it didn’t do anything. I’m using Chrome browser.
Could any of the other quick css be getting in the way? Y’all have my login creds in the private data from my last response if that would help.
J
March 26, 2019 at 3:33 am in reply to: Main menu, color underline when hovering (like the one that is present on active #1082944Sure. Cache plugin is off and login creds in private box
J
March 26, 2019 at 3:31 am in reply to: Burger Menu title is transparent so menu scrolls behind title #1082943Oh, if you mean my name/company (text) isn’t supposed to show up with that code, no, it didn’t work. Just wanted to clarify.
J
March 25, 2019 at 5:49 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1082779So if you’re talking about the compass logo image, that’s already not present on mobile devices.
What is happening is the same thing as the initial screenshot link I posted: my name/company text appears when you tap the burger with menu items below. When you scroll down, the menu items are visible behind my name/company name (text).
Here’s the link again—it’s exactly this still:
https://drive.google.com/open?id=1ZaPRpeMDNysGNW61WnKVcQRYwU9ncyEGThx for helping.
JonI’ll give it a try. Thanks!
JonNo prob Mike,
I’m using the Classic editor, Advanced Layout Builder. And yes, in the text editor, its toolbar. It doesn’t do it in Chrome at all, but does it every time in Firefox for me.
Trying to get used to chrome instead now.
Thanks
JonSeems to be . . . but I’ve managed to crash my entire site before doing some simple updates, so I’ve learned to be extra careful (and have backups!)
Thanks!
JonGuenni007
So I simply went in to functions.php and changed the h1’s to h2’s. That seemed to do the trick.
I am going to play with the other code you put as an example to see if I like that.
Should I leave my Quick CSS code has h2 as well, or change it back to h1? I want to be sure I only have on h1 on my pages, and that h1 needs to be the page title.
Thanks!
JonMarch 22, 2019 at 6:11 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1081961Hi Victoria,
I’m afraid I may have confused things with my 2nd post showing the large size of my name in the Customize screen on desktop . . .This image is the one I am attempting to fix. . . the above code did not change the fact that my menu (when you open the burger icon) scrolls behind my name and company name. Here the problem I am having on mobile devices:
https://drive.google.com/open?id=1ZaPRpeMDNysGNW61WnKVcQRYwU9ncyEG
Jon
- This reply was modified 5 years, 8 months ago by gatehealing.
Hi Ismael,
I am not sure what “avf_logo” is. Here’s what I have for quick css that pertains to logo (I’ll check out that link to see if it gets me what I need . . . in the meantime, in the css below, where I have h2 (I bolded the 2 of them), should I leave them as h2 or change them to something else? The quick css below came from y’all due to some overlap issues, etc.):/*———————————*/
/* CSS – Subtext on right*/
/*———————————*/
#top .logo,
#top .logo a {
overflow: visible;
}
/*—————-*/
/* Subtext styling */
/*—————-*/
.logo .subtext h2 {
font-size: 20px;
font-weight: 550;
}.logo .subtext {
position: absolute;
top: 50%;
right: 0;
width: 275px;
transform: translate(102%, -50%);
z-index: 999;
}/*——————–*/
/* Hide logo in mobile*/
/*——————–*/
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
display: none !important;
}
.responsive #top .logo .subtext {
transform: translate(2%, -50%) !important;
width: 235px !important;
}
.logo .subtext h2 {
font-size: 17px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.responsive #top .logo .subtext {
display: none !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
}March 21, 2019 at 11:08 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1081600And here are screenshots of what I see in the Customize tool where I can pick Desktop, Tablet or Mobile using icons at bottom of left panel . . . I am using Chrome browser; these do seem to show up fine on my devices though–just thought you may want to know if this is a possible integration issue with WordPress
desktop:
https://drive.google.com/open?id=1Xb6MN6OaU0GvHSo62mYyHx_xkgErfZqutablet:
https://drive.google.com/open?id=1TE0oG-4xOoR4ImzZAyVn6DE0wipBMDWsmobile:
https://drive.google.com/open?id=12pDKOcOdVQ4BDIrsGdUghOT1qPpG4SVUMarch 21, 2019 at 11:02 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1081598Here’s the screenshot directly from my iphone 7.
https://drive.google.com/open?id=1ZaPRpeMDNysGNW61WnKVcQRYwU9ncyEG
J
March 21, 2019 at 1:24 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1081374Oh, that’s not quite what I’m talking about, apologies. Click on the burger menu lines, then the menu items (home, counseling services, individual counseling, marriage counseling, etc.) are what go behind my name/company. My battery is going to die any second, so I’ll attach screenshot when I get to recharge. . .. I will say that in viewport, before opening burger menu, my name/company is huge and formatted wrong, whereas on my iphone7 itself, it looks fine.
March 19, 2019 at 9:58 pm in reply to: Burger Menu title is transparent so menu scrolls behind title #1080556D’oh!
https://gatehealing.com/Thx!
January 12, 2019 at 9:26 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1053230That’s perfect! Thanks!
Jon
January 9, 2019 at 7:27 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1052050Thanks Victoria,
Caching is now off.J
January 2, 2019 at 7:47 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1049359Thanks Victoria, apologies for not responding as soon as you posted that reply, but replies were shut off for holidays.
That works, but once clicked into single post page, the image is no longer a smaller thumbnail and causes text to only be several characters wide.
Is it possible to have the image above the single page post vs to the side? Or at least a thumbnail the way it is on the Blog Posts Page?
JOn
PS I am going to remove the code since it makes the blog post itself nearly unreadable.
December 22, 2018 at 8:50 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1048629First link is my iphone7 screenshot of first couple of summaries shown on Blog Posts Page (mobile):
https://drive.google.com/open?id=13M9-yThaEkR3iUg22OwGHboCCpfBSatiSecond link is my iphone7 screenshot of a single blog post (mobile):
https://drive.google.com/open?id=1Pu8P32XaYjhuwj8XqA6yzMEICShJ2oVPThere are no images on mobile (iphone7 in my case) in either portrait or landscape orientation. My ipad 2, though, does show images on both Blog Posts Page and Single Post . . . I think it must be excluded based on pixel size or device type, but I am not finding that setting in Enfold Child, and could not find code in documentation to include a thumbnail on mobile devices (phones).
Thx
JonDecember 22, 2018 at 8:33 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1048623Just double checked to be sure I referenced “mobile” in thread title and in body of post;I did, but I didn’t do it every time I referenced screen, so it may have looked like all devices have the issue (80% of my traffic is mobile phones).
December 22, 2018 at 8:30 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1048622Are you looking on mobile phone? The issue only occurs on mobile phone (I’m on an iphone7)
I just did 2 screenshots on phone and will get a link to them to post here in just a few min
There are definitely no images on this, and even on my laptop when I reduce size of browser window enough. All I really need are the tiny thumbnail images on mobile phones me iphon7 sized.
December 17, 2018 at 7:54 pm in reply to: Show thumbail featured image on mobile blog posts page and single blog post page #1046487Sure, it’s there now.
J
December 17, 2018 at 7:53 pm in reply to: Blog Post Element pagination: reader sent back to top of page. #1046486Hmm. So is that a ‘no’ to the question of if it is possible for the page to return to the element location rather than all the way to the top of the page when a pagination number is clicked?
J
I think this may be taking too much of y’all’s time for a relatively minor issue since having the subtext pushed over to almost center in landscape orientation on mobile phones isn’t really a big deal as it does not block access to the burger menu. I have reverted code back to what we had before most recent reply.
I really do appreciate all of the effort! Thank you a bunch.
JonThis is now what I have. I have bolded the chunk not mentioned in your last reply–seems like it is still necessary, so I did not remove it (when I tried removing bolded chunk, it did not change the landscape situation on iphone 7). This now has the subtext pushed all the way over to the right, covering the burger menu:
/*——————–*/
/* Hide logo in mobile*/
/*——————–*/
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
display: none !important;
}
.logo .subtext h1 {
font-size: 17px !important;
}
}
@media only screen and (max-width: 767px) and (orientation:portrait) {
.responsive #top .logo .subtext {
transform: translate(2%, -50%) !important;
width: 235px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.responsive #top .logo .subtext {
display: none !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
}I changed to (2%,-50%), and added the code you mentioned. Cleared caches in wordpress and iphone browser history/caches, but the subtext is still pushed to the right . . . that’s still really not a huge deal though. Here’s what i have in total for this — could the chunck of code in the Subtext Styling block be redundant? I do see that I have 102% there, but I think that section is for laptop/desktop (changing the 102% there to 2% causes the subtext to go all the way to the left and overlap the logo):
/*————————–*/
/* CSS – Subtext on right*/
/*————————-*/
#top .logo,
#top .logo a {
overflow: visible;
}
/*—————-*/
/* Subtext styling */
/*—————-*/
.logo .subtext h1 {
font-size: 20px;
font-weight: 550;
}.logo .subtext {
position: absolute;
top: 50%;
right: 0;
width: 275px;
transform: translate(102%, -50%);
z-index: 999;
}/*——————–*/
/* Hide logo in mobile*/
/*——————–*/
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
display: none !important;
}
.responsive #top .logo .subtext {
transform: translate(2%, -50%) !important;
width: 235px !important;
}
.logo .subtext h1 {
font-size: 17px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.responsive #top .logo .subtext {
display: none !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
} -
AuthorPosts