Hey tomgraziani!
Kriesi haven’t added an autoplay option for videos, he’s still working on it. Might be added on the upcoming updates of the theme.
Best regards,
Ismael
Hi Ismael,
1, 2 – THANKS!
3. Didn’t work. Here is what my Quick CSS currently looks like:
div.ppt {
display: none!important;
}
#top div .avia-gallery .avia-gallery-big img {
height: 100%;
}
[nolink]
Hi,
I would like to add either an image or text with the phone number in large burgandy red font to be located at the top of the homepage (or all pages) in the middle bland space between the logo and menu. How would I do that? Thanks!
Hi Sistah!
1.) Insert a color section then place a 2/3 and 1/3 column layouts side by side. Insert the gallery element on the 2/3 column and the text block inside the 1/3 column.
2.) That is a browser feature that the theme can’t control. You can’t disable that without disabling the image title attribute.
3.) Add this on Quick CSS or custom.css:
#top div .avia-gallery .avia-gallery-big img {
height: 100%;
}
Best regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.content, .sidebar { padding-top: 5px; }
If that does not help, please post the link to your website so we can take a look
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS and adjust as needed
#top .avia-slideshow-arrows a { top: 200px!important; }
Cheers!
Yigit
Hey erwanpia!
Can you post the link to your website so we can take a look at the issue you are having?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#header_main .social_bookmarks { top: 85%; right: -23%; }}
Regards,
Yigit
Hi lwolfe63!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#socket .copyright { width: 100%; text-align: center; }
#socket .sub_menu_socket { margin-top: -20px; }
Best regards,
Yigit
Thanks… How would I go to that page and open and pacific tab??? I want a viewer to click on any of the services in the top nag which will take them to that page and open the service they selected. Is that possible?
Hi rcgroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 4px; }
#top .avia-slideshow-button { margin-top: 2px; padding: 5px 8px; font-size: 11px;
}}
Cheers!
Yigit
Hi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }
#advanced_menu_toggle, #advanced_menu_hide {
top: 66%; }}
Cheers!
Yigit
Hi kardemomme!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { display: none; }
Regards,
Yigit
Hi,
I have the exact same issue with shortcodes. One was working and when I added a new one, stopped working. How did you solve it?
Tks,
João
I’m on 2.6.1 trying to get a full width image as the header with menus below, with no logo. Exhausted all combinations, set transparency and all I get is my header as a small graphic top left. I’m sure I am just mis-understanding something.
Thank you very much sir! Worked great!
Hey!
There is currently no option to stop auto-playing the video but I will add one with a future update :)
Best regards,
Kriesi
Open the link in a new tab or copy the text:
https://vimeo.com/channels/aviathemes
The LayerSlider plugin isn’t our own code and so we don’t have any docs for it. There is already included documentation with LayerSlider if you click on the help tab on the top right of any LayerSlider section though it isn’t in depth.
Updated theme and added the .avia_mobile #top .av-parallax-section{z-index: 0;} to my styles. All works now. Thanks
Dwain
Theme version sent so I’m closing the topic for now. Kriesi fully removed the supporting javascript for the dropdown mobile menu with 2.6 so it isn’t at all possible to use it with a further version of the theme right now.
Any other issues or topics can be asked as a new topic.
Regards,
Devin
Hi!
With the number of plugins active it could be almost anything. Looking at the source of your site there are two different SEO plugins running and as Peter mentioned at least one error with the bbPress output.
You can try deactivating all plugins (clear your caching plugins cache first) and then check the formatting at the start with no other possible conflicts active. Then re-activate plugins one by one to pinpoint the conflict.
Cheers!
Devin
Hi! I know that you have this thread about the safari video issue here: https://kriesi.at/support/topic/fullwidth-slider-video-not-playing-in-safari/
But is there anything that I can do? I’m running Safari Version 7.0.2 and youTube is not working.
If I change ‘#top .avia-slideshow-arrows a’ position to fixed it sort of achieves this, but the right arrows jumps to the far right of the page. How can I better control this?
My client would like the avia-slideshow-arrows / avia-slideshow-controls div to be a fixed distance from the top of the slideshow.
Right now when you move through the images, the arrows adjust to the center of the image. I’d like to set the arrows to be a fixed distance from the top of the div, so they don’t change position when the image changes.
http://www.ksha.com/projects/oracle-headquarters/
Hi!
Thank you for the updated URL. It typically takes Kriesi quite a while to respond to topics tagged for him so it could be some time before he is able to respond.
Cheers!
Devin
There isn’t any documentation available that would help as this is basic css inheritance. You target the items with specific selectors and then give declarations as needed.
I’m going to close this topic for now as its gotten far too out of hand for what we support here on the forums. Codeablie.io, Microlancer or even http://kriesi.at/contact/customization are all great resources for getting individual elements of a theme customized if you aren’t comfortable with the css or php needed but it isn’t something we are able to offer.
Hi I would like a background color on hover on the top menu, how can I restrict the menu height , just the li, following does apply 48 to li and hover background takes all height, which is unpleasant !
header_main .container { height:88px; line-height: 88px; }
.main_menu ul:first-child > li a{ height:48px; line-height: 48px; }`
thanks