Warning: Trying to access array offset on value of type bool in /home/co/public_html/mn/wp-content/themes/barrel/archive.php on line 68

Sections

Bio Link page, Hero Section, Learn, Sections

Background Shape Style Section

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

  
      <script src="https://biz15.com/trialone/custom/js/shapesectiondesigns.js"></script>
      <script>
        new ShapeSectionDesigns(
        {
            style : 1,
            theme : {
                titleColor : "hsl(300, 100%, 30%)",
                buttonColor : "white",
                buttonBgColor : "black",
                buttonHoverColor : "white",
                buttonHoverBgColor : "hsl(300deg 100% 30%)",
            },
            sectionAlign : "left",
            title : "The Journey of John Fashion",
            para : "At John Fashion, we're driven by a deep passion for creating unique and timeless designs.",
            shape : 3,
            image : "https://biz15.co/uploads/files/b9507b7be121112399fd4998390f3856.png",
            button : {
                text : "Know More",
                link : "#"
            }
        }
        )
      </script>
      

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

{ 
      image : "yourimage.png",
      }
      

Where To Set Title And Paragraph

Below code for Where To Set Title And Paragraph :

{ 
      title : "Your Title",
      para : "Your Paragraph",
      }
      

How To Set Content Left To Right And Right To Left

Below code for How To Set Content Left To Right And Right To Left :

{ 
      sectionAlign : "left",
      }
      

How To Set Theme Color

Below code for How To Set Theme Color :

theme : {
              titleColor : "hsl(300, 100%, 30%)",
              buttonColor : "white",
              buttonBgColor : "black",
              buttonHoverColor : "white",
              buttonHoverBgColor : "hsl(300deg 100% 30%)",
          },
      

Where To Set Background Shape

Below code for Where To Set Background Shape :

{ 
      shape : 3,
      }
      

Where To Set Button Link

Below code for Where To Set Button Link :

button : {
              text : "Know More",
              link : "#"
          }
      

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Call To Action, Learn, Sections

Call To Action Section with Email and Phone Collector

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

 <!-- Include the external JavaScript file for CTA_PHONE_EMAIL_COLLECTOR -->
<script src="https://biz15.com/trialone/custom/js/cta-email-collector.js"></script>

 <!-- Initialize CTA_PHONE_EMAIL_COLLECTOR -->
<script>
// Create a new instance of CTA_PHONE_EMAIL_COLLECTOR with configuration settings
new CTA_PHONE_EMAIL_COLLECTOR({
// Specify the type of collector (in this case, for email Or Phone)
for: "email",
// Set the animation speed (in milliseconds)
animationSpeed: 50000,
// Define the height of the section
sectionHeight: "250px",
// Set the title for the CTA section
title: "Supercharge Your Digital Presence!",
// Provide a background image for the CTA section
backgroundImage: "https://img.freepik.com/free-photo/guy-shows-document-girl-group-young-freelancers-office-have-conversation-working_146671-13569.jpg?w=740&t=st=1698816493~exp=1698817093~hmac=38e57403d2bebea3627efdb49e7eb96803eaeb5246b5d30c9a3a5c066742bb43",
// Configure button settings
buttonSetting: {
// Set the text color of the button
textColor: "#ffffff",
// Set the background color of the button
buttonBgColor: "#5e6fd9",
// Set the background color of the button on hover
buttonBgColor_onHover: "#1e3799",
// Set the border radius of the button
buttonBorderRadius: '5px',
}
});
</script>

The result following the completion of the steps.

Where To Set Background Image

Below code for Where To Set Background Image:

{ 
// Provide a background image for the CTA section
backgroundImage: "yourimage.jpg",
}

Where To Set Title

Below code for Where To Set Title :

 { 
// Set the title for the CTA section
title: "Supercharge Your Digital Presence!",
 }

Where To Set Call To Action Height

Below code for Where To Set Call To Action Height :

 { 
// Define the height of the section
sectionHeight: "250px",
 }

Where To Set Email Or Phone Collector

Specify the collector types needed (email and phone)

Below code for Where To Set Email Or Phone Collector Button :

 { 
// Specify the type of collector (in this case, for email)
for: "email",
 }

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Learn, Sections, Slider And Carousel

Image with clickable slide

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

 <script src="https://biz15.com/trialone/custom/js/circleslider.js"></script>
