Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #360793

    I am trying to use a gallery on a page with a parallax background but once the gallery is inserted it pushes the parallax down. Please see attached link and login info. Please could you look and let me know why this error is occurring and what I can do to fix it?

    Thanks

    Les

    #360851

    This issue seems to be a conflict in chrome on initial page load, then when I zoom in and back out (within the browser) the conflict seems to go…

    #360882

    Also the large image within the gallery does not seem to want me to change its size through the gallery options…

    #361478

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-108 div#av_section_1 .av-parallax.avia-full-stretch.active-parallax {
    height: 1300px!important;
    }

    Cheers!
    Yigit

    #361520
    This reply has been marked as private.
    #361527

    Hi!

    Can you please post a screenshot and show the white bar? If you mean the one below menu links, you can remove it with following code

    span.avia-menu-fx {
    display: none;
    }

    Best regards,
    Yigit

    #361538
    This reply has been marked as private.
    #362651

    Hi!

    use this in Quick CSS to remove it:

    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a {
    background-color: transparent;
    }
    

    Best regards,
    Andy

    #362652

    Hi!

    use this in Quick CSS to remove it:

    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a {
    background-color: transparent;
    }
    

    Best regards,
    Andy

    #363532

    Thanks but I need to move the parallax up not fill it with red space.

    Cheers

    Les

    #364122

    Hi!

    what do you mean? Please be more specific and show us a mockup of what you want to achieve, so we can assist you better.

    Cheers!
    Andy

    #364554
    This reply has been marked as private.
    #364633
    This reply has been marked as private.
    #364714

    I am now seeing this same error accross all bowsers, safari, chrome, ie and firefox.

    Thanks

    #364789

    Hi

    Just for reference I have tried adjusting the previous code provided to:

    .page-id-108 div#av_section_1 .av-parallax.avia-full-stretch.active-parallax {
    height: 110%!important;
    }

    This seems to have fixed it, is it a good fix?

    Thanks

    #364849
    This reply has been marked as private.
    #365300

    Hi Just to let you know, this issue seems to be fixed across all pages.

    Thanks for your help.

    Les

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Parallax and Gallery Conflict’ is closed to new replies.