Viewing 30 results - 871 through 900 (of 18,716 total)
  • Author
    Search Results
  • #1431968

    Hey xfacta,

    Thank you for the inquiry.

    You can use the following css code to adjust the style of the elements inside the header meta or the small bar above the main menu.

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-weight: 300;
        text-decoration: none !important;
    }
    
    #header_meta .sub_menu {
        float: left;
        z-index: 2;
        font-size: 1.2em;
        line-height: 30px;
        position: relative;
        top: 10px;
    }
    
    #header_meta .phone-info {
        float: left;
        font-weight: bold;
        line-height: 20px;
        font-size: 1.2em;
        padding: 5px 0;
    }
    

    And to re-enable the social bookmarks on mobile view, you can include this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1431960

    Hi,

    Thank you for the update.

    Unfortunately my questions was centred not around availability of fonts, but how to speed up loading times.

    If you prefer not to switch to a different font with a smaller file size, another option is to upgrade your hosting plan or subscribe to a Content Delivery Network (CDN) to accelerate the delivery of site resources, including fonts. However, we strongly advise considering an alternative font since a 12MB file size is quite large especially for a font file and this can significantly impact website loading times. This may result in slower user experiences, particularly on slower internet connections or mobile devices.

    You can also implement basic site optimization by following the recommendations outlined in the following articles.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    #1431949
    xfacta
    Participant

    hi there how can I increase the font size of the phone number and social icons in the Small bar above Main Menu? There seems to be every other setting I can edit for this section except font size.

    Also why don’t the social icons show on mobile? No matter which options in the Header . extra elements settings for positioning the social icons don’t show.

    Cheers
    Natasha

    #1431853

    In reply to: Slider Caption Help

    Hey ballindigital,

    Thank you for the inquiry.

    You can use the Fullscreen Slider element to recreate such a slider layout. Add a caption title and caption text, adjust the Styling > Caption > Caption Positioning settings, then configure the caption sizes in the Styling > Font Sizes panel.

    Best regards,
    Ismael

    #1431848

    Hey fabienneRedUmb,

    Thank you for the inquiry.

    Where did you get the font? The fonts (t2020stylee-regular.ttf & tt2020stylef-regular-ascii.ttf) are nearly 12MB in size, which is quite large. Have you considered using Google Fonts instead? Fonts like Roboto or Open Sans have an average file size of 170 KB, which could result in significant difference in loading speed or duration.

    Best regards,
    Ismael

    #1431647

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #sub_menu1 .container {
        width: 100%;
        max-width: 100%;
    }
    #av-custom-submenu-1 span {
    	font-size: 12px;
    }
    #top #av-custom-submenu-1.av-subnav-menu > li > a {
        padding: 0px 5px 0px 5px;
    }
    #top #sub_menu1 .av-submenu-pos-right {
        text-align: center;
    }
    .sticky-top {
    	position:fixed!important;
    	top:0!important;
    	z-index:600!important;
    }
    }

    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_sticky_sub_menu() { ?>
      <script>
    (function($){
      var width = $(window).width();
    var $stickyTop = $('#sub_menu1');
    if (width <= 767) {
    $stickyTop.waypoint(function(direction) {
      if (direction === 'down') {
         $stickyTop.addClass('sticky-top');
      }
      if (direction === 'up') {
         $stickyTop.removeClass('sticky-top');
      }
    }, {
      offset: '0%'
    });
    }
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_sticky_sub_menu', 99 );

    Then clear your caching plugin and browser, please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    In my test with makes the sub-menu sticky on mobile ans reduces the size of the menu itme so they fit better, feel free to adjust to suit.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1431646

    Hi,
    To adjust the main font size for different screen sizes please go to Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings you will see a option for four screen sizes:
    Enfold_Support_4559.jpeg
    After selecting these ensure that you clear your cache and caching plugins, and if your server is using a object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc. you may need to also clear it.
    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

    Best regards,
    Mike

    #1431634

    Thank you :) I stick with “scroll” then.

    Other questions on this theme:
    1. How can I ajust the main font size to a respnsive size. It don’t want to make it 20px, but variable on desktop, mobile and tablet. Is this possible?
    2. On the iPad is a space at the top and at the bottom of the pictures on the main page. How to get rod of them?
    3: How to force the mobile version on iPad portrait mode (I want this on my other pages as well)
    4. The color of the date on a timeline won’t change. It stays the heading-color

    Best regards

    #1431592

    Well this is odd. There is so much Custom CSS on my site (fixing various issues) that I have logo stuff in both the functions.php AND iin the custom CSS field. Changing the functions.php to <p></p> tags fixed the header issue . . . thank you for that. Now I am trying to get the font black (and to stay black vs having a hover color) AND for it to the first and second lines (Line 1: Jonathan F. Anderson, LPC-S Line 2: Gate Healing, PLLC) to look right next to the compass logo in terms of size and line spacing . . . it basically did this before, but the h2 tag had to go and that screwed it up.

    Thanks a bunch for any guidance here.
    jon

    PS I tried adding color: black; to the custom CSS subtext styling code to no avail. I also tried going into functions.php and changing the Logo subtext section to:
    /* Logo Subtext regular text */
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);

    function kriesi_logo_addition($sub) {
    $sub .= ‘<p style=”color: black;”><b>Jonathan F. Anderson, LPC-s</b></p>’;
    $sub .= ‘<p style=”color: black;”><b>Gate Healing, PLLC</b></p>’;
    return $sub;
    }

    Also to no avail. I’m going to stop trying now before I break something.

    • This reply was modified 2 years, 1 month ago by gatehealing.
    #1431505
    billbasler
    Participant

    I am sorry for the new post here as I know the questions and answer around the Blog Post template are extensive.

    I am trying to appease a client who would like to have the ability to post ads on the actual post pages. So, essentially, I need modifications to the post template.

    Under Theme Options > Blog Layout, I have chosen, “Use the advance layout editor to build your own blog.” In Quick CSS, I have the following:

    /* CSS – Remove sidebar on blog category */
    #top.archive.category .sidebar {
    display: none!important;
    border: none!important;
    }

    #top.archive.category .content{
    width: 100%;
    border: none !important;
    }

    /* CSS – increase heading size on featured blog post on home page. */
    #top.home #wrap_all .main_color .post-entry.tag-featured-post h2.post-title {
    font-size:30px;
    }
    #top.home #wrap_all .post-entry.bloglist-simple .blog-categories a {
    font-size:12px;
    }

    /* CSS – hide categories on home page blog element in list view – simple */
    span.blog-categories.minor-meta {
    display: none !important;
    }

    span.blog-categories.minor-meta + span.text-sep {
    display: none;
    }

    I am wanting to keep the functionality of having a Blog Post page template. In other words, I want to keep blog post navigation, single post styles and blog archive functionality.

    Is there any way to introduce a left and right column to the blog post template without breaking the blog functionality? In my case, we could have the right column stay “as-is” for widgets, currently Categories, Archives and Receivve Posts by Email. Per my client’s request the left column could be reserved for ads.

    I should mention that “ads” as it relates to this client, are hand fabricated images, (jpg or png) that he is managing manually. The “graphic” ads, simply link out to the advertiser’s sites.

    See an example of the ads on the current home page here: https://www.woodyboater.com

    See a sample of a current blog post here: https://www.woodyboater.com/classic-boat-art/art-gets-paul-harvey-to-tell-the-rest-of-the-story/

    Thank you.

    Bill Basler

    #1431330

    Hi adapt,

    I missed some key CSS code, please try to change the code I gave with this one:

    @media only screen and (max-width:1300px) {
        #mega-menu-wrap-avia .mega-menu-toggle {
            display: flex;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia {
            display: none;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle.mega-menu-open + #mega-menu-avia {
            display: block;
        }
    
        #mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia {
            background: #e9e9e9;
            padding: 0px 0px 0px 0px;
            position: absolute;
            width: 100%;
            z-index: 9999999;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item {
            display: list-item;
            margin: 0;
            clear: both;
            border: 0;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
            border-radius: 0;
            border: 0;
            margin: 0;
            line-height: 40px;
            height: 40px;
            padding: 0 10px;
            background: transparent;
            text-align: left;
            color: #0db665;
            font-size: 14px;
        }
    
        #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
            background: #0db665;
            color: white;
            font-weight: bold;
            text-decoration: none;
            border-color: #fff;
        }
    }

    Best regards,
    Nikko

    #1431270
    sifix
    Participant

    The code shows in textblock in enfold layout builder and on site. It looks like this.
    theme, php and wp is up to date.

    [et_pb_section bb_built=”1″ fullwidth=”on” _builder_version=”3.0.51″][et_pb_fullwidth_slider admin_label=”Tillbehör bild” auto=”on” auto_speed=”5000″ _builder_version=”3.0.51″ header_font=”Nunito||||” header_font_size=”46px” header_font_size_last_edited=”on|desktop” header_letter_spacing_last_edited=”on|desktop” header_line_height=”1.2em” body_line_height=”1.4em” show_arrows=”on” show_pagination=”on” parallax=”off” parallax_method=”off” remove_inner_shadow=”off” custom_button=”off” button_letter_spacing=”0″ button_icon_placement=”right” button_letter_spacing_hover=”0″ auto_ignore_hover=”off” hide_content_on_mobile=”off” hide_cta_on_mobile=”off” show_image_video_mobile=”off” disabled=”off” disabled_on=”on||” show_inner_shadow=”on” show_content_on_mobile=”on”

    • This topic was modified 2 years, 1 month ago by sifix.
    #1430181

    In reply to: Boxes Round not Square

    Hi,
    Unfortunately the min height will need to be adjusted multiple times for the different screen width and the font sixe for the back side will need to be smaller to make up for the lost space. It doesn’t look like there is a “easy” fit for this.
    You could use the css above as an example and then use media queries to assign different heights for the different screen sizes that are commonly used, but it won’t be a “fluid” change for all screen sizes.

    Best regards,
    Mike

    Qgrafica_7
    Participant

    Goodmorning,

    I installed WordPress and Enfold on a new web site, i made a “work in progress” landing page while i was working on building the site up, at this point everything was working fine.
    When i started to build the site and create new pages, i imported a demo (Spa Demo was the demo name).
    I’m not sure if importing the demo was what caused the problems, but ever since i imported it, most of the changes i made on the elements don’t take effect.

    For example:
    – I have a color section where i set a background image (it doesn’t show)
    – When i set a font size on any text element, the change doesn’t take effect, it works only if i chose between H1 or H2
    – This also for almost any other settings on the page elements

    The only way to make everything work is via quick CSS, using custom CSS classes on all the elements and manually setting everything with the !important; mark.

    I already tried using the WordPress Reset plugin to reset the demo.

    I attached in the private content a login with a temp account.

    Thank you very much

    #1430059

    Hi,
    Try this css instead where the line height matches the font size:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 16px;
    	}
    	.avia-table li {
    		line-height: 16px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1430050

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 12px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1430040

    Hey schweg33,
    Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
    What font size do you want to use for mobile?

    Best regards,
    Mike

    Hi,
    The css classes .site-header & .top-bar are not typical for Enfold, I would recommend this css:

    #header_meta .container {
    min-height: 60px;
    }
    
    #header_meta .container * {
    font-size: 16px;
    }

    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.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1429993

    Hey joandjaxx,
    Please remove this css:

    [data-av_icon]:before {
        font-size: 50px!important;
    }

    and use this instead:

    .iconbox_icon[data-av_icon]:before {
        font-size: 50px!important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1429957

    In reply to: Centering menu

    Hi vantagepointmg,

    Please try to replace the CSS code I gave with this one:

    @media only screen and (max-width:767px) {
      #top #header_meta {
        padding-top: 10px;
      }
    
      #top #header_meta .sub_menu .menu-item {
        margin-bottom: 12px;
      }
    
      #top #header_meta .sub_menu * {
        font-size: 14px;
      }
    
      #top #header_meta #menu-item-130, 
      #top #header_meta #menu-item-131 {
        text-indent: -999em;
      }
    
      #top #header_meta #menu-item-130 img, 
      #top #header_meta #menu-item-131 img {
        position: absolute;
        top: 0;
        left: 0;
      }
    
      #top #header .av-burger-menu-main a {
        max-height: 80px;
        line-height: 80px !important;
      }
    
      .logo img, 
      .logo svg {
        max-height: 80px !important;
      }
    
      #top #header_meta .sub_menu #avia2-menu {
        height: auto;
      }
    
      #header_main {
        padding-top: 8px;
      }
    }

    Best regards,
    Nikko

    #1429950
    joandjaxx
    Participant

    Hi I added this code to my site to make the icon box icons larger when they are display icon on left side. It works but it also makes the icons in the social header and buttons larger. The section these are in are the blue one with the title COACHING ONLINEOR IN PERSON. I have some other code on my site for the top icons that it is also conflicint with. Please advise

    Code for left icons

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;

    }`

    Code for top icons

    .iconbox_top .iconbox_icon {
        font-size: 60px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 56px;
        top: -34px;
        margin-left: -45px;
    }
    liuxuewu
    Participant

    I adjust the height and font size of the top bar in the header by using custom CSS.
    /* Increase the height of the top bar */
    .site-header .top-bar {
    height: 60px; /* Adjust the height as needed */
    }

    /* Increase the font size of the top bar */
    .site-header .top-bar a {
    font-size: 16px; /* Adjust the font size as needed */
    }
    But it doesn’t work?

    #1429716
    northorie
    Participant

    Hi,
    I have questions on the freelancer-theme:

    1. Where to change the bakcground color for the pricing table?
    2. How and where to change the title font of the milestones on timelines. I tried H2, H3 and H4, but it didn’t work
    3. I am not able to center he background pictues of each section. I treid different picturesizes already. Didn’t work. Whats the secret?
    4. Where to change the hover color of the shrinked menu?
    5. I need to change to color on one parting line. How to?

    Best regards an thanks in advance for your help :)

    #1429682

    In reply to: Icon Box Size

    Hey joandjaxx,

    Thank you for the inquiry.

    You can replace the modification with the following code.

    /* Icon Size */
    .iconbox [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    

    Best regards,
    Ismael

    #1429680

    Hey biggsuccess,

    Thank you for the inquiry.

    We have found an extra curly brace in the css code above, which renders the css rules below it invalid. We also adjusted the position of the css media queries.

    
    .main_menu {
      background: white;
    }
    
    #top #header_meta a,
    #top #header_meta li,
    #top #header_meta .phone-info {
      font-size: 14px;
    }
    
    .avia-layerslider {
      box-shadow: none !important;
      border-top-width: 0 !important;
    }
    
    div#after_layer_slider_1 {
      border-top: none !important;
    }
    
    .home #main>.container_wrap_first>.container>.content {
      padding-bottom: 0;
    }
    
    @media only screen and (max-width: 430px) {
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 182px !important;
      }
    }
    
    @media only screen and (max-width: 767px) and (orientation: landscape) {
      .responsive #top #wrap_all #main {
        padding-top: 119px !important;
      }
    }
    
    @media only screen and (max-width: 768px) {
      .responsive #top #header #header_main .inner-container .widget {
        order: 3;
        flex-basis: 100% !important;
      }
    
      .responsive #top #header #header_main .inner-container .widget .avia-button.avia-size-medium {
        padding: 12px 5px 10px;
        font-size: 12px;
        min-width: 60px;
      }
    
      .responsive #top #header #header_main .inner-container .widget>div {
        padding: 0;
      }
    
      .responsive #top #header #header_main .inner-container .widget>div>div {
        text-align: center;
      }
    }

    Best regards,
    Ismael

    #1429668

    Topic: Icon Box Size

    in forum Enfold
    joandjaxx
    Participant

    HI,

    I added some code to make the icon box icon larger. I t worked but I notcied it also changed the icon size of the social icons in my header.

    This is the code I added

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    #1429617

    Hey maryenvato,

    Thank you for the inquiry.

    We can add a few css modifications in the Enfold > General Styling > Quick CSS field to adjust the style of the first column on smaller screens. Please start with this css code.

    @media only screen and (max-width: 768px) {
      /* Add your Mobile Styles here */
      .av_textblock_section.av-lr4yjeic-cd8285095e8d65e185685adbb051d6f7 table th.avia-desc-col {
        font-size: 0.9em;
        word-break: break-word;
        width: 130px;
      }
    }
    

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

    Best regards,
    Ismael

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .page-id-8445 h2 {
      font-size: 18px; 
    }
    }

    Best regards,
    Rikard

    Sandy
    Participant

    What is the CSS code to specify the font size for h2 on a specific page on mobile only?

    #1429517
    DianaLoola73
    Participant

    Dear support team

    We have a contact form on the website https://emmerams-muehle.de/kontakt/#kontaktform. In the mobile view, the border of the email field is much thicker than in the other boxes: see screenshot: https://emmerams-muehle.de/support/email.png

    I have already added the following script to the CSS:
    @media only screen and (max-width: 767px) {
    input#avia_2_1 {
    border-width: 1px !important;
    font-size: 15px !important;
    }
    }

    What do I have to change so that the same thin border is displayed for the email field in the mobile view as for the other fields?

    Best regards, Diana

Viewing 30 results - 871 through 900 (of 18,716 total)