Okay
  Public Ticket #1470560
Album section
Closed

Comments

  • Luis Afonso started the conversation

    Hi,

    I would like to have only 4 albuns in my site? How can I get rid of the albums-carousel? Tried removing those divs but didn't work.

    Thanks,

    Luis

  •  839
    Jelly replied

    Hello,

    Unfortunately customization like that don't cover by support. You can find yourself a freelancer who will do that for you: https://studio.envato.com/.

    You can also leave only 4 albums and change /scripts/main.js:290 cellAlign to left. Then hide slider controls with these options: https://flickity.metafizzy.co/options.html#prevnextbuttons. It should work.

    Best Regards,
    Jelly Team

  • Luis Afonso replied

    Customization? You mean I can only have the number of albums present in the demo? Excuse me, but that's not acceptable.

  • Luis Afonso replied

    In the demo you have 12 albums. There is a <div class="carousel-cell"> that contains 2 <div class="album">.

    Imagine I want to have only 8 albums. I tried to remove the last two <div class="carousel-cell">.

    Didn't work. The layout is broken.

    My question is just how do I do it. What html elements I need to keep in order to do this.

    Thanks,

    Luis

  •  839
    Jelly replied

    Your question: How can I get rid of the albums-carousel? 

    You don't want to remove carousel?

    If you want to remove albums you should remove <div class="album">: https://tppr.me/vdam7 and leave <div class="carousel-cell">.

    Best Regards,
    Jelly Team

  • Luis Afonso replied

    Ok. Just did what you instructed. http://luisafonso.com/index-menu-classic.html

    I remove the last 4 albums and left two empty <div class="carousel-cell"></div>

    Now the layout is not broken, but the navigation shows three dots and when I use the arrows it navigates to an empty third carousel cell...

    How can I prevent the carousel from going to the empty cell?

    Thanks,

    Luis

  • Luis Afonso replied

    Just figured it out. Removed the two empty <div class="carousel-cell"></div> and now it shows only 8 albums.

    Thanks. You should clearly add this information to the documentation. That the albums need to the placed inside a <div class="carousel-cell">.

    Luis

  •  839
    Jelly replied

    Great! Thank you for your suggestion.

    Do you still need my help in anything else?

    Best Regards,
    Jelly Team

  • Luis Afonso replied

    In this subject no. 

    Thanks,

    Luis

  •  839
    Jelly replied

    Hello,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    Best Regards,
    Jelly Team

  • Luis Afonso replied

    I need to reopen this...

    Tried the layout on my iMac (Retina 4K, 21.5in). First time I access the Albums the layout is all wrong (see attachment).

    If I resize the window, the layout is fixed. It happens on Safari and Chrome.

    Need a fix for this, please.

    Luis

  •  839
    Jelly replied

    It looks exactly like in the demo: https://tppr.me/197s7 and https://tppr.me/2F4yv.

    Go to http://luisafonso.com/newsite/scripts/main.js:288 and try changing cellAlign: 'center' to cellAlign: 'left'.

    More options for carousel: https://flickity.metafizzy.co/options.html. You can try them all to get a layout you want.

    Best Regards,
    Jelly Team

  • Luis Afonso replied

    Thank you! Very helpful.

    I managed to correct the wrong behavior.

    Luis