Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? You can use imgur, dropbox, mediafire to post the image here.
Cheers!
Ismael
Hallo Ismael,
I update the Picture above.
number 3 is comersee.de
number 4 is how it looks at kriesi.at
When i click on the button or a link to a anchor, the page scroll down in the right way.
The problem is when it stop to scroll.
In the above example from kriesi.at it stop scroll exact in a line with the main content.
On comersee.de I just lived the opacity, so you can see that when the page scroll down and it stops, a small part of the content goes behind the header. To work in the wright way, the page, after scroll, should stop exactly to a line with the main content, without hiding behind the header a small part of the content.
Using another header insteat of “fixed header with social icon and navigation” then it work propely.
Ich versuche auf Deutsch
Das problem liegt wenn der Link/button geklickt wird und die Seite bleibt stehen nach der runterscrollen.
Auf Kriesi.at nach der scrollen, bleibt die Seite exact auf eine linee mit der Inhalt stehen.
Das problem passiert falls die “fixed header with social icon and navigation” benutzen wird.
Die Seite scrollt zwar runter bleibt aber stehen nicht auf eine linee mit der Inhalt, sondern teil der Inhalt wird hinter der header versteckt bleiben. Diese kleine Teil, habe ich auf der “nummer 3” mit der Pfeil mit doppel Spitzen auf der screenshot gekennzeichnet.
Sorry if I cannot explain very well. Is a bug where I can live with it by increasing the padding top on the first content item. But this i need then to do it on every single page.
thank you
Antonio
Now it’s stretching vertically (see screen grab linked below). Again, it only happens if you scroll down the page, so the small header/logo activates, and then you hit reload (see my previous post/description) — a rare circumstance for the average user.
https://www.evernote.com/shard/s320/sh/0913d311-15b2-44b2-834f-7ab499585d05/7f59081bf3b9f265968c3cdfb4555e44
Hey krear!
You can add this on your custom.css or Quick CSS:
sup {
font-size: .6em;
position: relative;
top: -5px;
}
sub {
font-size: .6em;
position: relative;
bottom: -1px;
}
Best regards,
Ismael
Hey!
Please try this on your custom.css or Quick CSS:
.logo img {
min-height: 116px;
}
.header-scrolled .logo img {
min-height: 58px;
}
I checked your website and the logo shrink and resize as expected when you scroll the browser up and down.
Regards,
Ismael
When hovering on the image in the Easy Slider, the file name appears which I would like to stop. I found a fix on the topic
https://kriesi.at/support/topic/easy-slider-image-name-file-name-when-hovering-it/
however it didn’t work.
The recommendation was to do the following:
You can edit js > avia.js, find this code on line 5-6:
$(document).ready(function()
{
Add this code below:
$(“.avia-slideshow li img”).attr(‘title’, ”);
I gave the file a different caption and Alt Text as well but neither over-rode the file name.
Any other suggestions on how to stop the file name from appearing on hover over the Easy Slider?
Thanks
Hi! Thank you for the quick reply, you guys have been awesome and I want this to be perfect for the University.
I would link, but its on a VPN.
Here is a screenshot i’ve done http://www.valoragency.com/wp-content/uploads/2013/11/done-so-far.png (I customized the top-boxes with shadows, etc, so I got that part down.
But for arranges me I would love to be able to do something similar: (not by my choice – the design of the blog)
http://www.valoragency.com/wp-content/uploads/2013/11/example.png
Sized image on the side, title on the right top, some content, and the read more. Just trying to style is similar to that but having no luck! blah!
Any help would be so awesome! Thanks a million.
Mike
-
This reply was modified 12 years, 5 months ago by
mdlhale.
Quick response, unfortunately no joy. That makes the majority of side menu items hard return, and to me overrides the original CSS fix:
`#top .widget_nav_menu li {
min-width: 300px;
}
Hey!
Please add following code to Quick CSS as well
#top .widget_nav_menu li {
min-width: 90px;
}
Regards,
Yigit
Almost a success! Works as I want, except when the screen is reduced to tablet size. Unfortunately the side menu items become hidden beneath the main section instead of hard returning. Any ideas?

Hi BuzzCreations!
Can you post the link to your website?
Cheers!
Yigit
Can I have a Top level menu item over two lines? I have inserted a < br > into the title in the menu settings – but it drops the second line down by 116px just to a line height issue that i cant seem to override.
Hi!
Yes, under Styling, that code will remove the margin top of the hr element below the icons.
Regards,
Josue
Hey!
Add this code to the Quick CSS:
.avia-button.avia-icon_select-yes.avia-color-green.avia-size-large.avia-position-right {
background: #349acd;
border: 0 !important;
}
.av_promobox h2 {
color: #349acd;
text-transform: none !important;
letter-spacing: 0px !important;
font-size: 24px;
margin-bottom: 0;
}
.av_promobox p{
margin-top: 0;
margin-bottom: 5px;
}
.av_promobox {
background: #fff !important;
padding: 15px;
border: 10px solid #f2f2f2 !important;
}
Result:

Cheers!
Josue
Hey!
Open: /framework/php/function-set-avia-frontend.php
Look for line 510:
$output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
Replace it with
$output .= '<video autoplay class="avia_video" '.$image.' controls id="'.$uid.'" >';
Regards,
Josue
Hey!
Add this code to the Quick CSS:
.hr.hr-big.avia-builder-el-33.el_after_av_one_fifth.avia-builder-el-last {
margin-top: 0;
}
Cheers!
Josue
Hey Andrew!
Oh, sorry for that confusion, regarding your issue, it’s hard to know why it stopped working without seeing the site live, you can try debugging yourself if you want with the Dev Tools or something alike.
I tried your code on my local installation (latest version of Enfold), and it did affected the contact form:

Where did you put this code? custom.css or Quick CSS?
Cheers!
Josue
Hi,
I had a similar request. Try following this thread, last post: https://kriesi.at/support/topic/logo-ginned/
Hi!
It’s not a bug but an intended behavior: https://kriesi.at/support/topic/portfolio-ui-elements-not-appearing/
However the next theme version will include a filter which helps the user to bypass the fullwidth slider check. With the next update you don’t need to hack the theme files but you can use following code (add it to functions.php) to bypass the check
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
function avia_remove_fullwidth_slider_check($settings)
{
$settings['is_fullwidth'] = false;
return $settings;
}
Cheers!
Peter
Yeah, it’s still happening, and I pinned down what triggers it: If scroll down — so that the minimized logo/header is “activated” — and then reload the page, the logo get’s “stuck” at the small size. At that point, if you scroll back up to the top of the page, the logo won’t re-size to the large version. I guess, though, this would be a pretty rare circumstance for a normal user — much more likely to happen during development, since we’re always refreshing pages ;)
I think I’m running the latest version of the them: 2.4.1
Hello,
Thank you for creating this wonderful and easy to use theme. We’re all really excited about our new website and we’ve spent the last couple of days playing with some of the features and we’ve been astounded by the results. However we’ve stumbled upon a really crucial problem regarding internationalization. This is very important to us since we use German as default and English as a secondary language.
Basically, when creating multilingual content with pages every page is redirected correctly apart from the Homepage. When viewing the homepage in German, the language switcher in the footer redirects the user to the homepage’s English counterpart at http://www.example.com/en/{name-of-the-page} instead of http://www.example.com/en/. The same thing happens when visiting the English version of the website and navigating back to German. This wouldn’t bother me that much if it was just the language switcher, however even the XML sitemap uses the wrong URLs which is pretty bad for SEO.
At first we thought that this is an issue with WPML, so I filled for support at their support forum.
I hope this image carefully crafted in paint will help you visualize the problem and examine the settings:

After trying everything, even doing a clean install with just WordPress, WPML and Enfold, I’ve concluded that the issue resides with the theme itself. I’ve also seen the issue appear on other websites using the theme. We’ve also tried some other commercial themes and they work as
Hey!
Please add following code to Quick CSS as well Gary
#expertise, #about, #design, #photography, #writing, #process { max-height: 100px; height: 80px; }
.content { padding-top: 40px; }
Cheers!
Yigit
Hi ttem!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive #top .avia-content-slider-odd .slide-entry.first { width: 48%; }
Regards,
Yigit
sure! :
[av_video src='https://firehouseironworks.com/wp-content/uploads/2013/10/atthefirehouse.mp4' format='16-9' width='16' height='9']
Hello Josue,
Think you might have misread the post. That is not my website:-) I was just using the code suggested in the forum link I posted
but as advised, for some reason since the last update it does not work – sorry, can’t give you a link but need to know what has changed to make it stop working?
Thanks
Andrew
Hey Cutegi!
here’s the link you can follow the instructions given by “allegrabillings”
https://kriesi.at/support/topic/add-social-icons-to-nav-like-the-kriesi-site/
Regarding fix background I tried to keep a fixed background but it wasn’t really working. Was looking a bit weird when scrolling down. :)
Thanks a lot Yigit!
Its working fine but still as I mentioned in my previous message,
1. Its not showing Hover effect just like when you rollover an image the image get a bit fade and an Arrow popups for zoom in.
2. When I click on thumbnail (large image now) image open in pop up but when I click on zoom in (right top of the lightbox) it doesn’t zoom in to actual size of the uploaded image.
to elaborate you more I created 2 images by using Gallery Plugin and 2 images by Image Media Element. So, you can check the upper two images are not zooming in to actual size while the other two images are showing you full size of the image when you click on zoom button in lightbox.
http://goo.gl/wKE1F2
3. When you scroll down images pops up for no reason.
Please help thanks.
I have been hosting my Revit video training series on Udemy and using my WordPress blog just to drive traffic to Udemy, but changes there have me looking at hosting my courses myself.
1: First I need a membership management tool, like WishList Member.
2: Once I have membership covered, I will need to address streaming video and CDN integration. (Right now I have a couple of courses that amount to 30 GB of video files, and probably 25GB/month in traffic, but that will need to go up.)
3: Once I have those two, I need to manage creating “Products” and tieing them into the previous two. (probably 10 “products” within a year, with anywhere from 15 to 200 “members” for each product, with lots of overlap.)
Is all this really reasonable for someone rather new to WordPress and eCommerce (15 years experience in Architecture and IT, thus the topic of my training courses) or should I be seriously considering hiring someone?
Also, I am trying to understand the Enfold licensing. To me it looks like as soon as I have anything on my site behind a paywall the cost goes from $55 to $2750, which is right out of my startup ballpark. Hoping someone can set me straight there, because I have been really happy with the theme. But of course when I switched from Standard theme I wasn’t expecting a change in hosting from Udemy.
Thanks for any insights!
Gordon
Hi guys.
The enfold theme is great, i’ve have the portfolio grid working brilliantly, but then I just checked today and it’s not showing on my webpage anymore. (I’ve just reposted this topic as I think you didn’t see my last post).
http://www.jambarteambuilding.com/our-products/
(there should be about 12 portfolio items there.
What’s weird is that I also have the portfolio grid showing correctly on our homepage about half way down the page under “Hot ! Games and Activities”
http://www.jambarteambuilding.com/
I even created a test page and threw the portfolio grid in and it doesn’t show up in this new page either.
http://www.jambarteambuilding.com/test-page/
I’m sure I must be doing something wrong, but it was working before.
It may be my fault as I first noticed it after i installed zopim plug in this morning.
http://wordpress.org/plugins/zopim-live-chat/
I’ve since deactivated it and deleted the plug in, but it didn’t help
Any suggested please!