Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259118

    Hi.

    i am just on the “building” process of my website and i have few questions:

    1. on the Masonry Full width Gallery – how can i disable the loading images effect when i am loading the gallery (there is a transitipon while landing on the galley page).
    2. on the Masonry Full width Gallery – how can i disable the “close up” image effect?
    3. on the header menu – how can i remove the separation (Border) marks between the menu links (home, about, etc…)?
    4. on the header, i want to move the “search” button from the menu bar to other header section. how can i do that?
    5. i want to insert a PNG image that will be on the footer and will be a little out from the footer border (to up direction)…can it be done somehow?
    6. on the footer I’ll like to insert cool widgets that will point to blogs, posts, articles, etc.. but not as text menu. i want to insert images instead with an hyperlink. does someone knows how?
    7. regarding the “videos & Parallax” – how can insert a youtube video that will be played automatically when entering to the home screen or other page?

    Thanks a lot!

    BR,

    Ben

    • This topic was modified 10 years, 2 months ago by bendosda.
    #260459

    Hi bendosda!

    1) As far as I know its a must-have so that the isotope script can do its thing.
    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
    }
    

    3)

    
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
        border: 0;
        border-left: 1px solid #fff;
    }
    

    This assumes the background of the nav bar is #fff . Change as needed.

    4) You can remove the search option in the themes Header Layout editor and adjust via the available options. Anything outside of that would need to be customized by a freelance developer.

    5+6) It can be done with a bit of custom css depending on the exact effect but as with #4 it would need to be done via a freelance developer as we aren’t able to cover customization here.

    7) You can add a video element in a number of ways depending on the exact way you want it to be displayed. Just keep in mind most mobile browser will completely ignore auto play video settings now. The fullwidth slider element supports video as does just adding a youtube embed to a text block or code block.

    Cheers!
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.