Hi,
Thanks for letting us know, please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey!
You should check this list of css media queries for standard devices. https://css-tricks.com/snippets/css/media-queries-for-standard-devices
Or try to replace it with the following code:
@media only screen and (min-width:1600px) {
.show-on-laptop { display: none !important; }
}
@media only screen and (max-width: 1600px) {
.show-on-large-screen { display: none !important; }
}
@media only screen and (max-width: 1200px) {
.show-on-laptop { display: none !important; }
}
@media only screen and (min-width: 1024px) {
.show-on-mobile { display: none !important; }
}
Regards,
Ismael
Hi,
Thanks for the feedback and glad to hear that you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
I am just beginning to develop an Enfold site and have a rough Advanced Layerslider placeholder on the home page. The issue is when it hits the first responsive breakpoint—I get it at around 992px—the menu changes to the mobile menu and the slider image slips up under the top logo section container cutting off about 1/3rd of the image. This seems to happen only on the “tablet” view and not on the “smartphone” view. Unfortunately, that tablet view is very important. Whenoit get narrower as in mobile view, it doesn’t happen.
There is a white space below the top logo that grows inn this view and the logo no longer sits on top of the layerslider, but is seperated with the layerslider going under the white space. The logo should sit on top of the layerslider when going responsive to maintain the layout in tablet view. It looks like the logo/menu area container does not have the same responsive breakpoints as it does not change in depth until the 2nd breakpoint is hit—then it works for mobile and sizes proportionately. I can’t find what this element is in the web inspector.
I tried everything I could think of to prevent it, but could not find a solution. I have included the web adderess and password. Please look at the home page and shrink the window horizontally and you will see the problem.
Is there a solution to this issue?
Can you please help to remove the space and line at the top of one page?
The Layout is set to to “Hide Header on this page” to hide Header and Menus (my menus are custom), but there is still a space and line at the top of one page.
Can you please help to reduce the space between Layout Elements on one page?
My goal is to have the bottom of the Contact Form above the fold of a small monitor
Thank you.
Hi,
Sorry for the delay, to create the google map API visit the google API page (link provided in the documentation )
https://developers.google.com/maps/documentation/javascript/get-api-key#key
1. Click on Get A Key.
2. A popup appears in that select “Create a new project” from the dropdown that appears when you click on “Select or create project” give it a unique name.
2. Click on Enable API.

Or in your google account click on re-generate API key on the top.
Both the options should work just fine.
Best regards,
Vinay
We’ve placed a few lines of custom css in the “general styling” tab, but it only is working for safari. We’re trying to hide certain color sections on mobile devices, and it doesn’t seem to be working, except on Safari. We’ve cleared caches, tried to rewrite the css, but nothing seems to be working.
Website: phaceology.com
Here is the css we’ve entered:
h1, h2 {
text-transform: none !important;
}
#homeslidemobile { display: none !important}
@media only screen and (max-width: 990px) {
#homeslidemobile { display: block !important; }
}
@media only screen and (max-width: 990px) {
#home-slide {
display:none !important;
}
}
.avia-testimonial-content p {
font-size:125% !important;
}
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(255,255,255,0.6);
}
Hey Luc!
Can you please elaborate on the changes you would like to make?
If i understood you clearly, you can simply go to Appearance > Menus and click “Screen options” on the top right corner and check “CSS classes” and then you can add custom class to the menu items you would not like to display in your hamburger menu (“no-burger” in example) then you can add following code to Quick CSS in Enfold theme options under General Styling tab
#av-burger-menu-ul .no-burger { display: none !important; }
Cheers!
Yigit
Hi!
Exactly ;D
Please add following code to Quick CSS
#top #wrap_all .av-social-link-snapchat:hover a {
background: yellow;
color: white;
}
Cheers!
Yigit
Hi,
I am using a 3 column footer, and the middle widget is empty. When viewing on mobile, there is a large gap between left and right widget, which of course is top and bottom on mobile.
How do I hide this middle widget on mobile so that the gap is not there?
Thanks!
-
This topic was modified 9 years, 6 months ago by
timkeeley.
Hey dear Andy,
Yes, you are right (the flags are changed to the texts).
So let me give you a fresh look:
>> Here is the website in desktop mode: (which is totally fine with us)

>> Here is the website in tablet mode and mobile mode (where the problem is exists)
Tablet Mode:

Mobile Mode:

