Viewing 30 results - 89,701 through 89,730 (of 142,938 total)
  • Author
    Search Results
  • #697098
    uribinsted
    Participant

    Hi,
    In continue to https://kriesi.at/support/topic/masonary-gallery/#post-693091

    We did the modification for the certain page where we wanted to align the Image Title to the bottom part of the Image
    now the customer asked for the Title to be aligned both to the bottom and to the Right
    i changed a bit the code you sent me but it causes the text to wrap to 2 lines or more.
    can you please help me fix it to be aligned right properly.

    also the client asked me how remove the bold affect and change font to Tahoma.

    Hefio_Play
    Participant

    If there is no secondary enabled, and the shrinking header is enabled, the header starts to shrink immediately if the user scrolls down, even one pixel (which shrinks the header by one pixel). I believe this is the intended behaviour.

    However, if the secondary menu is enabled, the shrinking starts with a delay. The user must first scroll down the amount that is equal to the height of the secondary menu. E.g. if the secondary menu is 30px high (as it is by default), the shrinking does not start until the return value of $(window).scrollTop() reaches 30.

    I tested this with a clean WordPress installation with no other changes than enabling Enfold and enabling secondary menu in the header options. I strongly believe this is a bug (or rather a development oversight) in the function avia_header_size() in the avia.js.

    #697068

    Hi,

    The way the header is setup or modified renders any custom code that we provide useless.
    If you still like to try it please add the code below which will normally work if the header is not modified.

    .logo {
        top: -30px!important;
    }

    Instead what i would suggest is add a widget area and make the required modifications to it. http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    We can get you started in the right direction would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #697060

    What happen with the support? I have purchase this theme third time because of the great support and I can’t get an answer for any question? Really? Hire a freelancer to move the logo up? I’m the freelancer and I’m asking for help as I couldn’t have it done.

    I’m sure it can be done with css and not a lot of work.

    You advised me to put the address at the top by using extra elements option which created a lot of white space and I just want to pull a logo a little bit up.

    Thank you

    #697043

    Hey alex5252,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    // color section background
    function colorsection_bg(){
    ?>
    <script>
    jQuery(window).load(function(){ 
        setTimeout(function() {
    	if (jQuery(window).width() < 768) {        	
               	jQuery(".topbackground").css({ 'background-image' : 'url(https://marckdesignconcepts.com/Eloquent/wp-content/uploads/2016/10/mobilebackground.jpg)' });     
    		} 
    	});
    	}, 1000);
    </script>
    <?php
    }
    add_action('wp_footer', 'colorsection_bg');
    

    Best regards,
    Vinay

    #697042

    Hi Vinay, then problem won’t be solved by updating the theme. Rikard pointed out that the official enfold demo (http://kriesi.at/themes/enfold-consulting/) runs the latest version and it suffers from the same problem. See https://kriesi.at/support/topic/page-anchors-on-mobile-devices/#post-695295

    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, 6 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, 6 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

Viewing 30 results - 89,701 through 89,730 (of 142,938 total)