Viewing 30 results - 1,651 through 1,680 (of 18,718 total)
  • Author
    Search Results
  • #1368823

    Hey Ivana,

    Thank you for the inquiry.

    Did you add this css code somewhere in the site?

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
    }
    
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 1em;
    }

    Please remove the css temporarily, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    Hey marcyt3,

    Thank you for the inquiry.

    Looks like the css files are compressed. Did you install a css compression plugin? This is the style of the h2 element when we checked, applied in the Enfold > Advanced Styling panel.

    #top #wrap_all .all_colors h2 {
        color: #800009;
        font-size: 19px;
        font-weight: lighter;
        text-transform: none;
    }
    

    Please try to disable the css compression plugin temporarily and see if it helps.

    Best regards,
    Ismael

    #1368801

    Hi Tilman,

    Please try to add this CSS code:

    #top #wrap_all .main_color .grid-entry-title {
        font-size: 18px;
    }

    Best regards,
    Nikko

    #1368772

    Hey Tilman,

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

    h3.grid-entry-title {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1368764
    oestersund
    Participant

    Dea team,
    on my draft page below I use in the section “Ausgewählte Projekte” the grid portfolio. The item titles as “Treppenanlage Stadtvilla …” are too big. A custom CSS as the following does not help.

    .portfolio-preview-title {
    font-size: 12px;
    }

    How to I need to modify this?

    thx a lot & best regards Tilman

    #1368511
    Jason
    Participant

    Please see this link:

    https://dev.galaxypress.com/?s=stephen+king

    When you do a search the short code is showing up. Is there some CSS I can use to hid these?

    For example would not want to see:
    [av_button label='Trade Paperback' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='left' label_display='' title_attr='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' link='product,20615' link_target='' id='' custom_class='' av_uid='' admin_preview_bg=''] [av_button label='Audiobook CD' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='left' label_display='' title_attr='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' link='product,20527' link_target='' id='' custom_class='' av_uid='' admin_preview_bg='']

    Thank you, Jason

    #1368477
    doug123
    Participant

    hi! Can you show me how to make a linked phone number in the top bar larger?

    Thank you!

    Doug

    Well events calendar comes with a huge css rules amount – and has its own settings for widget titles

    But they come for the titles with h6 title tag. To just synchronize the settings you can do that:

    .tribe-common .tribe-common-h6 {
      border-style:solid;
      border-width:1px;
      padding:10px 0;
      border-left:none;
      border-right:none;
      margin-bottom:15px;
      border-color: #000000;
      color: #222222;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600 !important;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.1em;
    }

    if you like to have h3 title tag on those headings too – there are ways to do it via jQuery – or have a look into settings of tribe events if you can switch the tag inside ( then the rule has to be adjusted )

    #1368249

    Hi
    i tried it here here:
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a
    {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    }

    I would like to reduce the distance between the navigation points.
    best regards – Stefan

    #1368121

    Hello Rikard
    Thanks for your help, I deleted the plug in. When I change the font size in the CSS Hamburger Menu nothing happens. what can this be?
    Best regards Stefan

    • This reply was modified 3 years, 4 months ago by sroetheli.

    Hi,

    Thank you for following up.

    1.) You can use css to pull the combo widget upwards and position it closer to the widget title. Each widget has its own unique ID which can be used to style them.

    2.) You don’t have to keep the file compression disabled forever, only while editing the site. We actually increase the size of the text, default is 0.85em. Please try this again.

    #top .news-content {
        font-size: 0.5em;
    }
    

    OR

    #top .news-content {
        font-size: 11px;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    1.) Above the combo widget, you can add another text or html widget and use it as the title of the widget below.

    2.) Which fonts or text? The font size of the text inside the combo widget is actually quite small. You can adjust it with this css code if you like.

    #top .news-content {
        padding: 7px 0 3px 0;
        line-height: 1.7em;
        position: relative;
        overflow: hidden;
        font-size: 1em;
        display: block;
        clear: both;
        margin: 0;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1367852

    Hey stefpasi,

    Could you try adjusting the font sizes for all screen sizes in the element options please? Check under Styling->Font Sizes.

    Best regards,
    Rikard

    #1367653

    In reply to: Shortcode doesn't work

    Hi,

    Thank you for the info.

    We are still not sure why the icon shortcode is not rendering inside PUM but we managed to work around the issue by applying the PUM ID directly as the class name of the h2 element.

    Example:

    
    <h2 class="popmake-6441" style="font-size: 16px;">[av_font_icon icon='ue84d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' color='' av_uid='av-hxbli8-1'][/av_font_icon]Grundriss KG</h2>
    

    Best regards,
    Ismael

    #1367583

    Hi,

    We are sorry for the late reply!

    1- I edited your Grid Row element and set the minimum height to 500px.

    2- Setting minimum height took care of this one as well because you already set the alignment to bottom

    4- I edited your custom CSS code and changed it to following

    
    .staffBio {
     background: rgba(255,255,255,0.6); 
      padding: 10px;
      color: #000000!important;
      font-size: 13px!important;
      line-height: 18px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    #1367539

    In reply to: Elegant blog slider

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .avia-content-slider h3.slide-entry-title {
        font-size: 16px;
        color: #fff;
    }

    Best regards,
    Rikard

    #1367520

    In reply to: Shortcode doesn't work

    Hi Ismael,
    we didn’t change the login URL. You will find it in “private”.

    I’ve integrated the custom code in the functions.php (not a child), but it didn’t work:

    This is a sample of the shortcode combination:
    [popup_trigger id=”6441″ tag=”span”]
    [av_font_icon icon='ue84d' font='entypo-fontello' style='' caption='' link='' linktarget='' size='16px' position='left' color='' av_uid='av-hxbli8'][/av_font_icon]Grundriss KG
    [/popup_trigger]

    Thank you!
    Jan

    #1367427

    In reply to: RESPONSIVE 2022

    Hi,

    We are sorry for the late reply!

    Website 1
    1- Ismael’s suggestion should have fixed this. To make sure that we are on the same page, you can edit your slide and go to Styling > Font Sizes and then click on the icons to set different font size for different screen sizes – https://imgur.com/a/4BWqPWN. If this is not working for you, could you please create temporary admin logins and post them here privately so we can look into it?
    2- Glad you figured it out!

    Website 2
    1- That is because of the following custom CSS code

    
    .logo img {
      padding: 25px 0;
    }
    

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab to override it on smaller screens

    
    @media only screen and (max-width: 767px) { 
    .logo img {
      padding: 5px 0;
    }
    }
    

    2- Ismael’s suggestion should work here as well. If it does not, please post WP admin logins for this website privately as well.
    3- You have couple of custom CSS code to adjust the top padding on #main. If the issue is only on Careers page, please add following code to Quick CSS

    
    @media only screen and (max-width: 480px) {
    .responsive #top.page-id-6968 #wrap_all #main {
      padding-top: 121px !important;
    }}
    

    If it is on all pages in portrait mode, please use the code as following instead

    
    .responsive #top.page-id-6968 #wrap_all #main {
      padding-top: 121px !important;
    }
    

    4- There is not enough space in your 3rd custom HTML widget area. You can either use following code to display cut off part

    
    @media only screen and (max-width: 767px) { 
    #footer .widget {
      overflow: visible;
    }
    }
    

    Or use following one to switch column to fullwidth on screens below 820px

    
    @media only screen and (max-width: 820px) { 
    #footer .flex_column {
      width: 100%;
      margin-left: 0;
    }
    }
    

    For the pages with sidebar, please go to Enfold theme options > General Layout > Dimensions and adjust “Content | Sidebar Ratio”

    Best regards,
    Yigit

    #1367425

    Thanks a lot Yigit. This worked nicely.
    For the 3rd issue where you suggest adjusting it manually on the Styling:

    3. Is there some easy way how to make Author name smaller but still match the picture size nicely? I’ve tried to set 10px but it did not change anything at the end

    3- Please edit your element and go to Styling > Font Sizes and edit “Testimonial Name Font Sizes”

    it does not work. I’ve tried few time. I’ve also configured it now and you can see it’s still big one. If I set the Name of testimonial to be 10px, nothing happens. The name is always same size for no reason..
    Any ideas why it can be and if I can somehow overcome this?

    #1367421

    Hi,

    1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust padding as needed

    
    @media only screen and (max-width: 767px) { 
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0px 30px;
    }
    }
    

    By default, side paddings are 70px.

    2-

    
    @media only screen and (max-width: 767px) { 
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
      width: 50px;
      height: 50px;
    }
    }
    

    Default is 80px

    3- Please edit your element and go to Styling > Font Sizes and edit “Testimonial Name Font Sizes”

    4-

    
    @media only screen and (max-width: 767px) { 
    .avia-testimonial-image {
      display: none;
    }
    }
    

    Best regards,
    Yigit

    Hey Tilman,

    Thank you for the inquiry.

    We edited the css code a bit and added the unique class name of the content slider. Please try it again.

    .av-l8rqkilm-a1c9f18a125a30ce747daaadf300bf94.avia-content-slider .slide-entry-title {
        font-size: 25px !important;
        color: white !important; 
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    oestersund
    Participant

    Dear team,
    on my pag below I use 1) a content slider (middle section / Was Kunden über unsere Zusammenarbeit sagen:) and 2) a blogpost grid (bottom).

    In order to get the titles of 1) white, I added thefollowing CSS

    .avia-content-slider .slide-entry-title {
    font-size: 25px !important;
    color: white !important; }

    But i want the blogpost titles 2) NOT to be in white.

    How do I need to adjust the CSS acc.?

    Thx a lot, Tilman

    #1366954
    Guenni007
    Participant

    the rules set for av-grid-order-reverse and av-grid-order-individual overwrites the rules for av-medium-hide

    You can of course argue that it makes no sense to set an order if you want to hide it anyway. – True, but sometimes you set screen-width options later in the good faith that the containers will no longer be displayed.

    Maybe it’s too much of a storm in a teacup.

    @media only screen and (max-width: 989px) {
    	.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-reverse {
    		display: flex;
    		flex-direction: column-reverse;
    	}
    	.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-individual {
    		display: flex;
    		flex-direction: column;
    	}
    }
    
    /***** versus   ( and of course the other screen width too ) ****/
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {	
    	.responsive.av-no-preview #top #wrap_all .av-medium-hide,
    	.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
    	.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
    		display:none
    	}
    }
    

    so i think that it is better to set those hide-options for screen-width setting to !important

    #1366893

    Hello Guenni007,

    I find that hosting Google Fonts locally, especially the variable fonts option, very complicated.

    I spend a lot of time on this last days and came to the following conclusions:

    From a performance point of view its is better to not host Google Fonts locally. Yes, you will have 2 3th party connections less, but the page size is bigger when I host the fonts locally. For example around 285KB for Open Sans variable, while using Google’s CDN it is just around 44KB because Google uses a smart way to deliver the perfect font based on the user agent of the browser.

    – I also found that my Web Vitals score is better when I use Google CDN instead of hosting locally.

    So hosting Google fonts locally just for performance reasons seems not to be worth the effort, unless maybe when you use a lot of different fonts/styles.

    Of course, from a legal point of view (GDPR) it might be the only option to host Google fonts locally. However, as far as I know using Google fonts is not forbidden yet in the EU (I live in the Netherlands). Maybe things will change in the near future, I don’t know.

    #1366806

    it is easier to shift the button a littel to more distance from the bottom – and maybe on that case a less font-size.

    #1366707

    Hi,
    It is a page created with the Advanced Layout Builder, so you can edit it.
    Our documentation explains that a Coming soon page or a Maintenance mode page both use the maintenance mode option and you just choose any page you wish to use.
    The demo that you linked to is just a single page with a color section that has a background image, some text, an Animated Countdown element and a contact form:
    2022-09-28_001.jpg
    If you already have a demo imported I would not recommend importing a second demo as it will change your settings, if this is your first and only import for your root domain then go ahead.
    Please note in this demo the background image for the color section will need to be set, and the Animated Countdown will not show until you set the future date and time, by default it is a past date. So when you first look at it, it will just be a white screen because the text is white, but once you set the background image you will see the text.
    Another option is to Enable the Avia Layout Builder Debugger that will add a box under the Advanced Layout Builder to enter or copy the page shortcode, you can add this shortcode:

    [av_section min_height='100' min_height_pc='25' min_height_px='500px' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' padding='large' custom_margin='0px' custom_margin_sync='true' av-desktop-custom_margin='' av-desktop-custom_margin_sync='true' av-medium-custom_margin='' av-medium-custom_margin_sync='true' av-small-custom_margin='' av-small-custom_margin_sync='true' av-mini-custom_margin='' av-mini-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='https://savvyify.com/enfold/coming-soon/wp-content/uploads/sites/8/2014/09/people_town_dark.jpg' attachment='23' attachment_size='full' attach='fixed' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_arrow_bg='' css_position_z_index='' av-desktop-css_position_z_index='' av-medium-css_position_z_index='' av-small-css_position_z_index='' av-mini-css_position_z_index='' id='' custom_class='' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-a1x9c' sc_version='1.0']
    
    [av_one_fourth first av_uid='av-9gjw4']
    
    [/av_one_fourth][av_one_half av_uid='av-8vhv8']
    
    [av_image src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/logo_coming_soon-80x80.png' attachment='16' attachment_size='thumbnail' align='center' animation='pop-up' link='' target='' styling='no-styling' caption='' font_size='' appearance='' av_uid='av-83py0'][/av_image]
    
    [av_heading tag='h1' padding='10' heading='<strong>Coming Soon</strong><br/>to a place near you!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='44' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-7hhy0']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.sellus dolor. Maecenas vestibulum mollis
    [/av_heading]
    
    [/av_one_half][av_one_fourth av_uid='av-6xyuw']
    
    [/av_one_fourth][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-6dkag']
    
    [av_countdown date='10/02/2023' hour='12' minute='0' timezone='UTC' min='1' max='5' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' align='av-align-center' size='' av-desktop-font-size-title='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' size-text='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' style='av-trans-light-style' color_numbers='' color_timeunit='' alb_description='' id='' custom_class='' template_class='' av_uid='av-5u01o' sc_version='1.0' admin_preview_bg='']
    
    [av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-5bvnk']
    
    [av_one_fourth first av_uid='av-49xao']
    
    [/av_one_fourth][av_one_half av_uid='av-3nz68']
    
    [av_contact email='' title='' button='Notify me on Launch' on_send='' sent='Thank you!' link='manually,http://' subject='' autorespond='' captcha='' color='av-custom-form-color av-light-form' av_uid='av-331gw']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' av_uid='av-2su9g'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' av_uid='av-25qmk'][/av_contact_field]
    [/av_contact]
    
    [av_textblock size='21' font_color='custom' color='#ffffff' av_uid='av-1r2uk']
    <p style="text-align: center;">Want to get notified once we are ready to launch? Leave us your mail address and we will!</p>
    [/av_textblock]
    
    [/av_one_half][av_one_fourth av_uid='av-102pc']
    
    [/av_one_fourth][/av_section]

    but you will still need to set the image.

    Best regards,
    Mike

    #1366635

    here are some infos:
    i tested it now with open sans – some online font transformators do not preserve all properties.
    the downloadable ttf from googel font will do the job.
    i got an command line tool ( it is from Google itself ) to convert ttf to woff2 – this will work too.
    we can zip these two files and upload it to Custom Font Manager

    It is worth converting the font file to woff2.
    All modern browsers can handle this format and Roboto Flex, for example, is a good 1.7 MB in size as ttf, but only 0.7 MB as woff2.

    try yourself with :Open Sans Variable

    PS: Somewhat dissapointing: there are only very few variable serif fonts. If there are any, they are only variable in font-weight.
    And let’s be honest – how often do you need a font-weight of about 425

    #1366624

    Well this is correlated to a class that is set automatically on ampersand character.
    the class is set to:

    .special_amp {
      font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
      font-style: italic;
      font-size: 1.3em;
      line-height: 0.5em;
      font-weight: normal;
      color: inherit;
    }

    but that function is on functions-enfold.php line 970ff : avia_ampersand
    so if in content an ampersand is set it will be changed to : <span class='special_amp'>&</span>

    #1366602

    I have kind of find a solution!

    I started from zero following these instructions again:
    https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/

    However, instead of using Font Squirrel to convert the .ttf file to woff and woff2 files I used this tool:

    I uploaded the woff and woff2 files again, just with the Enfold Custom Font Manager, and now when you take a look at https://www.option-webdesign.nl the variable font can be changend from 300 to 800 in 1 steps, so 300-01-302… and so on. The variable font is working!

    However, I do have 2 questions left:

    – It seems that after all the only issue here was using Font Squirrel?

    – I now have a file size of 274kKB for my Open Sans variable font:
    https://www.option-webdesign.nl/wp-content/uploads/avia_fonts/type_fonts/opensans/opensans-variablefontwdthwght.woff2

    Is that the normal font size for the Open Sans variable font? Maybe Guenni007 can answer that for me?

    Thanks a lot :)
    Alwin

    #1366505

    Hey sroetheli,

    Thank you for the inquiry.

    You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the Menu Links in overlay/slide out in the dropdown, insert it, then adjust its style.

    You can also use this css code.

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        line-height: 1.3em;
        height: auto;
        padding: 15px 50px;
        display: block;
        text-align: left;
        text-decoration: none;
        font-size: 20px;
    }

    Best regards,
    Ismael

Viewing 30 results - 1,651 through 1,680 (of 18,718 total)