Announcement

Collapse
No announcement yet.

Hero Image Heading Text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hero Image Heading Text

    Quick question about the Heading Text that lays over the Hero Image in the Desktop view. In the Mobile view it is directly below the hero image. Is this the expected behavior?

    If it is, can it be tweaked to put the text over the image?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    lesliekirk Yes this is the expected behavior. To achieve the functionality you are looking for you can export the component and adjust the CSS to have the text remain over the image.

    https://github.com/mivaecommerce/fle...-components.md
    Nicholas Adkins
    Technical Training Specialist / Miva, Inc.
    [email protected]
    https://www.miva.com/mivalearn

    Comment


      #3
      Originally posted by Nick View Post
      lesliekirk Yes this is the expected behavior. To achieve the functionality you are looking for you can export the component and adjust the CSS to have the text remain over the image.

      https://github.com/mivaecommerce/fle...-components.md
      Thanks Nick. My biggest issue seems to be when I try to tar the directory. I'll try again and come back with the errors I get.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        lesliekirk You should be able to run:

        Code:
        tar cvfj ../flex_component.tar.bz2 .
        from the folder containing the files and it will create the tar file then compress it into the bz2 compressed file
        Nicholas Adkins
        Technical Training Specialist / Miva, Inc.
        [email protected]
        https://www.miva.com/mivalearn

        Comment


          #5
          Originally posted by Nick View Post
          lesliekirk You should be able to run:

          Code:
          tar cvfj ../flex_component.tar.bz2 .
          from the folder containing the files and it will create the tar file then compress it into the bz2 compressed file
          Let me try that. I tried what was at GitHub

          Code:
          $ cd new-featured-product && tar -cvjSf ../new-featured-product.tar.bz2 *
          and got an error "command not found"

          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            I'm getting warmer, I was able to create the tar file. Now when I upload there is an error (which I "think" I can fix)
            Unable to parse flex.json: Line #446 - Syntax error: Expected COMMA or }
            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment

            Working...
            X