Viewing 30 results - 76,711 through 76,740 (of 142,941 total)
  • Author
    Search Results
  • #822593

    Hi envapk2!

    I believe it is caching related. Please refer to this post – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/#post-819186

    Regards,
    Yigit

    #822592

    Hi,

    Yes I tried, but it does not work.

    Christophe.

    #822591

    Hey!

    I changed the code to following one and flushed cache

    
    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        opacity: 1;
        display: inline-block;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #822590

    @Victoria – yes the burger menu appears between 1150px and 990px but it’s in the wrong place. It’s positioned in the ‘normal’ menu space and it doesn’t move up until below 990px when it displays here and the ‘normal’ menu space is removed. I’d like the burger to appear in the top header area and the normal menu space to be removed from 1150px downwards so it’s consistent.

    Details in private content.

    #822586

    Added a grid row on the top but it doesn’t show. It also removed the one made with your css.

    ?

    #822578

    Hi Rikard, thanks. When that did not work, I looked closer at my Quick CSS, and I’ve discovered the problem, but still need some assistance.

    I’ve set the following in Quick CSS
    #top strong{color:#4E4E4E;}

    I did this to prevent bold text from turning orange ( my themes color.)

    When I removed that rule, the text on the problem page in the aweber form that was #4E4E4E;, turned orange.
    I’ve put the rule back for now, but how can I accomplish keeping my bold text #4E4E4E site-wide, but exclude the text in the aweber form?

    Thanks much!

    #822574

    Hi,

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

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        opacity: 1;
    }}
    

    Best regards,
    Yigit

    oh sorry……i have understand what i have wrong…
    the selector must be the same…. xD
    now working with

    #top input[type=”text”]{
    width: 10px;
    }

    thx solved

    #822552
    langnaese
    Participant

    topic was closed but not solved!
    https://kriesi.at/support/topic/layerslider-wp-width-problem-after-update/

    even with the latest version of enfold (4.1.1) this issue is not solved.

    #822551
    B2B_Pro
    Participant

    Hi there,

    My new website is not rendering correctly in mobile view. Could you please assist with the following issues:

    1. The Caption title and text is not aligning left in the Fullwidth Easy Slider but instead displays across the image.
    2. The padding for some sections is too big or small.
    3. The Icon boxes display as one large row rather than next to eachother.

    These issues are not occurring when accessing the website via a desktop.

    Appreciate your support.
    Adam

    #822550

    the grid row above was not the problem – it is the following one – so if you like you can insert in a different way:

    try adding this to quick css:

    .page-id-117 #after_section_1::after {
        content: " ";
        display: block;
        height: 15px;
        width: 100vw;
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #604b66 0%, #604b66 33%, #937522 33%, #937522 66%, #d6a83e 66%);
        background: -webkit-linear-gradient(left, #604b66 0%,#604b66 33%,#937522 33%,#937522 66%,#d6a83e 66%);
    	background: linear-gradient(to right, #604b66 0%,#604b66 33%,#937522 33%,#937522 66%,#d6a83e 66%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604b66', endColorstr='#d6a83e',GradientType=1 ); 
        background-repeat: none;
        background-position: center top;
        background-size: 100vw 15px;
    }
    #822535

    In reply to: burger Menü

    Hey Gravhics!

    Thanks for contacting us!

    Please firstly refer to this post – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/#post-819186. To see the links and receive full support, please register to our support forum here – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum if the link i posted does not help :)

    Regards,
    Yigit

    #822531

    Hi Tobi,

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

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none !important;
        animation: none !important;
    }
    

    Best regards,
    Yigit

    #822525
    Gravhics
    Guest

    Nach dem Update von Enfold, ist nun auch das mobile Menü auf der Desktop Version zu sehen. Wie kann ich dies ausschalten?

    Vielen Dank

    #822524

    Hello Ismael.

    The box has no formatting. See the link below. Everything you enter is the same pattern. I would like to have a title with a different formatting, Padding (0,0,0,0), spacing between the elements (line and text), and a text below the title with a formatting for it.
    I need to get a better presentation and better use HOTSPOT. Simple text is not enough. Many people stop using the hotspot because of this. The hotspot can not be just a short simple text comment. It can be more than that. It is important for everyone.

    link model
    http://valencaevalenca.profissional.ws/valencav02/interativo/

    #822517
    Pablo
    Participant

    Hi,

    As you can see in the attached capture, at the blog section and posts (not in the home, contact, etc. where we have the image background section), the logo is placed to the top instead of being vertically centered. How could it be fixed?

    In browser sizes below 763px it´s show in its right place, it´s only above 764px width.

    Navigation bar logo issue (image capture)

    I´ve checked in the Inspector there are a lot of CSS with the 88px height dimension, but I can´t find how to change it.

    <div class=​"container av-logo-container" style="height: 88px; line-height:88px;">​
         <div class=​"inner-container">​
              <span class=​"logo">​
                     <a href=​"http:​/​/​www.auditoragalega.es/​" style=​"max-height:​ 88px;​">​
                         <img height=​"100" width=​"300" src=​"http:​/​/​www.auditoragalega.es/​media/​agc-lg-300x116.png" alt=​"Auditora Galega de Contas" style=​"max-height:​ 88px;​">​
    
    <div id=​"main" class=​"all_colors" data-scroll-offset=​"88">​

    Please note that if I change at Header Behaviour > Header size, from “slim” to “custom size in px”, the Shrinking Header behaviour stops working, so it doesn´t work for me.

    Thank you.

    • This topic was modified 8 years, 9 months ago by Pablo.
    #822513

    see my comment on https://kriesi.at/support/topic/custom-widget-not-showing/#post-822505

    delete the following grid-row to proove – and than we will see if we can do that “Separator” in a different way

    but you can force it by inserting the price-table in a 2/3 column and in that 1/3 column the Widget-Area ALB Element and do for that page/post a non sidebar layout!

    #822488

    In reply to: Iconlist title case

    Hey jezza1961,

    Please see the following thread:

    https://kriesi.at/support/topic/change-h-tags-of-iconlist-title/

    Best regards,
    Jordan Shannon

    #822483
    vinchenson
    Participant

    Hello, I just configured a slider with the enfold theme in one of my posts, and it works correctly for desktop users of the webpage. But when I open the url with the mobilephone noone can “tell” it is a slider because it does not show the arrows.

    I also set up “auto play” so slider changes photos automatically every 4 seconds but on mobile it does not work.

    Can someone help me?

    #822478

    In reply to: Home Page Video

    but in a color-section only this one will work : https://www.youtube.com/watch?v=Wq-DEL2ONGg?rel=0&autoplay=1&loop=1

    #822474

    In reply to: Home Page Video

    https://www.youtube.com/watch?v=Wq-DEL2ONGg#action=share

    the shortform is ok – but i think that at the end there will be related Videos
    so i think its better you use: https://www.youtube-nocookie.com/embed/Wq-DEL2ONGg?rel=0&autoplay=1&loop=1

    #822470
    This reply has been marked as private.
    #822465

    In reply to: Header configuration

    + your code will remove the logo without any animation … and I would like to have the fade out of the logo then the user scrolls down and fade in when the user scrolls up to the top.

    • This reply was modified 8 years, 9 months ago by midudek1.
    #822463

    In reply to: Header configuration

    Thank for the prompt reply!

    Mike unfortunately your code does not work.

    I have noticed that the code for ‘.header-scrolled’ stopped working when I have DISABLED the ‘Shrinking Header’ in the header behavior configuration.

    Can you help me please?

    MD

    Hi,

    This should work for tablets:

    
    @media only screen and (max-width: 1024px) {
    #top #menu-item-search {
    display: none!important;
    }
    }

    Best regards,
    Jordan Shannon

    #822446

    Hi Victoria, I reinstalled enfold using FTP. installation worked fine but my page is still blocked: http://www.umshaus.ch – Can you pls help me out here? Thanks, Christoph.

    Hi,

    Add the following:

    @media only screen and (max-width: 767px) {
    #top #menu-item-search {
    display: none!important;
    }
    }

    Best regards,
    Jordan Shannon

    #822423
    jeremygall
    Participant

    Hi. Really sorry if this has been covered before, but the posts I’ve found don’t solve my problem.
    I have a set of 7 images in the slider, all 4000 x 3240 pixel .PNG files. These are pretty much the same ratio as the 845 x 684 Accordion Image size selected. However, the pictures are stretched top-to-bottom, i.e. narrow side-to-side. The models are slim anyway, but this makes them look just a bit too slim! When I click on the individual slider images, the correct aspect ratio pictures are displayed. The page is here: http://eleanorgall.com/
    Any help gratefully received.
    Thanks
    Jeremy

    #822420

    Hey Valerie,

    Ive checked that theres a custom code causing it. So, to solve this, just add the following code at Enfold Theme Options > General Styling > Quick CSS

    
    #top .all_colors strong {
    background-color: transparent !important;
    }
    

    Best regards,
    John Torvik

    Hi,

    Try adding the following to quick css:

    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) {
    .noLightbox.social_bookmarks.icon_count_5{
    display:none!important;
    }
    
    .avia-menu.av_menu_icon_beside{
    border-right-style:none!important;
    }
    
    #top #menu-item-search {
        display: none!important;
    }
    
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

Viewing 30 results - 76,711 through 76,740 (of 142,941 total)