Viewing 30 results - 1,081 through 1,110 (of 1,186 total)
  • Author
    Search Results
  • #246808

    Topic: Blog Layout

    in forum Enfold
    djsmbd
    Participant

    Hello,
    Currently, we are using the blog grid style. We want to switch back to the featured image on the left with a snippet on the right. In General Settings, we switched the layout to single author small pic and nothing happened.
    Here is the url: http://chicagoweddingblog.com/
    Below is all the code in Quick CSS in case there may be a conflict.
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }.single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }

    Please advise.

    Cheers!

    #245555

    Hi!

    Thank you for correcting me. I’m sorry about that, I must have been tired when I posted that.

    Anyway, you can apply a certain background overlay on a color section but first make sure that you added the theme support for custom css class. Edit functions.php, add this code right after line 16:

    add_theme_support('avia_template_builder_custom_css');
    

    This will give you the option to add a custom css class on any avia elements within the builder. So let’s get started, add a color section with the background image that you want then insert a text block inside the section. The overlay image will be added on the text block. Switch to the text/html editor mode then add this:

    <img alt="" src="http://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png" />
    

    Scroll a bit below to add a custom css class, we’re going to use section-overlay-background for example. After that save the options then publish the page. Add this on Quick CSS or custom.css to adjust the image overlay to full width and height covering the entire color section background:

    .section-overlay-background {
      position: fixed; 
      top: -50%; 
      left: -50%; 
      width: 200%; 
      height: 200%;
      z-index: 0;
    }
    
    .section-overlay-background img {
      position: absolute; 
      top: 0; 
      left: 0; 
      right: 0; 
      bottom: 0; 
      margin: auto; 
      min-width: 50%;
      min-height: 50%;
    }

    Reference link is here, look for technique number 2: http://css-tricks.com/perfect-full-page-background-image/

    Cheers!
    Ismael

    #245321
    This reply has been marked as private.
    #243589

    Topic: Mobile Problem

    in forum Enfold
    YakiPasandi
    Participant

    Hello,
    This is a topic I started on Themeforest and was asked to open a thread here.
    I have problems on mobile with these 2 websites:
    http://www.snnlaw.co.il/
    http://www.ranibleierstudio.co.il/

    As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.

    This is the quick css I put in the enfold settings:
    h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
    font-family: ‘atlas’, sans-serif;
    font-weight: 400;
    }

    h1{
    font-size:60px;
    line-height: 66px;
    }

    h2{
    font-size:40px;
    line-height: 46px;
    }

    h3{
    font-size:28px;
    line-height: 34px;
    }

    p{
    font-size:19px;
    line-height: 25px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    font-family: atlas;
    font-weight: 400;
    font-size: 18px;
    }

    #socket .copyright{
    font-size:14px;
    line-height: 18px;
    }

    #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
    font-size:17px;
    line-height: 18px;
    width: 75%;
    }

    #top select{
    background-position: 12px center;
    margin-top: 10px;
    }

    #top .socket_color .input-text, #top .socket_color input[type=’text’], #top .socket_color input[type=’input’], #top .socket_color input[type=’password’], #top .socket_color input[type=’email’], #top .socket_color input[type=’number’], #top .socket_color input[type=’url’], #top .socket_color input[type=’tel’], #top .socket_color input[type=’search’], #top .socket_color textarea, #top .socket_color select{
    width: 100%;
    }

    #top h3 a {
    font-size: 19px;
    }

    .rani-about-small{
    display:none;
    }

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 16px !important;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    }

    .avia-button.avia-size-medium {
    font-size: 17px !important;
    font-family: atlas !important;
    color:#000 !important
    }

    And this is what I put in the custom.css file:
    @font-face{
    font-family:’atlas’;
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url(‘atlas-aaa-400.eot’);
    src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
    url(‘atlas-aaa-400.woff’) format(‘woff’),
    url(‘atlas-aaa-400.ttf’) format(‘truetype’);
    }

    #top textarea {
    width: 100%;
    height: 140px;
    }
    #top .avia-menu-fx {
    height: 5px;
    }
    #top .scroll-down-link {
    height: 65px;
    width: 100px;
    margin: 0px 0 0 -40px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #000;
    background: #AAA;
    background: #50d1f5;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    text-decoration: none;
    border-top-left-radius: 223px;
    border-top-right-radius: 223px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    Plus these are the plugins I use:

    RTL Tester
    Limit Login Attempts
    Contact Form 7
    Wordpress Importer

    Thanks for your help.
    Yaki

    #243356

    Hey hrskills!

    This is an old issue with the table and we haven’t found a fix yet. You can remove the mobile device media query to avoid the wrong table stack. Edit css > shortcodes.css, find this code on line 1251:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia_responsive_table .avia-data-table table,
        .responsive div .avia_responsive_table .avia-data-table tbody,
        .responsive div .avia_responsive_table .avia-data-table tr,
        .responsive div .avia_responsive_table .avia-data-table td,
        .responsive div .avia_responsive_table .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
        .responsive .avia_responsive_table .avia-data-table{border-style:solid; border-width: 1px;}
        .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
        .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none;}
        .responsive .avia_responsive_table .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia_responsive_table .avia-data-table td {
    		position: relative;
    	}
    
        .responsive .avia_scrollable_table {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
    
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
            white-space: nowrap;
        }
    }

    Remove the code. We might need to adjust the table width. Please get back to us after you removed it.

    Best regards,
    Ismael

    #242667

    Hi Peter,
    hat leider nicht funktioniert. Konnte den Fehler jedoch durch eine CSS-Anpassung innerhalb von prettyphoto beheben.

    /*prettyPhoto adjustments for mobile devices. 1024px is presumed widest device.*/
    @media screen and (max-device-width: 1024px) {
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    #pp_full_res { line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; background-color: #fff; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}
    }

    Vielen Dank.
    Gruß,
    Nic

    #241777

    Ok guys, theme updated. results of my testing are:

    In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
    On Samsung Tab 3 – Chrome browser now displays the lightbox, but you have to “chase” it down the screen
    On Samsung Tab 3 – native browser it does not show the lightbox and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails
    On Samsung Galaxy S2 – native browser, lightbox doesnt show and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails. Extended Header issue resolved
    On Samsung Galaxy S2 – Chrome browser: Extended Header. Google Font not showing, Gallery ‘Big Preview’ height not auto adjusting as per the CSS. Lightbox does not appear although page fades to grey and it seems that you can ‘chase’ it down the screen but its not showing
    On IE11 everything works as expected

    here’s a screen shot of how i have the header.php configured with the google font code if it helps:

    https://www.dropbox.com/s/4ddig3zdh90t31g/headerphp.PNG

    thanks,
    stu

    #240001
    gingerstu
    Participant

    Hi Guys,

    You kindly helped me out with the gallery sizing issue here:

    https://kriesi.at/support/topic/google-fonts-impacting-gallery/

    However, on entering the CSS code recommended:

    #top div .avia-gallery .avia-gallery-big-inner { height: auto; }

    The lightbox now behaves incorrectly.

    In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
    On Samsung Tab 3 – Chrome browser it does not display the light box at all
    On Samsung Tab 3 – native browser it does not show the lightbox
    On Samsung Galaxy S2 – native browser, lightbox doesnt show but also, the header appears very extended ??
    On Samsung Galaxy S2 – Chrome browser the lightbox appears, but you have to “chase” it down the screen. Also the extended header is present and I also notice the google fonts are not displayed at all??
    On IE11 everything works as expected
    Haven’t tested firefox or Safari yet…

    Any help gratefully received!

    Thanks,
    Stuart

    • This topic was modified 11 years, 11 months ago by gingerstu.
    #236770

    I having similar header issues after upgrading to 2.6.1/
    http://www.copenhagenfilmcompany.dk/
    Logo on the mobile is too big and runs under the menu icon.
    I styled it before like this:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img {
    height: 50px;
    width: auto !important;
    max-width: none !important;
    margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo {
    margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }
    .header-scrolled .logo img {
    margin-top: 0;
    }

    I have gone through all the new settings for the header but don’t see any fixes there. Can you help me?
    thanks.
    n

    #236498
    Munford
    Participant

    HI
    I just upgraded / to Enfold to 2.6.1 and like some others I am having these errors:

    1. The logo in the header on mobile is too big. I did this styling before which had it justified left and fitting nicely between the left edge and menu. How can I fix this?

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img { height: 50px; width: auto !important; max-width: none !important; margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo { margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }

    .header-scrolled .logo img {
    margin-top: 0;
    }

    2. The WPML language switcher is gone from the header. I put it in the menu for now but would like to get it back in the header soon.

    That’s all so far. I would appreciate it if you could give me a quick fix for these issues. I have looked through the header settings but don’t see any extra settings for mobile other than the menu options.
    thanks for your help! I will follow this with login info.
    n

    • This topic was modified 9 years, 10 months ago by Yigit.
    #235996

    I’ve added the new piece of code but it’s still causing problems. Here’s all the code in the CSS:

    .sub_menu { font-size: 16px; } /* changes the font size of sub menu */
    .fixed_header.social_header #main { padding-top: 174px; }
    .main_menu ul:first-child > li > a { line-height: 190px !important; }
    #header .mega_menu_title { #0e2f61; }

    .title_container { background: url(http://www.test.theimplantcentre.com/wp-content/uploads/2014/02/Crumbsbanner41.jpg); }

    .avia-heading-row {
    color: white;
    }
    .price-top-margin {
    margin-top: 37px;
    }

    tr th:first-child, tr td:first-child {
    vertical-align: top;
    }
    .main_color tr.avia-heading-row {
    background: #2f5691;
    }
    #header_main, .header_color .main_menu .menu ul li a { background-color: white; }

    #header_main, .header_color .main_menu .menu ul li a { background-color: white; }

    .tab_titles div {
    font-size: 14px !important;
    }
    .avia_mega_div, .avia_mega_div .sub-menu {
    background: white !important;

    @media only screen and (min-width: 1140px) {
    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    height: 40px !important;
    line-height: 25px !important;
    }}

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 143px !important;
    line-height: 190px !important;
    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }

    .header-scrolled #header_main .container, .header-scrolled #avia-menu > li > a {
    height: 80px !important;
    line-height: 80px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
    width: 252px !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;

    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
    width: 126px !important;
    height: auto !important;
    }
    .avia-content-slider .slide-entry-title {
    display: none;
    }
    #main > div.main_color.container_wrap.fullsize > div > main > div > div > div.flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half.avia-builder-el-last.column-top-margin {
    margin-top: -8px;
    }
    #av_section_1 > div > div > div > div > div.flex_column.av_one_fourth.first.avia-builder-el-13.el_before_av_three_fourth.avia-builder-el-first > section {
    margin-top: 20px;
    }

    .page-id-75 .avia-section-small .content {
    padding-top: 0;
    }

    .header_color .avia-tt { background-color: white; }
    .header_color .ajax_search_image { color: white; }

    .header-scrolled .main_menu ul:first-child > li > a { line-height: 58px !important; }

    #233963
    #228517

    Topic: LAYERSLIDER ISSUE

    in forum Enfold
    pirasrimini
    Participant

    Hi, i’ve a problem with a slider in homepage.
    Until a few days ago everything worked perfectly but after updating the theme, the slider on the home is invisible.
    I tried to insert the slider in a new page and it works normally, then I think it’s a problem of the homepage.

    We would provide the login credentials but did not understand how to make the message private opening topic.

    however, the problem is visible at the following address: http://www.agenziapiras.com,
    in the main menu click on “servizi” (the page will scroll a couple of sections), the slider should appear in the empty space below the text menu (advertising | graphic | marketing ….).
    I suspect it is a problem of javascript, but I do not know how to solve it. I have tried to enable the option “Put JS includes to body” in the global settings of my sliders, but nothing changes. Also the “Automatically start slideshow” option is active.

    Any ideas?

    Cheers

    Riccardo

    #227594
    Mesheu
    Participant

    Hi guys,

    2 quick questions:

    1 –> on my following page: http://goo.gl/pIKt4s I want to make some changes to the iconlist on the #av_section_3.

    I want to reduce the size and color of the red circle background of the icons. And I also want to make the icon size smaller. No matter how many times I tried to do this, either the timeline is not aligned or the icon boxes move on one side.

    Could you help?

    2–> Does the theme support scrolling animation? For instance if a user clicks on “services” on the top main menu navigation, the browser automatically scrolls down to the services section on a one-pager website? Or is there a way I can do this on css?

    Thank you in advance!
    Ali

    #227331

    In reply to: header / menu

    Hi Jouse, strange how It did not transferred with other tables, I changed it manually…

    Anyhow, if you would like, we can go back and try to fix the auto scrolling issue (isn’t it just applying the js for #top on each #” there is?).

    Could I ask for another advice: How can I make the H2 to be a normal ‘unicase’?

    Thanks!

    #226488

    Topic: header / menu

    in forum Enfold
    eliuserman
    Participant

    Hi, what’s up
    2 questions concerning the following link: http://wirex-systems.com/wordpress/

    1. how can I avoid the header resizing when scrolling down the page, meaning that I would like it to be fixed without any change. (I’m using Small fixed Header)

    2. Please play a moment with the ‘Vertical’ sub-menu; Note that all the content is in one page and by selecting a sub-context, the page scrolls automatically.
    My problem is that when clicking on ‘Telecom’ or ‘Cyber…’ (of which I used my #tags), the page immediately jumps! but when clicking on ‘Government’ (which use #top) the page is smoothly scrolling back.
    Of course, same in the ‘Products…’ page.
    How can I make my #tags to behave smoothly just like the #top ?

    Many thanks

    #224062

    In reply to: Header adjustments

    I’ve done it but it doesn’t seem to have made any difference. This is all the code I have in…

    #header_main .container, #avia-menu a {
    height: 143px !important;
    line-height: 143px !important;

    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }
    .header-scrolled #header_main .container, .header-scrolled #avia-menu a {
    height: 80px !important;
    line-height: 80px !important;
    }
    #header_main img, #header_main .logo, #header_main .logo a{
    width: 252px !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;

    -webkit-transition: all linear 0.2s;
    -moz-transiton: all linear 0.2s;
    transition: all linear 0.2s;
    }
    .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{
    width: 126px !important;
    height: auto !important;
    }
    .sub_menu { font-size: 16px; } /* changes the font size of sub menu */
    .fixed_header.social_header #main { padding-top: 174px; }
    .main_menu ul:first-child > li > a { line-height: 190px !important; }

    #223890

    Hey!

    You can try to use this code instead

    
    .toggle_content {
    overflow: auto;
    }
    

    and if it doesn’t work use a media query to show the scroll bars on smaller screens only:

    
    @media only screen and (max-width: 767px){
    .toggle_content {
    overflow: scroll;
    }
    }
    

    Best regards,
    Peter

    #223883

    In reply to: Header adjustments

    This reply has been marked as private.
    #222203

    Would be GREAT to have 2 more short codes:

    – Counters (These automated ones that update numbers at scroll)
    – Count down (For coming soon pages)

    DaraEmerson
    Participant

    1+2 ) Easy Slider/ Photo/ Text Block within Color Section:
    I am trying to place an easy slider within a color section and have it fill the height to 100% yet be in a 1/3 column layout area and text next to it in 2/3 column. there is a fixed border around the easy-slider which I cannot get rid of – any code?
    – this is the css I defined the color section area with:
    #workshopscolorsection {
    height: 360px!important;
    }
    .avia-slideshow-inner {
    padding: 0px; margin: 0px, 0px, 0px, 0px;
    }
    – Alternative is to have a photograph within the color section but when I try that the content (in a text block) rides over the photograph.
    – Another alternative is to have a photograph within a text block but the photograph will not flush to the top of the color section – and when we go to mobile mode the text in the color section rides over the text in text blocks placed below the color section – the same happens with any text block within the color section.
    – In mobile mode the entire page is a mess.

    Any solution to what I am trying to do? HOPE THIS IS CLEAR

    5 ) HEADINGS:
    I have resized all the headers. How to reduce line-height between headings and other heading? Or is the line-height automatically considering the 150% I programmed in. Also the line-height in mobile mode does not reduce proportionally.

    4 ) HEADER:
    This is some code you gave someone else to keep the logo in the header full-size when scrolling
    #header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
    height: 115px !important;
    line-height: 115px !important;
    max-height: none !important;
    }

    problem I am having is that in scroll modus there is no padding under the logo – code?
    sometimes the logo squishes together to be very thin.

    5 ) CSS to alter SIDE MENU font, colour?

    Thanks!
    I have tried to be as clear as possible hope it is!

    #219814

    In reply to: Masonry shop

    Yep added to the “Shop” page but there is no such element
    ————— Cant attach screen shots so here is a copy paste of the text:

    Add/Edit Gallery
    Image Number
    How many images should be displayed per page?

    Pagination
    Should a pagination or load more option be displayed to view additional images?

    Size Settings
    Here you can select how the masonry should behave and handle the images

    Flexible Masonry: All images get the same width but are displayed with their original height and width ratio

    Perfect Grid: Display a perfect grid where each image has exactly the same size. Images get cropped/stretched if they don’t fit

    Perfect Automatic Masonry: Display a grid where most images get the same size, only very wide images get twice the width and very high images get twice the height. To qualify for “very wide” or “very high” the image must have a aspect ratio of 16:9 or higher
    Gap between elements
    Select the gap between the elements

    Image overlay
    Do you want to display the image overlay effect that gets removed on mouseover?

    Image Title and Caption
    You can choose if you want to display title and/or caption

    Element Title and Caption
    You can choose whether to always display Title and Caption or only on hover

    Image Link
    By default images link to a larger image version in a lightbox. You can deactivate that link. You can also set custom links when editing the images in the gallery

    For Developers: Section ID
    Apply a custom ID Attribute to the section, so you can apply a unique style via CSS. This option is also helpful if you want to use anchor links to scroll to a sections when a link is clicked

    Use with caution and make sure to only use allowed characters. No special characters can be used.

    #218482
    kbrimberry
    Participant

    Hi,

    When I begin to scroll down my page. my logo automatically re-sizes and appears to small. How can I have a fixed logo that stays the same size even with scrolling?

    Thanks in advance!

    #214571

    In reply to: Pop Up Plugin

    This reply has been marked as private.
    #212278

    Hi David!

    You can change the scroll effect in the gallery option/modal box: http://www.clipular.com/c/5844663923638272.png?k=kpW9Aw9E9gbNaWSuXuSe5QXCPA0

    Best regards,
    Peter

    #211968
    zerozendesign
    Participant

    Hey guys,

    I know I have seen the post before, but can’t find it now. How do we make galleries load image thumbs automatically, not after someone scrolls down the page? This is in reference to http://codelessme.com/casey/figures/

    Thanks in advance.

    David

    #211806

    Hi bmneimark!

    You can do it using a non-fixed header. Add this on Quick CSS:

    .title_container {
    position: fixed;
    top: 88px;
    z-index: 999;
    width: 100%;
    }
    
    .title_container .container {
    margin: 0 auto;
    }

    Adjust the top position according to header height.

    Best regards,
    Ismael

    #210829

    Thanks! I added that but when I scroll down (using a sized down browser window) I can still faintly see the text behind the header when it scrolls up.

    Here are the full contents of Quick CSS

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }
    body {
    font-size: 15px;
    }
    .avia_message_box_content { text-transform: capitalize; }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    html.fixed_header #main {
    padding-top: 88px;
    }

    .logo a {
    max-height: none !important;
    }

    #208816

    Hey!

    I tested your website with w3cvalidator: http://validator.w3.org/check?uri=http%3A%2F%2Fxdnet.biz%2F%3Fs%3DTest&charset=%28detect+automatically%29&doctype=Inline&group=0 and I guess one html syntax error might cause the issue:

    
    Line 283, Column 194: No p element in scope but a p end tag seen.
    …iz/wp-content/uploads/LinkedInButton.png" alt="Join us on LinkedIn!" /></a></p>
    

    You can also remove the scroll bar with css code – insert

    
    body.search {
    overflow-x: hidden;
    }
    

    into the quick css field.

    Cheers!
    Peter

    #208360
    This reply has been marked as private.
Viewing 30 results - 1,081 through 1,110 (of 1,186 total)