Hey, we’ve finally launched our new site, and all is working great. Thank you very much. I just noticed that the submenu is sticky to the top on my desktop but not in mobile. Is there a way to activate that?
Hi,
Did you try this code?
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery(".grid-entry-title a").on('click', function(){
var offsetTop = jQuery(this).offset().top - 150;
jQuery(".portfolio_preview_container").css('top', offsetTop);
});
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Best regards,
Josue
I have Finally worked out the transparent header on a page many thanks @josie.
Also when you scroll down it pulls up the non transparent header, which is great.
But i just checked it on a mobile (Iphone 6) and its not working at all, not sure how its meant to look on a mobile, but I’m sure this is not right.
..You cant see any of the top menu items, seems they are in white apart from the phone number..
One thing: My Transparency menu colour is set to white as i thought this is how you get all the menu items (main and top menu items to be white when using transparency? ) If i turn this to default it works perfectly on mobile and you can see all the top menu items in black text, but then on other devices when i want the transparency all the main menu items and top menu items are also black apart from phone number?? cant win on both!
I found this to add which changes the main menu items on transparency to white, but not the top menu items
.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: #ffffff!important;
}
1: image attached is a mobile page with a transparent menu
2: Image attached is a mobile page with a normal menu,
3: On a lap top with Transparency menu colour set to white
4: On a lap top with Transparency menu colour set to default
-
This topic was modified 9 years, 10 months ago by
mmsdev.
hi,
also want to display portfolio ajax preview content below instead of top
I did not understand exactly which code to change and where in shortcodes.js
thanks
david
Hi,
To fix the hover issue please add the below css
.html_header_top.html_bottom_nav_header #top .main_menu ul:first-child>li#menu-item-search:hover {
position: absolute;
}
Best regards,
Vinay
Hey Noy,
1. To center any content or slider use the grids 1/5 + 3/5 + 1/5 and place your content inside 3/5. Enfold has a builtin easy slider give it a try.

2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top #top .av_logo_right .logo {
left: 50%!important;
right: auto!important;
transform: translate(-50%)!important;
}
#header_main nav .social_bookmarks {
position: absolute!important;
float: right!important;
}
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
width: 100%;
}
3.
To center read more link please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.read-more-link {
text-align:center;
}
Best regards,
Vinay
Hi,
Please try the following CSS:
@media only screen and (max-width: 767px){
.responsive #top #header_meta .social_bookmarks li, .responsive #top #header_meta .social_bookmarks li:last-child {
border: none !important;
}
}
Best regards,
Jordan
Hi JeeBar,
Not sure if you have resolved this for your site already.
I too had the same issue trying to add multiple anchor links within a long text box (color section was not an option).
After trying many different suggestions, I found the below code worked perfectly.
I simply added this code before the heading I was wanting the anchor link to go to.
<p style="position: relative;"><a style="position: absolute; top: -170px;" name="anchor-link-name"></a></p>
Of course the -170px is tailor-made to my sticky header.
Cheers, Aaron
Hello there,
I have been searching in the forum but without success.
What should I do in order to:
* use the Avia Fullwidth Submenu short code, but not as Fullidth. I would like to use it at the Top of a Color-Section, respectively at the Top of a 3/4 layout element.
Is that possible, like by adjusting the CSS?
Thanks a lot,
best Tobias
Hey!
Try adding this code to the Quick CSS:
#top .grid-sort-container .grid-parity-even .grid-content{
background: #d1d1d1;
}
#top .grid-sort-container .avia-arrow{
display: none;
}
#top .grid-sort-container .grid-entry-title {
background: transparent;
}
Cheers!
Josue
Hey imaginetastyweb,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .av_header_transparency #header_meta {
background: #666!important;
}}
If you still have any issues please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi!
Please use the code provided here and don’t forget to replace the images with your own :)
Cheers!
Vinay
Hey djshortkut,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #main .container_wrap:first-child {
margin-top: -84px;
}}
Best regards,
Vinay
Hey Miikey,
Thank you for using Enfold,
Yes, this is possible. Please refer to this link for more info: https://kriesi.at/support/topic/related-posts-16/#post-608267
Best regards,
Ismael
Hi,
Yes, that’s possible with css. You can apply the first line in the header container:
#header {
border-bottom: 20px solid red;
}
.. And the second line above the main title container:
.title_container {
border-top: 20px solid blue !important;
margin-top: 19px;
}
This might not work if you don’t have the title container enabled. Once the site goes live, let us know so that we provide a better solution.
Best regards,
Ismael
I have had lot of issues in the Main LayerSlider not showing up for my site.
I have added the snippet of code found on https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
but this still has not fixed my problem.
Please take a look and see whats going on.
thanks
Hi,
The header should not be shrinking on mobile device. Did you add any modifications to the avia.js file? Please add this in the Quick CSS Field to keep the background white on scroll:
@media only screen and (max-width: 767px) {
.html_header_transparency #header_meta, .html_header_transparency #header_main {
background: #ffffff;
}
}
For the gallery, use this:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 100%;
margin-bottom: 10px;
}
Place this code inside the css media query above.
Best regards,
Ismael
Thank you that is because the blog page has not been specified in the enfold theme settings. As soon as you choose which page should be the blog in the “And where do you want to display the Blog?” drop down. The shortcodes stop working.
This seems to be an issue particular to the theme settings, can you look into it further?
I’ve selected a page to be designated as the blog page and now the short codes dont work.l…
-
This reply was modified 9 years, 10 months ago by
Roger.
Hi,
Video backgrounds are disabled on mobile devices. You can find a note in the color section option about a fall back image for mobile devices.
You can choose to hide the video entirely on Mobile devices and instead display the Section Background image
Most mobile devices can’t autoplay videos to prevent bandwidth problems for the user
Best regards,
Ismael
Thanks Yigit! Brilliant platform you guys have developed.
I’ve posted a screen grab below indicating where the Top Nav item should be displaying its active state (underline) when clicking on one of its sub-menu child items – in this case MENUS > QUEENSLAND > MAINS.
Thanks
Hi.
I am setting a page to have a transparent header and all works ok, however the top menu does not have any settings to apply so that it is a different colour like the main menu does..
So when this page is transparent the main menu items are white as set here..