<script>
new CircleSlider("your-unique" , {
    // TITLE
    title : "We Create Solutions for Your Business",
    // DESCRIPTION
    para : "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto, aut?",
    // BUTTON TITLE
    buttonName : "Get Started",
    // BUTTON LINK
    buttonLink : "#",
    // SLIDE IMAGES
    imgages : [
        "https://biz15.co/uploads/block_images/e7591fbc7a5bf73f886b99eb2ba647d3.png",
        "https://biz15.co/uploads/block_images/94d236db7f7d419228d8075dee548593.png",
        "https://biz15.co/uploads/block_images/86a67146ccd664430b6e2cc1bdcca862.png",
        "https://biz15.co/uploads/block_images/86a67146ccd664430b6e2cc1bdcca862.png",
        "https://biz15.co/uploads/block_images/86a67146ccd664430b6e2cc1bdcca862.png",
    ]
})
</script>

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

{ 
imgages : [
"yourimage.png",
]
}

Where To Set Title And Description

Below code for Where To Set Title And Description :

 { 
// TITLE
title : "Your Title",
// DESCRIPTION
para : "Your Description",
 }

Where To Set Button Link And Text

Below code for Where To Set Button Link And Text :

 { 
// BUTTON TITLE
buttonName : "Get Started",
// BUTTON LINK
buttonLink : "#",
 }

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Blog Grid With Button

 

 

 

 

 

Step One: Insert a Custom HTML Block.

 

 

 

Step two: Just Paste below JS code into your Custom HTML block

 

<!-- JS DATA CODE -->
<!-- Include the external JavaScript file for Product Grid Style 006  -->
<script src="https://biz15.com/trialone/custom/js/blogstylegrid.js"></script>

<!-- Initialize Product Grid Style 006 -->
<script>
// Step 1: Create a new instance of Product Grid Style 006 with theme settings and blog data
new BlogStyleGrid(
{
// Step 2: Define theme settings for the grid
themeSetting: {
style: 2,
contentBackgroundColor: "#292929",
contentBackgroundColor_onHover: "black",
contentBoxBorderRadius: "20px",

titleFontSize: "15px",
titleTextColor: "white",
paraFontSize: "12px",
paraTextColor: "whitesmoke",

dateTextColor: "whitesmoke",
dateFontSize: "10px",

buttonFontSize: "10px",
buttonBorderRadius: "15px",
buttonBackgroundColor: "blue",
buttonBackgroundColor_onHover: "darkblue",
buttonTextColor: "white",
buttonTextColor_onHover: "white",
}
},
// Step 3: Provide an array of blog data objects (you can adjust the number of entries)
[
// Step 4: Define data for the first blog entry
{
blogImage: "https://biz15.co/uploads/files/2a5f5b6b041fba102c53b259e05a5594.jpg",
date: "00 / 00 / 0000",
title: "Your Title",
para: "Your description",
button: {
text: "Know More",
link: "#",
},
},
// Repeat Step 4 for additional blog entries as needed...
]);
</script>

 

 

The result following the completion of the steps.

 

 

 

 

Where To Set Image

 

Below code for Where To Set Image:

 

{ 
 blogImage: "yourimage",
}

 

 

Where To Set Title, Description And Paragraph

 

Below code for Where To Set Title, Description And Paragraph :

 

{ 
  date: "00 / 00 / 0000",
  title: "Your Title",
  para: "Your description",
}

 

 

Where To Set Theme Color

 

Below code for Where To Set Theme Color :

 

themeSetting: {
style: 2,
// box style 
contentBackgroundColor: "#292929",
contentBackgroundColor_onHover: "black",
contentBoxBorderRadius: "20px",
   
// Title and Description
titleFontSize: "15px",
titleTextColor: "white",
paraFontSize: "12px",
paraTextColor: "whitesmoke",

// text color & size
dateTextColor: "whitesmoke",
dateFontSize: "10px",

// button style
buttonFontSize: "10px",
buttonBorderRadius: "15px",
buttonBackgroundColor: "blue",
buttonBackgroundColor_onHover: "darkblue",

// button color normal & hover 
buttonTextColor: "white",
buttonTextColor_onHover: "white",
}

 

 

Where To Set Button Link And Text

 

Below code for Where To Set Button Link And Text :

 

button:
{
text: "Know More",
link: "#",
},

 

 

 

 

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

 

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

 

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

 

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Classic Grid With Button

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

