Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.responsive .logo img { max-height: 100%; }
.responsive .logo { margin-left: 0 !important; }
.home #av_section_1 .content {
padding-top: 190px;
}}
Cheers!
Yigit
Hey Roger!
1 & 3- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle {
background: orange;
color: red;
border-color: green;
}
li#menu-item-search {
right: 20px;
}
2- Please refer to this post – http://kriesi.at/documentation/enfold/change-logo-on-mobile/. Please note that you would not be able to see the changes on desktop, mobile device needs to be used to check it.
4- Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and check “Apply only to mouse hover state”
5- Because you have following code in your custom CSS
.sub-menu > li > a {
background: #ffffff !important;
}
Please change it to following
@media only screen and (min-width: 769px) {
.sub-menu > li > a {
background: #ffffff !important;
}}
Regards,
Yigit
Hi!
Seems like you have edited header.php file following Rikard’s instructions here – https://kriesi.at/support/topic/place-a-image-above-the-header/#post-475362, so it would be Appearance > Editor > Header.php file :)
Best regards,
Yigit
Josue, one more question…Do you have any updated on my second question that I posted here..
https://kriesi.at/support/topic/gravity-form-not-displaying-when-using-conditional-logic/#post-590552 ?
Regards,
Jonathan
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo {
top: 0;
}
.logo {
top: 15px;
}
Transition would not be as smooth. To avoid that, please edit your logo image and add whitespace to top and bottom
Best regards,
Yigit
Hey!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top.avia-blank #wrap_all {
display: block;
}
Regards,
Yigit
Hi!
You added the code to the top of functions.php file before PHP opening tag and that caused the error. I moved your code to the bottom of the file. Please review your website now.
P.S.: I noticed that you have more than one Enfold installations, please remove the one that you are not using.
Best regards,
Yigit
Hey Chris!
Edit: Please ignore the post if you have received an email. I replied in wrong topic :)
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
-
This reply was modified 10 years, 1 month ago by
Yigit.
Hey!
I added following code to the top of Quick CSS field in Enfold theme options under General Styling tab
.avia_mobile #top .av-parallax { position: absolute !important; }
and confirmed that scroll to next section buttons are working fine on my iphone 5s. Please review your website now
Cheers!
Yigit
Hello again to everyone,
since you guys always reply very fast, I guess that my topic was probably forgotten.
I still haven´t found a solution to that.
Looking forward to hear from you.
Best Regards
Asterios
I launched a new website last week, and have Adwords attracting the customers to the site – just over 150 so far, but the majority of them only land on the landing page and don’t interact any further with the site.
I have been watching it closely on google analytics on the realtime overview reports, and when a client comes in from adwords, it shows a double page load, then nothing further. I have obviously visited the site a lot myself, and see nothing incorrect with the visuals on my device, and have had a colleague test it from another country, and this is what happened.
when he clicked on the ad, which went to my homepage, all he could see was the top navigation bar, but no content below. he then clicked onto a further page through the nav bar and it showed up fine. when he clicked on home back to the original page, it then loaded fine. I have never seen this, or anyone else that has tried it from my location.
I am wondering whether the people landing on my site are not seeing it as it should show and are just leaving immediately – this is obviously costing me a lot through adwords too.
I have the plugin wp fastest cache installed as i thought it was that the pages were loading very slow, but they’re relatively quick now.
my website is http://www.allsaw-online.com
I’d be very glad if someone could advise on what the issue may be.
Hello,
I have a urgent problem about a the backend security. So for me it´s not a public topic.
Thanks for your understanding.
Hi,
I had to stick my mobile menu to the top of the page to keep it visible when I scroll down.
When I click the menu it opens as expected, but my problem is that the scroll also jumps all the way to the top of the page.
Is there a way to prevent it from jumping to the top of the page every time I click on the menu?
I tried to add a small jquery function just to “preventDefault” on click, but had no effect.
Thanks
Hi!
@Guenni007 Thanks you for your help!
If this is how you like the 4 cols to look in mobile

