Hey Publicus!
For #1 there isn’t currently a way to do that. We’ve tried a few things internally but Kriesi is still looking to add some more options for things like that once the playback bugs that are live get taken care of.
2) HTML5 formats in general is the best bet. You can use fallback as needed for the most flexibility as long as the video files are in the same folder with the same name but a different extension.
3) You would need to give the item either a custom class name or if its a color section its own ID and then specifiy your custom height via css. See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
I deleted your post in the video debugging topic because it was off-topic for that specific thread. I know I step on a few toes when I do that but it helps immensely to keep single use stickied topics clear of any general questions.
Regards,
Devin
Hi!
We’ll address separate topics in their own right. We have a massively higher than normal influx of requests right now so it will be a bit slower than normal at least for us.
Regards,
Devin
No, it shouldn’t be happening but it seems it is even still.
I’ve tagged Kriesi on the topic and hopefully he can find a fix for these.
My last post was deleted for some reason.
I have a few questions while using the color element in layout builder for video backgrounds.
1. How can I stop playback? i don’t want looping. just one play until the screen is refreshed
2. any tips on mobile video formats? currently i have set to display a jpg since video is not playing. i’ve used recommend settings found online, with no luck.
3. how to change the viewport height to something other than 25, 50, 75, and 100%? i want custom % or pixels?
thanks in advance,
larry
Hi, what’s up
2 questions concerning the following link: http://wirex-systems.com/wordpress/
1. how can I avoid the header resizing when scrolling down the page, meaning that I would like it to be fixed without any change. (I’m using Small fixed Header)
2. Please play a moment with the ‘Vertical’ sub-menu; Note that all the content is in one page and by selecting a sub-context, the page scrolls automatically.
My problem is that when clicking on ‘Telecom’ or ‘Cyber…’ (of which I used my #tags), the page immediately jumps! but when clicking on ‘Government’ (which use #top) the page is smoothly scrolling back.
Of course, same in the ‘Products…’ page.
How can I make my #tags to behave smoothly just like the #top ?
Many thanks
Thanks for this, Yigit. At http://delaware.ca/new-home/ the following issues exist:
– Still have the issue where, in the Masonry Gallery options, I have it set to display caption only on hover. However, it is displaying the caption regardless.
– Still have a different background color for the top and left side of the masonry area. How do I set it to be the same as the masonry background?
– When the social icons got larger they don’t fully show (YouTube, for example, is cut off) – and the spacing between needs adjusting as well.
– Since we are using the full width masonry, and it can’t be put into columns, is there a way to have the logo and icons left and right justify, respectively, so the page is balanced?
Many thanks,
Drew
I had the code taken from this thread:
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px; }
.iconbox_top .iconbox_content { text-align: left; }
It was working fine until today. I changed one thing in the CSS (ladding in the full page code.
Here is an example of my site with this problem.
Thanks in advance for your help.
Hi Guys,
I e-mailed before about the problem below, ref: #225932 I upgraded to the latest software and deleted cache, the link appeared to be working, now its not?, any ideas?.
Could you advise me?. I have a portfolio: http://www.naturaloutlook.com , under the first image you see of the computer I have quick link buttons to #tags in colour sections. I have a problem with the expertise button, which links to a colour section on a separate page – the About page. When you hit the button the page loads but scrolls past the start of the section, the odd thing is, if you go to About at the top of the page menu, then expertise which has the same page link, the page scrolls perfectly. Can you offer any advice to get the button from the home page to work correctly.
Hope that makes sense?.
Thankyou,
Gary
Hi,
I started a topic here (https://kriesi.at/support/topic/image-icon-in-the-navigation-menu/#post-226445) but someone closed it before I get the full answer.
Could you please re-open it or reply here please ?
Thanks,
Regards,
Julien
Hi!
Add following code to Style.css as well
#top .main_menu .menu>li:last-child>a {
padding-right: 15px!important;
}
Changing the height is not possible with the header type you are using
Cheers!
Yigit
Hey!
1-Dot was missing in front of the class. Please add it Quick CSS as following
.post-meta-infos { display: none; }
2- Please refer to https://kriesi.at/support/topic/remove-blog-from-title-bar/#post-182579
3- Please go to Settings > Reading and check "Summary" in "For each article in a feed, show" and add following code to Functions.php file
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Cheers!
Yigit
Hey Miikey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
Cheers!
Yigit
Where and how is the top header area enlarged to accommodate a larger logo and how does one center the logo instead of flush left? How is the menu location changed? I’ll probably want it centered underneath the logo instead of right justified.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main_alternate { display: none; }
#top .social_bookmarks li a { font-size: 20px; }
.bottom_nav_header.social_header #header_main .container { height: 122px; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button { float: left; }
Best regards,
Yigit
Also – I lightened the background of the masonry with:
.av-masonry-container {
background: #f9f9f9;
}
… but the top and left side are still dark grey. How do I lighten those?
Thanks!
Drew
with the latest update, my menu items have moved up about 20px. When the page first loads and the top menu is normal size, and when users scroll down and it remains fixed. How can I move it down again?
This reply has been marked as private.
This reply has been marked as private.
Hi,
I’d like to add an image to the top of my blog page using the Color Section in the Avia Layout Builder. This works on all pages except for the blog and the blog archives pages. http://192.185.98.211/~quinsonf/2014/02/
You can see, for example, that it works here – http://192.185.98.211/~quinsonf/us/
Thanks for the help! Great theme, btw.
Gabe
This reply has been marked as private.
Hi for what reason does the base.css affect the native galleries image / item width in content ? I removed this portion of code but there’s certainly a reason, what does ENFOLD officially reply ? THANKS .
#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}
There are no submenus at this time. The menu is all top level pages that I want to have the hover button effect on.
Hi!
We aren’t sure why but for some reason some users aren’t able to get videos to play in Firefox, iOS etc. Kriesi is working on an update and to try and get them all sorted out in one swoop we are attempting to test fixes live. See: https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
There may also be an issue with Vimeo’s player in certain circumstances not playing on OSX so if you need to get it up and running ASAP I would suggest trying YouTube or self hosted as a short term fix.
Best regards,
Devin
Hi!
Please refer to Ismael’s post here to add a tagline https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194
and please add following code to Quick CSS
.avia-menu-fx { bottom: 20px; }
Best regards,
Yigit
Hello Devin,
i apology if that sounds like a whining. I love this theme and i’m trying to use it properly.
Considering that words into the buttons are not so long, like “Cassa” instead of “Cart” and i have the exactly same issue on the english version of the shop i guess there is some css that get some conflict.
It is possible to know where to put hands on? :)
I got the scroll issue aswell and i found the solving css
In particular i have problem concerning the Cart on the sidebar, because i want to keep it there.
Any help would be appreciated.
Kind regards
Alex
Hey Nate!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-smallarrow-slider-heading> div {
display: inline;
}
Cheers!
Yigit
Glad to know. I thought Firefox had not supported mp4 now too but since it relies on a users system having the codec it can definitely be a bit buggy.
If anyone else is having issues and would like to help us debug I’ve started a topic requesting information be sent to us so we can try fixes live and ‘in the wild’.
See: https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
I’m closing this one for now so if you have issues still and its only on a specific browser/os/device I would appreciate allowing us to take a look at your live install by submitting your information via the method in the post above.
Regards,
Devin