Forum Replies Created
-
AuthorPosts
-
Thanks. You can close it out.
I didn’t see anything on the WooCommerce forum but did notice that if you add the attributes from the active counter, you achieve the results I was looking for:
#top .av-cart-counter {
-webkit-transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}OK thanks, Jordan.
June 21, 2019 at 8:11 pm in reply to: Couldn’t add the font because the server didn’t respond error #1112404The PHPZip class idea fixed this issue for me. Thanks!
July 14, 2016 at 2:54 am in reply to: Open AJAX portfolio on load but don't scroll to the folded out item #660634I modified the offset here (around line #1491) to compensate for a revised header height in case anyone else is looking for a solution to that.
Thanks, IsmaelHi All-
I’ve noticed this too. It seems to have happened after the latest Enfold release.
If you go to the one-page restaurant demo, you can see:
http://kriesi.at/themes/enfold-restaurant-one-page/
If you click on the menu link, about will be highlighted; click on contact, menu is highlighted, etc. Anchors just seems to be slightly off.
T
Hi Rikard-
I came up with this CSS solution:
.avia_transform .av_fullscreen li.slide-x .avia-caption-content, .avia_transform .av_fullscreen li.slide-x .avia-caption-title, .avia_transform li.slide-x .avia-slideshow-button {
animation: none !important;
-webkit-animation: none !important;
visibility: visible !important;
}where x is the slide(s) that you don’t want animated. There may be a more elegant solution, however.
T
-
AuthorPosts