Viewing 30 results - 100,231 through 100,260 (of 142,889 total)
  • Author
    Search Results
  • #585497

    Found a quick and dirty fix for the time being:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
        margin-top: -72px;
    }

    This essentially pushes the 100% container 72px to the top, cutting of the top of the slider, but I can present this to our customer in the hopes that you guys have a better solution for me.

    The way I see it we could either change the script for the sticky fullwidth submenu OR we could shorten the 100% container by 72px.
    In any case, I didn’t find any way to do it, so I am still hoping you have an idea.

    Cheers,

    Michael

    #585485

    This does not work. It only makes the photo shorter.

    As you can see the background stays large.

    So to be clear. The color section is not height adjusting with this CSS

    I’d be happy to stop posting on this topic but the CSS you are giving me isn’t working

    doesn’t work

    @media only screen and (max-width: 767px) {
    #photo-center .av-parallax .av-parallax-inner {
    height: 200px !important;
    }}

    Thank you,

    Jas

    #585481

    Andy,

    I’m very sorry. I don’t understand your english. You saying “this” and “it” and then you are telling me above to replace new CSS with old CSS. “replace it with the old one.” why would I replace new CSS with old CSS? Wouldn’t it be the other way around?

    Here is what I have now. Please copy and paste the parts I need and I will delete the rest. Thank you.

    .av-instagram-pics.av-instagram-size-thumbnail {
        width: 70%;
        padding-top: 12px !important;
    }
    
    .av-instagram-item {
        padding: 1px;
    }
    
    .av-instagram-item:hover a {
        opacity: .5;
    } /*instagram hover effect*/
    
    .widget-easy-twitter-feed-widget-container .row {
        margin-bottom: 0;
    }
    
    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }
    
    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }}
    #585467

    Andy,

    See screenshot below:
    The request is this: I want to adjust the height on the red box which is a color section background. None of the CSS above does this.

    1. On several posts you’re telling me my problems seem to look ok to you. But they don’t look ok to me which is why I am posting a topic.

    2. You’re telling me to post links that are already here in this post.

    3. You’re telling me to post screenshots that are already here in this post.

    This is happening in post after post. and if you look at my other topics I’ve never had this much trouble with any other rep. I don’t know why to say or do here. I think you and I just don’t work well together. When I am working with other reps I don’t have this problem.

    Thank you for your help but this is taking 4 times as long as normal. Please just forward my posts to other reps. I’d appreciate it.

    Jas

    PsyontheMove6102
    Participant

    Hi There!

    I just installed Polylang plugin so I can have a bilingual website. The 2 flags are displayed in a secondary menu on the top right header and set up my 2 main menus, in French and in English. So far, I am very proud (I am a beginner).
    But since I’ve done that, all my fullwidth easy sliders that I had in the main content, with transparent and glassy headers disappeared.

    I checked and compared the settings of the 2 pages but can’t find what I am doing wrong. I was wondering if the secondary menu with language switcher widget supports that?

    What am I not doing properly?
    Thanks in advance!!!

    PS: I know nothing about coding…

    #585453

    Andy,

    I don’t know what to say. I have been struggling to get you to see things which are plainly obvious to me. The first several posts of this topic were me just trying to get you to see what I am seeing. There are several screenshots below clearly showing why the problem is.

    I appreciate your help Andy, but in more than one topic, we struggle with basic communication. When other support reps answer my posts, I have no problem. I think at this point, it would be best if you would please forward this request, other existing requests and future requests to another support representative.

    I do appreciate your help, but we are not working well together. I don’t know what else to do.

    None of the screenshots below happen until we add the last CSS you gave me.
    The uneven spacing does not occur until we add the last CSS.
    BUT, without the last CSS the instagram thumbnails are not perfectly sized.

    Thank you,

    Jas

    #585452

    Hi Tim!

    Use different tickets for different questions in the future.

    1.) I suggest to build two different sliders, one for mobile, which you can hide on desktop sizes and vice versa.

    2.) Open a new ticket and send us admin access, so we can take a look. Try to deactivate all plugins at first, to check if one is causing this issue.

    Best regards,
    Andy

    dburton77
    Participant

    Great theme and always amazing support!

    Just wondering how to add a single image/button to the right side of the masthead with the Menu and Logo Position set to “Logo Left, Menu Below”. Note that I’m not looking to display this graphic in the top bar, but rather in the main header area on the right.

    Thanks in advance!

    #585438

    Sorry the precise link is above. Site #1 in Private Content
    #post-580249

    The screenshot is also above here. #1a in Private Content
    #post-583850

    Thank you

    #585409

    All good! Thanks a lot Yigit!

    This topic can now be closed.
    Wish you a nice week-end.

    Regards,
    Steph.

    #585408

    Rikard… one question more…

    I need the same mobile menu style (hamburguer button) but for desktop… Is possible?..

    Thanks again..=)

    #585407

    I don’t think I am explaining myself correctly. ALL of the CSS below, no matter what I adjust, only adjusts the size and position of the icons. I have attempted to adjust the 20px and 85px values.

    I want to make the color section shorter. I need CSS to adjust the height of the background color section that the icons are laying on top of.

    The icons are perfect. The background that the icons lay on top of are not.

    This is what I have currently…

    @media only screen and (max-width: 767px) {
    #top #wrap_all #photo-center .flex_column.av_one_third {
        width: 31%;
        height: 85px!important;
        float: left;
        clear: none;
        margin-left: 1%;
    }} /*content element: icon*/
    
    @media only screen 
      and (min-device-width: 414px) 
      and (max-device-width: 736px) 
      and (orientation: portrait) { 
    a.av-icon-char {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    }} /*icon content element size*/
    #585406

    Hey!

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

    define('CONCATENATE_SCRIPTS', false );

    Best regards,
    Yigit

    #585404

    Hi Andy,

    The code below makes things worse. It causes other problems. I left this CSS on the site. Resize your desktop browser at different sizes and take a look at what happens. I used 80px x 80px by the way. 60 x 60 looked bad.

    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }
    
    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }}
    
    #585403

    Hey yes9310!

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

    section#mp3-jplayer-widget-2 {
        margin-top: -130px;
    }

    Cheers!
    Yigit

    #585396

    Hey that helped Ismael!

    An interesting thing happened. The CSS made the top of the photo cropped.

    So, I added height: 320px !important; and it moved the photo AND made the photo smaller so I can see the entire image.

    @media only screen and (max-width: 767px) {
    #photo-center .av-parallax .av-parallax-inner {
        background-position: 50% 50% !important;
        height: 320px !important;
    }
    } /*move background image*/

    Thank you Ismael! you can close this topic..

    Hi!

    try this code:

    .menu-item-top-level-2 > a > .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    

    Cheers!
    Andy

    #585394

    Hi Andy,

    We are not talking about that anymore. It’s the phone number that is light on iPhone but not Android. You can see the screenshots here..

    #585393
    Tim
    Participant

    Hi,

    I’ve two question:

    1) I want to show a big slider on my normal page but a more little one on mobile pages.
    I found this of an older page: https://kriesi.at/support/topic/large-testimonial-slider-on-mobile/ is this still the best way?

    2) Problem is that when I want to enter the text-editor I don’t see anything anymore. What can i do about that?

    Greetz,

    #585391

    Sorry, the topic can be closed, I found it out by myself.
    Just don’t use the hexa codes for the colors (e.g.#ffffff), but use
    rga(255,255,255,0.5)
    for example.

    #585388
    davidyannick
    Participant

    I’d like to have the main menu always on top even at the startup screen
    In my site : http://www.davidtavan.com the top menu appears after the first screen, how can I do for top menu appearing even at the startup screen ? And transparent ?

    Thanks

    Austin1988
    Participant

    Hello

    We are having some problems with breadcrumbs in relation to the mega menu. I’ve had a look through the support forum and can’t find a solution, so am hoping you can help.

    The structure of our mega menu is as follows:

    Top Level Mega Menu, no url link
    Column 1, no url link
    Page 1 with Link
    Page 2 with Link
    Column 2, no url link
    Page 3 with Link
    Page 4 with Link
    etc. etc.

    However, the breadcrumbs that show “you are here: …” all link to urls that should not exist. So for instance, if someone clicks onto Page 4, the breadcrumbs say “You are here: Home > Top Level Mega Menu > Column 2 > Page 4” with links to both ‘Top Level Mega Menu’ and ‘Column 2’.

    Is there a way to stop this happening?

    I’ve included a link to our site in Private content.

    Your help is greatly appreciated
    Many thanks

    #585383

    Hey!

    I read the whole thread, but have difficulties to understand your english and that’s why the whole topic. I checked your backend. Where can we see the issue? please be very precise, so it will be clear to us. I checked your screenshots https://drive.google.com/file/d/0BxK4wGihwQaQY0F6bmpSYlVLeVU/view and https://drive.google.com/file/d/0BxK4wGihwQaQcENWcDBMXzBHR1U/view but can’t see any issue there. Can you highlight what’s going on please?

    You are using a caching Plugin, so go into plugin’s settings and choose to switch off caching. Deactivate this and all other plugins. Afterwards clear browser cache and hard refresh a few times. Let us know if this helps.

    Regards,
    Andy

    #585362

    Hey!

    Please add following code to Quick CSS as well

    .responsive #top .main_color .tabcontainer .active_tab {
        background-color: white !important;
    }

    Regards,
    Yigit

    Hi again,

    I fixed issue 2. I didn’t notice that I was uploading a full screen image but the uploader was selecting a smaller size.

    and issue 1

    Cheers.

    • This reply was modified 10 years, 1 month ago by seanchk.
    #585348

    Hey!

    1.) Slider schaut für mich gut aus:

    View post on imgur.com


    Konntest du es bereits fixen?

    2.) Nimm den Code:

    .stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container {
    display: none;
    }
    

    aber hatte ich dir ja oben bereits geschickt …

    3.) Nimm diesen Code für die Linie:

    .container_wrap.container_wrap_first.main_color.sidebar_right {
    border-top: none;
    }
    

    Gruß!
    Andy

    #585343

    Hey!

    You can add following code to Quick CSS adjust the values as needed

    #header #header_main_alternate .container {
        height: 80px;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 198px !important;
    }

    Cheers!
    Yigit

    #585327

    Hallo nochmal,
    hab eine Lösung gefunden !!!

    Einfach unter “Custom top and bottom margin” die Margin-Bottom auf -1px setzten (mir war nicht klar das man dort auch neg. Werte angeben kann …)

    #585325

    Hey Myst!

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

    #top #wrap_all ins:before {
        display: none;
    }

    Regards,
    Yigit

    Hi Yigit,

    I’m using Chrome, IE & Firefox on both Win 7 Pro 64bit and Windows Server 2008 R2

    And also Safari on the iPad.

    The 2008 machine is not on my network and is being accessed via remote desktop software so that rules out my router/network or anything else I can think of causing this.

    I’ve also tested this over 4G on my iPhone and am seeing the same issue. (only did this as we once saw O2 data mangling some of our scripts and we had to move to https to stop the problem. Same thing happened to Transport For London but O2 listened to them but not too us. Funny that).

    Anyway, if I can provide any more test info please say. Suffice to say I can see this on all devices on all networks and all browsers.

    thanks,

    Hedley

Viewing 30 results - 100,231 through 100,260 (of 142,889 total)