<!-- HTML CODE -->

<script src="https://biz15.com/trialone/custom/js/classicgridstyle.js"></script>  
<script>
// Define an array of product for each grid column
new ClassicGridStyle( {themeColor : 'goldenrod'} , [
{
// grid image
imageUrl: "https://biz15.co/uploads/files/f69584f6dd1c0189175095d0cdb35440.png",
// grid title
title: "Fresh and Healthy Salad",
// small title 1
calories: "60 Calories",
// small title 2
servings: "2 Person",
// grid price
price: "₹100",
// button link
link: "https://biz15.co/classic-grid"
},
 // Define product for the remaining columns here
]);
</script>

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

 { 
imageUrl: "yourimage.png",
 }

Where To Set Title, Paragraph And Price

Below code for Where To Set Title, Paragraph And Price :

{
title: "Fresh and Healthy Salad",
calories: "60 Calories",
servings: "2 Person",
price: "₹100",
}

How To Set Theme Color

Below code for How To Set Theme Color :

{themeColor : 'goldenrod';}

Where To Set Button Link

Below code for Where To Set Button Link :

{
link: "https://biz15.co/classic-grid"
}

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Hero Section, Learn, Sections

How to Add Collage Section – 001

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

      <!-- Include the JavaScript file for the CollageSection001 component -->
      <script src="https://biz15.com/trialone/custom/js/collagesection001.js"></script>
      
      <script>
          // Create a new instance of the CollageSection001 component
          new CollageSection001(
          {
              // Set the subtitle for the collage section
              subTitle: "Summer collection",
      
              // Set the main title for the collage section
              title: "TRENDY AND CLUSSI FOR NEW SEASON",
      
              // Provide a description for the collage section
              description: "I'm very much of the 'buy better' persuasion but never really knew where to look.",
      
              // Specify the date for the collage section (currently placeholder values)
              date: "00 / 00 / 0000",
      
              // Set the link for the button in the collage section
              btnLink: "https://example.com/",
      
              // Specify the URL for the image in the top-left position of the collage
              leftTopImg: "https://biz15.co/uploads/files/841f9e410b39fdcf5dd4007184cc6429.jpg",
      
              // Specify the URL for the image in the bottom-left position of the collage
              leftBottomImg: "https://biz15.co/uploads/files/73aab86b868ed854ee349204a9504c2f.jpg",
      
              // Specify the URL for the image in the center position of the collage
              centerImg: "https://biz15.co/uploads/files/cddfa7af68648a2e7395b686ab6c06d6.jpg",
      
              // Specify the URL for the image in the top-right position of the collage
              rightTopImg: "https://biz15.co/uploads/files/04fbb3c8976b268cd95ac57afb3af22a.jpg",
      
              // Specify the URL for the image in the bottom-right position of the collage
              rightBottomImg: "https://biz15.co/uploads/files/2fc4ff310e1665c85291a5052636d0e0.jpg",
          });
      </script>

The result following the completion of the steps.

Where To Set Images

Below code for Where To Set Images :

 { 
// Specify the URL for the image in the top-left position of the collage
leftTopImg: "yourimage.jpg",
      
// Specify the URL for the image in the bottom-left position of the collage
leftBottomImg: "yourimage.jpg",
      
// Specify the URL for the image in the center position of the collage
centerImg: "yourimage.jpg",
      
// Specify the URL for the image in the top-right position of the collage
rightTopImg: "yourimage.jpg",
      
// Specify the URL for the image in the bottom-right position of the collage
rightBottomImg: "yourimage.jpg",
 }

Where To Set Title And Description

Below code for Where To Set Title And Description :

{
// Set the subtitle for the collage section
subTitle: "Your Sub Title",
      
// Set the main title for the collage section
title: "Your Title",
      
// Provide a description for the collage section
description: "Your Description",
}

Where To Set Date

Below code for Where To Set Date :

{
// Specify the date for the collage section (currently placeholder values)
date: "00 / 00 / 0000",
}

Where To Set Button Link

Below code for Where To Set Button Link :

{
// Set the link for the button in the collage section
btnLink: "https://example.com/",
}

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Fashion Grid Styles Section – 001

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

 

<script src="https://biz15.com/trialone/custom/js/fashiongridstyle001.js"></script>


