Viewing 30 results - 2,161 through 2,190 (of 18,728 total)
  • Author
    Search Results
  • #1340571

    Hey,

    Thanks for contacting us!

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

    
    #top .social_bookmarks li {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    #1340503

    Hey Veronika,

    Thanks for contacting us!

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

    
    #top #wrap_all .left-section div .blog-categories a {
      text-align: center !important;
      color: red;
      display: block;
      font-size: 16px;
    }
    

    Regards,
    Yigit

    #1340462

    you don’t mean the logo that you can set in enfold options – but you mean that spinning wheel!
    this is just a keyframe animation with rotate settings

    @-webkit-keyframes av-load8 {
      0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }
    @keyframes av-load8 {
      0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
      100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }

    and this is the rule for the siteloader:

    .av-siteloader , #top div.avia-popup .mfp-preloader{
      font-size: 10px;
      position: relative;
      text-indent: -9999em;
      margin:0 auto;
      border-top: 	2px solid rgba(0, 0, 0, 0.2);
      border-right: 2px solid rgba(0, 0, 0, 0.2);
      border-bottom:2px solid rgba(0, 0, 0, 0.2);
      border-left:  2px solid #000;
      -webkit-animation: av-load8 0.8s infinite linear;
      animation: av-load8  0.8s infinite linear;
    }

    maybe you can change the borders to none – and insert an icon as content.

    #1340403
    Veronika
    Participant

    Hi dear Kriesi-Team,

    Is there a way to specifically change the position(to be centered) and the font-size of single category text and heading ( the big left one at the top of the page ), without affecting the other category texts on the right?

    Please check the green square: https://imgur.com/L5H0c4S

    thank you

    Best,
    Veronika

    #1340376

    Hi,
    For mobile you will need to use a smaller font size than 14px, but even then you will probably need to use two lines, I’m not sure how small you will want to go, but here is an example:

    @media only screen and (max-width: 767px) { 
    #socket .copyright {
        font-size: 10px;
        display: inline-block!important;
    }
    }

    2022-02-13_006.jpg

    Best regards,
    Mike

    #1340324

    Hi,
    I see, sorry you need to add it like this:

    #socket .copyright {
    float: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-family: 'press-start-2p';
    font-size: 15px;
    }
    #socket .copyright a {
    	padding: 0 10px;
    }

    one rule for copyright text, and one rule for copyright links.

    Best regards,
    Mike

    #1340322

    Hey Jak73,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        border-color: #fff;
    }
    #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a .avia-menu-text {
    	font-size: 18px;
    	font-family: 'verdana';
    }
    #av-burger-menu-ul {
        background-repeat: no-repeat;
        background-image: url(https://joakims.art/wp-content/uploads/2022/02/bg-intro-2000px.jpg);
        background-position: 50% 100%;
        background-attachment: scroll;
        background-size: cover;
    }

    adjust the background image to suit but ensure it is in a profile image that meets the desktop size at minimum, the mobile should be the same aspect and scales down fine.
    2022-02-12_011.jpg

    Best regards,
    Mike

    #1340320

    Hi Mike,
    thanks for your reply!
    I added this allready:

    #socket .copyright {
    float: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px;
    font-family: ‘press-start-2p’;
    font-size: 15px;
    }
    Should be there…
    kind regards Jak

    #1340273

    Hi @Ismael,

    Apologies, I had briefly removed it to test another layout. I have it back in the page now if you’d like to check / inspect it.

    I applied the Quick CSS you shared, however it’s still far from the design / layout I’d like it to have:

    1. For instance, the background color has not changed despite the new Quick CSS code. How can I change the color of the headline row as well as the font color within the headline?
    2. The images / icons on the left are currently showing very large. How can I ensure they show in the original size 64x64px?
    3. For the table only (not the rest of the website), I would like the links and texts to be displayed in color “#e50000ff”. How can I do that, do you possibly know the custom CSS for that?
    4. For the table grid, I would like to remove all the vertical grid lines, HOWEVER KEEP the horizontal grid lines. Could you share with me how to do that as well, please?

    Thank you so much in advance, really appreciate it!! :-)

    #1340219
    Jak73
    Participant

    Hi,
    i would like to style the fly-out-burger menu.
    Please see image:
    1.) how can i change to color of the divider-lines,
    2.) how can i change the font and font-size,
    3.) how can i change the background color and how ca i add a responsive backgound image to it?

    kind regards Jak

    #1340216
    Jak73
    Participant

    Hi,
    i would like to change the size of the copyright text in my footer and like to center the text.
    How can i do that?

    #1340181

    Hey creativeopole,

    That is a WordPress core problem and will be fixed in the next update. Please try this in your functions.php file for a temporary fix:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Best regards,
    Rikard

    This doesn’t effect home pages as there isn’t a slug. It also doesn’t appear to effect EasySliders.

    I have tried everything I can think of using CSS to hide the unwanted heading. Such as:

    [itemprop=”contentURL”] { display: none !important; visibility: hidden !important; color: #ffffff !important; height:1px !important; font-size: 1px !important; margin-left: 5000px !important; line-height: 1px !important; width:0px !important; }

    Moving up the gallery doesn’t work either as the heading still appears over the top.

    It has effected all of my client’s websites using Enfold too.

    #1339987

    In reply to: Bigger icons

    Hi Ismael
    You are right, in the browser inspector it works… no idea, why it does not work with quick css.
    I added it like this:

    #top .iconbox.av-no-box .iconbox_icon {
        width: 180px !important;
        height: 180px !important;
        line-height: 180px !important;
        font-size: 90px !important;
    }

    You can login and look into it, perhaps you find something?

    #1339963

    Hi,

    Thanks for the update. The sorting problem is due to a bug in WordPress core, please try this in your functions.php file until WordPress 5.9.1 has been released:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Please refer to this thread to fix the extra word problem: https://kriesi.at/support/topic/gallery-and-page-title-bug/

    Best regards,
    Rikard

    #1339947

    In reply to: Bigger icons

    Hi Ismael
    Thanks for the code.
    But this changes nothing.
    I changed the font-size to 80px and it was the same size. I also tryed with !important, but nothing changed.
    Best regards
    Mike

    #1339941

    Hey mediatom,

    Please try this in your functions.php file:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Best regards,
    Rikard

    #1339918

    In reply to: Bigger icons

    Hey Michael,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the icon in the iconbox element.

    #top .iconbox.av-no-box .iconbox_icon {
        top: 0;
        margin: 0 auto 20px auto;
        left: 0;
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 50px;
    }
    

    The actual size of the icon is controlled using the font-size property.

    Best regards,
    Ismael

    #1339775

    Hi Ryan,

    I edited your element and gave it “custom-social” ID in Advanced > Developer Settings and then added following cdoe to bottom of Quick CSS field in Enfold theme options > General Styling tab

    /* Social widget */ 
    #custom-social .avia-related-tooltip {
      display: none !important;
    }
    #custom-social .av-share-box ul li a { 
       font-size: 18px; 
       width: 35px;
    }
    #custom-social .av-share-box ul li {
       display: inline-block; 
    }
    #top #custom-social .av-share-box ul { 
        display: flex; 
    } 
    #custom-social .av-share-box ul li.av-social-link-pinterest { 
       order: 4; 
    }
    #custom-social .av-share-box ul li.av-social-link-linkedin { 
       order: 3; 
    }

    Best regards,
    Yigit

    #1339641
    steviger
    Participant

    Hi Guys,

    It must be something very small but I can not seem to get my head around it today…
    I’d like to have a background color for the main menu items when hovered an when in active state. What I got so far is:

    .main_menu ul:first-child > li > a {font-size: 1rem; font-family: ‘Outfit’, sans-serif; font-weight:400!important; text-transform:uppercase;}

    #top #header #avia-menu > li:hover > a {
    color:#fff;
    background: #fbd965 !important;
    border-radius: 10px
    }

    #top #header .av-main-nav .current_page_item a {
    background: #fbd965;
    color:#fff;
    border-radius: 10px;
    }
    Background does work but I only want it right behind the text (with some padding). Please see screendump for the desired effect

    What’s the trick ;)

    Best regards,

    Steven

    #1339554

    Hi @Ismael,

    Perfect, the table works and I added the images and required links/texts. Now the only thing that’s left is to adjust the design/layout so it looks the same as table here: https://www.solveforhappy.com/connect/

    My open questions to achieve that layout/design:
    Please also see here: https://savvyify.com/img/image/fA7L

    1. How can I change the color of the headline row as well as the font color within the headline row?
    2. The images are currently showing very large. How can I ensure they show in the original size 64x64px?
    3. For the table only (not the rest of the website), I would like the links and texts to be displayed in color “#e50000ff”. How can I do that, do you possibly know the custom CSS for that?
    4. For the table grid, I would like to remove all the vertical lines. Could you share with me how to do that as well, please?

    Thank you so much in advance, really appreciate it!! :-)

    J P
    Participant

    Hi. I have two websites. The second site is being rebuilt from the first. The same installation of Enfold was used and the theme options have been duplicated from site to site. Below are two links, each is to the same page on the two sites. The original site has the text the way I would like it. The second link is to the same page on the new site (domain contains /newsite). You will see the text on the new site seems to be much tighter and doesn’t look as spacious as the original body text. Can someone help me understand why the body text looks different using the same font, font size. This is making me crazy and the client doesn’t like the text looking crowded.

    Thank You,
    JP

    #1339402

    Hi @guenni007

    I had put it into 2 text blocks to be able to easily control the font size and color (color is darker for the bigger font/title). Is that ok or would you recommend to change that?

    Removed the permanent break – didn’t notice it when I checked. Thank you!

    #1339391

    Hi,

    Please try this in your functions.php file:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Best regards,
    Rikard

    #1339360

    Hi,
    You would need to make your adjustments in HTML, such as shown on the Getting Started page
    2022-02-07_001.jpg
    and add your Navigation Parameters to the initialize script
    2022-02-07_002.jpg
    For this example I used the Infinite loop with slides per group because it seems to be the closest to what you want.
    So first we need to import the core Swiper JS & CSS files and set the initialize script in our child theme functions.php file in Appearance ▸ Editor:

    function Swiper_from_CDN(){
        ?>
        <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
        <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
     <script>
    	 window.addEventListener('DOMContentLoaded', function() {
          var swiper = new Swiper(".mySwiper", {
            slidesPerView: 3,
            spaceBetween: 30,
            slidesPerGroup: 3,
            loop: true,
            loopFillGroupWithBlank: true,
            pagination: {
              el: ".swiper-pagination",
              clickable: true,
            },
            navigation: {
              nextEl: ".swiper-button-next",
              prevEl: ".swiper-button-prev",
            },
          });
    		  });
        </script>
        <?php
        }
    add_action('wp_head', 'Swiper_from_CDN');

    Then on our test page in a code block element add this code:

    <style>
    .swiper {
            width: 100%;
            height: 100vh;
          }
    
          .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
    
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
          }
    
          .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
    </style>   
    
     <div class="swiper mySwiper">
          <div class="swiper-wrapper">
            <div class="swiper-slide">Slide 1</div>
            <div class="swiper-slide">Slide 2</div>
            <div class="swiper-slide">Slide 3</div>
            <div class="swiper-slide">Slide 4</div>
            <div class="swiper-slide">Slide 5</div>
            <div class="swiper-slide">Slide 6</div>
            <div class="swiper-slide">Slide 7</div>
            <div class="swiper-slide">Slide 8</div>
            <div class="swiper-slide">Slide 9</div>
          </div>
          <div class="swiper-button-next"></div>
          <div class="swiper-button-prev"></div>
          <div class="swiper-pagination"></div>
        </div>

    the expected results should be:
    2022-02-07_003.jpg
    I linked to my working example below, so this should help you get started, you will still need to add your images, a little more css for style and any other parameters you wanted.

    Best regards,
    Mike

    #1339357

    Hey,

    Thanks for contacting us!

    Masonry Load More issue is related to Enfold but Gallery issue is related to WordPress.

    To fix load more issue, please go to Appearance > Editor and replace enfold/config-templatebuilder/avia-shortcodes/masonry_entries with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php
    Then replace enfold/config-templatebuilder/avia-shortcodes/masonry_gallery with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php

    To fix gallery sorting issue, please add following code to bottom of Functions.php file

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Regards,
    Yigit

    #1339341

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-timeline .milestone_icon {
        height: 60px !important; 
        width: 60px !important; 
        line-height: 60px !important; 
    }
    .avia-timeline .milestone_icon i {
    font-size: 50px !important;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help then remove it and link to your page when we can examine it closer.

    Best regards,
    Mike

    MKUltraman
    Participant

    Hi,

    I’ve just added an About menu item with 2 sub-items to my main menu. About displays just fine, but when I hover over it to get the submenu listing, those 2 submenu items have a completely different formatting than the rest of the submenu items. I can’t figure out where this is comming from, would appreciate some help.

    #1339240

    In reply to: Design / Layout

    to keep such word sequences together, I use the so called nonbreaking space html-entity.

    Unfortunately, if you put this entity in the space between two words in a heading ALB, it disappears the next time you open/edit it. For this Günter has written here a small plugin which prevents exactly that. Among other things also e.g. the use of less than and greater than characters.

    https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters

    Unfortunately, it provides only 4 special characters in the standard variant.
    But you can extend this ” $this->translate = array( ” with further entries. My list looks like this and i shorten the # signs to only one before and after.

    $this->translate = array(
    	'#lt#'		=> '<',
    	'#le#'		=> '≤',
    	'#gt#'		=> '>',
    	'#ge#'		=> '≥',
    	'#amp#'		=> '&',
    	'#91#'		=> '[',
    	'#93#'		=> ']',
    	'#quot#'	=> '"',
    	'#34#'		=> "'",
    	'#br#'		=> '<br/>',
    	'#p#'		=> "<p>",
    	'#shy#'		=> '­',
    	'#nbsp#'	=> ' ',
    	'#sbsp#'	=> ' ',
    	'#nbhyp#'	=> '‑',
    	'#1/2#'		=> '½',
    	'#1/3#'		=> '⅓',
    	'#1/4#'		=> '¼',
    	'#1/5#'		=> '⅕',
    	'#2/3#'		=> '⅔',
    	'#3/4#'		=> '¾',
    );

    this line now : '#nbsp#' => ' ', is usefull.
    I entered your heading this way:
    Negotiation#nbsp#Techniques for#nbsp#Passionate#nbsp#Leaders who#nbsp#strive#nbsp#to Secure#nbsp#Maximum#nbsp#Value

    now the rest will be a bit of calculation: On my testpage with 1510px default content width ( and custom class for grid-row alb: content-alignment

    @media only screen and (min-width:768px) {
      .content-alignment h1.av-special-heading-tag {
        font-size: clamp(24px, 3.5vw, 50px);
        line-height: 1.5em;
        background-color: transparent;
        padding-bottom: 20px
      }
    
      .content-alignment .avia_textblock {
        font-size: clamp(16px, 2.5vw, 24px);
      }
    
      .content-alignment .flex_cell.avia-builder-el-first {
          padding-left: calc(50% - 755px) !important;
      }
    
      .content-alignment .flex_cell.avia-builder-el-first .flex_cell_inner {
          padding: 30px 50px !important;
      }
    }
    
    @media only screen and (max-width:767px) {
      .content-alignment h1.av-special-heading-tag {
        font-size: clamp(22px, 6vw, 50px);
        line-height: 1.5em;
        background-color: transparent;
        padding-bottom: 20px
      }
    
      .content-alignment .avia_textblock {
        font-size: clamp(14px, 5vw, 24px);
      }
    }

    see result: https://webers-testseite.de/marcus/

    #1339231

    In reply to: Design / Layout

    Thank you @guenni007!

    Set the font size to 45px, that works without the first 2 words breaking. I like the 1/2 and 1/2 grid sizes, hence didn’t like to adapt that.

    What Quick CSS code could I apply to break the heading into specific 4 lines? I’d like it to be displaying specifically like this as it is easier to read:
    1st line – Negotiation Techniques
    2nd line – for Passionate Leaders
    3rd line – who strive to
    4th line – Secure Maximum Value

    I believe Quick CSS could do that even for a Special Heading?

Viewing 30 results - 2,161 through 2,190 (of 18,728 total)