Bagisto Forum

    Bagisto

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

    Show Pop up Banner in homepage

    Modules
    2
    4
    377
    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

      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

        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 Reply Quote 0
        • B
          bzay23 @devansh-webkul last edited by

          @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

            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
            • First post
              Last post