Forum Replies Created
-
AuthorPosts
-
August 17, 2020 at 8:43 am in reply to: ALB – TAB Section – adjust length to content do not work #1238417
Hi Rikard,
i just updated to 4.7.6.3 (the newest enfold update) and it seems to fix the problem. The tab selection is now working on this site.
I’m still checking on other sites, but it seems to solve the problem so far.
Thanks for the fast fix!March 7, 2019 at 9:22 am in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1075864Hi,
thanks for looking into this, this works as a workaround for the moment.
March 4, 2019 at 10:09 am in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1074259Hi,
yes see the private content.
March 1, 2019 at 12:22 pm in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1073112sure, on the example page you can see 2 images.
Both have the hover-effect “slightly zoom image”. The upper image has a “lightbox” link the lower image doesn’t.
As you can see the Hover Effect only works on the lower image.
example page for image hoverMarch 1, 2019 at 12:14 pm in reply to: Change the sort order of Portfolio Items ( single item view / prev next button) #1073103to answer my question myself, at least the 2 part: there is a way to limit the (prev next) entries to the category they are from. If anyone is interested, here is the code:
add this to your function.php (child theme)
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['is_fullwidth'] = false; $settings['same_category'] = true; return $settings; }
and some informations in the the docs
Enfold Docs
nevertheless I’m waiting for help or an answer to my first question.- This reply was modified 5 years, 8 months ago by ArturBala.
i can confirm the BUG regarding css compression and missing header BG images!
in all of our enfold projects it is the same problem after updateing to 4.3.
This should be fixed.Well the layer slider is an option, but the fullwidth slider is easier to handle,
so you might consider that function as an usefull addition for an enfold update.Hi Victoria,
ok here is the website:
Please keep in mind that i did a “workaround” in the slider to get this animation delay at this stage.
So what you see is a slider where the display time is set to 4 sec. i duplicated the slides (one without the text and a second with the text) to get the text delay. BUT this is a bad workaround IMO. I want to delay (the inital animation) of the text animation on the slides so that i don´t have to do a workaround with duplicated slides.Hey Yigit,
thanks for the hint, BUT this is not the solution. When adding the code the result is still:
1: Image fade in
2: text animation (immediately) and text is vidible
3: after 2 sec. delay the animation starts again (that is what the delay do)So in the end i got 2 animations the inital and after 2 sec. a second animation.
But how to delay the initial text animation? -
AuthorPosts