Viewing 30 results - 89,611 through 89,640 (of 142,842 total)
  • Author
    Search Results
  • MrDroos
    Participant

    Hi,

    I build a website which contains a page for galleries. In these page are 4 Masonry galleries. If I use a resoltion height up to 1200 px on my display the galleries are loading finde. If I use a screen resolution like 3200×1800 or 2880×1800 only the three first galleries are loading and the last one is missing.

    https://www.dropbox.com/s/i89x3wii2fx67yn/Enfold%20Masonry-last_not_loading.jpg

    What I tried:
    I disabled the animation and set it to load the galleries on page load instead by scrolling with following code:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    That works fine so far, but this is not the required solution. The gallery should be activated by scrolling.

    Might it possible to change the point, where scrolling activates the gallery? It seems a gallery starts loading after the bottom of visible screen has mostly passed a gallery. Example: The third gallery on the image above loads very late when the screen bottom already passed the whole gallery. Or in other words: How to set up the galleries loading when the first pixel of the top of the gallery would be visible on the bottom of the screen screen?
    Or again in other words: How to change the point when/where these galleries are loaded?

    Hopefully you understand what I mean. At the moment the site is local hosted so I am not able to share a link.

    Thanks in advance for help.

    • This topic was modified 9 years, 5 months ago by MrDroos.
    #697017

    Hi,

    Maybe you could try to create a new section to only show on mobile and upload an image better adapted to small screens? You can then give your sections unique IDs and show/hide them for the correct screen size using CSS:

    @media only screen and (min-width: 768px) {
     #section-desktop {
    display:block !important;
    }
     #section-phone {
    display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
     #section-desktop {
    display:none !important;
    }
     #section-phone {
    display:block !important;
    }
    }

    Best regards,
    Rikard

    Hi,

    Great, glad it’s working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi Tom,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #696973

    Hey!

    Thank you for the info.

    1.) Please follow the instructions here. https://kriesi.at/support/topic/ajax-preview-portfolio-like-google-images/#post-692047

    2.) I can’t reproduce the same issue on my installation. The hover effect is applied to the portfolio items regardless of its position within the builder. The problem with the page is that the section containing the portfolio grid is outside the main container. Please make sure that all elements or set of elements are inside their own color sections.

    Cheers!
    Ismael

    #696972

    Hey!

    I tried to modify the layer slider but I’m getting a “background request blocked” error. Please follow the instruction in the following thread if you want the video to fill the layer slider container. Note that you can also use the color section or the full screen slider instead of the layer slider.

    // https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/#post-327976

    Cheers!
    Ismael

    #696970
    #696951

    Hi,

    Sorry it’s the only easiest way to manipulate the order of the divs in responsive mode.

    For example

    The divs on desktop are laid out

    Div-1, Div-2, Div-3, Div-4

    and in mobile you want to change it’s order to

    Div-4, Div-1, Div-2, Div-3

    To do so please follow this post

    Best regards,
    Vinay

    #696945

    Topic: Video Placeholder

    in forum Enfold
    Claudio
    Participant

    Hi

    I want to add a default image before starting a video ( Avila Layout Builder>>Media Elements>>Video ) since here I have no options.
    Is there any way to put an image? or activate the autoplay for video.

    Bests regards

    #696940
    alex5252
    Participant

    I am trying to change my background image at 700px and below on the top section of this page: http://marckdesignconcepts.com/Eloquent/

    It seems to work when I resize my browser, but when I open the page in my iPhone it does not show the correct background.

    Here is the code I am using:

    @media only screen and (max-width: 700px) {
    .topbackground{
    background-image: url(http://marckdesignconcepts.com/Eloquent/wp-content/uploads/2016/10/mobilebackground.jpg) !important;
    }

    }

    #696911

    For it to look even halfway decent. It is so difficult to get my page on WordPress to be of any use to me but I can setup the same site on Wix and get it perfect with drag and drop in a matter of minutes. It’s mainly the top part of the main page that has it looking messed up but it’s the logo and if I can view it properly on my wix site then I don’t see any reason why it shouldn’t show up the same on WordPress using the enfold theme I purchased.

    Thank you

    #696889

    Topic: Frontpage Problem

    in forum Enfold
    thomas_sachse123
    Participant

    Dear Sir or Madam,

    when calling the frontpage of my site I get the following errors:

    Warning: session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /xxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot start session with empty session ID in /xxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    The solution posted on https://kriesi.at/support/topic/help-trying-to-understand-error-message/ did not work.

    What else can I do?

    #696862

    Hi obrien247,

    Mobile screens are a lot smaller than desktop ones so some differences will be inevitable, what exactly are you looking to change/alter?

    Thanks,
    Rikard

    #696852
    jhonney
    Participant

    Hi,
    I have 3 columns in my page footers that looks like this in desktop:
    Page – Desktop
    And mobile it switches to 1 column:
    Page – Mobile
    which is correct.

    Now the posts should look the same (3 columns in desktop, 1 column in Mobile), but in mobile it keeps 3 column layout:
    Post – Mobile

    I’d like also only 1 column in the post footers of mobile, just like in the page footers.

    Thanks,
    Sushi

    #696823
    mfuji
    Participant

    I am having trouble controlling slider size. by default I have multiple options such as “no scaling,” “1500×430” etc….but suddenly any scaling is not working. No matter which option I choose, it’s showing “no scaling” option. I updated everything (enfold, wordpress, plugins….) but the problem is not solved. Does anyone have any idea what’s causing this problem? Thank you.

    #696817
    mcraig77
    Participant

    Ahoy,

    How do I change the text color of the rotating text on the headline rotator?

    i tried to follow this thread but it didnt seem to work.

    #696812
    thelearner138
    Participant

    Hi Guys,

    How to change the top bar (header social and phone) background color in enfold 3.8?

    i tried some css provided by previous case in this forum, some how didn’t work.

    Please help.

    #696809

    In reply to: Mega Menu effect

    #696805

    Hi!

    I’m sorry but I can’t reproduce the issue on my end either. Please try to increase the width of the column slightly.

    #top .no_margin.av_one_third {
        width: 33.35%;
    }

    Adjust the values as necessary.

    Best regards,
    Ismael

    #696800

    Hi!

    We modified the css codes in the Quick CSS field.

    #top .sub_menu > ul {
        float: right;
        margin-right: 20px;
    }
    
    .rtl .widgettitle {
        text-align: right!important;
        direction: rtl !important;
    }
    
    @media only screen and (max-width: 989px) {
      .responsive #top #searchform {
          display: none !important;
      }
      .responsive #header_meta .sub_menu {
          min-width: auto;
      }
    
      .responsive #header_meta {
          display: block !important;
      }
    
      .responsive #header_meta .sub_menu {
          background: rgba(0, 0, 0, 0);
          padding-left: 0;
          padding-top: 0px;
          position: relative !important;
      }
    
      #header_meta {
          margin-bottom: 30px;
      }
    
      .responsive #top #header_meta .container {
          background: #0077b4;
          width: 100%;
          max-width: 100%;
      }
    
      .responsive .avia_wpml_language_switch {
        height: auto;
      }
    
      .responsive #top .sub_menu li {
        line-height: 30px;
        top: -8px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #header_meta {
        margin-bottom: 0;
      }
    
      #top ul.avia_wpml_language_switch li {
        top: 10px;
      }
    
      .responsive #top .sub_menu li {
        top: 0px;
      }
    
      .responsive #top .sub_menu a {
        top: 0;
      }
    }

    Cheers!
    Ismael

    #696777
    mcraig77
    Participant

    Ahoy,

    How do I make the text for the headline rotator be on one line and full width (see screenshot) I tried following this thread but it did not work. https://kriesi.at/support/topic/full-width-headline-rotator/

    Thanks!

    #696767

    Hi!

    Thanks for your kind words!

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

    @media only screen and (max-width: 767px) {
    .responsive #top .logo img {
        margin: auto;
    }
    .responsive #top .logo {
        width: 100%!important;
    }}

    Best regards,
    Yigit

    • This reply was modified 9 years, 5 months ago by Yigit.
    #696764

    Hi!

    Please try adding following line to your wp-config.php file near top

    define('CONCATENATE_SCRIPTS', false );

    Regards,
    Yigit

    #696763

    Hey Rene!

    That because of your CSS customization. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .avia-menu-fx, .header_color .avia-menu-fx:hover, .html_header_top .header_color .main_menu ul:first-child > li > ul, .sub-menu {
        height: auto;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #696739
    Tate
    Participant

    Hello,
    I have created a one-page site with anchors in each color section. When I click on the main menu item it is not scrolling all the way to the section. It seems to stop half way down for each section. I have not seen this problem before as I have created other one page websites with enfold using anchors and not had this problem. I have tried using in the menu both the full url and just the tag ie: #about and get the same result with both. Suggestions?

    Kind Regards

    #696733
    nollinger
    Participant

    I am trying to organize a page with a bunch of white paper posts into different categories, so it’s easier to navigate. I’d rather not have to create a page for each of these and then do a submenu. Is there a way to lay this out similar to the blog posts, where there is either a column to the right with different topic links, or a drop down of some sort? A link to the page is in the comments.

    #696727
    obrien247
    Participant

    I am content with the desktop view on Chrome at least but when I view from mobile it is not the same.

    #696722
    #696709

    Hi renske!

    Please edit your homepage and then save your color section element on the top of your content as a template by clicking this button – http://i.imgur.com/vTKYlsJ.png. Then edit your other pages and load that color section element under templates and choose to display transparent header on your pages :)

    Cheers!
    Yigit

    • This reply was modified 9 years, 5 months ago by Yigit.
    #696695

    Hi,

    As i mentioned, that is because it is inside a media query and being applied on screens smaller than 767px.
    Please change your code to following one

    @media only screen and (max-width: 767px) {
    .responsive .logo { display: none !important; }
    }
    /* div .main_color .tabcontainer .active_tab_content { background-color: #0694D2; }
    */
    
    div .main_color .tabcontainer .active_tab { background-color: #EF7F1B; color: white;}
    
    /* START – remove arrows to previous and next gallery */
    #top .avia-post-nav { display: none; }
    /* END */
    
    /* start – position and thickness line under main menu */
    .avia-menu-fx { bottom: 10px; }
    .avia-menu-fx {
    height: 3px;
    width:74%;
    left:13%;
    }
    /* END */
    
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 10px;
    }
    
    #header_main {
    min-height: 82px;
    }
    

    Best regards,
    Yigit

Viewing 30 results - 89,611 through 89,640 (of 142,842 total)