Hey Wisith,
It’s not clear where you are trying to display the new pages? I’m assuming you like to display the new page on top of the site in the main menu area correct?
Please add the pages to the main menu area from Appearance > Menu > Select the correct menu and make sure main menu is checked at the bottom.

Best regards,
Vinay
Hi there,
Without having to use code I would like to be able to add an image (that stretches to fit all screens) to only one of my pages which is on a slightly different topic, is there a way of doing this please?
Thanks :)
Hi,
Can you post what is written on error_log.php? can you also try the solution mentioned in this thread: https://kriesi.at/support/topic/couldnt-add-the-font-because-the-server-didnt-respond/
Best regards,
Nikko
Hi,
Thanks for that. Just to be clear, you want the top level menu items in blue and the sub link in white, right? If so then please try removing the !important statement from your code and add this as well:
.page-id-826 .sub-menu .avia-menu-text {
color:white;
}
Best regards,
Rikard
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
hi, you’re not really understanding my problem here… I have 3 main problems,
1. When I click on the category breadcrumbs on a product page they take me to a category page and I am having difficulty styling the header/banner image of this category page to match with the rest of the site
2. I get a big white area above the image
3. I cannot get the glassy effect on the top navigation like the other pages.
I’ve tried the plugin you’ve suggested above but it didn’t seem to solve the problem.
3 images to explain this are in Drop box.
Hi,
I found a thread (https://kriesi.at/support/topic/disable-slider-for-mobile-size-responsive-theme/) and tried to action this our site with the Custom CSS but I didnt have luck here.
The slider we are using is too small, and the others are too large above the the fold. So we would just prefer to remove it when the website is viewed on mobile.
Can you please provide some direction on how to do this.
Thanks for your help
Hello,
When I activate Automotimize to help speed up my website the plugin is conflicting with the settings on all of the headline elements in the entire site. Is there a way to use this plugin and not alter the headline font size? The fonts become tiny when the plugin is on. If you have other recommendations for speeding up page load times I would appreciate any advice, the site loads slowly and I’m pulling all the levers I can think of at this point. Still too slow.
Thanks!
yes is working now but it would not as a drop list by the setting i have chosen in the wpml plugin , so i added #top #avia-menu .av-language-switch-item{ display: none; } .
Now it works as drop down list for desktop but for mobile i have the flags double. Is there is a fix for this?
wpml double menu" />
Ok i understand consider this topic closed then as i have addressed most issues myself(and website is live now) and i will open new topic only for a specific one at a time
Hello!
For some reason, I am not seeing titles at the top of category pages for blog posts.
I got some help making a change to show tag titles on tag pages here: https://kriesi.at/support/topic/how-to-change-header-text-on-tag-page-to-reflect-tag-selected/ – is this fix causing this problem?
Hope you can help.
Thanks!
Hey querflug,
1.) use this code inside Quick CSS field:
#top .post-title a {
font-size: 10px;
}
and adjust as needed.
2.) Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the image sizes (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Andy
Hello,
I had tried using columns, however I was not able to have the search bar on its own separate layer, so to speak. Therefore, when I had the search bar centered, the background image was also centered (which I want), but it was only taking up the middle column’s width. I am trying to have the background image take up the entire background, and on top of that (overlaying it), I’d like the large, centered search bar.
Is this possible to achieve using columns?
Thanks again
Hi,
please I need to have a product search field on top of categories shop pages.
Thanks
Hi Nikko,
I’ve the same problem. Posted it here:https://kriesi.at/support/topic/enfold-app-demo-import-problems/#post-746149 (Login for support deposited)
I’ve made a complete new WP and Enfold Installation … unfortunately theres still the same problem. (There are no plugins aktive)
Also the Icons and the menu in the “App Demo” seems to be broken…
What can else I do? Do you have any suggestions? It seems you have solved the problem for other users…
Cheers Alex
i put the code on the top of quick css code but i see the border also on mobile!
Hi Yigit,
I’ve the same problem. Posted it here:https://kriesi.at/support/topic/enfold-app-demo-import-problems/#post-746149 (Login for support deposited)
I’ve made a complete new WP and Enfold Installation … unfortunately theres still the same problem. (There are no plugins aktive)
Also the Icons and the menu in the “App Demo” seems to be broken…
What can else I do? Do you have any suggestions? It seems that al lot of useres are hving this prolem yet…
Cheers Alex
Allright thanks. I am using the theme in Dutch so it’s called a Content Section.. ;)
Than I’ve already been using this background video option for a while. The only big problem is that I’ve made it play sound and autoplay. But sometimes the autoplay just doesn’t work and people would never know that it is a video…
So long story short; is it at all possible to have a background/full screen video with play/pause buttons… (and sound..)?
Thanks!!
Hi Basilis,
I’ve the same problem. Posted it here:https://kriesi.at/support/topic/enfold-app-demo-import-problems/#post-746149
I’ve made a complete new WP and Enfold Installation … unfortunately theres still the same problem.
Also the Icons and the menu in the “App Demo” seems to be broken…
What can I do?
Cheers Alex
HI Andy!
I didn’t give you the site’s credentials but I will shortly…
Does your comment mean that there’s a media query missing from here?
li#menu-item-search>a {
font-size: 28px!important;
}
nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }
I actually copied the code from another ticket I found on the forum, so I am not sure if it’s the right one.
I will add the code again to the site and send you the credentials. :)
Warmly,
Havi
Hi,
The code Yigit provided does work! Please try adding it to the top of the Quick CSS section.
There are various reason why the code may not work, one is if there are any syntax errors in the code added earlier or you may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

Best regards,
Vinay
I figured it out! I added a Section ID then used this CSS:
#top_page {
margin-top: 25px !important;
}
Hey Pas7o,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#after_section_2 .content {
padding-top: 0!important;
}
#after_section_2 {
border: none;
}
Best regards,
Yigit
hi, i want hide the bottom border of color section and the top padding/margin.
you can see two examples on these links:
http://www.626bardolino.com/lavori-stradali/#ponteggi
http://www.626bardolino.com/addetti-alle-emergenze/#antincendio
thanks
Hi Nikko,
What I want is for the $ sign and the donation input to be on the same horizontal line. Right now it’s separated ($ sign on top line and input below) and looks strange.
Thanks for your help.
Gabe
Hi,
Please refer to this post
Best regards,
Yigit