Hi,
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: 768px) {
.home #av-layout-grid-1 .flex_column_table {
margin-top: 0!important;
}}
Best regards,
Yigit
Hi,
This is not a bug actually. Special heading element has top margin and the code i posted removes it in your section.
Best regards,
Yigit
Hi kilimats!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#performance-reports .av-special-heading-h2 {
margin-top: 0!important;
}
Regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-1178 #av_section_1 .container {
padding-top: 10px!important;
}
Best regards,
Yigit
Hi,
I added following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Then set header height to 245px (which is the height of your logo) in Enfold theme options > Header then flushed cache. Please review your website now. When you make changes on your site, please do not forget to flush cache on your cache plugins settings.
Best regards,
Yigit
I want the logo to be full-width and to appear above the menu?
i tried codes like:
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
margin: 0;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
but nothing happened
plz help
But I also want the category pages to take the same layout.
I read in https://kriesi.at/support/topic/how-to-make-blog-category-and-tag-list-pages-styled-same-as-blog-landing-page/ that the category pages will not take the ALB layout.
-
This reply was modified 9 years, 6 months ago by
sdeceulaer.
Hi Vinay,
I am sorry, my explanation was not clear enough. I mean Consultancy in the dropdownmenu of Services. The hover color in the Services dropdownmenu is not oke yet; as you can see at the home page When someone hovers over Consultancy i want it totally to be the color #272727;
Furthermore i would like to change the width of the dropdowmenu; i quess the right wide is about 120px;
I now added the following code tot het Quick CSS section under Enfold > General Styling (but this code doesn’t give the result i like)
#top #wrap_all .avia_mega_div {
background-color: #272727;
border-color: #272727;
}
#top #header .mega_menu_title a {
margin-left: 0% !important;
width: 70%;
color: #FFFFFF;
text-decoration: none;
}
ul .submenu {
width: 120px !important;
}
======================
Best Regards
Paul
Hi-
I’m not sure when this happened, but I noticed this morning that breadcrumbs that used to display the title on my blog posts are now just displaying a generic heading of “Blog – Latest News.” Did I somehow change a setting?
Can you help me-
(1) How do I turn off breadcrumbs on blog posts?
(2) How do I have the breadcrumbs display the page title on blog posts?
Example of post with this issue here:
Thanks!!!!
Rob
Hey Neil,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .avia-color-theme-color * {
color: black;
}
Best regards,
Yigit
Hey jelle,
Please edit your page and click “screen options” on the top right corner and check “discussion” then scroll below your content and make sure that you have enabled discussion.
Best regards,
Yigit
Hey reamisag,
You can go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” so when scrolled down, header meta section will be hidden.
If you would like to hide only secondary menu when scrolled down, please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .sub_menu { display: none; }
Best regards,
Yigit
I can’t get the post author and date to appear on my posts, despite having checked the “check to display” boxes in Blog Meta Elements on the Enfold Theme Options Blog Layout page.
I would ideally like these to appear at the top of the post, under the title.
Thanks
-
This topic was modified 9 years, 6 months ago by
natubat.
Hi enfold
Im trying to get rid of this space at the top
https://drive.google.com/file/d/0B-0P-Ma0-co7enNFa2M5R0tFSm8/view
To open the light box I am using this
<div class=’avia-button-wrap avia-button-left ‘><span class=’avia_iconbox_title’>Demandez un devis</span></div>
I have the light box in another page (I don’t know how to hide stuff on the same page) I’v turned off all the menus and set everything to no padding but its still giving me this large space at the top..
any Ideas
thanks in advance Ben
hi,
i found a new DEMO on kreisi.at (http://kriesi.at/themes/enfold-creative-studio/#top)
At the Moment i cant find a possibility to import the new-demo with enfold version 3.71. Is it possible to import the new DEMO with the next enfold-version or is there another solution for enfold 3.71?
best regards
Chris
Thanks Andy,
For instance, on this page: http://www.arbejdsmarkedsanalyser.dk/ I would like the text (which is H2) in the top picture “PRAKSISNÆR DOKUMENTATION OG EVALUERING” to be on a coloured background, so that it is easier to read. Will I accomplish that by changing the background colour of H2?
BR,
Kim
Dear Enfold Gurus!
Thank you very much for setting up this great Theme, I hope ypu can help me this question:
I’d like to add a hoover effect to images placed in a footer widget. I got them there with plain html, not via Avia Builder as I did not find the short codes.
So now I would like to have coloured images with a greyscale filter and when the cursor is placed on them the filter is turend off. So its gonna be something like:
div.avia-image-container div a img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
div.avia-image-container:hover div a img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
Found this in an other topic.
Now I don’t know how to adress those images placed with plain htm in a footer widget – can you guys help me out?
Thank you very much in advance!
This code solved my issue:
add_action('wp_footer', 'ava_custom_script');
function ava_custom_script(){
?>
<script type="text/javascript">
(function($) {
$('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() {
$(this).toggleClass("icon-sound-on");
});
function a() {
$('.av-section-color-overlay-wrap').prepend('<div class="custom-mute"></div>');
$('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() {
$('#top .mejs-controls .mejs-volume-button button').trigger('click');
});
}
a();
})(jQuery);
</script>
<?php
}
And here’s what I added on the quickCSS:
.custom-mute {
display: block;
background-image: url('../../../wp-content/uploads/2016/09/icon-unmute.png');
background-size: 48px;
width: 48px;
height: 48px;
position: absolute;
bottom: 50px;
right: 10px;
z-index: 1000;
}
.custom-mute:hover{
opacity: 0.5;
}
.icon-sound-on{
background-image: url('../../../wp-content/uploads/2016/09/icon-mute.png');
}
@media only screen and (max-width: 1290px) {
.custom-mute {
right: 190px;
}
}
You guys are awesome!
You can mark this as solved. Thanks
Hi,
I’m not sure I completely follow. What do you mean by put the logo on top of the menu? Do mean you would want the logo placed above the nav menu in a situation like that where it overlaps?
Best regards,
Jordan
Thank you! It works: combining both solutions, the logo is in line with the menu and there is no overlap.
However, is it possible to put the logo on top of the menu for the case when I don´t want to show the mobile menu yet and there is an overlap.
For example for your site kriesi.at: a solution for the overlap at screen widths between 862px to 767px.
What would be the css code (for the Enfold Theme)? Or is it not that simple?
Hey 4paintaker,
The database may need to be repaired”, then you need to repair your database.
You can do this by adding the following line in your wp-config.php file. Add it just before ‘That’s all, stop editing! Happy blogging’ line wp-config.php.
define('WP_ALLOW_REPAIR', true);
Once you have done that, you can see the settings by visiting this page: http://www.yoursite.com/wp-admin/maint/repair.php
Once you are done repairing and optimizing your database, make sure to remove this from your wp-config.php. Let us know how it goes.
Best regards,
Jordan
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
font-size: 50px;
}
You will need to add the section class to the code and replace the #top to target only that section’s icon.
Best regards,
Jordan
I’ve got the buttons looking ok now. I made the columns they are have no spacing between them. I’ll copy and paste my original post at the top of this thread to a new ticket then Andy.
Thank you for the quick reply.
Well, the problem is that the site is still under development and the menu structure (and so the width) is not completely determined
But the same problem happens with your site:
kriesi.at
From width 862px to 767px there is an overlap

