Viewing 30 results - 76,981 through 77,010 (of 142,939 total)
  • Author
    Search Results
  • #820521
    elvirais
    Participant

    Two years ago someone made a handy google collection for all the fonts used in the thema, does anyone happen to have the updated version? Otherwise I’ll add them myself but didn’t want to do the work twice :)

    2015 link:
    https://kriesi.at/support/topic/google-fonts-used-in-enfold/

    Google fonts collection

    #820520
    icuk
    Participant

    I have solutions to part of my issue in the support forums, so i can get a sticky nav fixed to the top of my page, but what we have is a transparent nav, then when you scroll and it sticks we change to having a background colour.

    At the moment on link provided in private content, its just the sticky header settings (black bg), and if i changed it to transparent, it would be transparent once you begin to scroll down rather than getting a bg colour because it doesnt change the class based on the params.

    The found item which helped me at least get it stick was:

    .html_header_top.html_header_sticky #main { padding-top: 0; }
    .content, .sidebar { padding-top: 100px; padding-bottom: 100px; }

    Any further advice would be appreciated.

    #820518

    HI Yigit,

    i tried, but still the same.

    For testing i removed all other Quick CSS Code. Still there is no Menu visible between 990px and 1024.
    Might this have to di with the setting in Enfold/Header/Mobile Menu/ ?

    Now i put back in all Code including your last suggestion.
    Please habe another look on a desktop resolution between 768px and 1024px:

    Hi,

    I am not sure if this is the right topic for my problem, but I want to know if I somehow can make my icon boxes transparent?

    I have tried with this code in quick css, but it does not seem to fix my problem:

    .page-id-2449 .main_color.iconbox_top .iconbox_content {
    background: rgba(255,255,255,.8);
    }

    #820513

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Thanks for the feedback, so that fixed your problem? Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #820503

    I tried the suggested CSS improvement:
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {width: auto!important;}

    but not working at all!

    Many thanks in advance for your reply!

    #820502

    In reply to: Google API

    Hi,

    No problem, glad we finally found the cause. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #820499

    Hey Meutia,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
        width: auto;
    }

    Best regards,
    Rikard

    #820487

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #820482
    ncapanna
    Participant

    Hello, The icon box is responding awkwardly in all mobile devices. Whether it is working like a charm on the desktop. Here is an attached screenshot for IPad.
    https://drive.google.com/open?id=0B2ysOlKceXtud1RCUFJpSW1QZEg3ZjhnOEVXZ3lmRGxhMGw4

    Hi,

    Please remove the “#only-desktop” selector. Or just use our previous suggestion.

    Best regards,
    Ismael

    #820454

    Topic: secondary menu

    in forum Enfold
    codecreative
    Participant

    hi is it possible to have the secondary menu appear in the middle instead of the right or left on the top bar?

    Also on a page with transparent header is it possible to turn of the top small bar all together and it appeaer as someone scrolls down? Like the main menu does?

    Thanks guy for your support

    anjmat
    Participant

    Hello,

    after the latest update the ‘burger’ icon is shown by default on my website desktop view. Where can I deactivate this Menu Item for Desktop?

    Thank you very much.

    Kind regards,

    Anja

    #820448

    Hi Basilis,

    OK thanks, do you know if you ever change this? Is there a future upgrade about this topic with enfold?

    Thanks and best regards, Martina

    #820435
    Ralf
    Participant

    Hi folks,
    I tried a lot of things mentioned here in the forum about this topic, but I could not find a solution that really works on my site.
    I want to have this bottom-section shown really down at the end of the window when the content itself is too small to fill the browser window. Is there enough content, the footer/socket-section should act as usual – scrolling in with the content of the page.
    Is there something what is working this way with Enfold ?

    #820399

    Topic: Header static logo

    in forum Enfold
    led-consult
    Participant

    Hi enfold team,

    i have a i tried to insert a 2nd header logo on the right side and this works perfect – but when i scroll down it moves away – therefore i tried to fix the header – worked not to 100% the “original” left logo changes his size. How i can change it? . img in my css do not work – the right logo are to high. Or which solution do you prefer? Thanks!

    div .logo { float: none}
    .logo:first-child img { display: none}
    .logo img {max-width: 320px}
    .logo.first-logo {z-index: 3}
    .logo.second-logo {z-index: 2}
    .logo.second-logo {width: 100%}
    .logo.second-logo a {float: right}
    .logo.second-logo a {padding-top: 20px}
    .logo.first-logo a, .logo.second-logo a {display: inline-block}

    @media only screen and (max-width: 768px) {
    .logo.second-logo a { float: left }
    .responsive #top .logo { height: 88px/*auto*/ }
    .responsive #top .logo:first-child { display: none }
    }

    #header_main_alternate { border : medium none; }

    .html_header_top.html_bottom_nav_header #header_main{
    border: none;}

    #header_main_alternate {float: right}
    #mobile-advanced {
    background-image: url(“/wp-content/uploads/2017/06/cropped-PRE_Logo_RGB_150_RZ.png”);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10% auto;
    padding: 15% 0 !important ;
    }

    /*header fixed*/
    #header_main .container, .logo a {
    height: 80px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    .header_color .main_menu ul:first-child > li > a {
    height: 80px !important;
    line-height: 88px !important;
    }

    #820391

    Thanks for the code @Yigit
    I was looking for a solution to bring my social media icons back to the top of the menu on the mobile display.

    #820389

    I reply my self… /config-templatebuilder/avia-shortcodes/logoslider.php

    But… can we override this file in the child theme? it is not working for me

    Answer: https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226

    • This reply was modified 8 years, 9 months ago by webvigo.
    #820387

    I have some issues too and i couldn´t fix it. The issues was because of the update.
    Please see: https://kriesi.at/support/topic/after-theme-update-some-things-changed/#post-820386

    (One other thing, this site is not SSL and alot of users are posting login details etc. You haven´t thought of forcing it to HTTPS?)

    #820361

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #820358

    Hi Ed,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #820352

    Hey cgmoss121,

    The image seems to respond well on my end, but to have it covering the entire screen height on all devices will likely be difficult. You would probably have to use several different sections using images adapted to the screen size in question. You can hide/show different sections using CSS like this:

    @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

    #820346

    Hey Shane,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta {
      margin-top:-21px !important;
    }

    Best regards,
    Rikard

    #820332
    geertroggeman
    Participant

    Hello!
    I am having issues with the update. In the main (and secondary) menu, before I had some elements hidden on mobile and others hidden in desktop. I was using this quick CSS code and it worked fine until today.

    @media only screen and (max-width: 767px) {
    .hide-on-mobile { display: none !important; }}
    @media only screen and (min-width: 768px) {
    .hide-on-desktop { display: none !important; }}
    

    I was using the CSS Class when editing the menu e.g.: http://i.imgur.com/l1fVK0v.png
    This setting worked perfectly before, but now, with the update, those elements does not hide when browsing from mobile devices. http://i.imgur.com/734Gdjg.jpg
    The CSS code does work for the secondary menu in the mobile version of the site (and in every menu in the desktop site), so the problem is on the mobile menu itself.
    Another issue is that the social buttons does not appear on the secondary menu of the mobile site.
    Is there a way to solve this problem?

    Thank you.

    EDIT: If someone has this same problem, I came to a solution: click here

    • This topic was modified 8 years, 9 months ago by geertroggeman.
    clairemartindigital
    Participant

    Hello guys,

    after the latest child theme update it seems that i am having an issue with the header.

    1. on desktop the header is now displaying the mobile header icons (hamburger nav icon + shopping bag icon) as well as the standard desktop header.

    2. on mobile the hamburger nav icon + shopping bag icon are now too close together and not leveled.

    Could you advise how i can resolve this please?

    Thanks for your help!

    #820326

    Guenni007 I don’t think you understood the problem.
    When you create a menu, Enfold kinda duplicates it for mobile menu. If you’ll inspect your page you’ll be able to see two menus – one desktop and one mobile. Both menus will have same elements (list items) with the same ids. Mobile menu will be hidden (display: none;) on the screen bigger than 768px for example, but it still sit on the page which causing it NOT being WCAG ADA Compliant.
    My workaround getting rid of the id attribute of the list items of the mobile menu completely on the page load and now it can pass and be WCAG ADA Compliant.

    Jon711b
    Participant

    I’m working on http://t3flux.xyz/

    The client wants the header to be at the top all the time, including the initial page load. I can’t figure out what setting or CSS override I need to get it to do that.

Viewing 30 results - 76,981 through 77,010 (of 142,939 total)