Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Parisi Friend
    #1095066
    This reply has been marked as private.
    Saguaros Moderator
    #1095087

    Hi @parisi,

    It seems that your domain: https://crfpb.org.br/ is using another template, could you share the correct URL of site which you’re using our template?

    And clarify the issue in details and share the credentials so I can check for you.

    Regards

    Parisi Friend
    #1095115

    Sorry ,you are right

    http://crfpb.org.br/newsite/ , here it is the right one
    i need the news dynamic, means moving instead static

    Saguaros Moderator
    #1095293

    Could you share the credentials of your site: Admin + FTP account so I can check if it can be done?

    Parisi Friend
    #1095295
    This reply has been marked as private.
    Saguaros Moderator
    #1095532

    Hi,

    I can’t access your site now, you can try this way:
    1- Go to file: root/templates/ja_focus/html/mod_articles_category/brick-slide.php
    2- Near the end of file, you will see script there:

    var swiper = new Swiper('.brick-layout .swiper-container', {
        nextButton: '.swiper-button-next',
        prevButton: '.swiper-button-prev',
        slidesPerView: 3,
        paginationClickable: true,
        spaceBetween: 0,
        breakpoints: {
          1024: {
            slidesPerView: 3
          },
          768: {
            slidesPerView: 2
          },
          640: {
            slidesPerView: 2
          },
          480: {
            slidesPerView: 1
          }
        }
    });

    change it to:

    var swiper = new Swiper('.brick-layout .swiper-container', {
        nextButton: '.swiper-button-next',
        prevButton: '.swiper-button-prev',
        autoplay: 2500,
        autoplayDisableOnInteraction: false,
        slidesPerView: 3,
        paginationClickable: true,
        spaceBetween: 0,
        breakpoints: {
          1024: {
            slidesPerView: 3
          },
          768: {
            slidesPerView: 2
          },
          640: {
            slidesPerView: 2
          },
          480: {
            slidesPerView: 1
          }
        }
    });

    Regards

    Parisi Friend
    #1095537
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Parisi 6 years, 1 month ago.

The topic ‘Normal and Dynamic’ is closed to new replies.