-
AuthorPosts
-
June 8, 2015 at 9:49 am #455842
Hi, I need two feature in your theme… please help me. Your theme it’s beautiful _
I want the zoom out effect on hover image and the according tab with image inside (please see this effect here: http://xpertpoin8.com/demo/frattini/wp/new/restaurant/)
Please help me, thanks!
June 8, 2015 at 3:22 pm #456132Hi igianni84!
Can you please post the link to your page where you have accordion element?
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your element a custom class (to which you would like to apply this hover effect) and then add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.12); transform: scale(1.12); } .your-custom-class img:hover { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
Regards,
YigitJune 8, 2015 at 4:25 pm #456170Hi, I have do that here http://www.mtlooktest.com/fatina/fruit-power/. I have created a “according-new” class, but it’s totally different to this: http://xpertpoin8.com/demo/frattini/wp/new/restaurant/#menu
June 8, 2015 at 4:38 pm #456181Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.according-new p.toggler { min-height: 98px; background: url(https://xpertpoin8.com/demo/frattini/wp/restaurant/wp-content/uploads/2015/02/menu-1.jpg) no-repeat center center; background-size: 100% auto; text-align: center; padding-top: 40px; color: white; font-size: 20px; }
Best regards,
YigitJune 8, 2015 at 4:44 pm #456188Very thanks. Your support it’s the best that I ever seen… But I need other little information… As you can see http://www.mtlooktest.com/fatina/fruit-power/ all tabs have the same image and when I go on it with mouse the image disappear :(
How do I do to have different Image for every tab? And How do I do to fix the problem of image disappear?
Very, very, very tanks!
June 8, 2015 at 5:10 pm #456205Hi!
Please change the code i posted in my previous post to following one
.according-new section:nth-child(1) p.toggler:hover,.according-new section:nth-child(1) p.toggler { background: url(//xpertpoin8.com/demo/frattini/wp/restaurant/wp-content/uploads/2015/02/menu-1.jpg) no-repeat center center; background-size: 100% auto; } .according-new section:nth-child(2) p.toggler:hover,.according-new section:nth-child(2) p.toggler { background: url(https://xpertpoin8.com/demo/frattini/wp/restaurant/wp-content/uploads/2015/02/menu-3.jpg) no-repeat center center; background-size: 100% auto; } .according-new p.toggler { min-height: 98px; text-align: center; padding-top: 40px; color: white; font-size: 20px; }
You should change the code for each toggle according to first two codes
Best regards,
YigitJune 8, 2015 at 6:06 pm #456271I have rating your support with 5 stars! Very very very very thanks…
The last question: how do I do to remove the “plus” image? Thanks!
June 8, 2015 at 6:32 pm #456279Hi!
Please add following code to Quick CSS as well
span.toggle_icon { display: none; }
Cheers!
YigitJune 9, 2015 at 10:01 am #456554Very thanks!
June 9, 2015 at 11:54 am #456612Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘According tab with background image…’ is closed to new replies.