Viewing 30 results - 1,561 through 1,590 (of 18,718 total)
  • Author
    Search Results
  • #1376169

    Hi Marcus,

    Thanks for contacting us!

    I think in your case using “Phone Number Or Small Info Text” field to add your text and number would be better.

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

    
    .phone-info {
      font-size: 14px;
    }
    

    2- Please insert your phone number as following

    
    <a href="tel:0412121212">tel:0412121212</a>
    

    Regards,
    Yigit

    #1376129

    hi rikard,
    found it, but no option to change the font itself. also when i change the font size and color – nothing happens…

    #1376038

    Thanks Ismael for the code. It already looks better.

    I would like to make the font-size of the years smaller.
    screenshot

    Thanks in advance.

    #1376023

    Hey GWS,

    Thank you for the inquiry.

    Did you add the following code in the functions.php file?

    //-------------------------------
    // function - Text Logos
    //-------------------------------
    add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
    
    function avf_text_logo_final_output($logo) {
      $link     = apply_filters('avf_logo_link', home_url('/'));
      $logotext = "LOGO TEXT";
      $subtext  = "A CUSTOM SUBTEXT";
      $subtext  = "<span class='subtext'>$subtext</span>";
      $logo     = "<span class='logo'><h1><a href='".$link."'>".$logotext.$subtext."</a></h1></span>";
    
      return $logo;
    }

    You can add this code in the Quick CSS field to adjust the style of the text logo and subtext.

    /* Text logo styling */
    
    #top .logo,
    #top .logo a {  
      overflow: visible;
    }
    
    #top .logo {  
      background: gold;
        display: flex;
        align-items: center;
        padding: 15px;
    }
    #top .logo .subtext {
        font-size: 18px;
        color: #be0027;    
        position: absolute;
        width: 100%;
        left: 0;
        top: 25px;
    }
    
    /* Hide subtext on scroll */
    #header.header-scrolled-full .subtext {
      display: none;
    }
    

    Best regards,
    Ismael

    #1376019

    Hey Alfredo,

    Thank you for the inquiry.

    You can replace the code above with the following css.

    .special_amp {
        font-size: 1em;
        font-family: 'Heebo', Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 300;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding modification.

    Best regards,
    Ismael

    #1375978
    GWS
    Participant

    Hi,
    We are trying to replace the logo with the company name instead. We tried using the instructions in the documentation: https://kriesi.at/documentation/enfold/logo/ and also from this 2018 support topic: https://kriesi.at/support/topic/replacing-logo-with-text-and-then-control-font-size-and-add-tagline/ but both caused critical errors on the site. It is the only code we had placed in /child-theme/functions.php.

    Can you confirm if the instructions in documentation are up-to-date, or provide new details for doing this. Please see the private content for the website URL. There is currently a ‘logo’ of the company name but it is not good quality, which is why we want to use the text instead. Thanks.

    #1375970
    Emanon
    Participant

    Hello guys,

    I found this code in another thread. The ampersand has changed. But it’s still italic and regular or bold. I want it to be light, just as the other words in the sentence.

    /*Change fancy ampersand to normal one*/
    .special_amp {
    font-family: initial !important;
    font-size: inherit !important;
    color: inherit !important
    }

    Thanks in advance.

    #1375965
    Emanon
    Participant

    Hello guys,

    I’m trying to adjust the colors and font-sizes of the timeline. Using the Avia Layout Builder. But no matter what I do, nothing changes. Can you see for me what’s going on? Maybe I used some code in Quick CSS that overrides something?

    Thanks in advance.

    Credentials and link to the page in private content.

    #1375784

    Hey woogie07,
    Thanks for the link to your site, typically if you wanted a call button you would add the tel: link to your menu item and use the button option, but I see that you have a phone number in your topbar and the topbar shows on mobile so would you like a call button there?
    If so you could use the shortcode wand to create your button and use it to create a call button shortcode that you can add anywhere to display it, such as the Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text field.
    So to do this first open a new post and in the block editor select the classic block and in the toolbar select the shortcode wand ▸ Button:
    block_editor_classic_block_shortcode_wand.png
    then the standard Advanced Layout Builder button element will open for you to design the button, after you build your button and save the button shortcode will show for you to copy
    block_editor_classic_block_shortcode.png
    Then add your button shortcode to this function:

    function call_button_shortcode( ){
    	echo do_shortcode(" button-shortcode-here ");	
    }
    add_shortcode( 'call_button', 'call_button_shortcode' );

    for my example I used this code:

    function call_button_shortcode( ){
    	echo do_shortcode("[av_button label='Call Us' icon_select='yes' icon='ue854' font='entypo-fontello' link='manually,tel://555-555-5555' link_target='_blank' size='medium' position='right' label_display='' title_attr='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' 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' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']");	
    }
    add_shortcode( 'call_button', 'call_button_shortcode' );

    Then add this to your child theme functions.php, and add the call button shortcode [call_button] to your Phone Number Or Small Info Text field:
    2022-12-10_011.jpeg
    This is the result for desktop and mobile:
    2022-12-10_140651.png
    You can also add this call button shortcode in other places like widgets and your footer.

    Best regards,
    Mike

    #1375584

    Hi,
    Thanks for your patience and the link to your site please try this css:

    @media only screen and (max-width: 450px) { 
    #top #wrap_all .all_colors h2.av-milestone-date {
        font-size: 35px;
        line-height: 1em;
    }
    #top h2.av-milestone-date strong {
        font-size: 20px;
    }
    }

    After applying the css, please clear your browser cache and check.
    this is the expected results:
    2022-12-08_004.jpeg

    Best regards,
    Mike

    #1375552

    Hi,

    You are welcome, Philipp!

    Please add following code to Quick CSS as well and adjust it as needed

    
    #top .phone-info {
      font-size: 14px;
    }
    #top .sub_menu {
      font-size: 14px;
    }
    

    Best regards,
    Yigit

    #1375549

    Thanks a lot Yigit! Now its perfectly centered!

    The only thing left is that the font size of the menu and the extra information could be a bit larger. Is it possible?

    1000 thanks in advance!

    Best regards, Philipp

    #1375319

    Hi Yigit,

    Thanks! Question 2 and 3 are solved. Question 1 partially. I managed to change the icon (Read more link, Privacy Policy and Sitemap). But the other arrows are not changing (Onze softwareoplossingen and Over Emanon). I tried to add a code (content: “\E802”;
    font-family: ‘friendly’;) to:

    .red-arrow-title .av-icon-char {
    color: #EB5847;
    font-size: 16px;
    position: absolute;
    margin-left: 5px;
    }
    Didn’t work.

    Thanks in advance for your help.

    #1375239
    Nic_007
    Participant

    Hi,
    wie kann ich einzelne Elemente verändern und wo setze ich dann den Code rein?
    Wie zum Beispiel
    Es funktioniert mit diesem Code. Danke

    .js_active .tab {
    font-size: 14px;
    }
    (gefunden bei Enfold Support) zum Ändern der Schriftgröße des Reiters.
    Früher funktionierte das mit Quick Css, aber für die Anpassung von Elementen musste man irgendeinen Code einfügen ins Theme, um diese anpassungen machen zu können und so dass dort enstprechende Kästchen neben den Elementen sichtbar werden. Wie ist die Vorgehensweise?

    Beste Grüße

    #1375153

    Hey Jaro,

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

    nav.sub_menu_socket ul a {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1374962

    Hi,
    Thank you for your patience and the login I changed the h3.team-member-name css to include float:left; and added css to remove the float when it is a popup:

    h3.team-member-name {
    	font-size: 18px;
      float: left;
    }
    .mfp-content h3.team-member-name {
      float: none;
    }

    so now before popup it is like this:
    2022-12-03_005.jpeg
    and when poped up it is like this:
    2022-12-03_006.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

    #1374777

    Hi,

    1- It would be easier to switch to one of the included icons. If existing fonts do not fit, you can refer to this post – https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons- and add your own icons :)

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

    
    #avia3-menu a::after {
      content: "\E881";
      color: #EB5847;
      font-size: 18px;
      font-family: 'entypo-fontello';
      position: absolute;
      margin-left: 5px;
    }
    

    3- Your site language seems to be set to English. Please go to Settings > General and switch the language to Dutch :)

    Best regards,
    Yigit

    #1374733

    Hi,

    Sorry for the delay. To move the title above the image, you can use this script in the functions.php file.

    function av_custom_inline_script() {
    	wp_add_inline_script( 'jquery', 
    		"
    		(function($) {
    			$('.av-masonry-entry').each(function() {
    				var title = $(this).find('.av-masonry-entry-title');
    				var image = $(this).find('.av-masonry-image-container');
    				title.insertBefore(image);
    			});
    		})(jQuery);
    		"
    	);
         }
    add_action( 'wp_enqueue_scripts', 'av_custom_inline_script' );
    

    You may need to add a few css modifications to adjust the style of the title.

    .avia_desktop .av-masonry-entry:hover .av-masonry-entry-title.entry-title, .avia_desktop .av-masonry-entry .av-masonry-entry-title.entry-title {
        opacity: 1;
        z-index: 1000;
        font-size: 30px;
        color: red;
        position: relative;
    }
    

    Best regards,
    Ismael

    Hi,
    Thanks for the link to your site, it seems that this only occurs on screens larger than 1500px, probably due to the change in the font size for larger screens, we not have a way to disable it when it is out of view, but we can increace the height of the column that it is in to stop the movement.
    Try this css in your Quick CSS:

    @media only screen and (min-width: 1500px) { 
    #top.home .flex_column.avia-builder-el-2  {
    	min-height: 350px;
    	height: 350px;
    }
    }

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

    Best regards,
    Mike

    #1374432
    Sovietovic
    Participant

    Hi,
    I’ve did test on my website and ended with following critical issue there:

    Certain ARIA Roles Must Be Contained By Particular Parents

    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-2052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2011 current_page_item menu-item-top-level menu-item-top-level-1">
    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2">
    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3">
    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4">
    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5">
    Fix any of the following: Required ARIA parents role not present: menu, menubar, group<li role="menuitem" id="menu-item-763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6">

    Id Attribute Value Must Be Unique

    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-2052<li role="menuitem" id="menu-item-2052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home page_item page-item-2011 current_page_item menu-item-top-level menu-item-top-level-1 current-menu-item">
    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-759<li role="menuitem" id="menu-item-759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2">
    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-760<li role="menuitem" id="menu-item-760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3">
    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-761<li role="menuitem" id="menu-item-761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4">
    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-762<li role="menuitem" id="menu-item-762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5">
    Fix any of the following: Document has multiple static elements with the same id attribute: menu-item-763<li role="menuitem" id="menu-item-763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6">

    Ul And Ol Must Only Directly Contain Li Script Or Template Elements

    Fix all of the following: List element has direct children with a role that is not allowed: menuitem<ul id="menu-hlavne-menu" class="av-subnav-menu">
    

    Elements Must Have Sufficient Color Contrast

    Fix any of the following: Element has insufficient color contrast of 3.15 (foreground color: #919191, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1<p class="uk-margin-remove uk-text-large">
    Fix any of the following: Element has insufficient color contrast of 1.88 (foreground color: #bdbdbd, background color: #ffffff, font size: 9.0pt (11.96px), font weight: normal). Expected contrast ratio of 4.5:1<input type="button" value="Odoslať" class="button av-verify-recaptcha-0 av-recaptcha-submit avia_button_inactive" data-sending-label="Odosielam" title="Please validate that you are a human first">

    Any ideas why this is reported and how to fix this?

    • This topic was modified 3 years, 2 months ago by Sovietovic.
    • This topic was modified 3 years, 2 months ago by Rikard.
    #1374356

    Hey Alfredo,

    Thanks for contacting us!

    Please add following code to functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/

    
    add_action('ava_before_footer','footer_content_new');
    function footer_content_new(){
    echo "<div class='my-custom-title'>Contact Ons</div>";
    }
    

    Then you can add following code to bottom of Quick CSS field to change the styling

    
    .my-custom-title { color: red; font-size: 32px; }
    

    Regards,
    Yigit

    • This reply was modified 3 years, 2 months ago by Yigit.
    #1374350

    Hey Alfredo,

    I copied HTML of arrow icon and pasted inside your Special Heading elements and give them a custom CSS class “red-arrow-title” in Advanced > Developer Settings and then added following code to bottom of Quick CSS field

    
    /* Change read more arrows */
    .more-link-arrow::after {
      content: "\E881";
      color: red;
      font-size: 30px;
    }
    
    .red-arrow-title .av-icon-char {
      color: red;
      font-size: 20px;
      position: absolute;
      margin-left: 5px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    Hi,

    There was a CSS error in your Quick CSS field. I fixed it and following code was overriding it

    
    /*Enfold footer menu*/
    span.avia-menu-text{
    color: white;
    font-weight: bold;
    font-size: 13px;
    }
    

    so I changed it to following

    
    /*Enfold footer menu*/
    #avia3-menu span.avia-menu-text{
    color: white;
    font-weight: bold;
    font-size: 13px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    #1374305

    Hi,

    Thanks for contacting us!

    Please edit your Icon List element and go to Styling > Font Sizes > Title Font Sizes and set them to 24px :)

    Best regards,
    Yigit

    #1374301

    Hey F,

    Thanks for contacting us!

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

    
    @media only screen and (min-width: 2600px) { 
    #top #header .av-main-nav > li > a {
      font-size: 24px;
    }
    }
    

    Regards,
    Yigit

    #1374282
    FokeOne
    Participant

    Hello,

    is there an Option for having a bigger font size in the menu only for 4k screens? The Menu looks fine on my 27″, but at my customers 27″4k the menu font is really small.

    thanks in advance
    F

    #1374280

    Hey HolgerRaddatz,
    Thanks for the link to your site, you can use this css to brake the words so they stay in the cells, please note that not all browsers will show the hyphens, Chrome on Windows doesn’t but the words are still broken.

    #top .avia-table.avia-pricing-table-container li {
    	 -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    Another option is to reduce the font size for the tablet screen, but your long words still need to be broken, but this might look better:

    @media only screen and (min-width: 768px) and (max-width: 1415px) { 
    #top .avia-table.avia-pricing-table-container li {
     font-size: 12px;
     -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    So try different font sizes to find a balance that you like.

    Best regards,
    Mike

    rwitconsulting
    Participant

    Hi all, I just started building my website using the Enfold Theme with the consulting demo. So far so good – there is just a layouting problem with the top easy slider and the text location on a mobile phone. (see screenshot):
    Mobile - Consutling Demo Problem (Screenshot mobile problem)

    The font size can be easily adjusted in the slider for the mobile version – so that is good.
    With the smaller font size I just would need a solution so that the whole text (box) is on the right (like it is on the desktop) and text itself is still left aligned; here the screenshot from the desktop version. So actually to have still 2 columns in the mobile version and the text (headline and caption) is in the second column on the right. Desktop screenshot:
    Consulting Desktop alignment (desktop alignment )

    Thank you so much for your solution ideas, br
    Rene Weiss

    • This topic was modified 3 years, 2 months ago by rwitconsulting. Reason: images not working - added as links
    #1374227
    garydavis1111
    Participant

    I have tried clearing the cache in Edge browser (all-time) cookies & data included, I have cleard the cache over at Bluehost and turned off Bluehost caching. I have cleared a newly installed WP Super Cache. I have refreshed the page multiple times. I also within in Enfold went to Performance and deleted Old CSS And JS Files. Nothing works?! I have wasted HOURS on this one thing alone. I am sorry that I purchased your Enfold theme. My time is valuable to me and now this to deal with.

    I need to be able to change the font size of the Main Menu Links, the H1 thru H6 tags and the Title Bar title font size.

    #1374096
    DianaLoola73
    Participant

    Dear support team

    I use a contact form on the following website: https://my-visionguide.de/home/#contact
    On the smartphone, the email field is shown with a thicker border, (see Screenshot: https://my-visionguide.de/support/kontaktform-mobile.jpg) although I have already inserted the following script via css:

    /*Mobile View Contact Form Edge Email*/
    @media only screen and (max-width: 767px) {
    input#avia_3_1 {
    border-width: 1px !important;
    font-size: 14px !important;
    }
    }

    What can I do so that the edge of the email field is only displayed with a 1px width on the smartphone in the mobile view?

    Thank you for your edit and best regards, Diana

Viewing 30 results - 1,561 through 1,590 (of 18,718 total)