Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
Thank you for your reply.
Best, Nikolai
March 14, 2017 at 2:20 pm in reply to: Fullscreen Slider – Background Images are WAY ZOOMED IN on Tablet and Mobile #760727Hi ParkerBolt,
I had exactly same issue on tablets and mobile phones, the only way I could solve this was bij making background images “scroll” on tablets and mobile devices. If this is an acceptable solution for you, you could try adding the code below to your child’s theme stylesheet or to the themes “Quick CSS” area.
I hope this helps.
Cheers, Nikolai
@media only screen and (max-width:1280px) {
.avia-fullscreen-slider .avia-slideshow[data-image_attachment=”fixed”]>ul>li {
background-attachment: scroll !important;
}
}Great. Thanks.
Hi Rikard,
Thank you for your response.
When you click on a blog post’s authors’ name under a blog post title enfold displays a page with an authors bio (if submitted) and a list posts written by this author. Please look at this page to see what I mean: http://kriesi.at/themes/enfold/author/kriesi/
My question is if there is a way to create a page automatically listing all of the blog’s authors (bio’s and listing their posts under the respective author bio’s. Imagine just stacking them on top of each other on one page.
Hopefully this is more clear.
Thank you.
- This reply was modified 9 years ago by Nikolai.
Hi Yigit,
Great! Thank you for the very fast response. Fantastic support, as always :-)
Have a good day,
NikolaiSame problem here – also latest WP and Enfold on multiple sites. Removing Themeforest user name and API key fixed it. Any idea on why this is happening? Thanks.
January 28, 2015 at 6:46 pm in reply to: Dutch translations problem since the 3.0.5 Enfold update #387290Thank you for your fast response.
January 28, 2015 at 3:36 pm in reply to: Dutch translations problem since the 3.0.5 Enfold update #387013I found a quick fix – replaced Dutch language files nl_NL.mo and nl_NL.po in 3.0.5 withe the files from 3.0.4 – better translations came back, except additional custom translations have been lost, which is manageable, but not great…
Hi Elliot,
This is exactly what I was looking for. Thank you for your help.
Have a great day,
Nikolai
Hi Guenni007,
Thank you for your response. I am not going to use it for styling.
I need to trigger an event when the logo is clicked, therefor I need to have a custom class applied to the link.
Any idea’s on how to make this happen in an efficient way? I am using a child theme.
Thanks.
Hi Peter,
All clear. Thank you for pointing me in the right direction.
Best,
NikolaiI’ve found the solution – the icon “unicode” codes have changed.
Example code for a “check” icon was
content:”\2713″;
and now is
content:”\e812″;Hi Yigit,
This is fixed. Thank you very much for your help!
Cheers,
Nikolai -
AuthorPosts