Hey!
The blog layout that you want will only work for pages with sidebars. If you set the page to have no sidebar, it will center align the blog elements. You can add this in the Quick CSS field:
#top .fullsize .template-blog.single-small .blog-meta {
float: left;
margin-right: 50px;
}
#top .fullsize .template-blog.single-small .post_author_timeline {
display: block;
}
#top .fullsize .template-blog.single-small .post .entry-content-wrapper {
overflow: hidden;
padding-right: 50px;
}
Cheers!
Ismael
Hi lisac83!
Thank you for using Enfold.
If you want the user to be redirected to another page, edit the contact form element then set the “What should happen once the form gets sent?” to “Redirect users to another page”. Unfortunately, we might not be able to provide a custom script to pre-populate the email field. You can add a small note or info on top of the contact form.
Best regards,
Ismael
I think I got it now : ) Actually, instead of 2 scripts I had to add 2 shortcodes in one script. So the script would look like this…
add_filter(‘ava_before_footer’, ‘ava_after_main_container_mod’, 20, 1);
function ava_after_main_container_mod($the_id) {
if(is_singular(‘post’)) {
$output = ‘<div id=”single-post-slider” class=”avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll container_wrap fullsize”>’;
$output .= ‘<div class=”container”>’;
$output .= ‘<div class=”template-page content av-content-full alpha units”>’;
$output .= do_shortcode(“[av_heading heading='LOE VEEL: ' tag='h3' style='blockquote modern-quote modern-centered' size='23' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#222222'][/av_heading]“);
$output .= do_shortcode(“[av_postslider link='category,42,58,135,127,124,123,122,131' columns='4' items='-1' offset='0' contents='title' preview_mode='custom' image_size='portfolio' autoplay='no' interval='5']“);
$output .= do_shortcode(“[av_heading heading='MEIE TOOTED: ' tag='h3' style='blockquote modern-quote modern-centered' size='23' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#222222'][/av_heading]“);
$output .= do_shortcode(“[av_postslider link='portfolio_entries,137,168,169,170,171,172,138,179,136,139,140,100' columns='4' items='-1' offset='0' contents='title' preview_mode='custom' image_size='portfolio' autoplay='no' interval='5']“);
$output .= ‘</div>’;
$output .= ‘</div>’;
$output .= ‘</div>’;
echo $output;
}
}
Hey djsmbd!
Add this to your custom CSS.
.logo img {
padding-top: 10px;
padding-bottom: 10px;
}
Cheers!
Elliott
The secondary nav in the header meta bar up top, have that be centered in the bar.
Link in private content
EDIT* Finally got it working, there was an element I kept missing I could not figure out why was not working.
All good now thanks.
-
This reply was modified 10 years, 2 months ago by
thatryan. Reason: fixed
Hey AirstreamCoach!
Add this to a codeblock element in that page.
<style type = "text/css">
#av-layout-grid-1 .av-special-heading {
margin-top: 0px !important;
}
</style>
Cheers!
Elliott
Ahoy –
Anyway to make it so when I rollover the button in the contact form it goes semi transparent like the other buttons?
I followed this thread to change the color https://kriesi.at/support/topic/changing-button-and-font-color-of-submit-button-in-contact-form/
just wondering if there is a way to make it match…
Hello,
I’m trying to have the text box appear in front of the layerslider. I tried using a separator with a negative value, like “-200px”, but it ends up appearing behind the slider. Is there a way to have it appear in front? I have attached a mock of what I’m trying to achieve. I’m also wondering if there is a way to round the corners on that text block, also shown in the mock?
Lastly – is there a way to make the top bar not transparent, but leaving the rest of the header transparent?
Thank you so much!
Angela
This solution seems not to work any more: https://kriesi.at/support/topic/shrinking-header-height/
can someone provide me with an updated code?
Thanks, Marcel
Hi Rikard,
Below are a couple of screen shots. In essence I am using a blank page template with no header and footer. I am trying to get the content on the page to stay sticky to the top of the browser. As you can see, depending on the amount of content in the 1/1 Column element, the vertical position shifts as well as the column width.
So my questions are:
1. How do I keep the content vertically aligned to the top of the page wrapper?
2. How do I keep the width of the column container fixed?
Thanks,
Tony
Thanks, but it doesn’t seem to work. It brings up the video with a play button in the middle. Play button doesn’t work either.
I’m using the video you have in your Startup Demo. This is what I have pasted in my URL;
https://www.youtube.com/watch?v=Wq-DEL2ONGg?rel=0&autoplay=1
Anything I’m doing wrong ?
Thanks – Joe
-
This reply was modified 10 years, 2 months ago by
bibbitybop.
hi inaudit ;
1 – to reduce the gap under the fullwidth submenu :
.content, .sidebar{padding-top:50px !imortant;}
*** but it will effect all over the site.
2 – to remove the lines of the menu in the widget (left sidebar) ;
#top .content .flex_column .widget_nav_menu li { border: none !important;}
3 – I’ve no idea yet, it’s too late for me, sorry.
hi strumpumpei ;
have you tried with
#top #header .main_menu avia-menu .current-menu-item{
color: #F1C254 !important;
}
Hi AirstreamCoach!
Please add the following code
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content { text-align: center }
and let us know if that works out for you good
Regards,
Basilis
Hey bibbitybop!
You can add the following, after your youtube URL and the video will autoplay:
?rel=0&autoplay=1
let us know if you need anything else
Cheers!
Basilis
Hi,
I updated WP 4.1.10 >> 4.4.2
them
I updated ENFOLD 3.1.3 >> 3.4.7
and the LayerSlider of the home page doesn’t work now.
Thanks
This website will autoplay a video (no audio) on their home page, when viewing it on a mobile device. http://www.nealaguna.com/home
Not sure how they are doing it.
I’m trying to achieve the same thing. Can’t get Enfold to autoplay even with basic small videos on youtube. Any ideas on how to achieve this ?
Thanks !
I am using the Google Maps Builder Pro plugin to create a directory on a site. If you click an icon near top of map, the window is hidden and the map does not pan into view like it should.
Something in Enfold is causing this issue, because it works on a default theme no problem. Any idea what that might be or what I can look for?
Thanks.
-
This topic was modified 10 years, 2 months ago by
thatryan. Reason: fixed
Hi Elliot. What I would like is for the Digital Media Center image to appear below the Main logo in the mobile view. As you can see here in the attached screenshot, they overlap on top of each other. I would be grateful if you could provide the CSS to accomplish this.
Also, there is a huge space below the slider on the mobile view. Can this be fixed?
Thank you!

Hello,
How can I add some padding on the top and bottom of our logo?
http://theplumtree.net/new/
Hi,
I’m using the full-width easy slider to show an image, and just recently it stopped showing and now there’s a big white space at the middle of the website.
http://www.valuation.co.il/
can you please tell me why that is..?
Thanks,
Eran
Hi Anja!
You can use FontAwesome. Please refer to my post here – https://kriesi.at/support/topic/importing-icon-from-font-awesome/#post-414749
You can also upload your SVG icons on fontello.com and download them to import in Enfold
Best regards,
Yigit
Hey!
Please try adding following code to Quick CSS
#header_main_alternate { margin-top: 10px; }
Cheers!
Yigit
Namaste Naitik!
How are you ? I’m viewing the site on my desktop so I see the hotspot image you are refering to on the left however when i view the site in tablet view it shows above the word “regular” however when I click on hotspot nothing happens what you can do is add tooltip info for hotspots. Hotspots cannot be linked to a slider without a lot of customisation which is out of support scope.
Please check our demo here http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/ we can help you setup the same way.

Best regards,
Vinay Kashyap
Hi Roderick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container .slide-image {
background: transparent !important;
}
Cheers!
Yigit
Hi Vinay,
So I found out that the element
html.responsive, .responsive body {
overflow-x: hidden;
}
I turned it off and the scroll to top link button appeared.
What css value should I use except hidden? I just wanted to make sure it won’t break the layout.