Viewing 30 results - 7,471 through 7,500 (of 18,743 total)
  • Author
    Search Results
  • #922508
    ZOUT
    Participant

    Hi Kriese,
    I really love what we can do with your Enfold template. As we got more experienced with building, our wishes increased. Can you help us out on how to increase/decrease our h1 to fit the full width of the div (content block) it is placed in?

    On our homepage (https://zoutdesign.nl/) we would like the woord ‘smaakmaker’ to always fit full width inside the green div its placed in.
    So on mobile the text is smaller and on desktop the test is bigger.

    In ‘Styling Extra’ we defined:
    H1 – textcolor: #358e6a, font-size70px, spacing 0.7em

    Quick CSS:
    /* @font-face */
    @font-face {
    font-family: BlackGateSans;
    src: url(“http://www.zoutdesign.nl/wp-content/themes/fonts/BlackGate-Sans.otf”) format(“opentype”);
    }
    h1, h2, h4 {
    font-family: BlackGateSans !important;
    }

    Nevermind, I figured it out, needed to add font color / size for non-hover box.

    OK to close this thread, thanks!

    goldengate415
    Participant

    Hi,
    RE this thread
    https://kriesi.at/support/topic/updated-to-4-2-5-and-now-mobile-menu-and-mobile-header-is-gone-with-fvm-plugin/#post-922401

    I made the changes on my production site, and the mega menu highlight change works fine with the quick css added, but inexplicably the font size for the mega menu items becomes really small. It’s working fine on the staging site. Did you guys make a change in another file in the staging site that I need to add to production?

    Thanks!
    Rob

    #922380

    Hi,

    Try to use this shortcode:

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' custom_bg='' src='https://partners.komutel.com/wp-content/uploads/2018/02/ph_entete-web.jpg' attachment='3643' attachment_size='full' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0'][av_heading heading='SALES TOOLS' tag='h3' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='3' color='custom-color-heading' custom_font='#ffffff' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' admin_preview_bg=''][/av_heading][/av_section]

    or copy it from here: https://pastebin.com/G84Rw0JA then replace SALES TOOLS with the title that you want to use. Hope it helps :)

    Best regards,
    Nikko

    #922342

    So, for example, on the page I placed below, I have on my THIS on my child theme’s style.css:

    .av-catalogue-title {
    text-transform: none;
    }

    .av-catalogue-title-container {
    font-size: 1em;

    }

    But when you inspect it, it shows that it’s pulling the information from here: /wp-content/uploads/dynamic_avia/teneo_2018_theme.css?ver=5a9d960727cca instead of from here: /wp-content/themes/enfold-child/style.css?ver=4.2.5. And the text-transform and font size I mentioned above are crossed out.
    Ever since the update, none of the styles changes I make on my child theme’s style.css take priority or effect on the website. How can I make it so my child theme’s style.css changes are the ones reflected on the site?

    #922277

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .post-entry .post-title.entry-title {
      font-size: 24px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #922267
    bakbek
    Participant

    Hi, how can I make the post title bigger?

    #922083

    Hi,

    It looks like you have this in Quick CSS which is the CSS applying to that element:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 36px !important;
    }
    }

    Please change it or remove it.

    Best regards,
    Rikard

    #922023

    Hey iNGENUiTY,
    I tested your site using Chrome, Edge & IE11 on Windows 10. I was unable to reproduce the logo shift down into the content, but I was able to reproduce your menu reaching your logo at smaller screen widths. So I found that at the smallest width before the mobile menu became active was 989px and the max was 1056px. Thus I added this css to your General Styling > Quick CSS field to make your menu text 3px smaller, which allowed more room between the logo and the menu.

    @media only screen and (min-width: 989px) and (max-width: 1056px) { 
    .av-main-nav > li > a {
    font-size: 10px !important; 
    }
    }

    Please clear your browser cache and check.
    Please see screenshots in Private Content area.

    Best regards,
    Mike

    Hi,

    Please add

    #top .iconbox_icon, #top .iconbox_icon {
    font-size: 30px !important;
    }

    let us know if that works or you need to change the size.

    Best regards,
    Basilis

    #921493
    dalalien
    Participant

    [UPDATE]: just found out there is an option under header behavior to do that

    Hello,
    Want to shrink my header on scroll, searched and saw one of the solution is to add this ti quick CSS
    .header-scrolled .av-main-nav > li > a {
    font-size: 15px!important;
    }
    but that didn’t work

    thanks,

    • This topic was modified 8 years, 1 month ago by dalalien.

    Hi,
    Please try:

    #top.page-id-950 #av_section_2 .iconbox_content .iconbox_content_title {
        font-size: 24px !important;
    }
    #top.page-id-950 #av_section_2 .iconbox_content_container p {
        font-size: 12px;
    }
    #top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
        padding-top: 10px !important; 
        margin-left: 0px !important; 
    }

    Adjust to suit

    Best regards,
    Mike

    #921402

    Hi,

    Thank you for the update. We will report the issue to our developers. Please use this css code to hide the pagination.

    @media only screen and (min-width: 990px) {
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-hide + .pagination-wrap {
            display: none;
        }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-hide + .pagination-wrap {
            display: none;
        }
    }
    
    @media only screen and (max-width: 479px) {
        .responsive.av-no-preview #top #wrap_all .av-mini-hide, .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden, .responsive.av-no-preview #top #wrap_all .av-mini-hide + .pagination-wrap {
            display: none;
        }
    }

    Best regards,
    Ismael

    #921260

    Hi,

    bought a new ipad yesterday =D

    Did you buy an iPad Pro? Please try this css code.

    @media only screen and (min-width: 990px) {
         .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
             display: block;
         }
    }
    
    @media only screen and (max-width: 1280px) and (min-width: 768px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    
    @media only screen and (min-width: 1281px) {
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: none;
        }
    }

    Best regards,
    Ismael

    Hey DROR,
    I didn’t find the class “abouticon” on your page, but did see what section it was. This code worked in my test, please try it.

    #top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
    	font-size: 50px !important; 
            padding-top: 10px !important; 
    }

    Best regards,
    Mike

    Hi Vinay,

    Thanks for the help, the floating element DO work!

    The only issue now is that when decreasing the window size, when it reaches cellphone resolution the right floating column starts “invading” the left floating column. (if you check it on the phone you’ll see)

    Even when making the fonts really small it kept happening, so it’s not a font size issue.

    Thanks!

    #920938

    Hey promisecenterchurch,

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

    li#menu-item-search a:before {
        font-size: 30px!important;
    }

    Your current CSS is being served from Autoptimise, so you might want to clear that first.

    Best regards,
    Rikard

    #920660

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 26px !important;
    }
    }

    Best regards,
    Rikard

    Hi,

    Thanks for clearing your goals up. You would add the following to quick css:

    h1.main-title.entry-title{
    font-size:20px;
    color:#fff!important;
    background:#000;
    padding:10px 20px!important;
    }
    
    h1.main-title.entry-title a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #920450

    Topic: Countdown language

    in forum Enfold
    pddcoms
    Participant

    Most popular question)) How to change lenguage? As you can see i changed lines in file countdown php
    Maybe something wrong?

    <?php
    /**
    * Animated Countdown
    *
    * Display Numbers that count from 0 to a specific date
    */
    if ( ! defined( ‘ABSPATH’ ) ) { exit; } // Exit if accessed directly

    if ( !class_exists( ‘avia_sc_countdown’ ) )
    {

    class avia_sc_countdown extends aviaShortcodeTemplate
    {
    /**
    * Create the config array for the shortcode button
    */
    function shortcode_insert_button()
    {
    $this->config[‘self_closing’] = ‘yes’;

    $this->config[‘name’] = __(‘Animated Countdown’, ‘avia_framework’ );
    $this->config[‘tab’] = __(‘Content Elements’, ‘avia_framework’ );
    $this->config[‘icon’] = AviaBuilder::$path[‘imagesURL’].”sc-countdown.png”;
    $this->config[‘order’] = 14;
    $this->config[‘target’] = ‘avia-target-insert’;
    $this->config[‘shortcode’] = ‘av_countdown’;
    $this->config[‘tooltip’] = __(‘Display a countdown to a specific date’, ‘avia_framework’ );
    $this->config[‘preview’] = “xlarge”;
    $this->time_array = array(
    __(‘Секунда’, ‘avia_framework’ ) =>’1′,
    __(‘Минута’, ‘avia_framework’ ) =>’2′,
    __(‘Час’, ‘avia_framework’ ) =>’3′,
    __(‘День’, ‘avia_framework’ ) =>’4′,
    __(‘Неделя’, ‘avia_framework’ ) =>’5′,
    /*
    __(‘Месяц’, ‘avia_framework’ ) =>’6′,
    __(‘Год’, ‘avia_framework’ ) =>’7′
    */
    );
    }

    function extra_assets()
    {
    //load css
    wp_enqueue_style( ‘avia-module-countdown’ , AviaBuilder::$path[‘pluginUrlRoot’].’avia-shortcodes/countdown/countdown.css’ , array(‘avia-layout’), false );

    //load js
    wp_enqueue_script( ‘avia-module-countdown’ , AviaBuilder::$path[‘pluginUrlRoot’].’avia-shortcodes/countdown/countdown.js’ , array(‘avia-shortcodes’), false, TRUE );
    }

    /**
    * Popup Elements
    *
    * If this function is defined in a child class the element automatically gets an edit button, that, when pressed
    * opens a modal window that allows to edit the element properties
    *
    * @return void
    */
    function popup_elements()
    {
    $this->elements = array(
    array(
    “type” => “tab_container”, ‘nodescription’ => true
    ),

    array(
    “type” => “tab”,
    “name” => __(“Content” , ‘avia_framework’),
    ‘nodescription’ => true
    ),

    array(
    “name” => __(“Date”,’avia_framework’ ),
    “desc” => __(“Pick a date in the future.”,’avia_framework’ ),
    “id” => “date”,
    “type” => “datepicker”,
    “container_class” => ‘av_third av_third_first’,
    “std” => “”),

    array(
    “name” => __(“Hour”, ‘avia_framework’ ),
    “desc” => __(“Pick the hour of the day”, ‘avia_framework’ ),
    “id” => “hour”,
    “type” => “select”,
    “std” => “12”,
    “container_class” => ‘av_third’,
    “subtype” => AviaHtmlHelper::number_array(0,23,1,array(),’ h’)),

    array(
    “name” => __(“Minute”, ‘avia_framework’ ),
    “desc” => __(“Pick the minute of the hour”, ‘avia_framework’ ),
    “id” => “minute”,
    “type” => “select”,
    “std” => “0”,
    “container_class” => ‘av_third’,
    “subtype” => AviaHtmlHelper::number_array(0,59,1,array(),’ min’)),

    array(
    “name” => __(“Smallest time unit”, ‘avia_framework’ ),
    “desc” => __(“The smallest unit that will be displayed”, ‘avia_framework’ ),
    “id” => “min”,
    “type” => “select”,
    “std” => “1”,
    “subtype” => $this->time_array),

    array(
    “name” => __(“Largest time unit”, ‘avia_framework’ ),
    “desc” => __(“The largest unit that will be displayed”, ‘avia_framework’ ),
    “id” => “max”,
    “type” => “select”,
    “std” => “5”,
    “subtype” => $this->time_array),

    array(
    “name” => __(“Text Alignment”, ‘avia_framework’ ),
    “desc” => __(“Choose here, how to align your text”, ‘avia_framework’ ),
    “id” => “align”,
    “type” => “select”,
    “std” => “center”,
    “subtype” => array(
    __(‘Center’, ‘avia_framework’ ) =>’av-align-center’,
    __(‘Right’, ‘avia_framework’ ) =>’av-align-right’,
    __(‘Left’, ‘avia_framework’ ) =>’av-align-left’,
    )
    ),

    array( “name” => __(“Number Font Size”, ‘avia_framework’ ),
    “desc” => __(“Size of your numbers in Pixel”, ‘avia_framework’ ),
    “id” => “size”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(20,90,1, array( __(“Default Size”, ‘avia_framework’ )=>”)),
    “std” => “”),

    array(
    “type” => “close_div”,
    ‘nodescription’ => true
    ),

    array(
    “type” => “tab”,
    “name” => __(“Colors”,’avia_framework’ ),
    ‘nodescription’ => true
    ),

    array(
    “name” => __(“Colors”, ‘avia_framework’ ),
    “desc” => __(“Choose the colors here”, ‘avia_framework’ ),
    “id” => “style”,
    “type” => “select”,
    “std” => “center”,
    “subtype” => array(
    __(‘Default’, ‘avia_framework’ ) =>’av-default-style’,
    __(‘Theme colors’, ‘avia_framework’ ) =>’av-colored-style’,
    __(‘Transparent Light’, ‘avia_framework’ ) =>’av-trans-light-style’,
    __(‘Transparent Dark’, ‘avia_framework’ ) =>’av-trans-dark-style’,
    )
    ),
    array(
    “type” => “close_div”,
    ‘nodescription’ => true
    ),

    array(
    “type” => “tab”,
    “name” => __(“Screen Options”,’avia_framework’ ),
    ‘nodescription’ => true
    ),

    array(
    “name” => __(“Element Visibility”,’avia_framework’ ),
    “desc” => __(“Set the visibility for this element, based on the device screensize.”, ‘avia_framework’ ),
    “type” => “heading”,
    “description_class” => “av-builder-note av-neutral”,
    ),

    array(
    “desc” => __(“Hide on large screens (wider than 990px – eg: Desktop)”, ‘avia_framework’),
    “id” => “av-desktop-hide”,
    “std” => “”,
    “container_class” => ‘av-multi-checkbox’,
    “type” => “checkbox”),

    array(

    “desc” => __(“Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)”, ‘avia_framework’),
    “id” => “av-medium-hide”,
    “std” => “”,
    “container_class” => ‘av-multi-checkbox’,
    “type” => “checkbox”),

    array(

    “desc” => __(“Hide on small screens (between 480px and 767px – eg: Tablet Portrait)”, ‘avia_framework’),
    “id” => “av-small-hide”,
    “std” => “”,
    “container_class” => ‘av-multi-checkbox’,
    “type” => “checkbox”),

    array(

    “desc” => __(“Hide on very small screens (smaller than 479px – eg: Smartphone Portrait)”, ‘avia_framework’),
    “id” => “av-mini-hide”,
    “std” => “”,
    “container_class” => ‘av-multi-checkbox’,
    “type” => “checkbox”),

    array(
    “type” => “close_div”,
    ‘nodescription’ => true
    ),

    array(
    “name” => __(“Number Font Size”,’avia_framework’ ),
    “desc” => __(“Set the font size for the number, based on the device screensize.”, ‘avia_framework’ ),
    “type” => “heading”,
    “description_class” => “av-builder-note av-neutral”,
    ),

    array( “name” => __(“Font Size for medium sized screens (between 768px and 989px – eg: Tablet Landscape)”, ‘avia_framework’ ),
    “id” => “av-medium-font-size-title”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>” , __(“Hidden”, ‘avia_framework’ )=>’hidden’ ), “px”),
    “std” => “”),

    array( “name” => __(“Font Size for small screens (between 480px and 767px – eg: Tablet Portrait)”, ‘avia_framework’ ),
    “id” => “av-small-font-size-title”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>”, __(“Hidden”, ‘avia_framework’ )=>’hidden’), “px”),
    “std” => “”),

    array( “name” => __(“Font Size for very small screens (smaller than 479px – eg: Smartphone Portrait)”, ‘avia_framework’ ),
    “id” => “av-mini-font-size-title”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>”, __(“Hidden”, ‘avia_framework’ )=>’hidden’), “px”),
    “std” => “”),

    array(
    “name” => __(“Text Font Size”,’avia_framework’ ),
    “desc” => __(“Set the font size for the text, based on the device screensize.”, ‘avia_framework’ ),
    “type” => “heading”,
    “description_class” => “av-builder-note av-neutral”,
    ),

    array( “name” => __(“Font Size for medium sized screens (between 768px and 989px – eg: Tablet Landscape)”, ‘avia_framework’ ),
    “id” => “av-medium-font-size”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>”, __(“Hidden”, ‘avia_framework’ )=>’hidden’), “px”),
    “std” => “”),

    array( “name” => __(“Font Size for small screens (between 480px and 767px – eg: Tablet Portrait)”, ‘avia_framework’ ),
    “id” => “av-small-font-size”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>”, __(“Hidden”, ‘avia_framework’ )=>’hidden’), “px”),
    “std” => “”),

    array( “name” => __(“Font Size for very small screens (smaller than 479px – eg: Smartphone Portrait)”, ‘avia_framework’ ),
    “id” => “av-mini-font-size”,
    “type” => “select”,
    “subtype” => AviaHtmlHelper::number_array(10,60,1, array( __(“Default”, ‘avia_framework’ )=>”, __(“Hidden”, ‘avia_framework’ )=>’hidden’), “px”),
    “std” => “”),

    array(
    “type” => “close_div”,
    ‘nodescription’ => true
    ),
    );

    }

    /**
    * Frontend Shortcode Handler
    *
    * @param array $atts array of attributes
    * @param string $content text within enclosing form of shortcode element
    * @param string $shortcodename the shortcode found, when == callback name
    * @return string $output returns the modified html string
    */
    function shortcode_handler($atts, $content = “”, $shortcodename = “”, $meta = “”)
    {
    extract(AviaHelper::av_mobile_sizes($atts)); //return $av_font_classes, $av_title_font_classes and $av_display_classes
    extract(shortcode_atts(array( ‘date’ => ”,
    ‘hour’ => ’12’,
    ‘minute’ => ‘0’,
    ‘min’ => ‘1’,
    ‘max’ => ‘5’,
    ‘align’ => ‘center’,
    ‘size’ => ”,
    ‘style’ => ‘av-default-style’,
    ‘link’ => ”,
    ‘title’ => ”
    )
    , $atts));

    $this->full_time_array = array(

    1 => array(“interval” => 1000 , ‘class’=>’seconds’, ‘label’ => __(‘Секунда’, ‘avia_framework’ ), ‘label_multi’ => __(‘Секунды’, ‘avia_framework’)),
    2 => array(“interval” => 60000 , ‘class’=>’minutes’, ‘label’ => __(‘Минута’, ‘avia_framework’ ), ‘label_multi’ => __(‘Минуты’, ‘avia_framework’)),
    3 => array(“interval” => 3600000 , ‘class’=>’hours’, ‘label’ => __(‘Час’, ‘avia_framework’), ‘label_multi’ => __(‘Часы’, ‘avia_framework’)),
    4 => array(“interval” => 86400000 , ‘class’=>’days’, ‘label’ => __(‘День’, ‘avia_framework’ ), ‘label_multi’ => __(‘Дней’, ‘avia_framework’)),
    5 => array(“interval” => 604800000 , ‘class’=>’weeks’, ‘label’ => __(‘Неделя’, ‘avia_framework’ ), ‘label_multi’ => __(‘Недель’, ‘avia_framework’)),
    6 => array(“interval” => 2678400000 , ‘class’=>’months’, ‘label’ => __(‘Месяц’, ‘avia_framework’ ), ‘label_multi’ => __(‘Месяцев’, ‘avia_framework’)),
    7 => array(“interval” => 31536000000 , ‘class’=>’years’, ‘label’ => __(‘Год’, ‘avia_framework’ ), ‘label_multi’ => __(‘Лет’, ‘avia_framework’))

    );

    $interval = $this->full_time_array[$min][‘interval’];
    $final_time = “”;
    $output = “”;
    $digit_style= “”;
    $el = isset($meta[‘el_class’]) ? $meta[‘el_class’] : “”;

    if(!empty($date))
    {
    $date = explode(“/”, $date);

    $final_time .= ” data-year='”.$date[2].”‘”;
    $final_time .= ” data-month='”.((int) $date[0] – 1).”‘”;
    $final_time .= ” data-day='”.$date[1].”‘”;
    $final_time .= ” data-hour='”.$hour.”‘”;
    $final_time .= ” data-minute='”.$minute.”‘”;

    if(!empty($size)) $digit_style = “font-size:{$size}px; “;
    $tags = !empty($link) ? array( “a href='{$link}’ “, “a”) : array(‘span’, ‘span’);

    $output .= “<div class=’av-countdown-timer {$av_display_classes} {$align} {$style} {$el}’ {$final_time} data-interval='{$interval}’ data-maximum='{$max}’ >”;

    if( is_array( $title ) && isset( $title[‘top’] ) )
    {
    $output .= “<h3><{$tags[0]} class=’av-countdown-timer-title av-countdown-timer-title-top’>”.$title[‘top’].”</{$tags[1]}></h3>”;
    }

    $output .= “<{$tags[0]} class=’av-countdown-timer-inner’>”;

    foreach(array_reverse($this->time_array) as $key => $number)
    {
    if($number >= $min && $number <= $max)
    {
    $class = $this->full_time_array[$number][‘class’];
    $single = $this->full_time_array[$number][‘label’];
    $multi = $this->full_time_array[$number][‘label_multi’];

    $output .= “<span class=’av-countdown-cell av-countdown-“. $class .”‘>”;
    $output .= “<span class=’av-countdown-cell-inner’>”;

    $output .= “<span class=’av-countdown-time {$av_title_font_classes}’ data-upate-width='{$class}’ style='{$digit_style}’>0</span>”;
    $output .= “<span class=’av-countdown-time-label {$av_font_classes}’ data-label='{$single}’ data-label-multi='{$multi}’>”.$multi.”</span>”;

    $output .= “</span>”;
    $output .= “</span>”;
    }
    }

    $output .= “</{$tags[1]}>”;

    if( is_array( $title ) && isset( $title[‘bottom’] ) )
    {
    $output .= “<h3><{$tags[0]} class=’av-countdown-timer-title av-countdown-timer-title-bottom’>”.$title[‘bottom’].”</{$tags[1]}></h3>”;
    }

    $output .= “</div>”;
    }

    return $output;
    }
    }
    }

    #920360
    zohar2014
    Participant

    Hello,

    in my website longislandintervention.com i have centered the widgets via this code:

    #footer .widget {
    font-size: 15px;
    }

    However in the RSS + Twitter feed widget, the icons have not centerd and i can’t figure out how to center them as well so they are next to the text, please help (see attached screenshot)

    View post on imgur.com

    • This topic was modified 8 years, 1 month ago by zohar2014.
    #920270
    Luc
    Participant

    Hi,
    On this website : http://www.kerananda.com I’m looking for change the color the H3 in contact form but I don’t find the best solution. if I put :

    #top #wrap_all .all_colors h3 {color: #581394;
    font-size: 17px;}

    It’s ok like I want, but the title in footer change too. And I don’t want this.
    Do you have a solution pleased ?

    thanks

    Luc

    #920137

    Hey istaring,

    If the font you mentioned is a part of google fonts please check this link for step by step instruction to register google fonts to theme options.

    If not you can add it using the CSS method

    To upload the custom fonts manually and add them to frontend elements using CSS code please follow the below steps:

    1. Generate the webfont kit from fontsquirrel
    2. Extract The files and copy the @font css code from stylesheet.css to Enfold child theme styles.css

    @font-face {
        font-family: 'YOUR-FONT-NAME';
        src: url('YOUR-FONT-NAME.woff2') format('woff2'),
             url('YOUR-FONT-NAME.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    3. Copy the woff and other font files to the same folder as the child theme styles folder wp-content\themes\enfold-child

    4. Now you can start assigning new font family to headings and paragraph using custom CSS in your child theme styles or in the Quick CSS section
    NOTE: If the below code doesn’t change anything deactivate caching plugin and try adding “!important” to the font-family: ‘YOUR-FONT-NAME’!important;

    p {
     font-family: 'YOUR-FONT-NAME';
     font-size: 18px;
    }

    Another way to do this would be to use a plugin like Use any font which will make the job of assigning fonts very easy.

    Best regards,
    Vinay

    #920117

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
      .slideshow_align_caption h2.avia-caption-title {
        font-size:26px !important;
      }
    }

    Best regards,
    Rikard

    #920066

    In reply to: text

    Hi,

    Ok, thanks for the feedback. So you simply want a background behind the text? If so then please try this in Quick CSS:

    .home #av_section_1 .av-special-heading-tag {
        font-size: 1em;
        background-color: green;
        max-width: fit-content;
    }

    If that doesn’t work then please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #920021

    Are there Quick CSS options for spacing out the wording, adding bold or increased font size, and making the email and phone number live links?

    #919719

    That worked. Thanks!

    Now, how do I make the main heading slightly bigger on the phone? I tried the following but it doesn’t do anything:

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
    font-size:26px !important;
    }
    }

    #919711
    ariane1001
    Participant

    Hi,
    It’s about https://bloemfontein.nl/
    I have used a mega menu here with images. Menu – item ‘Catalogus woningen op maat’
    All pics used are the same size and it works fine on really big screens and tablet/ mobile, but with a medium screen suddenly images are not all the same size anymore. This was all oke but changed on the last update.
    I tried different things but can’t find the solution. Do one of you have any idear what could be wrong?
    Thanks in advance,

    Regards, Ariane

    #919582

    Hi,

    Yes, that’s probably the case. Please add this code in the Quick CSS field. :)

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    
    @media only screen and (min-width: 1025px) {
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: none;
        }
    }
    

    I’m sorry about the plugins. Yes, please enable them now except for the cache or minification plugin if there’s any.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    Please look for this css modification in the style.css file.

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a {
        text-decoration: none;
        color: #ff3300 !important;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: 0px 0px 0px #000;
        margin: 50px 0 50px 0 !important;
    }

    Adjust the line-height value to 200px.

    Best regards,
    Ismael

Viewing 30 results - 7,471 through 7,500 (of 18,743 total)