Hi Vinay,
I have moved the code for doing this from the quick css to the style.css in the child theme,
what I have moved is this:
/*mobile submenu-header menu fix*/
@media only screen and (max-width: 1250px) {
#menu-header-main-menu {display:none !important;}
}
@media only screen and (max-width: 1250px) {
@media only screen and (max-width: 1250px)
.responsive #top .av-menu-mobile-active .av-subnav-menu {
display: none !important;
}
#top .mobile_menu_toggle {
display: block!important;
}
}
I’m sorry if I have not followed the directions properly for this, but so far the av-subnav-menu is not clickable on small screen resolution it shows but you can not click on it still…
I’m not sure if we were supposed to get rid of the code https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/#post-658479 that was also still in the ‘quick-css’ and I have moved it to the style.css (as you can see above no doubt)
Let me know..
thanks a tonne :)
ENB..//
Here is a sample page I just made
Test Page
The video is a background for a color section with page height set to 100%. The video is vertically centered so the top and bottom are both cut. I want the top of the video to be visible (top aligned).
Also, and it is not so important in this case, but the video is much wider than the page. Is there a way to control that?
If a photo is used as a color section background, there are some options to control the size, repeating etc. There are no options for video backgrounds. So can video backgrounds be controlled using CSS?
-
This reply was modified 9 years, 6 months ago by
draig.
Hey!
Mike please, so we can keep the topic clear, create a new topic providing also your web site ID so we can be able to assist you further.
Thanks a lot
Best regards,
Basilis
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: scale(1.20,1.20);
transform: scale(1.20,1.20);
}
Best regards,
Yigit
hi,
I resized the logo and uploaded but it is still blurry. is there anything else that can be done? its is a vector resized and then save as high quality JPG or PNG and still looks blurry
More importantly, the logo still loads more to the left on mobile because it is still keeping the space for the menu. How can i removed the space on the top right that is usually for the mobile menu? I need the logo to load perfectly centered in the mobile page at all times.
Thanks in advance!
Hi @Azimtech,
Let us know if you should need any more help on the topic.
Thanks Patrick for helping out :-)
Best regards,
Rikard
Hi,
Sorry for the late reply. Thanks a lot for sharing your findings, much appreciated :-)
We’ll keep the thread open in case you should have any further problems on the topic.
Regards,
Rikard
you mean something like this:
try to insert it into your quick css:
#menu-item-3289 a::before {
content: "\e805 \00a0 ";
font-family: entypo-fontello;
font-size: 20px;
position: relative;
top: 3px;
}
#menu-item-3287 a::before {
content: "\e806 \00a0";
font-family: entypo-fontello;
font-size: 20px;
position: relative;
top: 3px;
}
#menu-item-3288 a::before {
content: "\e80a \00a0";
font-family: entypo-fontello;
font-size: 20px;
position: relative;
top: 3px;
}
btw: you should change font color of top nav :
#header_meta .sub_menu li a {
color: #fff !important;
}
Hi,
Great, glad you got it working :-)
Let us know if you should need any further help on the topic.
Regards,
Rikard
Hi,
How do I add icons to the the secondary menu (“contact us, support WSMS and login”) text links at the top right. I would like to add an icon to the left of the text. These could be icons from Entypo Icon. Also, how do I change the font color of the text to white?
My site – http://staging.wsmsnyc.org.s167849.gridserver.com/
Mockup – https://s31.postimg.org/pl1e1qcob/home.jpg
Hi,
on my page fitgutschein.de I am struggling with changing the slide-show captions as follows:
– font size is good on pc, but very (too) big on iPad
– Button Size ist too small on pc
– Is there a way to get the green silder CTA/label button orangn on mouseover (like the buttons on the frontpage´s bottom)?
– I can not get rid of the button text capitals – shall be like “transform=none”
– appearance: how to get text&button fade-in instead of flying-in from left?
I tried several CSS snippets from comparable topics, but this did not succeed. May be my current CSS (below) is conflicting?
Your help is greatly appreciated – thx a lot in advance
Hi there! No, I mean on mobile the logo is rather small, the header container is stretched out HUGE and the logo is nestled in the top left corner.
Hi,
i know that google map since twi months is only working with a google api key. i tryed the hotfix from this post: https://kriesi.at/support/topic/google-maps-7/#post-656457
But on my site it is not working. Can you plz take look?
i need a valid google map in 2 days…
best regards
Chris
-
This topic was modified 9 years, 6 months ago by
Chris_85.
Hey GoToGalMarketing,
We are aware of the problem and we’re working on a fix for it. You can try this temporary fix though: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Regards,
Rikard
Hi,
Great, let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey Alexander,
We are aware of the problem and we’re working on a fix for it. If you want to try a temporary fix you can have a look in this thread: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Regards,
Rikard
Hey JKankkunen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_menu ul:first-child > li a {
height: 40px;
line-height: 40px;
}
nav.main_menu {
height: 40px;
}
.html_header_top.html_header_sticky #main {
padding-top: 128px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi Rikard,
I have posted the login information to the website below.
If you open the site in google chrome, the background will first be light blue solid, then dark blue solid with the video only filling the screen further on down below and partially.
Is there another way to have a background video for the site that works consistently on all three desktop browsers? We need it for the entire site, all pages and posts…should/can it be done with a plugin instead of your color section? or in code somewhere? plugins allow options for several video formats which may have to be served based on browser. if yes, which plugin works in conjunction with enfold?
Thank you
Peter
Hey fionda85!
Our devs are working on an update. If you would like to use a workaround to troubleshoot the issue, please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Best regards,
Yigit
Hey pallabip,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(14, 24, 50, 0.85);
}
Best regards,
Yigit
Hi,
Great, glad you found the problem :-)
Let us know if you should have any further problems on the topic.
Regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should have any further problems on the topic.
Regards,
Rikard
Hi,
Glad we could help :-)
Please let us know if you should have any further problems on the topic.
Regards,
Rikard
Hi,
Great, glad we could help. Let us know if you should need any further help on the topic.
Thanks,
Rikard
On a desktop site I have a fullscreen slider with bird, so I would like to get the bird to show up on mobile too :-)
Hi,
Great, glad you got it working. Let us know if you should have any further problems on the topic.
Best regards,
Rikard
Hi mdmllc,
I’m guessing you mean horizontally? Please try the following in Quick CSS:
strong.logo {
margin-top:5px;
}
Best regards,
Rikard
Hi Vinay,
I tried that code, cleared the cache, but nothing seems to be different with regards to the transparency of the pancake menu on mobile browsers. Here are some more specifics:
If you open Austin magician (LINK 1 in private content below) in a mobile browser in portrait mode, you’ll see the menu in the upper right as the “pancake” menu, resembling a white box with a light grey border and three horizontal lines (the pancakes) inside. For some reason, it’s not the transparent pancake menu icon at that resolution, and I’d like it to be.
Secondly, if you open LINK 2 in a *desktop* browser, you’ll see that I’m using a fullwidth slider with the image of a spiral staircase, and that i’m using the title and caption features that allow me to overlay text on the fullwidth slider. However, if you open the same page in a mobile browser, you’ll see that fullwidth slider is pushed up underneath the transparent header further than it should be and the title and caption are difficult to read because of this. How do I fix this so the fullwidth slider image extends far below the header area (like it does on the desktop) and the title and caption are in a position below the header area where they can be read easily.
(I made a different post about this second issue here before receiving your reply: https://kriesi.at/support/topic/fullscreen-slider-text-content-overlaps-with-header-on-mobile/)
In the code provided in your reply, the margin is negative, which would just make it worse, but if I make the margin positive, it forces the fullwidth slider to start 119 pixels from the top, which isn’t what we want either. The fullwidth slider should start at the very top and overlaid on it will first be the transparent header (just like we see on the desktop version) and below that, the rest of the image will show and in that area the title and caption will go (similar to how it is on the desktop). Maybe the fullwidth slider need a min-height on mobile?
Let me know if you need any more screenshots or links.
Thanks again!