Hello!
I decided to use the logo under the menu (both centered) and the header behavior “sticky”. Now, if I link to a section of the main page (e.g. #about or #contact), there is a space above the section. I think it is equivalent to the height of the logo area in the header. Is there a possibility that the section scrolls to the right position, so that it ‘touches’ the menu?
Second question (just on mobile devices!): When I’m on my blog page and I want to go back to a section of the main page (again ‘about’ or ‘contact’), it doesn’t show the right position, but stops somewhere on the gallery on the main page. Is there a solution to fix that?
You all are doing such great work, I’m very thankful for your brilliant theme. <3
J.
Hey!
Have you got problems when saving styles too? please follow this thread: https://kriesi.at/support/topic/child-theme-settings-are-not-working/
Have you got similar problems when activating a default WordPress theme? please let us know about your results.
Try to save your page’s content as a template and then create a new page where you load your saved content. Tell us if things are working better for you on the new page.
Regards,
Andy
Hi!
I commented out your custom CSS code and added following one to Style.css file of your child theme
.logo, .logo * {
max-height: 180px!important;
top: -10px;
}
Please review your website now
Cheers!
Yigit
I came across this ticket: https://kriesi.at/support/topic/icon-list-size-3/
Is it possible to make a specific Icon List Element’s Icons smaller? I don’t want CSS that would make them small across the entire site. Just on a specific page. Is that possible?
Please see my previous request with the same title…
I spoke too soon… same problem, it centers everything not specifically left aligned aggghhhh!
Hey Sebastian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header.header-scrolled .avia_mega_div { top: 108%; }
Cheers!
Yigit
Hi Ismael,
I also tried logging out and back in multiple times. Unfortunately it had no effect. When I want to preview the test-page you created I get the error message “You do not have permission to preview drafts.”. And that although I am logged in as admin.
I just tested previewing the “normal” page I created as webpage and it worked perfectly fine. Seconds later I tried the exact same thing again and the error message appeared again. It really seems completely random to me. Most of the time I get the error message but sometimes (it feels like in 10% of instances) it works normally as you would expect.
Cheers,
Christopher
Oh yes I tried to modify Avia.js like in another discussion hre as I said before: https://kriesi.at/support/topic/shrinking-header-height/
Hi,
When using the ALB to create a post I can add a featured image on top and give it the “Slightly increase image size” hover effect.
Some of my users really won’t use the ALB but like that effect.
So I was wondering what I would need to change so that:
– the standard featured (default editor) image won’t have the current overlay (fade-in arrow)
– the standard featured (default editor) image has that “Increase size” effect.
I was looking through the single.php but could not find anything there.
Thanks in advance!
Hey Chantalkrijn!
It seems like you used Advanced Layout Builder to create your post. Please add Comment element under Content elements of Advanced Layout Builder to the bottom of your post manually.
If it still does not show up, please edit your post and click “Screen options” on the right top corner and check “discussion” and scroll below your post content and make sure that you enabled discussion
Best regards,
Yigit
Hi,
Is there a way to set a maximum height for the easy slider?
I’m on a 28″ screen and my image in the easy slider measures 2600px x 600px.
I’d like it to stop being responsive over 1600px wide.
I’ve attached the page, but set it to private as the page isn’t published properly yet.
I understand if this is a stupid question, but if you see the page, the photo scales up to fill the vertical content space.
Thanks
Merhabalar!
Rica ederim :)
Sanirim logo ve menu ortalanmis header stilini kullaniyorsunuz degil mi?
Lutfen assagidaki kodu Enfold theme options > General Styling sekmesindeki Quick CSS alanina ekleyin
.logo { top: 15px; }
Eger bu kod yardimci olmazsa malesef siteyi gormemiz gerekicek :/
Cheers!
Yigit
Hi Vinnie,
See previous topic with same name – it’s not the socket it’s a customised block above the main footer!
Hi Rikard – I haven’t started building the site yet as I’m trying to determine if Enfold can be used to recreate this header reasonably. I’ve used Enfold on lots of sites but this is the first time I’ve encountered this type of header. Here is a picture of the design ‘m trying to recreate: http://775.bd1.myftpupload.com/wp-content/uploads/2016/03/header.jpg
The background picture is actually a video, the logo is in the middle of the video and they want buttons, social icons and the seach bar on top of the background video in the header.
Thanks for your help.
Hi,
Our logo dimension: 500x41px. When i upload our logo it seems top of the header.
How do i modify place of our logo?
Second issue is we changed footer copyright text but it still seems Kriesi link.
How do we remove Kriesi links?
Thanks.
Hi,
I’m using the Enfold Church Demo but I would like to have my single portfolio page styled like the standard Enfold demo.
– Image left
– Text right of the image
– Related items underneath the post
Screenshot of what I mean:

