spfskyline profile

Home Forums spfskyline

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 61 total)
  • Author
  • spfskyline
    Participant

    Thanks, just impatient!

    spfskyline
    Participant

    @shufflehound2 Any ETA on this?

    spfskyline
    Participant

    @ulf-meyer have you tried using a different header style, like Header 4? It would have the nav bar under the logo, giving you full width for your navigation.

    Otherwise, I had a similar issue with break points. I switched the break point of my navigation to mobile version at 1250px with this custom CSS

    @media (max-width: 1250px) {
    header.primary-desktop {
       display: none!important;
       }
    header.primary-mobile {
       display: block!important;
       }
    }

    spfskyline
    Participant

    Thanks! Look forward to the fix, so I can wrap up this site.

    spfskyline
    Participant

    Here is the screenshot of gallery. I selected the one with fewest images, highlighted in second screenshot.

    Attachments:
    You must be logged in to view attached files.

    spfskyline
    Participant

    @shufflehound2 Any luck with this?

    spfskyline
    Participant

    I have uploaded a video showing the issue I am seeing. It would appear that it duplicates the first and last image in the carousel. For example, if I have 5 images in the gallery, image 1 is the beginning or cover photo. The order appears to be:

    1,2,3,4,5,1,5

     

    https://vimeo.com/227274577

    spfskyline
    Participant

    @tonyazzaro Thanks! I built it on a subdomain and used BackupBuddy to migrate to the final domain when it was ready. Hope that helps.

    spfskyline
    Participant

    @Marcin-Gora – Thanks! That section doesn’t have any custom code. It is all built in to the theme. It is a Portfolio element with the Overlay setting as Overlay 3. Let me know if that helps.

    spfskyline
    Participant

    You have a couple options. First of all, your logo image has transparent pixels that could be cropped and save you some white space.

     

    Second, the CSS is adding 15px of padding top and bottom of the header. You could override the styles.css in the custom code entry under theme settings.

    .header-logo {
        padding: 0!important;
    }

    Should remove the padding.

    in reply to: Header Height

    spfskyline
    Participant

    @jivque Thanks!

     

    That is a section with 2/3 column containing a Single Image element. Also 1/3 column containing Heading, Heading Animation, Text Block and Button elements.

    The image I created and there is some custom CSS to make it float properly at different screen sizes. Let me know if you need any of that or more clarity on things.

    spfskyline
    Participant

    It is using Open Sans, size 14px, weight 300. You can use Chrome to inspect any element and view the CSS for it.  Just right click > inspect.

    spfskyline
    Participant

    @emascherpa It is just a 3 column section. Each column has an icon box and button in it. Let me know if you want more specifics to each element.

    spfskyline
    Participant

    @emascherpa Do you mean the “Contact a Provider”, “Billing Questions” and “Policy Change” that is immediately under the slider?

    spfskyline
    Participant

    It appears to be working fine.

    Thanks!

    in reply to: Mobile Sticky Nav

    spfskyline
    Participant

    Thanks! Assuming it requires custom JS to do.

    Updated to 2.2.0 and noticed some odd page loader behavior. If I remove the custom CSS I had added for mobile sticky nav, page loader gets stuck on mobile (appears intermittent on desktop). Doesn’t happen if custom CSS is in place. Doesn’t make much sense. Could be a cache issue. I’ll try again after clearing browser cache or using a new device.

    in reply to: Mobile Sticky Nav

    spfskyline
    Participant

    Is it possible to have mobile nav collapse on click? It stays open after selection and has to be manually closed. Not the best user experience.

    in reply to: Mobile Sticky Nav

    spfskyline
    Participant

    I was able to fix this by adding the following CSS

     

    #page-container .sh-sticky-mobile-header {
    margin-top: 0px !important;
    }
    
    in reply to: Mobile Sticky Nav

    spfskyline
    Participant

    Disregard. I had to clear all caches in W3 Total Cache plugin. Works, but is not flush to top of browser window. Appears to load slightly larger too.

     

    Screen Shot

    in reply to: Mobile Sticky Nav

    spfskyline
    Participant

    Beta uploaded and found the toggle in Theme Settings > Header. Cleared browser cache and removed previous custom CSS, but does not appear to be working. You can view site if you need to debug.

     

    http://hampleinsurance.com

    in reply to: Mobile Sticky Nav
Viewing 20 posts - 21 through 40 (of 61 total)