• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Show Pop up Banner in homepage

Modules
2
4
414
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    bzay23 last edited by 21 Oct 2021, 05:18

    How can i add and show dynamic pop up banner in velocity index page.!
    5bf3ad55228823.597b7a1106ba9.png

    1 Reply Last reply Reply Quote 0
    • devansh-webkul
      devansh-webkul last edited by 22 Oct 2021, 04:23

      Hi @bzay23,

      Use this component,

      <modal-component is-open="true">
          <template v-slot:header>
              Your Header
          </template>
      
          <template v-slot:body>
              Your Body
          </template>
      </modal-component>
      
      B 1 Reply Last reply 22 Oct 2021, 05:27 Reply Quote 0
      • B
        bzay23 @devansh-webkul last edited by 22 Oct 2021, 05:27

        @devansh-webkul said in Show Pop up Banner in homepage:

        <modal-component is-open="true">
        <template v-slot:header>
        Your Header
        </template>

        <template v-slot:body>
            Your Body
        </template>
        

        </modal-component>

        how to add this from backend like add image from backend

        1 Reply Last reply Reply Quote 0
        • devansh-webkul
          devansh-webkul last edited by 22 Oct 2021, 08:46

          Hi @bzay23,

          I just shared with you a template.

          Rest header and body you need to customize this at your end.

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post