Forum Replies Created

Viewing 30 posts - 91 through 120 (of 11,347 total)
  • Author
    Posts
  • in reply to: content section below content section #1479279

    try ( now just for that post : vuur5 to not have influence from other settings )

    in reply to: content section below content section #1479269

    hm – boxed content seems to be a bad guy for that. …

    try ( now just for that post : vuur5 to not have influence from other settings )

    #top.postid-227 #main {
      overflow: visible !important;
    }
    
    #top.postid-227 #av_section_1 {
      position: absolute;
      height: calc(100vh + var(--enfold-header-height)) !important;
      width: 100vw;
      left: 0;
      top: calc(-1 * var(--enfold-header-height)) !important;
    }
    
    #top.postid-227 video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:  calc(100vh + var(--enfold-header-height)) !important;
      z-index: -1;
      object-fit: cover;
    }
    
    @media only screen and (max-width: 1200px) {
      #top.postid-227 video {
        left: -250px !important;
      }
    }
    
    @media only screen and (max-width: 767px) {
      #top.postid-227 video {
        left: -350px !important;
      }
    }
    in reply to: content section below content section #1479226

    next question: why don’t you use the enfold options on adding video to color-section:

    see with css code:
    https://webers-testseite.de/vuur/

    in reply to: content section below content section #1479225

    you see your example page – that section scrolls away!
    but you set your video container to fixed position:

    #video-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;
    }

    so this will stay at position

    do you like to have this?

    #video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;
    }
    
    #top #av_section_1 .container {
      max-width: 100vw !important;
      margin: 0 !important;
      top: 0;
      left: 0 !important;
      position: absolute;
      padding: 0 !important;
    }
    in reply to: Burger menu icon to be black #1479217

    i can change that for you – but you should think about it if is a good handling of the site if 2/3 of the screen height on mobile devices are #head – and content (#main) only 1/3.

    in reply to: Burger menu icon to be black #1479216

    no – only quick css – i only copy paste this changings from dev-tools – so sometimes the browser dev tools change a bit the notation – maybe that is the reason ( f.e. pseudo-elements like before and after will noted on browsers as ::before and ::after allthough it is in quick css :before and :after)

    see: https://kriesi.at/support/topic/background-images-in-color-section-dont-show/

    in reply to: background images in color section don’t show #1479201

    where is that page ( name is enough for me )

    _________________

    ok – your widget content gets bigger – than new settings are needed:

    again search for the entries in quick css and change those values:

    /* declarations inside these comments had to be changed  */
    /* and missing declarations had to be added to the existing ruleset */
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        /* padding-top: 420px !important; */
        padding-top: 550px !important;
      }
    }
    
    @media only screen and (max-width: 989px) {
      #header .inner-container {
        /* grid-template-columns: 3fr 1fr; */
        /* grid-template-rows: 50px 1fr; */
        /* padding: 20px 0; */
        grid-template-columns: 4fr 1fr;
        grid-template-rows: 160px 1fr;
        padding: 0;
      }
      .responsive.html_header_top #top #main {
        /* padding-top: 400px !important;  change to new value*/
        padding-top: 550px !important;
      }
      #header .inner-container {
        /* margin: 15px 0 0;  so just erase that rule*/
      }
    
      #header .inner-container .logo a, #header .inner-container .logo img {
        height: 300px !important;
        max-height: 300px !important;
        /* width: auto; */
        width: 300px !important;
        max-width: unset;
      }
    }

    ps – is that a wise decision to have such a big header area for mobile devices?

    in reply to: Custom fonts for certain instances of headings #1479175

    I’m a participant like you – so no private content area for me to read. Sorry – you’ll have to wait until the mods get here.

    in reply to: 2 Columns with fixed height incl. Pic – how-to? #1479163

    i understand – but what about showing me the demo-page what was the base of your page.
    f.e.: https://kriesi.at/themes/enfold-law/practice-areas/#av_section_2 – and my question if it is a background-image or as an image element?

    in reply to: Google font error #1479161

    What is the benefit of a variable font ( besides very special settings ) : https://fonts.google.com/knowledge/introducing_type/introducing_variable_fonts

    but you see on the file-size column that if you really need all font-weights the varible font is less file-size than all the static font-files together.

    in reply to: Google font error #1479160

    this is inside the zip file downloaded from Google:

    so you see the variable fonts – and inside the static folder the other fonts.
    Enfold can handle both – but you had to upload them separately. So unzip that file – the varible fonts put in a Folder f.e. Petrona-variable and pull out that zip file the static folder and rename it to Petrona
    zip these two folders ( on Mac do not include Mac Meta data ). Now these zip files are ready to upload. Make a decision what you like to use.

    For testing purpose – if you only need 100,400,700 download: Link
    and here is the variable font: Link

    First test only the static fonts. Normal users rarely know how to use a variable font ;)

    Enfold font manager:

    Choose your font then in General Styling – Fonts – at the end of the list there are the uploaded fonts

    in reply to: Special Heading apears light #1479156

    all modern-quote headings (from enfold heading element) are set to font-weight 300 on default. You can insert this to have bold :

    #top .modern-quote .av-special-heading-tag {
      font-weight: 700;
    }

    your headings inside text-block are handled different – so they are bold.

    in reply to: Google font error #1479155

    the above problem may have nothing to do with this, but you are aware that the downloaded Petrona.zip contains both static and variable fonts.

    Google Petrona is one such variable font. The zip file you download from Google contains the variable font files and the static font files in a subfolder. Enfold also supports the use of variable fonts – but you need to upload them separately.

    Now you has to decide if you like to use both – and the static font files as fallback solution ( that needs some additional conditional querries ) – or to use one kind of font file.

    The static fonts contain a large number of styles (from 100 to 900 – regular and italic); you may want to make a selection here.

    in reply to: 2 Columns with fixed height incl. Pic – how-to? #1479151

    can you post the link (of your page) or to the law demo page based on your page attempt?

    That pic in your 2/3 column is placed as background-image or as an image element?

    In general, if an image is to respond to screen width and completely fill the surrounding container, the container height must match the image’s aspect ratio.

    in reply to: Changing fonts does not work #1479150

    Ja, mit deiner Schrift hat die Umstellung jetzt funktioniert.

    behalte deine als Lizenznachweis für Dich.

    in reply to: Custom fonts for certain instances of headings #1479149

    I don’t know if your company has to comply with the GDPR; I would prefer the self-hosted fonts option. Not least because then I can be sure that I am using woff2 fonts (no idea if it is not just ttf via Google). woff2 can be used in all common modern browsers and is much smaller in data volume due to Brotli compression.

    If your question only belongs to the heading element, the DOM structure is as shown in the image above. And the CSS ruleset will then work as described above.

    Can I see the page in question? – and that heading you like to have as Sacramento Font.

    in reply to: Burger menu icon to be black #1479099

    PS : du hast jetzt die container weite auf maximal 1000px gestellt ?
    Na das hat sich dann ja richtig gelohnt, für die 10px unterschied das Menü zu stylen ;) bis (990px ) bis der Hamburger greift

    ___________

    PS : you have now set the container width to a maximum of 1000px ?
    Well, that was really worth it to style the menu for the 10px difference up to (990px ) until the hamburger takes over ;)

    in reply to: Burger menu icon to be black #1479097

    Change means not add !
    you placed it on top of the quick css.

    but my settings are after your (top) insertion so the code is overwritten by mine.
    i changed that code as mentioned.

    in reply to: Burger menu icon to be black #1479082

    if you enlarge the logo (as mentioned on the other post ) you had to correct the padding-top of #main ( for that screen-width)

    #top .header_color .av-hamburger-inner, 
    #top .header_color .av-hamburger-inner::before, 
    #top .header_color .av-hamburger-inner::after {
      background-color: #000;
    }

    so change the css rules for that too:

    @media only screen and (max-width: 989px) {
      .responsive.html_header_top #top #main {
        /* padding-top: 320px !important; */
        padding-top: 400px !important;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        /* padding-top: 320px !important; */
        padding-top: 420px !important;
      }
    }
    in reply to: Custom fonts for certain instances of headings #1479036

    With my first question, I just wanted to make sure that the font also works with your method. So you used the Enfold support for Google Fonts (something we should actually avoid in Europe because of GDPR requirements) and activated the font that way.
    The second question is about whether you can avoid using the custom class if these headings could have something in common. For example, that you want to have all blog post titles with this font.

    Now – make shure that the custom class input field is filled without that dot for classes. On the heading element this custom class goes (as mentioned already) to the parent of the h tag. So the code will work for all heading tags (h1, h2 etc. ) with:

    #top .av-special-heading.extralargedisplayfont .av-special-heading-tag {
      font-family: 'sacramento';
    }

    in reply to: Menu item to break over 2 lines #1479014

    Zunächst sieh es dir jetzt nach meinen Veränderungen an den Headerbereich betreffend.

    Aber du hebelst ja selbst mittels der “Engführung” des menu-items 96 die Gleichmäßigkeit aus:

    
    #menu-item-96 a .avia-menu-text {
      line-height: 18px;
    }

    die Äquidistanz ist ja da wenn du die Einstellungen zurücknimmst.

    man könnte es erzwingen … indem du die fehlenden 9px / jetzt 5px ( der line-height – jetzt 20px ) oben und unten dazu gibst:

    #menu-item-96 a .avia-menu-text {
      white-space: normal;
      word-wrap: break-word;
      display: block;
      width: 150px;
      text-align: right;
      line-height: 20px;
      padding: 5px 0;
    }

    Also allgemein line-height 30px – hier dann diesem Menüpunkt die 20px + 2x5px open /unten

    PS: ich habe es mal reingesetzt. Dann siehst Du wie es sich verhält.

    But that is no Enfold Element – did you switch off the Enfold Lightbox Option?
    It seems to be that – your lightbox Plugin comes into trouble with “infinite scroll” loaded images. the first one are opening in lightbox – but the delayed loaded images have sometimes that problem.

    in reply to: Header Layout in mobile view needs help #1478987

    Du könntest nun durch Ändern dieser Regelsatzes noch nach Bedarf die Logo Größe ändern:
    (jeweils dann auch für die media-queries anpassen – momentan ist es auf 200px eingestellt)

    #header .inner-container .logo a, #header .inner-container .logo img {
        height: 240px !important;
        max-height: 240px !important;
        width: auto;
      }

    durch Ändern der Einstellung auf start werden die grid-items ( widget, logo, nav) dann oben bündig angeordnet:
    (momentan steht align-self auf center – bedeutet die vertikale Zentrierung)

    #header .inner-container > * {
      align-self: start;
      width: auto !important;
      position: relative;
    }
    in reply to: Header Layout in mobile view needs help #1478922

    if you like – please send me your login data for that site via e-mail.
    All data you can get via Profile link

    in reply to: Header structure #1478882

    as a participant i do not see your private content messages – but do you use WPML?
    WPML does handle your language Settings even for those enfold options.
    you got on top your lang flags :

    so if you like to have the same look – you had to synchronise these settings for each language.
    read here https://kriesi.at/support/topic/implementing-the-same-theme-setting-to-all-languages-using-enfoldwpml/

    My advice: first style the page completely in your native language, then go via the theme settings. ( see link above)

    in reply to: Custom fonts for certain instances of headings #1478881

    First: how did you embed/activate that Sacramento Font to Enfold?
    Next: what is common to those headings that should use the Sacramento Font? (maybe there is something we can use as selector)

    _______
    If there is no commonality for these headings, you will need to do this manually.

    You should give a custom class to those heading elements. (f.e. sacramento – why not?)

    then you will have that custom class at the parent of your h-tags (av-special-heading-tag)

    #top .av-special-heading.sacramento .av-special-heading-tag {
      font-family: 'sacramento';
      font-weight: 700
    }

    It may be necessary to force the font family by adding !important to this declaration.

    in reply to: Header Layout in mobile view needs help #1478880

    ich habe dir jetzt zwei wege aufgezeigt.
    zum Einen könntest du mit dem bisher erreichten ja den Code von Link mal einsetzen.

    Dann sieht die seite so aus:

    zum Anderen – und ja klar wäre das ein Neuansatz – die Lösung über das Grid Layout.
    Dazu wäre dann nötig den bisherigen Code zu entfernen, und den neuen Ansatz auszuprobieren.

    in reply to: Since update 7.0 SVG icons problem #1478763

    if you like to use a different font then it is better to use the image id

    function avia_replace_default_icons($icons){
    	$icons['svg__search'] =  array( 'font' =>'svg_wp-media-library', 'icon' => '40720');
    		return $icons;
    	}
    add_filter('avf_default_icons','avia_replace_default_icons', 10, 1);

    that above is an example with the new “font” of uploaded svg files to media-library

    https://kriesi.at/support/topic/how-to-replace-standard-icons/
    Advantage use media library multicolor svgs too.

    in reply to: How to add alt text to text logo? #1478760

    you can use on $sub html tags . f.e.:

    function kriesi_logo_addition($sub)
    {
      $sub .= "<span class='logo-title'>";
      $sub .= get_bloginfo( 'name', 'display' );
      $sub .= "</span>";
      $sub .= "<span class='logo-title logo-subtitle'>";
      $sub .= get_bloginfo( 'description', 'display' );
      $sub .= "</span>";
      return $sub;
    }
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');

    and if you can insert classes that way – you can have here alt and title too.

    btw:

    The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.

    The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

    in reply to: Header Layout in mobile view needs help #1478756

    ich glaube nicht, das es mit einem shrinking header leicht zu realisieren sein wird. Man stößt auch mit dem flex layout an Grenzen.
    Daher habe ich mal hier eine Seite erstellt, die ein grid layout nutzt. ( Viele der Einstellungen überschreiben die in dieser Installation mit einem shrinking header standard Einstellungen. Wenn du in den Optionen direkt das Shrinking abstellst, dann sind einige der Einstellungen überflüssig)
    ____

    I don’t think it’s going to be easy to do with a shrinking header. Even with the Flex layout there are limits.
    So here is a page that uses a grid layout. (Many of the settings will overwrite the default settings in this installation with a shrinking header. If you disable shrinking directly in the options, some of the settings will be superfluous)

    https://enfold.webers-webdesign.de/grid-header/

    Du kannst hier sehen, wie es dann responsive gesetzt wird ( fr = fraction)
    You can see here how it is then set responsive ( fr = fraction)

Viewing 30 posts - 91 through 120 (of 11,347 total)