Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #456132

    Hi 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,
    Yigit

    #456170

    Hi, 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

    #456181

    Hi!

    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,
    Yigit

    #456188

    Very 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!

    #456205

    Hi!

    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,
    Yigit

    #456271

    I 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!

    #456279

    Hi!

    Please add following code to Quick CSS as well

    span.toggle_icon {
      display: none;
    }

    Cheers!
    Yigit

    #456554

    Very thanks!

    #456612

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘According tab with background image…’ is closed to new replies.