However the top menu items are black and they also need to white, If i change them to white in the top menu settings then when you scroll down you cant read them on the white header..
Hey,
Don’t use another element, instead set a custom ID to one of the sections and use this CSS:
#bordered-section{
border-top: 3px solid gray;
}
Best regards,
Josue
Hi,
1. I checked a Post and the tags showed here – http://screencast.com/t/k3rjuUe2i8q
2. The access you provided is no longer working.
Best regards,
Josue
This issue is also on your live demo. (Travel, enfold)
On the transparent menu, when you are on mobile, the top secondary menu cannot be seen. The font is white, and the background and colors are all inheriting the colors for transparent/white.
screen shot: http://clients.imaginetastyweb.com/1fE2L
your demo: http://clients.imaginetastyweb.com/JkBx
Can you please let me know how I can change either the font color on mobile only, or the background of the top menu on mobile only? Thanks.
-
This topic was modified 9 years, 10 months ago by
imaginetastyweb. Reason: forgot theme name
I have a fullscreen color section with a transparent header. which works great on my desktop. The problem is on my iPhone in portrait and landscape mode. Because I am using a transparent header, the height is not calculating correctly on mobile with header and it is extending longer than fullscreen. Can you please give me some quick css to fix this? Thanks!
Got it! This is how I solved the problem:
#top .wp-caption.alignright { margin: 50px 0 50px 50px; }
For the images with no captions, I can adjust the distance between the image and the wrapping text with Advanced Image Styles.
Thanks.
It works in the child themes style.css file: but not Quick CSS section under Enfold .
To get them to turn white on hover i found this in the support so they are perfect now an works a charm..
.av-share-box ul li a:hover { color: #666666!important; background-color: white!important; }
Any ideas on point 3:
3: On a menu item you select a menu to have the ” Button styles bordered” You can see that on the image around the “Next xxxxxxxx 2015″
It has the boarder but when you add the same label to a Top menu item and select ” Button styles bordered” it does not work.. The menu item for the one on the site has the same style options selected for both the main menu and the top menu.. for “Next xxxxxxxx 2015”
I have looked at this a bit and maybe this?
It looks like a theme bug or configuration issue. Because when you enable boarder style to a menu item, there should be an additional class for it in the front-end. Class is coming correctly in the main menu but nothing in the top menu. That’s why the boarder effects are not working??
Thanks so far!
Hey bilgilib!
Please take a look at Gunter reply here
https://kriesi.at/support/topic/how-to-change-read-more/
let us know if that is any helpful for you.
Regards,
Basilis
Hi,
Thanks for your help !
Unfortunetly the success is just partial :) Your css makes the background transparent but always and not just when the header is glassy. And curiosly a part of my menu remain with a white background…

To be more precise :
– This doesn’t seem to change anything :
#top #header .avia_mega_div .sub-menu .avia_mega_text_block a {
background: transparent;
}
– This both seems (to me at least :/) to do the same thing (background of the submenu cell transparent) :
.avia_mega_div.avia_mega2.six.units {
background: transparent;
}
.sub-menu {
background: transparent !important;
}
=> except for this last one, when I remove the first and let the second set on transparent the background is white but when I set it on red the background become red… Mystery ! :)
– This one make the submenu text background transparent :
.av-main-nav ul li a {
background: transparent !important;
}
Do you have another idea ?
Thanks again !
Clement
Hey msrun101,
Thanks for getting in touch with us!
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 input[type='text'] {
color: black !important;
}
Best regards,
Jordan