(in my case for the moment from 980px to 767 px)
I would like for this situation the menu aligned left and the logo on top of it (also aligned left)
Thanks for the help!
Hi,
To make the changes Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
1. Masonry background color
.av-inner-masonry {
background-color: #e7e7e7!important;
}
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0, 0, 0, 0)!important;
}
2. and 3. To align the masonry title and change font size.
.av-masonry-entry-title.entry-title {
font-size:26px!important;
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:20px;
}
Best regards,
Vinay
Hi,
I have the following settings for the header in the Enfold Theme:
logo:left
menu:right
(just like the header of this forum:)

Reducing the window size (just before the breakpoint for mobile devices) leads to an overlap of the menu and the logo (happens the same with the header of this forum)
Would it be possible to place the logo on top of the menu for this situation?

-
This topic was modified 9 years, 6 months ago by
Blueberry007.
Hey Kriesi Team,
> We are using WPML plugin.
> As you may see in the website (LINK), English menu width is larger than Farsi menu, so the style of the top header should be vary for each language. Otherwise, we see this conflict between menus:

Regards,
Sadegh
hm i did that in child-theme functions.php :
this is a fix for top setting only
if you only want to change it for a specific site (see code at bottom) – in my case it is page-id-140
add_action('wp_footer', 'ava_custom_script');
function ava_custom_script(){
?>
<script type="text/javascript">
(function($) {
$(document).ready(function(){
$(window).load(function() {
var shift = $('.container.av-logo-container').outerHeight();
$('.page-id-140 .avia-section.avia-bg-style-fixed').css('background-position-y', shift );
});
$(document).scroll(function(){
var shift = $('.container.av-logo-container').outerHeight();
$('.page-id-140 .avia-section.avia-bg-style-fixed').css('background-position-y', shift );
});
});
})(jQuery);
</script>
<?php
}
-
This reply was modified 9 years, 6 months ago by
Guenni007.
if you have a color-section and give a background-image to it – you have the choice to position that attachment on enfold dialog.
on parallax the positioning of the background-attachmant (image) works as expected
– but on fixed positioning not .
it seem more like a center center than a center top.
it looks like the header-height isn’t regarded. On non shrinking header i can fix it with css (with background-position ) but on shrinking headers it must be influenced dynamically ?
Is there a fix for it ? – Thanks
PS : it is just because sometimes it is important to see the top of the image