Viewing 30 results - 3,751 through 3,780 (of 18,733 total)
  • Author
    Search Results
  • ramonolivencia
    Participant

    For some reason, my WooCommerce product pages are suddenly showing a smaller Font Size than my current setup for the rest of the website. On my Enfold General Style section, I have as my default content font-size 19px, which is what my pages are correctly showing, but for some reason, my products are down to 12px and a different font as well. Any advice?

    #1217139

    In reply to: Increase icon size

    Hi,

    It need to be added to the entire color section element. Ilogged in and made the edit for the page you shared. Try this:

    .icon-box-circle [data-av_iconfont='fontello']:before {
        font-size: 60px!important;
    }

    Best regards,
    Jordan Shannon

    #1217134

    In reply to: H1 Title in Smartphone

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .template-page .entry-content-wrapper h2 {
    font-size:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1217021
    anristudio
    Participant

    I searched google and forums here, solutions mentioned to remove fonts from enfol’s ,Iconfont Manager did not work. Every time I run DEMO IMPORT for MEDICAL it does not import images, upload file size is 8MB, tried php 7.3, php 7.2, same issues, I have my own server, login details in private, could you please take a look

    error from the log
    Warning: include(/wp-content/uploads/avia_fonts/medical/charmap.php): failed to open stream: No such file or directory in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 477

    Warning: include(): Failed opening ‘/wp-content/uploads/avia_fonts/medical/charmap.php’ for inclusion (include_path=’.:/usr/share/php’) in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 477

    #1217001
    wonderorsi
    Participant

    Hello
    I need to display something link in the link below
    but I have different problems

    1) I added 4 layout element but I need them to be of the same size / height, now they are not. How can I do that? Maybe I should use something different?
    2) I need to add social icons inside the last box with image + link to the relative social network. Is that possibile?
    I tried to use font awesom shortcode <i class=”fab fa-instagram-square”></i> but it doesn’t work
    3) I don’t want to have the sidebar in portfolio pages, how can I hide it in all portfolio pages by default? I’ve just find out how to hide it in a single page
    4) I noticed that when I use bold the color of the font changes and it is the one of the linked words (anchor text) … but I don’t want that. Is it possibile to have bold words on different color?
    5) I am using boxes with icons but I can see only few fontello icons … it’s not possibile to have the free set of font awesome??

    Please let me know

    Thank you very much

    #1216992

    I tried with tablepress, the problem remains, even after I added below custom css to the plugin. (or should I add this somewhere else in enfold to overwrite enfold features? please find the settings attached in the private content. insofar I only tried to fix the opening hrs in the footer.

    .tablepress {
    line-height: 25px;
    font-size: 15px;
    font: Open Sans;
    border: none;
    background: transparent;
    color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: none;
    white-space: nowrap;
    }

    Martin
    Participant

    I have this in child functions.php, I modified form action of default search.

    add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 );
    function my_frontend_search_form_param( array $params )
    {
    	global $wp;
    	$params['form_action'] = home_url( $wp->request . '/' );
    
    	return $params;
    }

    I have another function for another search:

    add_action( 'ava_after_main_title', 'add_my_custom_code' );
    function add_my_custom_code() {
      if ( is_front_page() || is_archive() || is_tag() ) {
        echo '<div id="av_section_112" class="avia-section main_color avia-section-default avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-0  el_before_av_button  avia-builder-el-first   container_wrap fullsize" style=" "><div class="container">
    <div class="flex_column av_one_half  flex_column_div av-zero-column-padding first  avia-builder-el-1  el_before_av_one_half  avia-builder-el-first  " style="border-radius:0px; ">';
    
        echo do_shortcode("[avia_sc_search placeholder='Search...' label_text='SEARCH' icon_display='input' icon='ue803' font='entypo-fontello' post_types='' post_types_custom='post' numberposts='5' display='classic' ajax_location='form_absolute' ajax_container='#my_container' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' custom_input_size='16' custom_button_size='' custom_height='44' radius='10px' radius_sync='true' border_width='' results_padding='0px' results_padding_sync='true' results_margin='0px' results_margin_sync='true' border_color='' custom_border_color='' input_color='' custom_input_color='' input_bg='' custom_input_bg='' button_color='' custom_button_color='' button_bg='' custom_button_bg='' results_color='' custom_results_color='' results_bg='' custom_results_bg='' id='' custom_class='' av_uid='av-kajngbb8' admin_preview_bg='']");
    
        echo '</div><div class="flex_column av_one_half  flex_column_div av-zero-column-padding   avia-builder-el-3  el_after_av_one_half  avia-builder-el-last  " style="border-radius:0px; "></div></div></div>';
      }
    }

    How can I set $params[‘form_action’] = home_url( $wp->request . ‘/’ ); for second search (shortcode search) ?

    I want the two search inputs to get the same result.

    Also another question,
    $params[‘form_action’] = home_url( $wp->request . ‘/’ ); is set when click search. But, how can I modify this for ajax result, before search is clicked?

    Hi,

    Try this in quick css:

    h1, h2, h3{
    font-size:36px!important;
    }

    Adjust the size to what you need.

    Best regards,
    Jordan Shannon

    #1216600

    Hi,

    To increase the icon size add this also:

    .social_bookmarks li a{
    font-size:20px!important;
    }

    Adjust the size to whatever you want.

    Best regards,
    Jordan Shannon

    #1216597

    In reply to: Increase icon size

    Hi,

    Adjust the css to this instead:

    html body header [data-av_iconfont='fontello']:before {
        font-size: 60px!important;
    }

    Best regards,
    Jordan Shannon

    #1216570

    Hi Rikard,

    Looks like it is working — but now the sort terms on my masonry portfolio aren’t showing up (it’s a left bar) It was working before, see the coder below. I’m adding the page link in the private content.

    .html_elegant-blog .avia-content-slider .slide-entry-title, .av-inner-tab-title {
    text-transform: none !important;
    }

    .blog-categories.minor-meta {
    display: none;
    }

    .av-button-description.av-button-description-below p {
    color: #333 !important;
    }

    .avia-content-slider span.blog-categories.minor-meta,.avia-content-slider footer .slide-meta {
    display: none !important;
    }

    #av-masonry-1 .av-masonry-sort {
    visibility: hidden !important;
    opacity: 0 !important;
    }

    .av-masonry-entry-content.entry-content {
    color: #333;
    }

    .more-link {
    color: #1c80a5 !important;
    font-size: 12px;
    text-align: left;
    text-transform: none;
    }

    #top div.container .av-masonry.sort-left .av-masonry-sort {
    width: 23%;
    float: left;
    }
    .av-masonry.sort-left .av-masonry-container {
    width: 70%;
    float: left;
    clear: none;
    }

    #top .av-masonry.sort-left .av-sort-by-term {
    float: none !important;
    }

    #top .av-masonry.sort-left .av-sort-by-term a {
    display: block;
    text-align: left;
    float: none !important;
    clear: both;
    }

    #top .av-masonry.sort-left .av-sort-by-term .text-sep {
    display: none;
    }

    .av-masonry-entry-title.entry-title {
    font-size: 14px !important;
    text-align: center;
    }

    .av-masonry-entry-content.entry-content {
    font-size: 14px !important;
    line-height: 1.5em;
    text-align: center;
    }

    .grid-entry .inner-entry{
    box-shadow:none!important;
    }

    .main_color .av-sort-by-term a {
    background-color: #1c81a5;
    font-size: 18px;
    display: inline-block;
    margin: 25px;
    padding: 0 15px;
    border-radius: 5px;
    }

    .main_color .av-sort-by-term a.active_sort {
    color: #ffffff;
    }

    .av-inner-masonry {
    border-radius: 5px;
    }

    .av-inner-tab-title {
    font-size: 10px;
    }

    #1216499
    sue007
    Participant

    Hi,

    with the plugin WP accessibility you can enlarge font sizes by switching.

    All works fine with normal h1, h2, …. But I can’t manage to get it work for special headings:

    .fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote, .fontsize  #top .av-special-heading-tag {
        font-size: 140% !important;
        line-height: 1.4;
    }

    .fontsize #top .av-special-heading-tag
    is a wrong selector.
    I tried also
    .fontsize h2.av-special-heading-tag

    On the page-link below I have both – a normal h2 and special heading h2

    Regards, Susanne

    #1216462

    In reply to: hot to remove this raw

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
      $sub .= "<span class='logo-title logo-subtitle'>";
      $sub .= "test";
      $sub .= "</span>";
      return $sub;
    }

    Please adjust the “test” to the text you wish
    then and add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    
    #top .logo, #top .logo a {
        overflow: visible;
    }
    
    #top .logo-subtitle {
        font-size: 18px !important;
        top: 30px !important;
        position: absolute;
        right: -50px;
    }

    You will probably want to style your text more, feel free to adjust the css.

    Best regards,
    Mike

    #1216359

    In reply to: Schrift in Beiträgen

    Hi,

    Thanks for that. You have this in your printfriendly.css file which is causing that:

    p {
        font-family: open sans, sans-serif !important;
        font-size: 9pt !important;
    }

    Please alter or remove that code.

    Best regards,
    Rikard

    #1216238

    Hi,

    Please replace following code

    .wpml-ls-sidebars-header .wpml-ls-current-language > a {
        background: transparent !important;
        color: #ffffff;
        top: -20px;
    }

    with following one

    .av_header_transparency .wpml-ls-legacy-list-horizontal a {
        background: transparent !important;
        color: #ffffff !important;
        top: -20px;
    }
    .wpml-ls-legacy-list-horizontal a {
        background: transparent !important;
        top: -20px;
        color: #7b7368 !important;
    }

    Then, change following code

    span.av-hamburger::after {
        content: 'MENÜ';
        padding-left: 10px;
        font-size: 20px;
        color: #ffffff;
        float: right;
        margin-right: 5px;
    }

    to following one

    span.av-hamburger::after {
        content: 'MENÜ';
        padding-left: 10px;
        font-size: 20px;
        color: #7c6853;
        float: right;
        margin-right: 5px;
    }
    .av_header_transparency span.av-hamburger::after {
        color: white;
    }

    Best regards,
    Yigit

    #1216119

    In reply to: Schrift in Beiträgen

    Hi
    On “normal” pages the font is correct (First Link). Within Beiträge/Posts the font is too small, the bullet points are in the correct size (second Link).
    Do you have any idea how to solve this problem?
    Thanks in advance for you help :-)

    #1216093

    Hi,

    yes, i could fix the height of the header in Enfold>Header>custom height in pixels and this code:

    .av_minimal_header .header_bg{
    height: 100px;}
    }

    .html_header_top.html_header_transparency #header {
    height: 100px;}

    Unfortunatley this code snippets don’t work any more (they work fine when i don’t set a custum header height)

    /*change color for wpml languae switcher on scroll*/

    .responsive #top .header-scrolled .wpml-ls-legacy-list-horizontal a {
    color: #7c6853!important;
    background: transparent;
    }

    /*change color and background of “MENÜ” on scroll*/

    .responsive #top .header-scrolled span.av-hamburger:after {
    content: ‘MENÜ’;
    padding-left: 10px;
    font-size: 20px;
    color: #7c6853!important;
    float: right;
    margin-right: 5px;
    }

    .responsive #top .header-scrolled .av-hamburger{
    background: #ebebeb!important;
    padding-left: 50px;
    margin-left: -50px;
    padding-right: 10px;
    }

    Can you help me with this?

    Thank you
    Katharina

    #1216089

    Hi,

    Thanks for that. I couldn’t find the CSS in the Quick CSS box, so I added it to the top and it’s applying now. Please review your site.

    @media only screen and (max-width: 989px) {
    .av_font_icon .av-icon-char {
    font-size:30px !important;
    line-height:30px !important;
    width:30px !important;
    }
    }

    Best regards,
    Rikard

    #1215907

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

    h2.av-milestone-date > strong {
    	font-size: 18px !important;
    }

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

    Best regards,
    Mike

    #1215658

    Dear Sirs

    Can you please be so kind to provide one more little piece of code to implement the following functionality on the Fullwidth Sub Menu

    On hover I require the backround color of the element to change, and on mouse click I would like the highlighed back round color to remain sticky until another mouse click occurs on a different element.

    In other words what I would like to have is the following behavior:
    1. On hover change font size/color and change back round color (this is already well explained)
    2. On click keep the backround color activated (remain sticky) until another click occurs on another element of the fullwidth menu

    Thank you for your help and advise

    Regards
    Roberto

    #1215651
    AuroraArcus
    Participant

    Hello support, Im unable to change timeline Font size for both timelines on my page. Can you help me out?

    #1215622

    Hi,
    Sorry for the late reply, so the text block element is set to reduce the font from 18px to 14px for small mobile which would apply to paragraphs, but the h2 tags in the text block override the font size.
    This css will correct this site-wide, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #main .av-mini-font-size-14 > h2 {
    	font-size: 12px !important;
    }
    }

    You will note that I changed the font size to 12px because your long word fits better on small mobile this way, but feel free to adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1215243

    In reply to: Mobile Ansicht

    Hi,

    Thanks for the clarification and screenshots. Please try this CSS as well:

    .pricing-table li.avia-pricing-row {
        font-size: 50px;
    }
    @media only screen and (max-width: 767px) {
    .pricing-table li.avia-pricing-row {
        font-size: 30px;
    }
    h3.iconbox_content_title a {
        font-size: 12px;
        word-break: break-all;
    }
    }

    Best regards,
    Rikard

    #1215210

    Hello support,

    Im experiencing the same problem, trying to change the font size of the timeline to 10 px. It just puts it right back to default every time I save…

    What to do?

    nordicanalytics.dk

    Kind regard,
    Aurora

    #1215117

    In reply to: Increase icon size

    Hey kodacurrie,

    Add this to quick css:

    html body [data-av_iconfont='fontello']:before {
        font-size: 60px!important;
    }

    Best regards,
    Jordan Shannon

    #1215081
    msc4812
    Participant

    Hi,

    tried to add following code to custom css, but it doesn`t the resize the icon on smaller screens.

    @media only screen and (max-width: 989px) {
    .av_font_icon .av-icon-char {
    font-size:30px!important;
    line-height:30px!important;
    width:30px;!important;
    }
    }
    defualt size is 60px every where.
    any ideas what to do/change?
    http://www.radparken.at on the home screen.

    Thx
    Matthias

    #1215022
    shannyndoa
    Participant

    Hello, I want to customize my cookie consent message bar. I want to change the position of the “OK”-button. It should be on the right side, there should be no black text background color – and how can I change the color of the link”Datenschutzerklärung”?
    mockup

    Now it looks like this:
    cookie bar now

    I tried some styling with quick css:
    .avia-cookie-consent a.avia-button{
    font-size:11px!important;
    }
    .avia-cookie-consent {
    background-color: rgba(190, 0, 0, 0.95)!important;
    text-align: left!important;
    }
    div.avia-cookie-consent p {
    font-size:12px!important;
    background-color: none!important;
    }

    Thanks a lot in advance!

    #1215021

    Yes, I moved the site over to its permanent domain. I don’t know if you read both posts, but I quickly figured out that is was because the font size was set to Heading instead of Paragraph. Issue was already resolved.
    I don’t know why you would suggest the Special Heading element when it has far less control than Text Block and you definitely cannot change the font size based on screen sizes at all with Special Heading.

    #1214970

    Hi,

    Thank you for the inquiry.

    We would like to check the site and inspect the issue, but the login page is not found — we get a 404 error. Did you change the login URL?

    It doesn’t work because default heading style is probably used instead of the custom font sizes set in the text block. Temporarily, you can use the Special Heading element instead of the text block.

    Best regards,
    Ismael

    #1214935

    In reply to: Mobile Ansicht

    This reply has been marked as private.
Viewing 30 results - 3,751 through 3,780 (of 18,733 total)