Shutfim - Home for Jewish Professionals
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. cocrid
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 1
    • Controversial 0
    • Groups 1
    • Blog

    cocrid

    @cocrid

    DSP

    1
    Reputation
    2
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cocrid Unfollow Follow
    DSP

    Best posts made by cocrid

    • RE: Background images don't appear on phones and tablets

      Thanks @Williamsburg,

      I saw that stack overflow post already, but it doesn’t help.
      I don’t care so much that the background should be fixed, I just want the images to be visible.

      posted in Development & Programming
      C
      cocrid

    Latest posts made by cocrid

    • link should take to a bootstrap modal of another page

      How do I make the following link on one page open a modal of another page on that page.

      <a class="nav-link-dropdown " href="services.html">Local law 84, 87 &amp; 133</a>
      
      <div class="modal fade" id="rebates" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
                                <div class="modal-dialog modal-dialog-centered modal- sm" role="document">
                                   <div class="modal-content"><p>this is a modal</p></div>
                                    </div>
                                </div>
      posted in Development & Programming
      C
      cocrid
    • RE: Background images don't appear on phones and tablets

      Thanks @Williamsburg,

      I saw that stack overflow post already, but it doesn’t help.
      I don’t care so much that the background should be fixed, I just want the images to be visible.

      posted in Development & Programming
      C
      cocrid
    • RE: Background images don't appear on phones and tablets

      Yup, @Williamsburg, Chrome didn’t work either.

      Did you test it on your phone?

      posted in Development & Programming
      C
      cocrid
    • RE: Background images don't appear on phones and tablets

      @Knaper-Yaden

      Thanks for making me aware, I thought it’s common knowledge that the uppermost part of the website is called the hero section.

      The name of the div who’s images don’t appear on IOS is .welcome-container.

      posted in Development & Programming
      C
      cocrid
    • RE: Background images don't appear on phones and tablets

      @Knaper-Yaden @Manual Thanks!

      The issue, though is that all the images are looking good on narrow screens, just 2 of the 3 images the hero section animates between don’t appear on IOS devices.

      It first had the background-attachement: fixed property that doesn’t work on IOS, I changed it to scroll for screens under 800px, yet it still didin’t help.

      I tried testing with browserstack, it worked there, but hasn’t on a real device.

      posted in Development & Programming
      C
      cocrid
    • Background images don't appear on phones and tablets

      I’m editing the following site for a client,
      energyplusny.com

      The issue is that though media queries are all good, the hero images on the home page don’t appear on tablets and phones.

      It shows a grey area instead. Perhaps images are too large?

      posted in Development & Programming
      C
      cocrid