<script>
    // Create a new FashionGridStyle001 object
    new FashionGridStyle001(
        // Configuration object for the style (e.g., style 1)
        {style: 1},
        // Theme customization object with color settings
        {theme: {
                imageBgColor: "hsl(0, 100%, 92%)",
                imageHoverBgColor: "hsl(0, 100%, 78%)",
                titleColor: "hsl(300, 100%, 30%)",
                buttonColor: "white",
                buttonBgColor: "hsl(300deg 100% 10%)",
                buttonHoverColor: "white",
                buttonHoverBgColor: "hsl(300deg 100% 30%)",
        }},
        // Responsive settings for desktop, tablet, and mobile
        {responsive: {
            desktop: 3,
            tablet: 2,
            mobile: 2
        }},
        // Array containing fashion product details
        [
            {
                // Product details for the first item
                img: "https://biz15.co/uploads/block_images/0dc8b43d5a1171b96e088adfec5eaa1d.png",
                title: "Your Title",
                para: "Your paragraph",
                // Button details for the first item
                button: {
                    text: "Know More",
                    link: "#",
                    icon: "fa-solid fa-arrow-right",
                }
            },
            // ... add more product details as needed
        ]
    );
</script>

The result following the completion of the steps.

Where To Set Image, Title And Paragraph

Below code for Where To Set Image, Title And Paragraph :

 
    // Product details for the first item
    img: "your-image.jpg",
    title: "Your Title",
    para: "Your paragraph",

Where To Set Button Setting

Below code for Where To Set Button Setting :

 
    // Button details for the first item
    button: {
        text: "Know More",
        link: "#",
        icon: "fa-solid fa-arrow-right",
    }

Where To Set Responsive Grid

Below code for Where To Set Responsive Grid :

 
    // Responsive settings for desktop, tablet, and mobile
    {
        responsive: {
            desktop: 3,
            tablet: 2,
            mobile: 2
        }
    },

Where To Set Theme Settings

Below code for Where To Set Theme Settings :

 
    // Theme customization object with color settings
    {
        theme: {
            imageBgColor: "hsl(0, 100%, 92%)",
            imageHoverBgColor: "hsl(0, 100%, 78%)",
            titleColor: "hsl(300, 100%, 30%)",
            buttonColor: "white",
            buttonBgColor: "hsl(300deg 100% 10%)",
            buttonHoverColor: "white",
            buttonHoverBgColor: "hsl(300deg 100% 30%)",
        }
    },

Where To Set Next Style

Here you will change number 1 to 3, the grid change fully next design.

Below code for Where To Set Next Style :

 
    // Configuration object for the style (e.g., style 1 , 2 and 3)
    {
        style: 1
    },

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Product Grid Style Section – 004

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

<!-- Include the external JavaScript file for StylishGrid -->
<script src="https://biz15.com/trialone/custom/js/stylishgrid.js"></script> 

<!-- Initialize StylishGrid -->
<script>
    // Create a new instance of StylishGrid with style and product data
    new StylishGrid({style : 1}, [
        // Define data for the first product
        {
            ProductBgColor: "#023867",
            productImage: "https://biz15.co/uploads/block_images/247a851f686a88da30e19ed75afc7ebd.png",
            title: "Porches sports lite",
            currency: "",
            discountPrice: "500",
            originalPrice: "1000",
            knowMoreButton: {
                icon: 'fa-solid fa-arrow-right-long',
                text: 'View Detail',
                link: "https://example.com/",
            },
        },
        // Repeat the above block for additional products as needed...
    ]);
</script>

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

 { 
productImage: "yourimage.png",
 }

Where To Set Title And Price

Below code for Where To Set Title And Price :

{
title: "Porches sports lite",
currency: "",
discountPrice: "500",
originalPrice: "1000",
}

How To Add More Grid

Add additional grid as needed by placing a comma (,) at the end

Below code for How To Add More Grid :

[
 {
     //Your content for grid 1 
  },
  
  {
    // Your content for grid 2 
  }
  // Add additional grid as needed by placing a comma (,) at the end 
]

Where To Set Button Link And Color

Below code for Where To Set Button Link And Color :

knowMoreButton: {
icon: 'fa-solid fa-arrow-right-long',
text: 'View Detail',
link: "https://example.com/",
},

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Product Grid Style Section – 003

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

<!-- JS DATA CODE -->

 <!-- Include the external JavaScript file for StylishGrid002 -->
<script src="https://biz15.com/trialone/custom/js/stylishgrid002.js"></script>

