Hey dbgruber,
Thank you for using Enfold.
1.) The header in the “home2” page is still transparent. Did you figure this out?
2.) Hide the top bar or header widget with the following css code.
.page-id-13 #header_meta {
display: none !important;
}
Replace “13” with the id of the page.
Best regards,
Ismael
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
@russreyes: Yes, we are aware of the issue and we have provided a temporary fix in the following thread.
// https://kriesi.at/support/topic/layerslider-slides-problems-after-theme-update-to-4-0-2-2/
Best regards,
Ismael
Hi,
Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
The update that Ismael mentioned in the topic will be release in the future.
Best regards,
John Torvik
Hi,
Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the feedback @mark_bingley, let us know if you should need any further help on the topic.
Thanks @mensmaximus for helping out :-)
Best regards,
Rikard
Hi,
Thanks for providing the login, I have added this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) {
.responsive #top .header_bg {
background-color: #fff;
}
.responsive.html_mobile_menu_tablet .main_menu .avia-menu,
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks,
.responsive.html_mobile_menu_tablet #header_main_alternate {
display: none;
}
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle,
.responsive.html_mobile_menu_tablet #advanced_menu_hide {
display: block;
}
}
Let us know if it’s all good :)
Best regards,
Nikko
Hi,
Thanks for helping out as always @mensmaximus :-)
Let us know if you should need any further help on the topic @kbarranco
Best regards,
Rikard
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-post-nav {
padding: 15px 25px;
}
#top .avia-post-nav .entry-title {
font-size: 16px;
line-height: 1.2;
}
Let us know if this helps :)
Best regards,
Nikko
Hey fponce,
Try adding this code at the bottom of functions.php:
function move_postmeta(){
?>
<script>
(function($){
$("#top.single").find(".post-meta-infos").insertAfter("h1.post-title.entry-title");
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'move_postmeta');
Let us know if this helps :)
Best regards,
Nikko
Hi
I had to put the button into the text block these would display attached to their content on iPhones. However, it’s hard to maintain horizontal alignment on the desktop and ipad devices. Is there a way to control and maintain horizontal alignment in any way have not thought of.
Here’s two pages where I use horizontal buttons within three icon boxes.
I am launching tomorrow, but would like this fixed as soon as possible.
Thanks
Lyse
HI I am trying to lower my logo so it doesn’t nit the top of the header
I found this code on another thread but it has not worked.
div .logo {
float: left;
position: absolute;
left: 0;
top: 20px;
}
Could you help,please?
Thanks
Jenny
I have the same issue and I can NOT switch from “default business” to “modern business”, because I had made too many changes, to adapt the “default business” style to my needs.
The fix from @Ismael has no effect in my case.
Any other solutions?
Hallo,
ich muss jetzt leider mal auf Deutsch schreiben, da mein Englisch dafür wohl nicht ausreicht.
Ich verwende auf einer Seite das ALB-Element “Blogbeiträge” und darin das Raster-Layout (!):


Jedoch zeigt es mir in der Vorschau der Blogbeiträge mit diesem ALB-Element (!) und im Raster-Layout (!) nicht den jeweiligen Kategorienamen an:

In den anderen Layouts ist der Kategoriename mit dabei, aber nicht im Raster-Layout (wie auch hier in der Demo):

Wie bekomme ich den Kategorienamen in die Zeile mit dem Datum bitte?
————————————————————
EDIT:
Ich denke, ich habe das gleiche Problem wie sie hier:
Ich habe diesen Fix hier angewendet, es zeigt trotzdem keine Kategorien an:
Und nein, ich kann nicht auf den Blogstyle “Modern Business” umswitchen, weil ich den “Default Business” schon zu viel an meine Bedürfnisse angepasst habe.
Gibt es noch einen andere Fix als den eben genannten Filter, denn der hat keinen Effekt?
Danke.
Hi Mike,
I’m sorry but I don’t follow what you’ve explained…
They didn’t use the plugin you mention.
They use only the Enfold slider, and the video background is “video slide” built into the theme.
They want the slider to work as is right now, but only have the overlay graphic ontop the slider, and not move when the slides change.
Dan
Hi again Sarah,
My client’s iPhone is smaller than mine (G5) and here’s what it looks like:
https://www.dropbox.com/s/nvmignqq01wys48/Julie%20iPhone%20caption%20issue.PNG?dl=0
One more issue also is if you size your desktop window the caption display responsiveness is not correct either.
Thanks
Lyse
Hi,
To remove the overlay on phone try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: none !important;
display: none !important;
}}
Best regards,
Mike
-
This reply was modified 8 years, 11 months ago by
Mike.
Hey Rikard,
The page jump always happens at the top of the page, as soon as you scroll down on any page.
Here’s a screen recording from my mobile phone (Galaxy S7) showing this. You can see the text jump down instead of it staying in it’s place.
Video: https://vimeo.com/215420518
Thank you,
Chris
Hi,
Ops, spoke too soon, just as I clicked summit I thought of using “top: -650px;” to move the slider up and over the built in video player :)
This was done on my localhost install:

Best regards,
Mike
Hey Mike,
I know that technic, but it works just for the captios..
What we need is something else.
Sliders + captions should change, but the only part that should stay ontop is the “Overlay” PNG graphic.
So the logo and graphics will not scroll, only the the sliders beneath it.
Dan
Hi Ricard,
Please see this by mobile and you will not see the buttons because the letters stay in the middle of the sliders and not in the top of sldiers. (I see in the demo this can be done)
Thanks,
Hoang
Hello,
I would like to have one static overlay to display over the rolling “full screen slider”.
Slides should move and change with different content as usual, but on top aff all sliders, we need a static graphic.
As seen on the demo url in private.
Can this be done with your slider or do we need a different slider plugin for that?
Thanks
Dan
Hi,
I believe I have it the way you want it :)
I added this to your General Styling > Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 85px!important; }
Best regards,
Mike
-
This reply was modified 8 years, 11 months ago by
Mike. Reason: added image link to private area
Hi all,
Please refer to this thread for a more information on the issue.
If you need further assistance please let us know.
Best regards,
Victoria
Hi manos0,
Please refer to this thread for a possible solution.
Best regards,
Victoria
Thanks a lot! works great, super support :)
I have another question, when I open this page (in private content) on a mobile device,
the overlay on the Masonry-Grid elements appears to be allways on, this causes a problem for me
because I want the elements to have a dark background on overlay…
is there a way to make it work like on desktop? – the overlay will appear only on touch?
Have a nice day,
Uri
Hi all,
Here is the link again, sorry about that.
Best regards,
Victoria
Hi,
I’ve found this old thread which seems to suggest it can be done:
https://kriesi.at/support/topic/change-order-of-tabs-on-combo-widget/
It says to edit the class-framework-widgets.php file but I can’t find this. Any ideas?
Thanks,
Tim