Forum Replies Created
-
AuthorPosts
-
that worked great!
- This reply was modified 10 years ago by koala.
That fixed the space, but moved the white line to close to the menu item text. It should be equal above and below and position near the hover bar.
Here is the current css:
/* MENU HEIGHT BELOW TEXT */
.html_header_top.html_bottom_nav_header .main_menu > div { margin-top: 10px !important; }/* MENU HOVER BAR POSITION */
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 42px; }/* keep header info above line and shrink */
.header-scrolled .custom_info {
line-height: 12px;
font-size: 11px;
top: 10px;
}div#header_main {
padding-bottom: 2px;
}November 12, 2014 at 7:56 pm in reply to: How do we get our business information in the header (opposite the logo?) #350288This reply has been marked as private.November 12, 2014 at 7:15 pm in reply to: Header Changes color when we browser width is narrowed. #350237Doing that actually makes it worse because it turns into a mobile menu at an even wider width. I’m actually trying to turn off the mobile menu on my computer
Can you try adjusting the width and seeing what I mean? If possible, I don’t want the mobile menu on computers.
November 12, 2014 at 4:20 pm in reply to: Header Changes color when we browser width is narrowed. #350046That’s great!
Also, can you look what happens when a browser goes below (approximately) ~845px? Is there a way to keep the last menu item from dropping down without messing with other spacing?
Then, when it drops below, ~730 px, the header logo gets tucked away too far as well. Is there a way to keep that visible without messing with other spacing?
This reply has been marked as private.All that just for the tables?
This reply has been marked as private.November 8, 2014 at 7:07 pm in reply to: How do we disable the slider image hover file name effect? #348207I’m just using the main theme. What’s the best way to implement child theme while keeping any previous changes?
November 6, 2014 at 11:08 pm in reply to: How would I add 3px semi-transparent black border around all images in body? #347447This reply has been marked as private.That works, but it also makes the blue circle transparent and I’d like to keep that visible.
November 6, 2014 at 5:56 am in reply to: Full Width Easy Slider – How to we have text positioned on Top Left? #346973Will this impact the placement of other sliders? I don’t want to override all sliders, just one of the 4 that’s displayed.
I see left, right, centered and bottom, but no Top – which was odd so I thought it was missing.
November 6, 2014 at 5:50 am in reply to: How do we show portfolio thumbnails in sidebar widget? #346968Okay. I see what you’re saying.
However, when people click on the portfolio items, it takes them to a 404 page not found. I’m not clear how to fix that.
November 4, 2014 at 9:42 pm in reply to: How do we show portfolio thumbnails in sidebar widget? #346136This reply has been marked as private.November 3, 2014 at 6:24 pm in reply to: How do we lower the logo so that it overlaps the menu below? #345420Elliot sent me this CSS and it was resolved:
.logo, .logo a { height: auto !important; }
Resolved!
Well, it’s close, but not resolved. The blue hover line is not matching up with the bottom of the container. It’s too close to the menu items. It should be where the next section begins.
This reply has been marked as private.November 1, 2014 at 6:51 pm in reply to: How would we make the toggle backgrounds semi-transparent? #344683Thanks! I can’t quite figure out how to control the font color though and the hover is still white?
Are the specific font colors in these toggle areas configurable in the enfold settings or is that only a global font? I see that I can choose “Primary color – Font color for links, dropcaps and other elements” but not the toggle areas.
- This reply was modified 10 years ago by koala.
November 1, 2014 at 6:13 pm in reply to: How would I add 3px semi-transparent black border around all images in body? #344666This reply has been marked as private.November 1, 2014 at 12:31 am in reply to: Remove the top and bottom border above and below the menu? #344383This reply has been marked as private.October 31, 2014 at 10:12 pm in reply to: How do we show portfolio thumbnails in sidebar widget? #344332This reply has been marked as private.October 31, 2014 at 10:01 pm in reply to: How would we make the toggle backgrounds semi-transparent? #344330This reply has been marked as private.October 31, 2014 at 9:47 pm in reply to: How do we show portfolio thumbnails in sidebar widget? #344327Genius!
And how do I tell the shortcode which category?
[av_one_full first]
[av_portfolio columns='3' one_column_template='special' items='16' contents='yes' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
[/av_one_full]
October 31, 2014 at 7:41 pm in reply to: How do we lower the logo so that it overlaps the menu below? #344287Thanks! How do I get my logo to be the actual size that I uploaded? I chose “Use Actual Size” before I selected use as logo, but it shrinks anyways.
NOTE: I used “Header Custom Height” as 60px because once I lower the logo, there’s too much empty space above it. So now the logo is tiny.
October 29, 2014 at 10:45 pm in reply to: How do we lower the logo so that it overlaps the menu below? #343047This reply has been marked as private.October 29, 2014 at 10:44 pm in reply to: How do we show portfolio thumbnails in sidebar widget? #343046Are you aware of any sidebar widgets that will show a grid of thumbnails from the portfolio?
Yigit, thank you so much for your help. It’s very very close, but not working quite right. When you go to our website (see link above) you will see that the transparency turns to white if you make the browser narrow and the custom info continues to show.
What I would like to happen is this:
1) The transparency should always be there. No white header no matter what size. How do I never have a white header?
2) If the browser shrinks to the point where the menu changes to vertical mobile style, the custom_info should go away because it doesn’t fit with the logo at that point.Here is the current css:
@media only screen and (max-width: 480px) {
.logo img { opacity: 0; }
.logo a { background-image: url(http://dovshoneman.com/wp-content/uploads/Dov-Logo-Mobile-Small.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }
strong.logo { margin-left: -65px!important; }
.html_header_top.html_bottom_nav_header #header_main { position: absolute; width: 100%; }
.responsive #main { padding-top: 95px !important; }
.custom_info { display: none; }
}@media only screen and (max-width: 768px) {
strong.logo { margin-left: -65px!important; }
.html_header_top.html_bottom_nav_header #header_main { position: absolute; width: 100%; }
.responsive #main { padding-top: 95px !important; }}Thank you!
So close!
There’s a midway width that seems to look funny. When I turn my iphone horizontal, the header turns white (loses the transparency). The custom info should not show on this small size either.
The ipad and computer display is excellent – it just this one semi-small view that is left.
https://dl.dropboxusercontent.com/u/52916400/mobilescreenwhite.PNGIs that required for the fix? Where is the update documentation?I don’t want to lose my functions.php updates.
That would set me back a few hours to backup.
-
AuthorPosts