Viewing 30 results - 1,231 through 1,260 (of 18,702 total)
  • Author
    Search Results
  • #1410443

    Hi,
    I’m not sure what is causing this, but if it is your only issue I added this css to your WordPress ▸ Customize ▸ Additional CSS and it seems to have solved it:

    #top #av-burger-menu-ul a {
    	color: #7bafe7;
    	font-size: 18px;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
    	background-color: #fff;
    }
    .av-burger-overlay-active #top .av-hamburger-inner, 
    .av-burger-overlay-active #top .av-hamburger-inner::before, 
    .av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #000;
    }
    

    Please clear your browser cache and check.
    I also checked the placement of the menu overlay and it seems correct for all screen sizes, it is meant to show from the edge of the screen, on desktop your page content is narrow and that is why it seems off a little, I guess we could move it over on larger screens with this css:

    @media only screen and (min-width: 1700px) { 
    .html_av-overlay-side .av-burger-overlay-scroll {
    	right: 20%;
    }
    }

    but that looks odd to me when I test it, you can test in the WordPress ▸ Customize ▸ Additional CSS and see for yourself.

    Best regards,
    Mike

    #1410405

    Hey idelaydis,

    Thank you for the inquiry.

    There is no option for adjusting font size and color by default, but many email browsers, such as Gmail, provide options to customize font settings. You can use these options to adjust the font size and color according to your preferences.

    In Gmail, for example, you can modify the font settings by following these steps:

    1. Open Gmail and click on the gear icon in the top-right corner.
    2. Select “Settings” from the dropdown menu.
    3. In the “General” tab, scroll down to the “Default text style” section.
    4. Here, you can adjust the font size, font family, and font color to your liking.
    5. Once you have made the desired changes, scroll to the bottom and click on “Save Changes” to apply the modifications.

    Please note that the availability and exact location of font customization options may vary across different email clients and browsers. It’s recommended to explore the settings of the specific email client you are using to find the font adjustment options.

    Best regards,
    Ismael

    #1410373

    In reply to: Fonts

    Hi,
    To change the font size of the mobile menu go to Enfold Theme Options ▸ Advanced Styling ▸ Link Menu in overlay/slide out, you can also change the spacing there:
    Enfold_Support_2340.jpeg

    Best regards,
    Mike

    #1410364

    Hi,
    I added this code to your WPCode plugin as a javascript snippt and enabled the header on the three pages and now the burger menu is replaced with the back button you had created at the bottom of those pages, please clear your browser cache and check.

    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      var button = $('<div class="avia-button-wrap avia-button-right back-button"><a href="https://www.stilecatalini.it/#barche" class="avia-button avia-icon_select-yes-left-icon avia-size-large avia-position-center av-button-notext avia-color-light avia-font-color-white"><span class="avia_button_icon avia_button_icon_left" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title"></span><span class="avia_button_background avia-button avia-color-theme-color"></span></a></div>');
     if ($("body").hasClass("page-id-738") || $("body").hasClass("page-id-5837") || $("body").hasClass("page-id-5667") == true) {
      $('.main_menu').prepend(button);
      $('.avia-menu.av-main-nav-wrap').css({'display':'none'});
      $('.main_menu').css({'display':'flex','align-items':'center'});
    } else {}
    })(jQuery);
    });

    I tested on mobile & desktop and it works.

    Best regards,
    Mike

    #1410363
    idelaydis
    Participant

    When someone fills out our contact form and the email is sent to us, some of my employees are having trouble reading the text in the email. Is there anyway to make the font size in the email larger?

    #1410354

    In reply to: Fonts

    Hi Mike,
    I solved the problem #3 an therefore I am left with these two issues:
    Where to change the font size of the menu on the mobile phone.
    Enlarging the characters (#1) the menu has gone to the end but, the lines are too close. How can I space them out?

    #1410351

    In reply to: Fonts

    Hello Mike,
    Thanks for your help.
    #1 and #2 work,
    #3 only worked for the search symbol, but once the burger menu on the mobile phone is open, the font color remains orange. I don’t understand why on the test site that I had created the mobile menu works perfectly, i.e. the menu is black and when you select it it turns orange.

    Also, I take this opportunity to ask you where to change the font size of the menu on the mobile phone.

    Excuse me, one more question, enlarging the characters (#1) the menu has gone to the end but the lines are too close. How can I space them out?

    #1410289

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

    .av-hamburger strong {
        display: block!important;
        position: absolute;
        font-size: 20px;
        transform: translate(21%, -11%);
        color: #fff;
    }

    The expected results:
    Enfold_Support_2330.jpeg

    Best regards,
    Mike

    #1410267

    In reply to: Problems on mobile

    Hi,
    I see that you added the mini font change to the text element, but this is for paragraph text and not headings so to change the H1 size to 8px you could use this css:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .all_colors .av-mini-font-size-8 h1 {
        font-size: 8px;
    }
    }

    and change the font size to suit.
    Another option is to see the global settings at Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings

    Best regards,
    Mike

    #1410264

    In reply to: Problems on mobile

    That worked. Thanks

    I have another problem, where the font size of the H1, H2, etc. texts cannot be changed. If you look at https://ringstedsportscenter.dk/wellness-og-aquafitness/ on mobile, then you can see on the banner that the font size is too big and it cuts off certain words. Is there a way to change the font size? I have tried changing it with both CSS and with your builder, by changing it to 8px on mobile, but it doesn’t change. Don’t know why

    if you like to replace it everywhere you can try this in your child-theme functions.php:

    function wrap_copyright_text_with_sup(){
    ?>
    <script>
    window.addEventListener("DOMContentLoaded", function () { 
    (function($) {     
         $('body :not(script)').contents().filter(function() {
            return this.nodeType === 3;
            }).replaceWith(function() {
                return this.nodeValue.replace(/[™®©]/g, '<sup>$&</sup>');
         });
    })(jQuery);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'wrap_copyright_text_with_sup');

    after that you can style the sup (superscript) tag:
    this is default:

    sup {
      top:-0.5em;
      font-size: 0.75em;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }
    #1410179

    Hey biggsuccess,
    Thanks but I think that you linked to the Aweber success page and not the landing page.
    Nonetheless to make the text larger try some css like this and adjust to suit:

    .awpage-text-element,.awpage-signup-form__field-label {
    	font-size: 24px;
    }

    Best regards,
    Mike

    #1410159

    In reply to: Fonts

    Hey Intercettazioni,
    Thanks for your patience and the link to your site try the following CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for each request:
    1: adjust the font size to suit

    #socket {
    	font-size: 22px;
    }

    2:

    #top .template-page .entry-content-wrapper h1, 
    #top .template-page .entry-content-wrapper h2 {
        letter-spacing: 0;
    }

    3:

    #top #header_main > .container .main_menu .av-main-nav > li#menu-item-search > a {
    	color: #000;
    }

    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.

    Best regards,
    Mike

    #1410154

    Hey Stilecatalini,
    Thanks for your patience and the link to your site, I see your sticky close button at the bottom of your page, but it links to the homepage “Barche” section, so this is more like a “back” button than a “close” button.
    Nonetheless to add this button to your three pages venticinque, venticinque-panoramica, ventuno-sport-fisherman and have it hide on scroll down and show on scroll up, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_back_button() { ?>
      <script>
    (function($){
      var button = $('<div class="avia-button-wrap avia-button-right back-button"><a href="https://www.stilecatalini.it/#barche" class="avia-button avia-icon_select-yes-left-icon avia-size-large avia-position-center av-button-notext avia-color-light avia-font-color-white"><span class="avia_button_icon avia_button_icon_left" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title"></span><span class="avia_button_background avia-button avia-color-theme-color"></span></a></div>');
      if ($("body").hasClass("page-id-738") || $("body").hasClass("page-id-5837") || $("body").hasClass("page-id-5667") == true) {
      $(button).prependTo('#wrap_all');
      } else {}
    })(jQuery);
      
    (function() {
        var doc = document.documentElement;
        var w = window;
        var prevScroll = w.scrollY || doc.scrollTop;
        var curScroll;
        var direction = 0;
        var prevDirection = 0;
        var backButton = document.querySelector('.back-button');
        var checkScroll = function() {
            curScroll = w.scrollY || doc.scrollTop;
            if (curScroll > prevScroll) {
                direction = 2;
            } else if (curScroll < prevScroll) {
                direction = 1;
            }
            if (direction !== prevDirection) {
                toggleButton(direction, curScroll);
            }
            prevScroll = curScroll;
        };
        var toggleButton = function(direction, curScroll) {
            if (direction === 2) {
                backButton.style.opacity=0;
                prevDirection = direction;
            } else if (direction === 1) {
                backButton.style.opacity=1;
                prevDirection = direction;
            }
        };
        window.addEventListener('scroll', checkScroll);
    }
    )();
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_back_button');

    and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .back-button {
        position: fixed;
        top: 1%;
        right: 1%;
        z-index: 999;
        background-color: transparent;
    }

    Best regards,
    Mike

    #1410094

    I turned off all my personal css, so I don’t interfere with the processing of the background of the color block.
    The oddity is…I get the background you see in the savify link on my LAPTOP monitor, but get NO background on IPAD. Have no idea how I achieved this!
    This seems to be MORE of a problem than just muddy background compared to the original?

    Here is the link of the computer screenshot:
    https://img.savvyify.com/image/p7o7

    Here is the ALB code:

    [av_section min_height='75' 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='default' 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='' fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' 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://asiantradeassociation.com/wp-content/uploads/2023/05/bg-mashup.png' attachment='104' attachment_size='full' attach='scroll' position='top left' repeat='contain' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#12809b' overlay_pattern='' overlay_custom_pattern='' custom_arrow_bg='' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' 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-liaxxulr' sc_version='1.0']
    [av_blog blog_type='posts' link='category' blog_style='blog-grid' content_length='content' contents='excerpt_read_more' date_filter='date_filter' date_filter_start='' date_filter_end='' date_filter_format='yy/mm/dd' period_filter_unit_1='1' period_filter_unit_2='year' page_element_filter='' offset='0' conditional='' bloglist_width='' columns='2' preview_mode='custom' image_size='no scaling' items='3' paginate='yes' img_scrset='' lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-liawjkpt' sc_version='1.0']

    [av_blog blog_type='posts' link='category' blog_style='blog-grid' content_length='content' contents='excerpt_read_more' date_filter='date_filter' date_filter_start='' date_filter_end='' date_filter_format='yy/mm/dd' period_filter_unit_1='1' period_filter_unit_2='year' page_element_filter='' offset='0' conditional='' bloglist_width='' columns='3' preview_mode='custom' image_size='no scaling' items='3' paginate='yes' img_scrset='' lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-42zk' sc_version='1.0']
    [/av_section]

    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-liaxtaxv' sc_version='1.0']
    <style>

    </style>
    [/av_codeblock]

    #1409925

    Hi,
    Thank you for your patience, I found some errors in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and I corrected them and added this css:

    #top .wpcf7-form input[type='text'],
    #top .wpcf7-form input[type='email'],
    #top .wpcf7-form input[type='tel'],
    #top .wpcf7-form .wpcf7-textarea {
    border: 2px solid #222;
    background: transparent;
    color: #222;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1em;
    padding: 13px!important;
    border-radius: 2px;
    }
    
    #top .wpcf7-form .wpcf7-submit {
    padding: 16px 20px;
    border-radius: 2px;
    border: 2px solid #222;
    background: transparent;
    color: #222;
    font-size: 0.92em;
    min-width: 142px;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1409832

    Hey Tanja,

    Thank you for the inquiry.

    You can configure the style of the caption such as the font size and overlay in the Styling > Image Caption toggle. You can also add css to adjust the style of the caption even further. To make the caption italic for example, please add this css code.

    .av-image-caption-overlay {
        font-style: italic;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1409791

    try to play a little and start with: height and font-size

    #top .av-icon-circles-container .avia-icon-circles-icon {
      text-align: center;
      font-size: 50px;
      line-height: 0 !important;
      height: 80px;
      width: 80px;
      margin: -33px;
    }
    
    #top .avia-icon-circles-icon::before {
      position: relative;
      top: 49%;
    }
    
    .main_color #top .av-icon-circles-container .avia-icon-circles-icon.active {
      border: 3px solid #608a12;
      transform-origin: center center;
    }

    it might be necessary to move the icon inside the circle ( via pseudo-container : before ) . Since I can’t see your private message, I can’t give you any better advice.

    Yes technically it works but I need to go thru dozens of pages and change it manually, if there was an easy way to edit the default from H2 to H1 that could have been amazing.

    Also if there was an option to edit the default caption title font size and caption content font size on mobile view that could save me a bunch of work.

    • This reply was modified 2 years, 7 months ago by 0_o.
    #1409699

    Hey woogie07,

    Thank you for the inquiry.

    To adjust the size of the testimonial image and text, as well as move the arrows lower and align them to the center, you can add the following CSS code:

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        width: 180px;
        height: 180px;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        line-height: 2.8em;
        padding-top: 30px;
    }
    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        top: 70px;
        margin-top: -1px;
        opacity: 0.1;
        font-size: 45px;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    #1409461

    Again, thx Mike,

    sorry, did two things the same time…
    pls check the page, there’s now the second icon list (minimal style) for small screens on smartphones.
    I’d like to know if/how css can change “avia-icon-list” from av-iconlist-big (with Icon Fontsize 24px) to av-iconlist-small (with Icon Fontsize 14px) on small screens so that I only need one icon list element instead of two. (I’d appreciate to learn how css can help me switching list style to minimal for small screens.) That might help me to spare the second icon list and avoid redundancy with all the fuss that comes with it.

    By the way: is there a list or library of all the element names (classes?) and properties available?

    • This reply was modified 2 years, 7 months ago by Nomad.
    #1409433

    Hi,
    When I check the numbers I see that you are using css to make the font size 14px below 850px and above that they are 24px:

    @media only screen and (max-width: 850px) {
    #top .VuK-IconList-numbers li .iconlist-char:before {
        font-family: 'PT Sans',Helvetica,serif;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        bottom: 2px;
    }
    }

    Perhaps you just added this after you asked the question, but it seems to be working for me.
    As for your first question, I don’t see a second icon list element, I see a hotspot element, but I thought it was only a test, perhaps if you explain further with some context and a admin login it would make more sense, but right now I think the one iconlist #Ablaufschritte element looks fine on both desktop and mobile and I would remove the hotspot element.

    Best regards,
    Mike

    #1409368

    Wow, Mike: Thank you!

    every time there’s to learn – I appreciate that.

    If you’re open for a following question:
    for this responsive thing I copied the icon list element and set the second one’s [list styling] to “minimal”.
    I have two issues with that:
    1. redundancy – every change in terms of content has to be made on two elements…
    2. font size – the smaller icons should get a smaller font size than the 24px that is set via the following code:

    
    .VuK-IconList-numbers li .iconlist-char:before {
        font-family: 'PT Sans', Helvetica, serif;
        font-size: 24px;
        font-weight: bold;
    }
    

    Could you pls give me a hint what to do having css delivering responsive font sizes 24px for not smartphones, smaller for smartphones…
    (that would solve issue #1 as well)?

    Again thank you!

    • This reply was modified 2 years, 7 months ago by Nomad.
    • This reply was modified 2 years, 7 months ago by Nomad.
    #1409359

    Hi Team,

    My host provider can’t organise a staging environment, so where do I go from here? When I go and update my theme, the font and size changes on some of my main heading pages, which is a bit annoying because I need to keep restoring the backup.

    I have used the theme for many years and can’t update it to newer versions.

    THe site is still not functioning properly and thats what I got from WP-Rocket. Can you please help me fix this issue?

    Thank you

    Hi David,

    I’ve been running some tests, trying different combinations of WP Rocket’s settings and finally found that the issue is already there even if deactivating WP Rocket completely.

    See this screencast for reference: https://share.getcloudapp.com/wbuLAdBq

    As you can see, even with WP Rocket disabled, the font displayed is Helvetica and not Montserrat, as it should be:

    12bea9ead21679ce877226dd09ff86c0.png
    Full-size image: https://share.getcloudapp.com/xQuElmkd

    I am not a developer, but it seems this inline script might be related to the issue, since it is asking for a cookie and this is affecting the Montserrat font-family:

    28b1c43dd9217bfbe8289a79f2a58a88.png
    Full-size image: https://share.getcloudapp.com/d5uD8kKj

    Hope this helps you troubleshoot what is causing the font display issue.

    Let me know if you have more questions about WP Rocket, I’ll be glad to help. :)

    #1409320

    Hi,
    To change the font size of the red text in your screenshot Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header #menu-item-search .ajax_search_response a.av_ajax_search_entry {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.2em;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected result:
    Enfold_Support_2211.jpeg

    Best regards,
    Mike

    #1409300

    Hi Nikko
    Thanky you very much for your solution. I have increased the font size to 20 and it works fine.
    Best Regards,
    Reto

    #1409228
    beverlystone
    Participant

    In the extra elelments area of the top bar, I’ve added a map icon and some text. I would like the icon to be in the middle (vertically) of the top bar, rather than at the bottom. I’m currently using this code in the theme options (header) but with an actual link (removed for privacy purposes):

    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' size='17px' position='left' vertical-align=‘top’ color='#eeee22' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<span style=”color:yellow; font-size: 125%;”>LINK TEXT HERE</span>

    #1409207

    Hi Reto,

    No, that code was already in WPCode which I mentioned in the other thread.
    This is the code I moved:

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
          var links = document.querySelectorAll('a, img, *[title]');
          for (var i = 0; i < links.length; i++) {
              var link = links[i];
              link.onmouseover = function() {
                  this.setAttribute("data-tooltip", this.title);
                  this.title = "";
              };
              link.onmouseout = function() {
                  this.title = this.getAttribute("data-tooltip");
              };
              link.onmousedown = function() {
                  this.title = this.getAttribute("data-tooltip");
              };
          }
      };
    </script>
    <?php
    }
    add_action('wp_footer', 'temporary_removal_title_tags');

    As for the mobile menu items, the font size depends on what is set as the default font size of the site, if that option is untouched then default is 13px which is what is showing on your site, you can change it by adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #av-burger-menu-ul a .avia-menu-text {
        font-size: 18px;
    }

    Just adjust the value as you see fit.

    Best regards,
    Nikko

    #1409134

    Hi Nikko

    Thank you very much for your changes! They work as we have hoped for.
    You mentioned that you moved the code to WP Code. You refer to the “Change Logo Link” snippet, correct?

    On the mobile burger menu the menu items are displayed very small. Do you know how their font size can be changed?

    Best regards
    Reto

Viewing 30 results - 1,231 through 1,260 (of 18,702 total)