Please add the below CSS in Enfold > General Styles > Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column {
width: 47%!important;
float:left;
margin-right: 3%!important;
}
}
Regards,
Vinay Kashyap
Hi Kriesi team,
I found a topic in the support-forum that handles exactly the same problem I discribed in my further post.
I tried the final offered solution (empty color section on top with new ID) but it didn´t solve my problem.
would be nice if someone could help!
kind regards
Hey!
the don’t get stretched for me anymore, instead they look exactly as on desktop. Please clear browser cache and check on a different device as well.
Cheers!
Andy
Hello-
I would like to create some space and not have logo flush against the top edge. Can you please assist? Thanks-
http://www.cliffordnovey.com/
Clifford
Hi, see private content:
Scroll down, you’ll see 5 aircraft, these are the ajax portfolios, you’ll see once opened in the top right corner of the portfolio item a left/right/close icons. I wish to remove the left/right icons (and the container) and have the close icon remaining.
Thanks, Silvio
Hi @bdm55;
try to add this line into your custom css styles :
#top .social_bookmarks li{margin-right: 15px !important;}
use your own size
Hi Frankmen!
Thank you for using Enfold.
Use css media queries in order adjust the width on smaller screens. Example:
@media only screen and (max-width: 767px) {
#top input[type="text"] { width: 200px; }
#top input[type="email"] { width: 200px; }
}
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Cheers!
Ismael
Hi!
I can only see the issue when the header switch to the top. Please create a background specifically for mobile view then add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.header_color .header_bg {
background: #ffd950 url(mobilebg.jpg) top left no-repeat scroll;
background-size: 100% 100%;
}
}
Adjust the image url.
Best regards,
Ismael
Hi!
Did you fix this? I checked the site and the anchor lands on top of the tab container on click but the smooth scroll is gone. Did you disable it?
Cheers!
Ismael
Hi beedoadmin!
Please refer to this post by Josue here > https://kriesi.at/support/topic/polylang-lang-switcher-display-in-main-header-area/#post-379266
Please feel free to get in touch with us if you have any questions.
Thank you for using Enfold :)
Cheers!
Vinay Kashyap
Sorry for all the posts here. I’ve had to figure out the answers by searching the support forums and picking of pieces here and there. I think I have all of the issues solved with the exception of the following:
1. Change the background color on the mobile small menu box;
2. Specify a unique logo image for smaller widths – I would prefer to use CSS if I can, and would like a suggestion for the image size that will fill the header and resize when the small mobile menu box appears.
3. Pad the search icon to the right on the menu bar so it isn’t covered by the scroll bar
4. Add a different hover font color for the top level menu items only.
5. The mobile menu drop down menus now disappear when you hover over them. How do I change this?
‘
URL in private area. Home Page shows all issues.
Thanks in advance.
Roger
I inserted the code like you said “at the very end” of functions.php , the website stopped working, I had to upload this file from backup
function ava_image_sizes() {
remove_image_size('masonry');
remove_image_size('magazine');
remove_image_size('widget');
remove_image_size('featured');
remove_image_size('featured_large');
remove_image_size('extra_large');
remove_image_size('portfolio_small');
remove_image_size('gallery');
remove_image_size('entry_with_sidebar');
remove_image_size('entry_without_sidebar');
remove_image_size('square');
}
add_action( 'after_setup_theme', 'ava_image_sizes', 11 );
Hi,
I am fairly new to WordPress and based the homepage of my website on the enfold demo’s “one page portfolio”:
I wanted to change the height of the fullscreen slider, so I did a search, and tried the following things out. The responses from which I tried out code were these:
https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-169700
https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-169720
https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-170237
https://kriesi.at/support/topic/fullscreen-slider-change-the-height-of-100-to-100-100px/#post-178039
None really worked, so I decided to go back to square-1 and replaced the files I had modified with the original files from the enfold and enfold child theme downloads:
/enfold/css/custom.css
/enfold/js/shortcodes.js
/enfold-child/style.css
However, even though now the original files are there, the site does not show any pictures in the sliders anymore. Any idea how to get them back to functional?
(I am using the enfold child theme.)
Thanks!
Eric
Hey!
If i remember correctly, i did this on your child theme, make sure the code is there (in functions.php and QuickCSS/style.css).
Best regards,
Josue
Hi!
The username provided doesn’t work.
As you don’t have a child theme, you’d need to use a plugin to get this working, refer to my reply here:
https://kriesi.at/support/topic/houzz-icon/#post-539451
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#top td{
font-size: 22px;
}
Cheers!
Josue