(Free) Blog Gallery Grid to Carousel

Description

  • change Gallery Block Grid in Blog Posts to Carousel format
  • view demo – password: abc
  • my friend code this feature, you can send her a coffee

02.26c03v2

#1. Install code

#1.1. Make sure you use Gallery Block Grid, because code runs for Gallery Block Grid only

02.26c03v2

#1.2. Click Gear icon on Blog Page

02.26c03v2

Next, click Advanced > Page Header Code Injection

02.26c03v2

Paste this code to right box

<!-- 02.26c03v2 - Gallery Block Grid to Carousel -->
<script src="https://code.beaverhero.com/blogpost/grid2carousel.js"></script>
<link rel="stylesheet" href="https://code.beaverhero.com/blogpost/grid2carousel.css"/>

(Free) Blog Gallery Grid to Carousel

#2. Customize

#2.1. To change space between images02.26c03v2

You can change this option in Gallery Grid

02.26c03v2

#2.2. To change number of image columns, change this option

02.26c03v2

#2.3. To change arrow style, use this to Custom CSS box

button.tp-gallery-nav {
    width: 30px !important;
    height: 30px !important;
    background-color: #f1f !important;
    border: none !important;
    box-shadow: none !important;
}
button.tp-gallery-nav:before {
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
}

02.26c03v2

Buy me a coffee