Hey!
bitte schaue dir das hier an: https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/
Gruß!
Andy
Hi kharsoul,
Well, maybe not the top images (even though they are the heaviest), but the two with buttons on them, make them smaller, crop, and the image with two photos on transparent background, you can make two small images with the faces, instead of one big, invisible.
If you need further assistance please let us know.
Best regards,
Victoria
Joe McGrathGuest
I work for a web development agency, and one of our clients uses the Enfold theme. Unfortunately, the company who purchased the theme license for them was their previous agency, so we can’t access their purchase code. As a result I can’t register for an account on the support forum – hopefully it’s ok to ask here instead.
Their site has the same issue another couple of users reported here: https://kriesi.at/support/topic/masonry-not-working-javascript-error/
We’ve copied the site onto a development server, deactivated all plugins, and ensured everything is up to date, but the problem still persists.
Any help would be much appreciated!
Don’t worry. I have found this works:
.av-masonry-container.isotope { pointer-events: none !important; }
Is doesn’t turn on the Lightbox, but at least it stops the unnecessary linking to post pages.
Hi Jens,
Please refer to this post – https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/ and let us know if that does not help so we can ask our German speaking moderators to check your thread :)
Best regards,
Yigit
Hey DROR,
Here is an article that might give you an idea and info on which devices autoplay is possible.
If you need further assistance please let us know.
Best regards,
Victoria
Hi Scott,
Please refer to this thread for more info on you issue.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
For the hamburger icon try to change this:
top: 60px !important;
to:
top: 100px !important;
just adjust it a bit.
As for the code I gave try to change this:
$('#mobile-advanced > li > a').on('click', function() {
to this one:
$('#mobile-advanced li > a').on('click', function() {
Hope this helps :)
Best regards,
Nikko
Hi kilimats,
This rule limits content width:
#top .fullsize .template-blog .post .entry-content-wrapper>* {
max-width: 40em;
and this one also
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 800px;
You might want to adjust those rules to a different size.
Best regards,
Victoria
Hi Erik,
Here is an article on page size and here is another article on load times.
The page is waiting for 8 seconds before loading content, the articles above might give you some ideas.
Here are a few suggestions for video autoplay in Firefox.
If you need further assistance please let us know.
Best regards,
Victoria
Hi again,
Thanks for the code! It works perfectly on 1st level parent menus. Is it possible to do the same on the parent menus on the other levels? Or is it easy enough to add in the jQuery code you added?
If you have time you are much welcome to look at the hamburger icon’s position. I’ve added the icon where the original icon used to be, but when you make the browser window smaller/bigger it doesn’t stay in place and I don’t know why it’s doing that. I’ve used this styling:
#hamburger-icon {
width:45px;
height:45px;
position:absolute;
display:block;
top: 60px !important;
right: 20px !important;
z-index: 99999999;
}
Hey Dalen,
There’s no justify button on wordpress editor as well as in Enfold. Try enabling Custom CSS Classes first: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then on your text block in Custom Css Classes add this text-justify. Then go to Enfold > General Styling, and on Quick CSS add this css code:
#top .text-justify {
text-align: justify !important;
}
Let us know if this helps :)
Best regards,
Nikko
Since updating to WP 4.7.3 I cant edit any pages and two of the plugins have stopped working. I have uploaded to latest enfold and site running with child-enfold. Dunno what to try next….
Hello,
Thanks for the amazing theme!
My question is: How can i override the Events Calendar template files correctly, so that the files don’t get overwritten after theme update? I searched all the topics considering events calendar and didn’t find a solution that didn’t include editing the parent theme’s functions.php -file. Recommended solution was to remove this line from the parent theme’s functions.php:
if(!current_theme_supports('deactivate_tribe_events_calendar'))
{
require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar plugin
}
If I edit the parent theme’s functions file and do a theme update later, doesn’t my changes get overwritten?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .av-social-link-houzz_icon:hover a {
background-color: orange;
color: white;
}
#top .av-logo-container .social_bookmarks li a {
font-size: 20px;
}
Best regards,
Yigit
Hi Christopher!
Thanks for contacting us!
We have informed Kriesi about your proposal. If interested, he will contact you. Please kindly wait to hear from him :)
Cheers!
Yigit
Hi iamspud5,
Here is another way you could implement it.
You are working in the right template now, since the changes are there, so keep working in that file. It’s not changing on hover, because it needs some Javascript or Css to do that.
Best regards,
Victoria
I have a transparent header on home when I tried to change the color of the item when it is active and when you hover it. I used this css to accomplish it:
#top #wrap_all .main_menu ul:first-child > li > a:hover .avia-menu-text{
color: #da334c !important;
}
The font color changed but also the font thickness. I tried adding font-weight:bolder and font-weight:700 but this does not seem to effect the hover state.

Hello Jeff,
First of all you should be selected Title and exceprt.
Second, you can display only the title because the excerpt don’t show automated. Excerpts are optional hand-crafted summaries of your content that can be used in your theme.
Third, to display the excerpt you could do that. If you want to dispaly excerpt to all posts, you can do that process to all posts. Edit one of the posts and open on the right top of the screen (Screen options) and select the checkbox Excerpt http://imgur.com/a/SX2UO.
Finally, scroll down to the post and under the editor you can find the Excerpt http://imgur.com/a/OBZ38. Fill in with text that field and update the post. Go to the page where show your latest post and refresh the page. Now you can see the excerpts.
Thank you
AndreGuest
Hello,
I have two questions:
Gallery question
Can a gallery display text (a caption) underneath the pictures (I watched a demo video where the captions show as tooltips on hover but I want them to be visible all the time)
Responsive grid
Can I make the display of, for instance, a gallery grid, such that it goes from showing 6 columns on a large desktop, 4 on an iPad landscape, to 2 on an iPad portrait, to 1 on a mobile phone ?
Thanks
Hey Oby4455,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#advanced_menu_toggle {
margin-top:18px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Rikard, you may close this topic …
Hi,
You’re welcome. Try adding this:
#top .logo img {
margin: 0 auto;
}
:)
Best regards,
Nikko
Also we’ve had to position the layers again because we were not able to see them on a lap top at all since the screen is much smaller than on our computers in the office. Now on the bigger screens the layers probably have the “wrong” position. How can we fix this problem?
Hi,
Ok, 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 Bernd,
Great, glad you got it working and 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
Dear Ismael,
2) I’ve chosen 1024 for the responsive mode, is that why the layers don’t show on mobile because it’s obviously a much smaller screen?
View post on imgur.com
3) For each slide I selected the transition:
I’ve again noticed that on my lap top the photos randomly slide in, always a different transition. I just want a simple fading in.
View post on imgur.com
Thanks and regards
Aline
Hi zetharia,
Minimum php version for WordPress is php7 and above, so your WordPress installation might become outdated and new versions of plugins and themes might not work. You might want to consider updating you php version.
If you need further assistance please let us know.
Best regards,
Victoria
Hey accurIT,
Thanks for providing the login. It should be fixed now. In the individual Slides, there’s a slide background image, I have set this to Size to Cover (from Inherit) and Position to Center Center (from inherit), clear the autoptimize and sg cache :) Let us know if you need anymore help or if we can close this thread :)
Best regards,
Nikko
Hi guys,
I’m current in the process of migrating my website to Enfold.
I’d like to darken / reduce the opacity of the images i’m using at the top of each page in order to make the text visible (the current text is black but i’ll change it to white). Please could you tell me what Custom CSS code to use in the layer slide box to do this? Website example page attached.