vanjacou
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Duplicate page template changes body class –Why/how/where?In case anyone else needs this answer:
There was a function in themify-utils.php setting the layout to ‘sidebar-none’ IF the page template was ‘full-width’.
All else defaulted to ‘sidebar1’.I duplicated that function for my ‘custom-full-width’ template to also set the layout to ‘sidebar-none’.
This duplicate code I placed in functions.php and it works great.
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesGotcha! Thanks!
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesI see the media-queries.css file now…
but where do the other bits go? –> style.css?
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesSorry, what file are you referring to regarding these edits?
I don’t know where the Media Query is.Forum: Themes and Templates
In reply to: [Themify Base] mobile issues(they) consume…
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesOK one more small puzzle…
how do I remove the horizontal rules on the top and bottom – and remove the vertical space the consume as well?
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesLOL!
I should have asked…
Want some extra fun?? 😉
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesAwesome – Thanks!
I was just figuring that out when I saw your response.
Need some extra work?
I could use some help on my magento site…
vanjacouture.com
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesWow! Cool!
You’re the man!
Can I use
width: XXpx;
to control the width of that drop down?
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesCool, I see how that’s moving the drop down menu down…
How can I make the background of the entire drop down menu white so that the links can read when overlapping the main photo?
And how can I narrow the drop down menu width?
Thanks for the help!
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesI didn’t see a difference adding the
#main-nav.active {
margin-top: 74px;
}Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesWell, yours wins!
Their version put the menu over the logo and shoved the log down over the main image!
Now i’m wondering how to get the drop down menu background to show up on the portion of the menu that drops down over the main image. I assigned it to white but it only is white in the header area. As soon as it goes over the body, the background turns invisible. Just the text links show up. Any thoughts?
Thanks for the help!
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesThank you!
I was also emailed a similar fix from themify support.
They recommended this:
@media screen and (max-width: 760px){
.mobile-button {
position: absolute;
top: -70px;
left: 45%;
font-size: 3em;
}
}I’ll try both.
The second question was simply me having set R and L padding on the middle container which compressed the content horizontally when viewed on a mobile device. I changed from padding to margins and pixels to percent and it’s much better now.
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesI did in the first post
Forum: Themes and Templates
In reply to: [Themify Base] mobile issuesOK Problem 2 was resolved by adjusting middle container margin settings to % rather than px…
Problem 1 is still there…