In both Tablet and Mobile mode, we would like to just see the language texts (English – فارسی), without seeing any search bar.
Regards,
Sadegh
I don’t understand. This looks nothing like it’s suppose to. All I asked was for help centering some header widgets in the mobile and tablet view. This has completely messed up the desktop view and is not even correct for the mobile or tablet views.
Desktop:
View post on imgur.com
Mobile:
View post on imgur.com
Tablet:
http://imgur.com/a/hbJGP
This is not right, please fix quickly, as I need this corrected ASAP!
Hi,
Please review your site now. It took us a lot of time but we are happy to help you :)
We add the below css in Quick css
/* Responsive Header */
.main_menu {
transform:translateX(-280px);
}
#header .avia-button-left {
position: absolute;
top: 54px;
right: 150px;
}
#text-14.widget{
width:100%;
max-width:1310px;
}
.seal {
position:relative;
float:right;
right:0px;
top:-10px;
}
.phone-number {
position:absolute;
z-index:999999!important;
top:68px;
right:610px;
}
@media only screen and (max-width: 1180px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
.seal {
right:90px;
}
#header .avia-button-left {
right: 240px;
}
.phone-number {
right:380px;
}}
@media only screen and (max-width: 930px) {
.responsive .logo img {
height: 80px!important;
margin-top:30px;
}
}
@media only screen and (max-width: 768px) {
#header .avia-button-left {
right: auto!important;
left:200px;
}
.phone-number {
left:0px;
right:auto;
}
.seal {
right:auto!important;
left: 190px;
float: left;
}
}
@media only screen and (max-width: 480px) {
.responsive .logo img,
#header .avia-button-left ,
.seal {
position:relative!important;
right:auto!important;
left:50%;
transform:translateX(-50%);
}
.phone-number {
position:absolute!important;
top: 160px;
right:auto;
left: 50%;
transform: translateX(-50%);
}
#header .avia-button-left { top:0}
}
And the below css was conflicting with the responsive nature so we removed the below from styles.css
@media only screen and (max-width: 749px) {
#header .widget {
transform: none!important;
}
}
#header .widget {
padding-top: 0;
position: absolute;
left:80%;
top: 23px;
z-index: 999;
}
@media only screen and (max-width: 749px) {
#header .widget {
position: relative;
padding-bottom: 0;
top: 0px;
left: 80%;
}
}
@media only screen and (min-width: 750px) and (max-width: 1099px) {
#header .widget {
position: relative;
padding-bottom: 0;
top: 0px;
left: 80%;
}
}
/* == HIDE MENU ITEMS ON DESKTOP/MOBILE == */
@media only screen and (max-width: 1099px) {
.hide-on-mobile { display: none !important; }
}
@media only screen and (min-width: 1099px) {
.hide-on-desktop { display: none !important;
}}
/*0000000000*/
/* == CHANGE FONT & COLOR IN MAGAZINE ELEMENT must stay in quick css == */
.av-magazine .av-magazine-content-wrap .av-magazine-title {
font-size: 22px;
color: #305a91;
}
.av-magazine-title:hover {
color: #80a7d8 !important;
}
/* == MAKE GREEN BOXES WHOLE IN MOBILE must stay in quick css == */
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin-bottom: 0px;
}
}
/* Fix footer for mobile */
@media only screen and (max-width: 670px) {
.footer_color {
background-size: cover;
}
#footer #text-11 {
top: -50px;
}}
@media only screen and (max-width: 670px) {
#footer #text-10 {
top: 30px;
}}
/* == Fix spacing in icon list for small icons == */
.av-iconlist-small li {
margin-bottom: 5px;
}
/* mobile menu extend to larger screens */
/*
@media only screen and (max-width: 1099px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
@media only screen and (max-width: 749px) {
#header .avia-button-left {
transform: none!important;
}
}
@media only screen and (max-width: 749px) {
#header .#text-12 {
transform: none!important;
}
} */
@media only screen and (max-width: 749px) {
#header_meta {
margin-top: -30px;
}
.logo img {
margin: auto!important;
}
.logo {
width: 100%!important;
}
#widget_sp_image-2 img{
transform:translate(50%, 20px);
}
}
@media only screen and (min-width: 750px) and (max-width: 1099px) {
#header_meta {
margin-top: -30px;
}
.logo img {
margin: auto!important;
}
.logo {
width: 100%!important;
}
#widget_sp_image-2 img {
transform:translate(50%, 20px);
}
}
/* Mobile Menu Up Minimum Screen Size */
@media only screen and (max-width: 1199px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
/* Mobile Menu Positioning */
#advanced_menu_toggle {
right: -25px;
top: 30px;
}
/* Move Client Login button in header */
#header .avia-button-left {
position: relative;
top: -38px;
left: 80%;
}
@media only screen and (max-width: 749px) {
#header .avia-button-left {
position: relative;
padding-bottom: 0;
top: -40px;
left: 33%;
}
}
@media only screen and (min-width: 750px) and (max-width: 1099px) {
#header .avia-button-left {
position: relative;
padding-bottom: 0;
padding-top: 0;
top: -120px;
left: 76%;
}
}
/* move phone number widget */
#header #text-12 {
position: relative;
top: 112px;
left: 18%;
}
@media only screen and (max-width: 749px) {
#header #text-12 {
position: relative;
padding-bottom: 0;
top: -20px;
left: 23%;
}
}
@media only screen and (min-width: 750px) and (max-width: 1099px) {
#header #text-12 {
position: relative;
padding-bottom: 0;
padding-top: 0;
top: -100px;
left: 66%;
}
}
Best regards,
Vinay
Hey!
We will not change anything on the page. Please try adding 1/1 column element to the top of your page, update it and then remove that 1/1 column element and update your page once again and check if that helps.
Edit: If you would like to remove it using CSS, please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all + .av-extra-border-element {
display: none;
}
Best regards,
Yigit
-
This reply was modified 9 years, 6 months ago by
Yigit.
Dear Support,
we are trying to create a one-pager with an intro Video on Top, using a LayerSlider.
After the the LayerSlider there is a color section with an id.
Is there a way to jump to the color section, once the layerslider is finished, playing the video?
Best regards,
Stefan
Hey!
@hacart i added following code to quick CSS and flushed cache.
@media only screen and (max-width: 480px) {
#top .avia-multi-slideshow-button {
width: 46%;
float: left;
margin-left: 1%;
}}
Please review your website now
Best regards,
Yigit
Thanks, the text is showed now, but not under the logo (it is showed at the right of logo),
How can I put under the logo?
And there is more space at top How can I put here an image or similar? Or a title? something to avoid the big white space..
Best regards,
thanks,
Nacho
Hey lzevon,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .header_color .ajax_search_entry:hover * {
color: #0064c8;
}
.header_color input[type='submit']:hover {
color: white;
background: #0064c8;
}
li#menu-item-search:hover a, li#menu-item-search a:hover {
color: white!important;
}
Best regards,
Yigit
Hey!
It does not disappear on my end. It is stuck to top when scrolled down. Please try checking your page in incognito view and flush browser cache
Cheers!
Yigit
Thank you very much for your support.
I would test it right now.
Remember, this is what i want to do:
http://preview.themeforest.net/item/inesta-responsive-one-page-wordpress-theme/full_screen_preview/6648341?_ga=1.219003546.209827295.1473398049
An image or video before the menu, when scroll down the menu move to the top and fix.
testing i told you soon.
Thank you again.
—Tested:
http://kingvaders.com/
Now the header disappears.
-
This reply was modified 9 years, 6 months ago by
mrpacogp.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header.header-scrolled {
top: 0;
}
Best regards,
Yigit
Hi!
I attached a link to your blog page below. Please edit it and adjust as needed. You can also adjust options in Enfold theme options > Blog Layout.
We have replied you here regarding header – https://kriesi.at/support/topic/modify-header-size/
Cheers!
Yigit
Hi,
still no idea what you want to achieve to be honest. This is what I see when I login to the site you’ve provided: http://i.imgur.com/0qwiSGj.png
I think it would be best to search a plugin with the functions you need. Here is a recommended plugin list for Enfold: kriesi.at/support/topic/recommended-plugins/
Best regards,
Andy
Hi
I have the code snippet that should remove the language flags in my main menu, but since the last upgrade it seems to have stopped working. Here’s the code snippet in my child theme functions.php:
add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
function avia_remove_main_menu_flags(){
remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
}
My website URL is: http://www.impactcrescendo.com/
Can you please help find out why i would have stopped working.
Thanks
Lyse
hey guy,s
Re this post: https://kriesi.at/support/topic/menu-custom-divider/#post-694842
Client wants vertical lines evenly spaced between the menu items. Ugh! :)
Thanks!
Hi,
Sorry for the late reply!
The code i posted here – https://kriesi.at/support/topic/just-installed-on-and-receiving-error-on-masonry_entries-php/#post-673935 should solved this issue. Can you please try adding it once again into functions.php file?
Best regards,
Yigit
@alby8384
Please open a new ticket, so we can close this thread here. Otherwise it gets very confusing in our forum. Thanks for your understanding.
You can use a Vide Element to display your video on mobile, which you hide on desktop. Follow these instructions here at first: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then use something like:
@media only screen and (min-width: 736px) {
.video-only-mobile {
display: none;
}
}
Hope this helps.
Best regards,
Andy
Hey!
I added the code into functions.php file once again and then added following code to Quick CSS
html[lang="sr-RS"] .av_header_transparency .logo img.alternate {
display: none;
}
html[lang="sr-RS"] .logo .subtext img {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
Please review your website now
Regards,
Yigit
1 more thing
regarding https://kriesi.at/support/topic/masonary-gallery/#post-693011
I want the image title aligned to the bottom right of the images