Viewing 30 results - 7,021 through 7,050 (of 18,743 total)
  • Author
    Search Results
  • #956093
    koraytastan
    Participant

    Hello guys !

    ALB is check ok. I’ve done many trials, but it’s not working css class in quick css. Why ?

    Text block class id = my_custom_class
    h2.my_custom_class { font-family: "proxima_nova_rgbold"; font-size: 100px; letter-spacing: normal; text-transform: none !important; }

    Best,

    #955691

    Hey Chiuhn,

    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

    
     .av-share-box {
    	font-size: 13px;
    	margin-top: 0px;
     }
    

    Here is the code you can put in your funtions.php

    
    function av_move_share_box(){
    
    ?>
    	<script>
    	jQuery(window).load(function(){
    	     jQuery('.product-template-default.single.single-product .av-share-box').insertBefore(jQuery('.product-template-default.single.single-product .product_meta'));
    	});
    	</script>
    <?php
    }
    add_action('wp_footer', 'av_move_share_box'); 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #955566

    Hey Kamakshi,

    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

    
    @media only screen and (max-width: 479px) {
      #layerslider_16 h2, #layerslider_16 p,
      #layerslider_16 h1 {
        font-size: 18px !important;
        line-height: 20px !important;
      }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #layerslider_16 h2, #layerslider_16 p,
      #layerslider_16 h1 {
        font-size: 26px !important;
        line-height: 22px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi,

    Add it to the quick css section within Enfold options.

    h1.main-title.entry-title{
    font-size:22px!important;
    }

    I also forgot to add PX to 22 which is corrected now.

    Best regards,
    Jordan Shannon

    Hi,

    Add this to the VERY TOP of quick css so that it runs first:

    h1.main-title.entry-title{
    font-size:22!important;
    }

    Best regards,
    Jordan Shannon

    #955430

    the code above and alot of snippets you can find here on board or on: https://kriesi.at/documentation/enfold/code-snippets/ are for functions.php of the child-theme
    but if you like to use one of the codes above (maybe the first) you will see on backend first none. Because the subs are there but not visible because there is some css missing too , to get them visible besides the logo.

    for example here on board on top the info fades away on scrolling:
    The amount of left and top positioning depends on logo size and header size etc. this is an Individual case decision

    .logo img{float: left}
    #top .logo, #top .logo a {overflow: visible }
    #top .subtext {float: left; position: relative}
    
    #top .logo-title {
    transition: opacity 0.4s ease-out 0s;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
        color: #4678ae;
        font-size: 44px;
        font-family: "Comfortaa","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        font-weight: bold !important;
        left: 7px;
        opacity: 1;
        position: absolute;
        top: -12px;
        white-space: nowrap;
    }
    
    #top .logo-subtitle {
        color: #aaa !important;
        font-family: "Comfortaa","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
        font-size: 18px !important;
        left: 10px;
        top: 18px !important;
        font-weight: normal;
    }
    
    #top .header-scrolled .logo-title {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    #955399

    Thanks so much Ismael.

    What is the CSS for only the main menu? I’d like to change the font family and size. I had been using:

    .avia-menu-text

    to style the main menu but it also styles the submenu (I would like a different style for the submenu, thanks for sending the code there).

    #955391

    Topic: Iconlist Problem

    in forum Enfold
    viaggiareverde
    Participant

    Hi,
    I’ve a problem with the iconlist element. It shows green lines instead of green icons as you can see here:

    I’m actually using a child theme and the only changes that i’ve done to the iconlist element are:

    1 – Header are h3 instead of h4
    2 – CSS for mobile:

    @media only screen and (max-width:767px) {
      #top .avia-icon-list .iconlist_icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
      }

    Its not the first time i had this kind of problem but i cant understand the reason.

    Thanks for your help

    #955175

    Hi,

    This css code should work for the mega menu items.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        width: auto;
        float: none;
        display: block;
        border: none;
        padding: 3px 12px 3px 12px;
        font-weight: normal;
        font-size: 20px !important;
        height: auto;
        line-height: 23px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #955172
    Kamakshi
    Participant

    Hi,

    I had raised this enquiry before, but couldnt solve the issue.
    I have used the Advanced layer slider on our website’s homepage.
    How can I increase the text size of the layers when displayed on the mobile screen? As of now, the font size is very small on mobile view and makes the website look very unprofessional.
    I have been checking the forum but unable to get the right code. Please, can you help me with this urgently? ( url below)

    slui
    Participant

    Hi,
    I’m trying to make the font bigger in the page title:
    Image 2018-05-10 at 3.04.15 PM.png

    I’m having problems executing this. I’ve tried:

    #top .main-title.entry-title {
    font-size: 22px !important;
    }

    And that didn’t work. I’ve tried others as well, but can’t seem to manipulate it. I can do it through the developer tools, but not in the CSS.
    Any help would be appreciated.

    Thanks.

    #954723

    Hi Victoria,

    It seems putting that script in the quick CSS worked!

    However, it does not seem like the % is having any impact. We want a decent margin on the left and right, but we didn’t want it to be soo narrow. Basically we would like the content+sidebar to be about 80% the width of the browser window so it doesn’t seem like the content is reaching end to end. I tried changing it to 50% just to see if it would change anything, but the content still stayed just as wide.

    Currently i have in my quick CSS:
    #footer .container {
    max-width: 40%;
    }
    #top #wrap_all #av_section_1 .entry-content-wrapper h1.av-special-heading-tag {
    text-transform: none;
    }
    .special_amp {
    font-family: sans-serif;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit!important;
    color: inherit!important;
    }

    Shouldn’t adjusting that width % have some impact on what is being rendered?

    My apologies if my descriptions are confusing.

    #954716

    Hi Briana,

    I have checked it and the problem is caused by this shortcode which breaks the link:

    [av_button label='Shop Now' link='manually,https://marketingmaintenance.com.au/clients/myb/tops/' link_target='' size='medium' position='center' icon_select='yes-right-icon' icon='ue875' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='' admin_preview_bg='' av_uid='av-6iym']

    because the ALB image has a link and adding a link inside it breaks it.

    Best regards,
    Nikko

    #954555

    In reply to: Headline Rotator

    Dear Support,
    I’m sure, that is a misspelling of code and defined css code.
    For my understanding is this a bug. Other elements like text block or slide show have similar options and at this elements the markup working fine and as expected.

    I have added screenshots

    View post on imgur.com

    View post on imgur.com

    The inherit-rule for font size breaks the rule. All other elements like text block have font-size: 100 %, but no font-size inherit.
    Only: Font:inherit; is there. But not font-size!!!
    And about responsive headings and longer words, we had discussed 2 years ago. A h1 at a 28″ display should have another style as a h1 at a 430px mobile. But it’s ok now. At every client, i must copy the same manual css responsive code.

    And I’m not happy about that: This three Topics are mentioned since 2014. And nothing is happen.
    10 month ago. The Dev of “Tooltip pro” has mentioned, Enfold have some open div-strings in your code and “tooltip pro” close this automatically – caused to work fine at all themes around the world. Vice versa, both are not compatible and makes error. A small fix was delivered by the dev and it were easy to implement this. Nothing is happen. This occur at my side and at two of my clients which are also use Enfold.

    https://kriesi.at/support/topic/sidebar-issue-when-using-cm-tooltip-glossary-pro-plugin/

    I must also make a compliemnt for the new minification of code. Most of my enfold clients running now at good levels. Only if they use Coutube videos, than the values are rotten again. Caused by youtube code. I can only mention again: please load only a static picture from youtube embeeded video and load script only, when a viewer like to watch the video.
    Please take a look at “lazy-load for videos” from kevin

    I have tried to use this in combination with enfold. But it works not fine. But the loading time of the page was a hald (reduced from 4s to 1.8). Only with the plugin.

    Best

    S.

    #954544

    Hey Pernille,

    This image aspect ratio does not work for mobile, we could help you adjust the font size, but the text is white and it’s not seen on the page. I suggest you make a different section to show on mobile with an image of better size.
    And hide this section on mobile screen sizes.

    Best regards,
    Victoria

    #954412

    Hi Rikard!!

    It’s in the posts and only gets attached to the shortcodes (all of the shortcodes and all of the posts. Please let me know if this helps or if you need anything else.

    text text text
    [av_sidebar widget_area='LCOL1R-BAS' av_uid='av-p80oafh']
    text text text
    [av_button label='Check Out the Photo Gallery' link='manually,https://bodasyweddings.com/choosing-a-wedding-bouquet-how-pick-bridal-flowers/2/' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='pink' custom_bg='#444444' custom_font='#ffffff' custom_class='' admin_preview_bg='' av_uid='av-os3e019']

    [av_masonry_entries link='category,242' wc_prod_visible='' prod_order_by='' prod_order='' sort='no' items='3' columns='3' paginate='none' query_orderby='date' query_order='DESC' size='fixed' orientation='av-orientation-portrait-large' gap='large' overlay_fx='' id='' caption_elements='title' caption_styling='' caption_display='always' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='1' custom_class='' av_uid='av-netnelp']
    <h3>Discover More Stunning Wedding Ideas</h3>
    [av_sidebar widget_area='googlerelated' av_uid='av-msr4ft9']

    [av_hr class='custom' height=’10' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#7bb0e7' custom_margin_top=‘5px' custom_margin_bottom='5px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-m84mral']

    [av_one_half first av_uid='av-lzgjbzh'][av_sidebar widget_area='LCOL2EOA' av_uid='av-l6k8mod']

    [/av_one_half]

    [av_one_half av_uid='av-ksg10p9'][av_sidebar widget_area='MCHNewsletterE' av_uid='av-khx6wh9']

    Warmly,

    Havi

    #954386
    FionaH
    Participant

    Hi,
    I have added a custom header widget to my header.
    So Logo Left, Menu below, header widget to the right of page.

    When I look at the site on mobile, the header widget stays firmly inline with the logo, and covers the menu burger. I think it should ‘flow’ down under the logo and probably under the burger too.

    * I’m using this code for a CTA in the widget:

    [av_button label='Call 0414 347 345' link='manually,tel: 0414 347 345' link_target='_blank' size='small' position='right' label_display='' icon_select='yes' icon='ue854' font='entypo-fontello' color='theme-color' custom_bg='#498ad8' custom_font='#ffffff' av_uid='' admin_preview_bg='']

    *I ADDED this code to my functions.php file

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    *AND this to the CSS

    #header .widget {
    left: 80%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    per other posts on custom header widgets.
    Thanks,

    #954273

    Hi StartSmallDigital,

    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

    
    @media only screen and (max-width: 767px) {
        .html_av-overlay-side #top .av-burger-overlay li.menu-item-search-mobile.av-active-burger-items {
            margin-top: 20px;
        }
    
        .menu-item-search-mobile.av-active-burger-items form > div {
            width: 80%;
            margin: 0 auto;
        }
        #top #searchsubmit {
            width: 40px;
            right: 50px;
            border-radius: 30px;
            background: yellow;
            color: navy;
            font-size: 14px;
        }
        #top #s {
            padding: 7px 0 7px 10px;
            background: yellow !important;
            border-radius: 30px;
        }
       
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    I am in Enfold Theme Options > General Layout > Stretch setting has been enabled. But Footer does not stretch?
    Also updated the font size in the theme options and the font sizes does not change on the site.

    #954155

    Hey ChristineGerman,

    Add this to quick css and adjust the size to what you need.:

    
    .slideshow_align_caption p{
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    #953959
    dweddell
    Participant

    Hi

    I’d like to be able to inject shortcode into the php file that is responsible for the Content Slider widget.

    The shortcode is for an accordion with an embedded button.

    Where would I inject this shortcode into the relevant php file?

    Example shortcode:

    [av_toggle_container initial='0' mode='accordion' sort='' styling='' colors='' font_color='' background_color='' border_color='' custom_class='' av_uid='av-1ejqh']
    [av_toggle title='answer' tags='' av_uid='av-14crd']

    answer goes here

    [av_button label='Next Question' link='manually,#next' link_target='' size='large' position='left' label_display='' icon_select='yes' icon='ue832' font='entypo-fontello' color='custom' custom_bg='#313d8b' custom_font='#ffffff' av_uid='av-10ni5' custom_class='next-slide' admin_preview_bg='']

    [/av_toggle]

    [/av_toggle_container]

    Kind ergards

    Duncan

    #953780

    Hi Guys,

    I am opening this support thread since this client has 2 the same site in 2 languages. you helped me figure out these issues in the Hebrew site and i am trying to implement them on the English site with the exact same solutions and code and it dosent work.
    here are the problems i am having:
    1. I created an image slider which i would like to appear on mobile only. i tried hiding it on desktop in 2 ways. one via the screen option tab and the second using the css method. Both didn’t work, it still shows on desktop.
    2. underneath the image slider there is a color section with a video background which i would like to hide on mobile and show on desktop only. i tried hiding it with the css method as explained in this link: https://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ but it dosent work, the video still shows on mobile.
    3. I am trying to enlarger the social icons on the socket area. i used this code in the quick css and it dosent work:
    #socket .social_bookmarks li a {
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    }
    4. i would like to canter the logo on mobile devices only. i used this code in the quick css and it dosent work:
    @media only screen and (max-width:767px) {
    .responsive #top .logo {
    width: 100%;
    }

    .responsive .logo img {
    margin: 0 auto;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }

    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    Since these codes are working on the Hebrew site i am getting a feeling the quick css area dosent apply the changes, but i am not sure and would appreciate your help on these issues.
    Thank you very much

    Jacky
    Participant

    I’ve placed several buttons with shortcode next to each other:
    [av_button label='Orientierungstour' link='manually,https://the-relocation-company.ch/relocation-services/#orientierung' link_target='' size='large' position='left' icon_select='yes' icon='ue841' font='entypo-fontello' color='custom' custom_bg='#cccccc' custom_font='#ffffff' admin_preview_bg=''] [av_button label='Wohnungsuche' link='manually,https://the-relocation-company.ch/relocation-services/#wohnung' link_target='' size='large' position='left' icon_select='yes' icon='ue821' font='entypo-fontello' color='custom' custom_bg='#cccccc' custom_font='#ffffff' admin_preview_bg=''] [av_button label='Einleben' link='manually,https://the-relocation-company.ch/relocation-services/#leben' link_target='' size='large' position='left' icon_select='yes' icon='ue81e' font='entypo-fontello' color='custom' custom_bg='#cccccc' custom_font='#ffffff' admin_preview_bg=''] [av_button label='Wegzug' link='manually,https://the-relocation-company.ch/relocation-services/#abschied' link_target='' size='large' position='left' icon_select='yes' icon='ue8bc' font='entypo-fontello' color='custom' custom_bg='#cccccc' custom_font='#ffffff' admin_preview_bg=''] [av_button label='Individuelle Pauschalangebote' link='manually,https://the-relocation-company.ch/relocation-services/#pauschal' link_target='' size='large' position='left' icon_select='yes' icon='uf123' font='flaticon' color='custom' custom_bg='#cccccc' custom_font='#ffffff' admin_preview_bg='']

    The problem is that the buttons in the smartphone are not regularly arranged among each other.
    I have already tried it with some simple CSS (that I know) but unfortunately it does not work properly on all devices.

    /* Button immer linksbündig auch im IPhone*/
    .avia-button.avia-size-large {
    margin-left: 10px;
    }
    You can see the result on the Printscreens:
    https://the-relocation-company.ch/wp-content/uploads/2018/05/Buttons.png
    https://the-relocation-company.ch/wp-content/uploads/2018/05/Buttons2.png

    Kann you help me with some CSS?

    woveon
    Participant

    Set stretch layout option in the theme options. However the font text and footer columns still remain the same. Text size also does not change when set in theme options. Graphics also remain small and don’t expand in size with browser resize. Can you please assist?

    #953276
    T4Media2
    Participant

    hey everyone!
    is it possible to use the standard rich text editor with the enfold theme? Like basic stuff, bold text, font sizes, stuff like that.
    Currently my editor looks like this. I can’t click on the “text”tab either. :(
    i also tried deactivated all plug-ins, but no result.
    Thanks for your help!

    #953274

    In reply to: Headline Rotator

    Ok, and what is the parent element? Nothing. p=12px, at no place defined. I can select h3 or something else: The font size is everytime p=12px. If i want define different rotators, i must define unlimted rules for every rotator with responsive font sizes.
    font-size: inherit; makes no sense. If i deactivate this via dev console, the font size is as expected.

    • This reply was modified 7 years, 11 months ago by Hokuspokus.
    #953041

    Hi Paul_Aurania,

    If you want to adjust it, this code will help you.
    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

    
    .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 20px;
        text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #952949

    Hi,

    Try and add this to quick css:

    @media only screen and (max-width: 767px) {
    .av-catalogue-title-container{
    font-size:10px!important;
    }}

    Best regards,
    Jordan Shannon

    #952891
    fionayoung
    Participant

    Hi, I would love to increase the button size on my full-screen slider. I would also like to change the text to a larger font, and perhaps have a border around the button, to make my CTA really stand out. Also how can I customize the colour? Is all of this possible? Since it’s my CTA, it’s really important to be able to customize it fully. I guess it’s probably a question of adding a code? Thanks so much…

    #952882
    abmich
    Participant

    It was unclear what (if any) the method for creating a scroll-down arrow for a Full-Width Easy Slider is, but I believe that this is a simple and effective way to do it. Please let me know if you can see problems with my implementation!

    1. Create a Code Block immediately below the slider and immediately after the slider.

    2. Add a Color Section below that, add true-next as the section ID, and either place the next content in it or set it to have a very small height like 5px.

    3. Put this in the Custom CSS:

    .avia-fullscreen-slider{
    z-index: 1;
    }

    If you want the icon to be full size & opacity, add this:

    .avia_transform .av_font_icon {
        opacity: 1;
        -webkit-transform none;
        -ms-transform: none;
        transform: none;
    }

    4. Paste this div plus shortcode in to Code Block:

    <div style="margin-top: -130px;">
    [av_font_icon icon='ue87b' font='entypo-fontello' style='' caption='' link='manually,#true-next' linktarget='' size='60px' position='center' color='#ffffff' admin_preview_bg=''][/av_font_icon]
    </div>
    • This topic was modified 7 years, 11 months ago by abmich. Reason: Missed a step!
Viewing 30 results - 7,021 through 7,050 (of 18,743 total)