Before you ask please READ THIS

change the transition effect of the home FEATURED GALLERY

Hello!
I have a doubt, this site (http://23.235.196.190/~wwwbelfa/), at home I used FEATURED GALLERY to make a rotating banner input, however, the client would have rather the images rotate from right to left, have the effect of a simple Fade, but did not find how to change the transition effect, can help me?

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    If you want to change slide direction then you will have to do it in js/a13-slider.js as there is no option for that in theme. Try swapping values in 1537~ line, mainly-100% with 100%
    
                    case 2:	// Carousel
    					TweenMax.fromTo(nowSlide, transition_speed, { autoAlpha : 1, x : (isPrev? '-100%' : '100%') }, {x : '0%', ease: Power2.easeInOut, onComplete : album.afterAnimation} );
    					TweenMax.fromTo(oldSlide, transition_speed, {x : '0%'}, {x : (isPrev? '100%' : '-100%'), ease: Power2.easeInOut, onComplete : afterCB});
                        break;
    
    If you want fade instead then you can select such effect while editing album. If you rather mean other direction of animation plus fading out also, then you will have to add it on your own in above mentioned file.

    With kind regards.
  • Hello!
    it's weird, I suggested changes in this file, but not changed in the home, even after excluding the code, will not change anything, it seems that this js / a13-slider.js file does not concern the effect of home
  • AirAir
    Posts: 10,970
    Hello:-)

    You probably have some hard cache on in your site, and this is why you don't see any changes.

    With kind regards.
  • Hello!
    But I did not install any plugin cache and the server also does not cache, it is only the subject that I'm realizing that, I think the issue really is not obeying the settings as you see, the link [http://23.235.196.190/~wwwbelfa/album/feminino/] when you click on a photo, open the display from carousel, but the theme settings as you can see in this print [https://drive.google.com/file/d/0BwT1hit5bLQdZFhUTURVNVRCVlU/view?usp=sharing] in Album Layout -> Single Album Appearance (slider) switched CAROUSEL to FADE, but the site continues to CAROUSEL, does not meet the exchange.
  • AirAir
    Posts: 10,970
    Hello :-)

    Now I know what is the issue in your case. We are talking about different things. I was talking about Album in slider mode, and you are talking about album in bricks mode. When you click on one brick you open ligthbox. I don't have code to modify it as it external script.
    However on beginning of next week we will release update that will add new transition effects to choose for this lightbox cause as you can see http://sachinchoolur.github.io/lightGallery/demos/transitions.html it has many interesting transitions to choose from. Hopefully you will find something for you there.

    With kind regards.
  • Sorry, just gave an example that the problem could not be Cache, but really what I needed to change was the effect of the home [http://23.235.196.190/~wwwbelfa/], which used the Featured Gallery, this piece I needed to change to a fade effect.
  • AirAir
    edited January 2016 Posts: 10,970
    This is also not Album slider, so changing to fade effect also wont work for it. You can insert there album instead and set fade effect for it. Read more here http://apollo13.eu/docs/thirteen/#!/adding_frontpage

    With kind regards.
    Post edited by Air on
  • The problem I'm facing is that really the issue is not obeying your configuration, see this link [http://23.235.196.190/~wwwbelfa/album/album-home/], created an album as you can see in this print [https://drive.google.com/file/d/0BwT1hit5bLQdbUVEUXd5VWhZTlk/view?usp=sharing], configured it to use the FADE effect, but it does not apply the FADE, always gets the carousel.
  • Sorry, updated the theme now and is working correctly, Thank you for your attention
  • AirAir
    Posts: 10,970
    Sorry for misunderstanding you :-(

    I am glad it is now fixed. I wonder what kind of glitch it was.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!