When I upload the featured image for my portfolio post and put text in de text editor it just looks so boring. Image on top, text under the image. That’s it.
Please advice. Thanks.
Hi mynoxin!
Please go to Appearance > Menus and click “Screen options” on the top right corner and check “CSS classes” and then edit your menu item and insert “only-logged-out” class to menu items that you would like to hide for logged in users and then add following code to Quick CSS in Enfold theme options under General Styling tab
.logged-in .only-logged-out { display: none !important; }
Cheers!
Yigit
Hey!
Thanks for getting back to me!
I have added 2 options in the Advanced Styling to change the Main Menu colors. One which adjust the color on hover and one which has the background color. For the text shadow on the main menu items, please try the following CSS:
#top #header .av-main-nav>li>a {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
Regards,
Jordan
Hey!
Please go to Appearance > Menu > Screen Options (on top right) > Link Target (Select)

Once the above is done you get an extra option in the menu called link target please select new window

On the sub domain to change the logo link go to appearance > Editor > functions.php
add the following code
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://kriesi.at";
return $link;
}
Best regards,
Vinay
Hey!
I’ve tagged Kriesi to this topic, please wait for his response.
Best regards,
Josue
Hi!
If you are referring to this that’s a Column with a negative top margin set.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.av-share-box:after {
margin-top: 10px;
display: block;
content: "Please read Privacy Policy before sharing this article via social media";
}
Cheers!
Josue
Hey!
Please try this in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 480px) {
#main { margin-top: 100px !important; }}
Regards,
Vinay
Hi Ismael
I don’t think any of the installed extensions should make a different on the settings.
In this page, you can see how it shows the products, even though the settings are set as 5 rows and 20 products
http://family2be.dk/produkt-kategori/graviditetstoej/bluser-og-toppe/
It seems like, that somewhere it is set to split the products in two pages
I look forward to hear from you
Hi Silvio!
Please use the below CSS feel free to edit the background colors
/* background Color*/
.header_color .avia_mega_div {
background-color: #FFF!important;
}
/* hover color */
#top .header_color .main_menu .menu ul li>a:hover {
color: #869ab3;
}
/* link color */
.header_color .main_menu .menu ul li a {
color: blue;
}
.mega_menu_title {
color:#333!important;
}
Cheers!
Vinay
Ok once you got it running feel free to open a new topic regarding your request.
Best regards,
Josue
Hi,
So sorry, just moved site to it’s final home:
from draft.cawandsworth.org
to https://cawandsworth.org
After that CSS given below (see previous support request with same title) was centering everything so I’ve taken it out for now. Not sure what’s happened, should .focusable be changed to something else?
.focusable {
text-align: center;
}
Many thanks!
thank you for taking a look.
I will try to explain more.
The color section has a fixed background.
When you scroll through a page the color section stays in its position it starts in instead of changing what you see.
Until you stop scrolling. Then the section gets updated and shows what it should show.
visual:
View post on imgur.com
Hi Ismael,
Yes, like I mentioned in the first message of this topic, on smaller mobiles (msartphones) there is no sticky header and there it is not an issue.
The problem exists on tablets and pc, so larger screens than smartphones, where there is the sticky header.
Regards,
Monique
Hey,
wonderful idea…
I put this css on top of my custom css:
.container_wrap {
width: 100%;
}
And then the rest of my css in another order:
@media screen and (max-width: 1500px) {
.menu-item-8864 { display: none; }
}
@media only screen and (max-width: 767px) {
.hide-from-mobile {display:none;visibility:hidden;}
#text-15 { display: none; }
}
img.effect:hover {
-webkit-filter: brightness(75%);
-webkit-transition: .25s ease-in-out;
-moz-filter: brightness(75%);
-moz-transition: .25s ease-in-out;
-o-filter: brightness(75%);
-o-transition: .25s ease-in-out;
filter: brightness(75%);
}
img.effect {
-webkit-filter: brightness(100%);
-webkit-transition: .25s ease-in-out;
-moz-filter: brightness(100%);
-moz-transition: .25s ease-in-out;
-o-filter: brightness(100%);
-o-transition: .25s ease-in-out;
filter: brightness(100%);
}
#top .sidebar .widget_shopping_cart .button {
float: left;
margin-right: 2%;
padding: 10px;
}
.pagination_split_post {
text-align: center;
font-size: 18px;
}
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background-color: #000000;
color: #ffe523;
}
It looks good – many thanks. :)
Best regards,
Jürgen
-
This reply was modified 9 years, 12 months ago by
Jürgen.