Viewing 30 results - 2,401 through 2,430 (of 18,719 total)
  • Author
    Search Results
  • #1326266

    No problem Rikard,

    Some basic instructions to compress fonts with Enfold:
    You can use Font Forge to remove unused characters and save as WOFF2

    Font Forge is open source but they do ask for donations.
    I have just reduced the size of the font that was causing the problems from 533kb down to 19kb so I may reinstate it providing it functions correctly.

    Download Fontforge
    https://fontforge.org/en-US/

    Instructions for producing optimised WOFF2 fonts
    https://www.grantojanen.com/videos/pg/optimize-fonts.html

    Note that if you are using a translation plugin or you require translations. Ideally the font needs to contain any symbols / characters required for those languages.

    • This reply was modified 4 years, 4 months ago by thinkjarvis.
    #1326204

    In reply to: Background Animation

    Hi,
    Thank you for the link to your example codepen, in order to do this you will have to place a code block element inside the color section because you need to create 4 div’s with the classes, it’s not just 4 classes.
    If you Enable the Avia Layout Builder Debugger on your site you can add this shortcode for a working example:
    2021-10-23_005.jpg

    [av_section min_height='100' min_height_pc='25' min_height_px='500px' padding='no-padding' custom_margin='0px' custom_margin_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' color='main_color' background='bg_color' custom_bg='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' custom_class='' template_class='' aria_label='' element_template='' one_element_template='' av_element_hidden_in_editor='0' av_uid='av-kv4ew82l' sc_version='1.0']
    
    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-kv4er17g' sc_version='1.0']
    <style>
    .bg {
      animation:slide 3s ease-in-out infinite alternate;
      background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
      bottom:0;
      left:-50%;
      opacity:.5;
      position:fixed;
      right:-50%;
      top:0;
      z-index:-1;
    }
    
    .bg2 {
      animation-direction:alternate-reverse;
      animation-duration:4s;
    }
    
    .bg3 {
      animation-duration:5s;
    }
    
    .contentbox {
      background-color:rgba(255,255,255,.8);
      border-radius:.25em;
      box-shadow:0 0 .25em rgba(0,0,0,.25);
      box-sizing:border-box;
      left:50%;
      padding:10vmin;
      position:fixed;
      text-align:center;
      top:50%;
      transform:translate(-50%, -50%);
    }
    
    h1 {
      font-family:monospace;
    }
    
    @keyframes slide {
      0% {
        transform:translateX(-25%);
      }
      100% {
        transform:translateX(25%);
      }
    }
    </style>
    
    <div class="bg"></div>
    <div class="bg bg2"></div>
    <div class="bg bg3"></div>
    <div class="contentbox">
      <h1>Sliding Diagonals Background Effect</h1>
    </div>
    [/av_codeblock]
    
    [/av_section]

    the result:
    2021-10-23_006.jpg

    Best regards,
    Mike

    #1326113
    thinkjarvis
    Participant

    Hi Team and other Enfold users,

    High LCP Score? Check your custom fonts
    I just wanted to point out an observation with a customers website.

    I always upload google fonts, converted to Woff2 format to reduce the file size. I then manually add a pre-load tag and @fontface as critical CSS.

    However – I used a font on the site below that was only available with extra characters so even when converted was 533kb in size.
    This caused the LCP score for the first ALB color section to rocket. Even with Font-Display set to Swap.

    By changing the font to a smaller alternative (61kb) – The LCP score fell by almost 3 seconds.

    The site scores up to 97/100 on web vitals as a result when tested in Chrome Lighthouse.

    Site: https://www.mavericksecurityltd.co.uk/

    #1326060

    Hi,

    It seems like changing font family to Arial helps so I updated your code and changed it to following one

    .more-link-arrow:after
    {
    	color: #FF7800;
    	content: "\2192";
           font-family: 'entypo-fontello';
           font-size: 40px;
    	font-weight: 700;
            left: -20px;
    	float: right;
            position: relative;
            font-family: 'Arial';
    }

    But it is not updated on the front end. If you have server sided cache, please clear it.

    Best regards,
    Yigit

    #1325820

    In reply to: Blog post arrow button

    Hi,

    Thank you for the update.

    We moved the css code in the Quick CSS field and added this css code to remove the blue background and border of the read more button. We also adjusted the position of the arrow and increase its font size.

    .html_elegant-blog .more-link-arrow {
        display: block;
    }
    
    .html_elegant-blog .more-link {
        border: none;
        background-color: transparent;
        color: #ffffff;
    }
    

    Please make sure to purge the cache before checking the page.

    Screenshot: https://imgur.com/dbMA6uJ

    Best regards,
    Ismael

    #1325809

    Hi,

    Thank you for the update.

    In the Enfold > Advanced Styling , the font size of the active Main Menu Links was set to to 26px. We have reset it back to default, which is 18px.

    Best regards,
    Ismael

    #1325785

    Hi Mike… we just went live with the website and for some reason some of the styling on the menus has gone a little crazy. So glad you didn’t close this yet. I’m wondering if some of the custom css and advanced settings (under enfold settings) are fighting with each other? Can you log in to the site and take a look? (new credentials below).

    The specific issue right now is that as you scroll down, the anchor link areas (about and contact) become larger on the compressed menu bar at the top (desktop) as you pass each anchor. And then when you go back up to the top they don’t get small again. I would prefer that they just remain the same size as user scrolls down. I don’t think I changed a setting that would affect this but I did change hover font size and color in advanced settings.

    Thanks much! And sorry to keep prolonging this thread… I really appreciate your help and I think we are at the finish line.

    Rob

    #1325738

    Hey,

    Titles are H3 tagged so they inherit theme styles but you can override them by adding following code to bottom of Quick CSS field in Enfold theme options > General Styling

    #top #wrap_all .tribe-events h3.tribe-events-calendar-month__calendar-event-title {
        color: black;
        font-size: 16px;
    }

    Cheers!
    Yigit

    #1325678

    @Webvriend
    Cool Idea :-)

    @Support: As I mentioned years ago, Fonts sizes like headings etc. should be therefore packed into different styles for devices. An H1 with 40 px is not good on tablets or mobiles. A 3-Tab solution should be there, to define sets for devices. If we follow the concept of “Base Size”, cool ideas are available (links below).

    Manual defining of fonts sizes and distances blow up an own big file of custom CSS (font sizes has here a small impact). But, it’s coding. Possible, there is a predefined set for “harmonic Font sizes and distances”? Via Script, Formula or link to this pages? Possible is a toggle for “User-defined rules” and “adaptable predefined rules”

    Examples & Formula: Possible, this can pack into an easy-to-understand option, to predefine a harmonic set.
    spencermortensen.com/articles/typographic-scale

    Or with connection to the font style
    type-scale.com

    Best,

    S.

    • This reply was modified 4 years, 4 months ago by Hokuspokus.
    #1325560

    In reply to: Enfold Showcase

    Another project to share with you.

    https://www.mavericksecurityltd.co.uk/

    Maverick Security Ltd
    Maverick Security is a new startup Manned guarding (security guard) provider based in Derbyshire UK. They specialise in providing reliable security guards for business premises and events throughout the UK.
    We were tasked with creating a simple recognisable logo that can be embroided and printed on clothing easily. The colour scheme was then transfered into Enfold for consistency.

    The site has some bespoke performance settings including font preload and serving a different background image depending on the screen size. The site currently scores between 95/100 and 97/100 depending on the test run.

    Performance stack:
    Bespoke functions.php settings
    WP-Optimize – Caching and HTML minification
    EWWW WebP Conversion
    Short Pixel thumbnail regenerator
    Enfold Performance settings on

    Logo and Website designed by Think Jarvis Design and Marketing based in Swadlincote UK.

    I have updated this post to include newer performance figures – The cause and fix of the LCP score being high are here:

    https://kriesi.at/support/topic/lcp-issue-and-font-file-sizes/

    EDIT:
    We had some issues getting Google to crawl the whole site (unrelated to rest of post). I have added links below to try and encourage Google to Index the entire site. I hope support do not mind! :) I will remove if it is successful.

    Maverick Security – Manned Guarding Services
    Gatehouse Duty – Security Guards
    Festival Stewards and Event Security Staff
    Door Supervisors for Pubs and Nightclubs

    • This reply was modified 4 years, 3 months ago by thinkjarvis. Reason: Would really help the client temporarily
    #1325510

    In reply to: Blog post arrow button

    Hey FamalcoGroup,

    Thank you for the inquiry.

    Try to add this css code to hide the text and replace the icon with a different arrow.

    .more-link {
        color: #ffffff;
    }
    
    .more-link .more-link-arrow {
        color: gray;
    }
    
    .more-link-arrow:after {
        color: gray;
        content: "";
        font-family: 'entypo-fontello';
        font-size: 20px;
        left: -75px;
        position: relative;
    }

    If you want to completely remove the text, try to add this script in the functions.php file.

    function ava_script_read_more_arrow() { ?>
    <script>
    (function($) {
        $(".more-link").html("<span class='more-link-arrow'></span>");
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_script_read_more_arrow');
    

    Best regards,
    Ismael

    #1325321

    Hey WebDevDept,
    Thank you for your patience, as I understand your situation you would like to have some 1/2 column background videos with text blocks next to them like in a checkerboard pattern, tested using a grid row element with text on one side and a code block on the other with an html code for a background video.
    This is the backend view:
    2021-10-17_001.jpg
    this is the frontend view:
    2021-10-17_002.jpg
    the html is based on this codepen, and if you are using the Avia Layout Builder Debugger you can add my test page to your site to examine with this shortcode:

    [av_heading heading='Below a grid row element is used' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-kuvig2gc' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [av_layout_row border='' min_height_percent='' min_height_pc='25' min_height='0' color='main_color' mobile='av-flex-cells' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-5o6ocv' sc_version='1.0']
    [av_cell_one_half av_uid='av-4at75r']
    
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-kuvihovt' sc_version='1.0' admin_preview_bg='']
    This is 1/2 of the grid row, the other half has a background video.
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' custom_class='' template_class='' av_uid='av-2ohsgf' sc_version='1.0']
    
    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-kuvijbtf' sc_version='1.0']
    <style>
    /* video background */
    #background-video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      z-index: -1;
    }
    
    /* page content */
    p.text {
      color: #fff;
      font-weight: bold;
      text-align: center;
    font-size:2em;
    }
    span.text {
        top: 30vh;
        position: absolute;
        z-index: 5;
        left: 30%;
        width: 50%;
    }
    
    @media (max-width: 750px) {
        #background-video { display: none; }
        body {
          background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;
          background-size: cover;
        }
    }
    </style>
    <video id="background-video" autoplay loop muted poster="https://assets.codepen.io/6093409/river.jpg">
      <source src="https://assets.codepen.io/6093409/river.mp4" type="video/mp4">
    </video>
    <span class="text">
    <p class="text">THIS IS A RIVER.</p>
    <p class="text">How majestic.</p>
    </span>
    [/av_codeblock]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    

    Hopefully this helps.

    Best regards,
    Mike

    #1325278

    In reply to: size of the arrow

    Hi,
    To change the arrow to black please adjust the css to this:

    .html_av-submenu-hidden .av-submenu-indicator:before {
        font-size: 20px;
        color: #000;
    }

    As for the header css, I didn’t mean for you to add it to your site, that css is already there, you should find and remove the css and correct your logo image in the theme settings.
    For example find this css and remove it:

     .responsive #header_main .container {
            height: auto !important;
        }

    this should keep your header from changing sizes on page load.

    Best regards,
    Mike

    #1325257

    In reply to: size of the arrow

    Hey schweg33,
    Thank you for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_av-submenu-hidden .av-submenu-indicator:before {
        font-size: 20px;
    }

    and adjust the font-size to suit.
    On your mobile layout the size of the logo container starts as 80px, due to some css you have:

        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive #top #wrap_all .av-logo-container {
            height: 80px;
            line-height: 80px
        }
    

    but then it changes to 96px due to some more css you have

        .responsive #header_main .container {
            height: auto !important;
        }
    

    I also not that your logo image leads to a 404 error: /wp-content/uploads/2021/10/logo-mobil-300x57-1.png
    the logo shown is from this css:

    /*Logo mobil kleiner*/
    @media only screen and (max-width: 989px) { 
    .logo img, .responsive .logo img { opacity: 0 !important; }
    .logo a { background-image: url(/wp-content/uploads/2021/10/logo-mobil.png)!important; background-size: contain; background-repeat: no-repeat; background-position: -15% 50%; }}
    

    but the actual image is logo-mobil.webp
    So to correct all of this perhaps you should remove the last two css rules and update your logo image to the one that shows, then you won’t have the conflicting rules and images causing the change.

    Best regards,
    Mike

    #1325223

    Topic: size of the arrow

    in forum Enfold
    schweg33
    Participant

    hello together
    I have made a print screen
    (see below)
    is it possible to make the red circled arrow via css
    to show it bigger.
    when i do it with the font size the font gets too big
    so only change the size of the arrow.

    additionally i have a question
    if i refresh the mobile page then the height of the header changes,
    what am i doing wrong here

    thanks in advance
    kind regards
    Franu

    #1325118

    In reply to: burger menu on desktop

    Hi,

    Thanks for contacting us!

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

    
    
    .av-hamburger::after {
        content: 'All categories';
        font-size: 25px;
        padding-left: 20px;
    }
    

    Best regards,
    Yigit

    #1324920

    In reply to: Code Block usage

    Hi Ismael,
    Thank you for your prompt response. I added in the functions.php file the avf_alb_exec_sc_only filter to allow execution of shortcodes. I used both syntaxes but with no success. Content returned by my custom function is displaying as text.
    Any additional changes on CodeBlock element attributes (Code Wrapper Element, Action with codeblock, Escape HTML Code, Disable Shortcode Processing, Deactivate schema.org markup, etc) ?
    Regards
    Jorge

    My custom function :

    // Using the avf_alb_exec_sc_only filter to enable execution of shortcodes that are no longer within the
    add_filter( ‘avf_alb_exec_sc_only’, ‘__return_true’ );

    function DisplayProfileFields() {
    return (”
    [av_heading heading='Profile' tag='h2' style='blockquote modern-quote' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-kpazwmnd' sc_version='1.0' admin_preview_bg=''][/av_heading]
    “);
    return;
    }
    add_shortcode(‘liliDisplayProfileFields’, ‘DisplayProfileFields’);

    • This reply was modified 4 years, 4 months ago by liliwow.
    #1324844

    In reply to: h3 light not working

    Hi,

    Please try this CSS instead:

    h3.av-masonry-entry-title {
      font-size: 24px !important;
    }

    Best regards,
    Rikard

    #1324754

    In reply to: h3 light not working

    Hi,

    Great, I’m glad that it’s working now. Please try this CSS as well for the Masonry title:

    h3.av-masonry-entry-title {
      font-size: 24px;
    }

    Best regards,
    Rikard

    #1324719

    In reply to: h3 light not working

    Hi Rikard,

    thanks that just such a small mistake matters ;)
    It is working perfect now! Thanks!

    Another question about the title size in the masonry, this is quite big.
    Can we change the font size of the title inside the masonry?

    If yes, how?

    Thanks in advance

    #1324698

    Topic: change widget menu

    in forum Enfold
    schweg33
    Participant

    Hello all
    I have created a menu on this page
    (See below)
    I have formatted this menu:

    .widget li a
    {
    font-size: 16px;
    line-height: 18px;
    color: #4365B0 !important;
    }
    How can I specify that the font color changes on mouse over?
    and the active menu item has a different color

    thanks in advance
    kind regards
    Franz¨

    Hey Benjamin_Nitsche,

    Thank you for the inquiry.

    Are you trying to adjust the font size of the headings within a text block element? Using the following css code in the Quick CSS field should work.

    .responsive #top .avia_textblock h2 {
       font-size: 18px;
    }

    Or use em instead of px.

    .responsive #top .avia_textblock h2 {
       font-size: 1.6em;
    }

    The font settings in the Special Heading element can be overridden with custom css. You can also adjust the element styling in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    Benjamin_Nitsche
    Participant

    Good evening,

    i have a few questions for adjusting my font sizes:
    1. How can i change the font size of headings in a paragraph only in mobile view?
    2. Is it possible to change the font size percentage?
    3. I cant adjust the size of different views from special headings. Are the style settings in the special heading settings prioritized or is it possible that other code will disable my changes there?

    Here is a picture which shows the headings on my website. Thank you for your support.

    #1324303

    Hey ilowelife,
    Try adding the special heading with the call to the title as a shortcode instead, for example use the shortcode wand to get the special heading shortcode:
    using_shortcode_wand_for_special_heading.jpg
    after using the element popup you will have the element shortcode:
    the_shortcode_for_special_heading.jpg
    now we can create our shortcode function replacing the word “title” with the WordPress call ". get_the_title() . " please note the double quotes around the call:
    the_shortcode_function_created_for_special_heading.jpg

    //use this as the shortcode: [page_title]
    function page_title_sc( ){
    	echo do_shortcode("[av_heading heading='". get_the_title() . "' tag='h1' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_heading]");	
    }
    add_shortcode( 'page_title', 'page_title_sc' );

    here I added it to a text element in an Advanced Layout Builder page with the real title hidden with the layout option:
    the_shortcode_used_for_special_heading.jpg
    and here is the result:
    the_result_shortcode_used_for_special_heading.jpg
    Please give this a try.

    Best regards,
    Mike

    #1323889

    Hi,
    Thanks for the feedback, please try this css and also note to check while logged out so the admin toolbar doesn’t interfere

    @media only screen and (max-width: 767px) { 
    #top #header_meta #menu-item-1093 > a,
    #top #header_meta #menu-item-1094 > a {
        color:#fff;
    }
    #top #header_meta #menu-item-1093 {
        border-right-style: none;
    }
    #top #wrap_all #header #header_meta {
        padding-top: 15px;
    }
    }
    @media only screen and (max-width: 420px) { 
    #top #wrap_all #header #header_meta > .container {
        width: 100%;
        max-width: 100%;
    }
    }
    @media only screen and (max-width: 354px) { 
    #top #header_meta #menu-item-1093 > a,
    #top #header_meta #menu-item-1094 > a {
        font-size: 20px !important;
    }
    }

    After applying the css, please clear your browser cache and check and also see the expected results screenshot below.

    Best regards,
    Mike

    #1323406

    by the way – i often make my own css for example for headings in this way:

    font-size: min(max(24px, 4vw), 48px);
    

    read here f.e.: https://css-tricks.com/simplified-fluid-typography/

    or use clamp:

    font-size: clamp(100%, 1rem + 2vw, 24px);
    

    see here for browser support: https://caniuse.com/?search=clamp

    #1323301

    In reply to: Block resize

    Hey matteomelli,
    Thanks for the link to your site but I don’t see a Typography -> Font dimension option in the right sidebar in either the Block Editor nor the Classic Editor, perhaps this is a plugin addon?
    2021-10-02_017.png
    To change the text size of a textblock element the option is under the styling tab:
    2021-10-02_018.png
    Perhaps there is something else that is overriding your font size so if you could explain the exact block of text you are having an issue with and perhaps a screenshot of how you are trying to change it we could understand better.

    Best regards,
    Mike

    #1323257

    Topic: Block resize

    in forum Enfold
    matteomelli
    Participant

    Hi,
    when I try to resize text inside a block, with the standard block option in the right sidebar of editor (Tipography -> Font dimension) it does not work: size remains the same.
    Could you help me?

    Thanks in advance,
    best regards
    Matteo

    #1323156

    Hey Dzimnikov,
    Thank you for the link to your site, I checked your orange slider button on the second slide in Chrome, Firefox, & Edge on Windows 10 desktop and the text looks centered to me.
    2021-10-01_005.png
    the emails also seem centered on large mobile (425px)
    2021-10-01_006.png
    but on small mobile the text goes off the screen as you said, you could use word-break, but since it an email I believe it would be better to reduce the font size:

    @media only screen and (max-width: 420px) { 
    	#top #main #homeamenities h4 {
    		 font-size: 18px !important;
    	}
    }

    I would also recommend reducing your font size for the slider elements on mobile, but try using the layerslider custom css field for the slider elements.
    For the cart button try this css:

    .html_visible_cart #header_main .cart_dropdown {
        right: 20px;
    }

    The login to your site didn’t work for me, but to sort your products on the shop page try going to Customizer → WooCommerce → Product Catalog and sort by most recent:
    2021-10-01_007.png

    Best regards,
    Mike

    #1323074
    THP Studio
    Participant

    Hey Yigit, Gunter & Team,

    So I know Enfold has some responsive controls for each element when they reach 1 of 4 breakpoints. It’s a good starting point, but it means a lot of manual work for each element, and doesn’t always achieve the desired results with so many screen sizes/resolutions etc these days. If a heading is made up of short words only (“A small cat”) then it’s often ok, but if a heading has a really long word for instance (eg: “Interdisciplinary” or “Hypothetically”) then often these will fall outside the viewport still.

    I was wondering in addition to these manual settings if it would be possible in the Theme Settings to include a section (maybe an entirely new section called Typography which handles all font related items?) where it is possible to enable and alter settings for truly responsive typography on a global scale, such as is used here for example: https://utopia.fyi/type/calculator and https://utopia-text.netlify.app

    If it controlled body text and H1-H6’s (and perhaps any other commonly used styles like labels) it would keep everything on a uniform scale, while ensuring truly responsive design without fear of text falling outside the viewport (perhaps an option to apply the “word-break: break-word;” css options may also assist in extreme cases of super long words).

    My developer and I have been considering coding this in ourselves, but it got me thinking that this would be a nice addition to have natively in the theme if at all possible.

    Thanks as always for taking the time to consider this feature request, and if you have any questions just let me know.

    Have a great day.

    Tim

Viewing 30 results - 2,401 through 2,430 (of 18,719 total)