Viewing 30 results - 6,901 through 6,930 (of 142,935 total)
  • Author
    Search Results
  • #1427998

    Danke, deine Antworten helfen mir sehr!
    Ich habe jetzt alle Schnitte drin, die ich brauche.

    Was mir trotzdem noch ein Rätsel ist. Warum sehen die Schriften im Browser so viel dicker aus als in der Desktopanwendung?
    Hier ein Beispiel mit der Playfair Regular (400 – das ist der dünnste Schnitt). Oben die Web-Darstellung, unten Desktop-Darstellung:

    oben Web, unten Desktop

    • This reply was modified 2 years, 4 months ago by sasminka.
    #1427997

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #1427995

    Ein wenig off-topic:

    wenn man so einen variablen Font mal installiert hat ( ich habe sicherheitshalber dann beide statische und variable eingebunden) dann wählt man bei Enfold unter Fonts zunächst den statischen als Standard aus, und kann dann per @supports regel diese ersetzen , wenn der User Browser das unterstützt.

    z.B.

    @supports (font-variation-settings: normal) {
      body.roboto {
        font-family:'roboto-flex';
      } 
      
      #top.roboto h1,
      #top.roboto h2,
      #top.roboto h3,
      #top.roboto h4,
      #top.roboto h5,
      #top.roboto h6 {
        font-family:'roboto-flex';
        font-weight:500;
     }
    
     #top.roboto .title_container .main-title,
      #top.roboto tr.pricing-row td,
      #top.roboto  .portfolio-title,
      #top.roboto .callout .content-area,
      #top.roboto .avia-big-box .avia-innerbox,
      #top.roboto .av-special-font,
      #top.roboto .av-current-sort-title,
      .html_elegant-blog #top.roboto  .minor-meta,
      #top.roboto #av-burger-menu-ul li {
        font-family:'roboto-flex';
        font-weight:400;
     }
    }

    um dann die Einstellungen für ein spezielles Element herauszufinden, kann man dieses sich in den Developer Tools der Browser anschauen.
    Sehr schön kann dies der firefox – dort gibt es oben rechts den Tab : Schriftarten
    Hier zieht man dann die Regler des variablen Fonts solange bis man das gewünschte Ergebnis hat.
    ( wie immer – click to enlarge the images )

    Ist man zufrieden, wechselt man zum Reiter : “Regeln” und kann dann am Element ablesen was man ins Quick css übernehmen muss:

    #1427984

    In reply to: menu font too small

    Hi,
    Please add a color section to the page and set it’s min height to 100%:
    Enfold_Support_4088.jpeg
    then add the other page elements such as your contact form inside of it and try again.
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker. For further questions please open a new thread
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    #1427982
    trancevisionyoga
    Participant

    Dear KRIESI-Team,

    I’ve recently had the problem that the tab section on my mobile phone is no longer displayed correctly centered. The images and texts are running out of format > (see link 1)

    There is also a tab section on the home page, which continues to be displayed on the mobile phone without any problems (see link 2)

    It would be great if you could help me, thank you in advance for your help.

    #1427975

    In reply to: Error message

    Okay, ich habe es gefunden und weiß leider nicht, wie ich den Eintrag hier löschen kann. Es liegt am PlugIn “Autoptimize”

    Hi Nikko

    Thank you very much!
    You can close the topic

    Best regards,
    Yossi

    #1427969

    In reply to: Slider next to logo

    Thank you for the information.
    I have been trying to get the widget next to the logo but it looks like the example css doesn’t work. I have tried the css from https://kriesi.at/documentation/enfold/example-of-logo-left-menu-center-widget-right/
    When using the css the widget stays as top element instead of showing it next to the logo.
    We want to have the logo on the left, the menu below and the widget next to the logo.
    I hope you can help use to get the widget on the right place

    Hi Rikard, we have one transparent site = https://diederik.wine/ , on this side should be the icon white on desktop, but on the mobile view the icon should be allways black.

    All the best,
    Pascal

    #1427962

    Hi Nikko,

    That really worked, thanks a lot! However, on mobile, there was still visible space on the left and right due to a margin (instead of padding). I was able to fix this by adding:

    @media only screen and (max-width: 767px) {
    /* Filmrol ook op mobiel full-width*/
    .responsive #top #wrap_all .container,
    #top #landing__filmrol–parentcontainer .container {
    width: 100% !important;
    }
    }

    Have a wonderful day!
    Ita

    #1427951

    Thanks Nikko. I am already using a child theme, so added the includes folder, copied the loop-index,php file, cut the code and pasted it on line 378 and cleared all caches.

    Author name no longer showing up at bottom of blog posts, but not showing at top either! Any ideas why?

    Thanks,
    Matt

    #1427947

    Hi charger70,

    Thanks for providing the admin access.
    I have moved the code to the top and enabled CSS File Merging And Compression
    Please review your site.

    Best regards,
    Nikko

    #1427933

    Hi Ita,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #landing__filmrol--parentcontainer .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427931

    Hi northorie,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (min-width:768px) and (max-width:1180px) {
      #top #main .av-lpvadf1r-9094a82807ca6b00b3712e5ee699c058 > .flex_column {
        top: auto;
        bottom: -126px;
      }
    }

    Best regards,
    Nikko

    #1427929

    In reply to: Submenu Highlight

    Hi Diana,

    Thanks for giving us admin access.
    I have added this CSS code in your Quick CSS:

    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li:hover a {
        color: inherit;
    }
    
    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
        color: #8ca9d3;
    }

    Please review your site.

    Best regards,
    Nikko

    #1427920

    In reply to: Team member content

    Hey sharynt3,
    Please see this tutorial for making the team member element a popup.
    In this thread Guenni007 offers another solution using a image, text & button to simulate a team member popup and has a working example that you can try.

    Best regards,
    Mike

    #1427919
    MM
    Participant

    Hi,

    I would really like the blog post author name to appear at the top of the blog, under the post title, rather than at the end of the post. How can I achieve this please?

    Cheers,
    Matt

    Eleina_Shinn
    Participant

    Hi,

    I have a color section with a bottom SVG Divider of Mountains, and it looks really pretty, but have an image on top in a column with a negative bottom margin, because I want the image to overlap this section and the section below it. See Screenshot here: https://nimb.ws/Ef03X9

    The problem, as you can see, is the that the divider is in front of the image, instead of behind. I tried makeing the image and the column have a z index of 99, but that didn’t help. Maybe I’ve gone about this the wrong way though.

    Might you have a suggestion?

    The page is here: https://katiewampler.com/about/
    But you have to use a Bypass link to see the site as I have a coming soon page up: https://katiewampler.com/bypass. Then you can go to the About page and see what I mean.

    Thank you as always!

    • This topic was modified 2 years, 4 months ago by Eleina_Shinn.
    #1427892

    Hi,

    Great, I’m glad that 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

    #1427885
    boehmmedia
    Participant

    Hello there,

    i tried to insert individual text after the shipping rates in cart page.
    Link to image where i show on which position the text should appear: https://cloud.boehm.media/index.php/s/eCiPLPnZiJwMekK

    So i tried to use the hook “woocommerce_cart_totals_after_shipping” (as mentioned in the visual hook page of: https://www.businessbloomer.com/woocommerce-visual-hook-guide-cart-page/).
    Unfortunately it appears on top of the shipping section :-(
    This is the result: (Link to image) https://cloud.boehm.media/index.php/s/cyuPC0lHch6XKjK

    I hope, you can name me the right hook.

    Thanks a lot
    Kind regards
    Bernd

    #1427873
    flipstar99
    Participant

    Hi,
    on our home page we show three latest blog posts in a row using the blog post entries element. On desktop it’s all fine, but on mobile there is no vertical gap between the 3 blogpost entrys. Unfortunately the read more button is too close to the next image.
    Do you have an idea why this is happening?

    Best regards,
    Matt

    #1427862
    northorie
    Participant

    Hi everyone,
    I hope you can help me fix this problem with my website: On Desktop and mobile everything is perfectly fine and just the way I want it to be.
    Screenshot Desktop

    But on the iPad it looks like this:
    Screenshot iPad

    I’ve already tried different things, such as position and custom margins, but nothing seem to work.
    Cause when it looks good on tablet it looks shitty on desktop again.
    It seems to me that the promoboxes are the problem, but i can’t adjust them only for tablet, since tablet size is the same as desktop.

    I hope you get the problem and have a solution for me

    Thank you :)

    • This topic was modified 2 years, 4 months ago by northorie.
    #1427859

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        line-height: 20px;
    }

    Best regards,
    Rikard

    #1427838

    Topic: menu font too small

    in forum Enfold
    ausgesonnen
    Participant

    PLease send css to make top menu font bigger

    thanks

    that title you see on the image from: https://kriesi.at/support/topic/how-to-get-rid-of-curved-arrow-on-linked-images-and-allow-image-title-to-show/#post-1427817 – is a “tooltip” and – you can not influence that. It is part of the standard behavior of all browsers – and position is dependent on where your mouse rests over the image. ( The title tag from DOM i used for inserting it to overlay – is part of enfold source code ).

    did you follow the link of my test-page? there you have the title tag on that position you like
    see: https://webers-testseite.de/image-title-to-hover/

    #1427803

    In reply to: Wrong Slug in Articles

    Hi,

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

    Best regards,
    Rikard

    #1427798

    Hi,
    Ok, try wrapping it with a media query like this so it only works on desktop:

    @media only screen and (min-width: 768px) { 
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 260px;
    }
    }

    Best regards,
    Mike

    it would be nice to have the title inside that span.image-overlay-inside
    This would be easy if the overlay exists from the beginning ( on page load) . On avia.js – we see – it is generated via if(!overlay.length)
    having a whole child-theme avia.js seems to be a way – but we can use mutationObserver to see when it is added to DOM – and then insert the title.

    in my test case i gave a custom class to the image alb element : show-title
    now i can observe these classes if there is a new node added – and if so – add some html to it ( btw. i use the aria-label from the anchor – because if you set a custom title to the image alb this will be better to have)

    function transfer_label_to_overlay(){
    ?>
    <script>
    (function($) {
      var target = document.querySelectorAll(".show-title");
      var observers = [];
      // configuration of the observer
      var config = { attributes: true, childList: true,  subtree: true  };
    
      for (var i = 0; i < target.length; i++) {
          // create an observer instance
          observers[i] = new MutationObserver(function(mutations) {
              mutations.forEach(function(mutation) {            
                $(mutation.addedNodes).find(".image-overlay-inside").each(function() {
                  var imgLabel = $(this).closest('.avia_image').attr('aria-label').replace(/\-|_/g,' ');
                  $(this).append('<span class="overlay-title">'+imgLabel+'</span>');      
                });
              });
          });
          // pass in the target node, as well as the observer options
          observers[i].observe(target[i], config);
      }
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'transfer_label_to_overlay');

    now for quick css:

    .avia_transform .show-title a:hover .image-overlay {
      opacity: 1 !important;
      background-color: rgba(255,255,255,0.1);
    }
    /*** styling the title is up to you ****/
    .overlay-title {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 500;
      font-size: 16px;
      line-height: 24px;
      font-family: var(--enfold-font-family-body);
      color: var(--enfold-main-color-heading);
      text-shadow: 1px 1px 3px #333;
      background-color: rgba(255,255,255,0.8);
      padding: 0 20px 5px;
      border-radius: 5px;
    }
    

    ( if you do not want the hover image behind the title set the pseudo-class to display : none)

    .show-title .image-overlay-inside::before {
      display: none;
    }

    see: https://webers-testseite.de/image-title-to-hover/
    left hand – no custom class : show-title – right hand: with custom-class.

    Dear MIke,

    thanks for your proposed solution. Unfortunately it doesn’t work on my side. (Despite clearing caches, no file merging and compression.) Chrome and Edge seem to display the same behaviour (but not showing the active items correctly), Firefox is behaving slightly differently (not showing active items at all).

    Chrome & Edge:
    Starting on the homepage (mywebsite.com), when scrolling down, now only the first menu item (Home) keeps on becoming active over and over again, not the following menu items (= anchorlinks you are scrolling over). Only when you reach the last anchorlink on the homepage the correct menu item (Schiffe) is displayed as being active. When scrolling up, again the first menu item (Home) becomes active, not the anchorlinks in between.

    Starting with clicking on the first menu item (Home = mywebsite.com/#top), then only Home stays active, regardless of scrolling down to all following anchorlinks on the page. Also the last anchorlink (Schiffe) does’t become active now.

    Firefox:
    Starting on the homepage, only very short the active display of the first menu item is being shown, but then it disappears. When scrolling down, nothing happens, all menu items stay inactive. Untill you reach the last anchorlink on the homepage, only then the correct menu item (Schiffe) is displayed as being active. When scrolling up, no menu items become active.

    Starting with clicking on the first menu item, then only Home stays active, regardless of scrolling down to all following anchorlinks on the page. Also the last anchorlink (Schiffe) does’t become active now (similar to Chrome & Edge).

    Mobile menu:
    The display of the mobile menu (underlined active menu items) did not change at all. That is, the underlining still only works for pages, not for anchor links…

    Hope you have some other suggestions, your help is much appreciated!
    Please see private content for login.

    Thanks and best regards,
    Cornelie

    #1427728

    Hi,
    To change the font size, please use the element font size options, note that you can also set the size based on the device size by clicking the device icons and setting a size for each one if you wish.
    Enfold_Support_4060.jpeg
    It looks like you have the timeline in a 1/3 column and the next item in a 2/3 column while it has a lot of extra space to the right, perhaps if they were both in 1/2 columns it would give you more room. Then after you change the font sizes it should look better. the only padding and margin is from your site layout, it has a max-width of 1310px at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width so you could change that setting or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top.home #av_section_2>.container {
    	max-width: 100%;
    }

    to change the max width for just that one section
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 results - 6,901 through 6,930 (of 142,935 total)