<!-- Initialize StylishGrid002 -->
<script>
 // Create a new instance of StylishGrid002 with style, theme settings, and product data
new StylishGrid002(
{
    style: 1
},
{
     // Define theme settings for the grid
    themeSetting: {
        currency: "₹",
        productBorderRadius: "10px",
        categoryFontSize: "10px",
        categoryColor: "red",
        titleFontSize: "18px",
        titleColor: "black",
        priceFontSize: "20px",
        priceColor: "green",
        btnBgColor: 'black',
        btnTextColor: "white",
        btnBgColor_Hover: '#ff9800',
        btnTextColor_Hover: "#fff",
        btnIcon: "fa-solid fa-plus",
    }
},
 // Provide an array of product data objects
[
     // Define data for the first product
    {
        imageUrl: "https://biz15.co/uploads/block_images/247a851f686a88da30e19ed75afc7ebd.png",
        category: "Men's Shoes",
        title: "Crater Impact",
        price: "999",
        btnLink: "https://biz15.co/grid-shoes",
    },
     // Add more product entries as needed...
]);
</script>

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

{ 
imageUrl: "yourimage.png",
}

Where To Set Title, Description And Price

Below code for Where To Set Title, Description And Price :

{
category: "Men's Shoes",
title: "Crater Impact",
price: "999", 
}

How To Add More Grid

Add additional grid as needed by placing a comma (,) at the end

Below code for How To Add More Grid :

[
 {
     //Your content for grid 1 
  },
  
  {
    // Your content for grid 2 
  }
  // Add additional grid as needed by placing a comma (,) at the end 
]

Where To Set Button Link

Below code for Where To Set Button Link :

{
btnLink: "https://example.com/,
}

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :

Bio Link page, Grids, Learn, Sections

Bg Shape Style Blog Grid Section – 001

Step One: Insert a Custom HTML Block.

Step two: Just Paste below JS code into your Custom HTML block

<!-- Include the ShapeStyleBlogGrid JavaScript library -->
<script src="https://biz15.com/trialone/custom/js/shapestylebloggrid.js"></script>

<!-- Initialize ShapeStyleBlogGrid with custom settings and data -->
<script>
  // Create a new instance of ShapeStyleBlogGrid with custom style settings
  new ShapeStyleBlogGrid(
      { style: 1 }, // Specify custom style settings (in this case, using style 1)

      // Array of blog post data objects to be displayed in the ShapeStyleBlogGrid
      [
          // Blog post entry 1
          {
              // Image for the grid
              gridImg: "https://img.freepik.com/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063132.jpg?w=360&t=st=1699074482~exp=1699075082~hmac=7c9501e5c7bbb27a47bc17ec6beb798cdb61db59baf46f6847a40fcd87747338",
              
              // Inner title for the blog post
              title: "Your Title",

              // Description or paragraph for the blog post
              para: "Your Description",

              // Date of the blog post
              date: "00 / 00 /0000",

              // Button link for more details or to read the full blog post
              link: "https://example.com/",

              // Main title for the grid
              gridTitle: "Your Title"
          }
      ]
  );
</script>

The result following the completion of the steps.

Where To Set Image

Below code for Where To Set Image:

{
gridImg: "yourimage.jpg",
}

Where To Set Inner Title, Description And Date

Below code for Where To Set Inner Title, Description And Date :

{
// Inner title for the blog post
title: "Your Title",
// Description or paragraph for the blog post
para: "Your Description",
// Date of the blog post
date: "00 / 00 /0000",
}

Where To Set Main Title

Below code for Where To Set Main Title :

{
gridTitle: "Grid Title 1"
}

Where To Set Button Link

Below code for Where To Set Button Link :

{
// Button link for more details or to read the full blog post
link: "https://example.com/",
}

To upload an image and retrieve its source (URL), please follow these steps :

Select or Prepare Your Image: Begin by choosing the image you wish to upload, ensuring it’s in an appropriate format (e.g., JPG, PNG).

Step One : on Your Dashboard Select “File Link” panel and click “File link” button on your Top Right corner

Step Two: Select your desired image and and its name then proceed by clicking the “Create File Url” button.

Step Three: Now, you can see bellow figure that highlighted the image url and just “Copy Your Image Address.”

“Follow the previously mentioned steps to upload and obtain the image URL for all of your images.”

Other Style Sections :