Viewing 30 results - 11,791 through 11,820 (of 18,743 total)
  • Author
    Search Results
  • #592071

    Hi Yigit,

    Thank you so much for helping me. This isn’t working. I think I may have an error in my CSS somewhere. You can take a look if you like. ALSO, I tried to move ALL CSS from quick CSS to Editor > style.css so I could have more room to work. Once I moved the CSS from Quick CSS to style.css, none of the CSS worked at all. So, I put it all back.

    1. Do you know why no CSS is applied when deleting from Quick CSS to moving to style.css?

    2. I attempted to change the values and it has no effect on my iPhone 6s Plus. The center icons are way to the right off-center. (see screenshot). I tried !important.

    3. It looks perfect on an Android HTC ONE, iPhone 5s and iPhone 4s but looks not good on an iPhone 6. I had to edit the values a few pixels in a couple of locations.

    4. This is ALL the CSS I have so far. We are almost there. This will be good so I can use it on my other sites!

    /*mobile - icon - color section content*/
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all #photo-center .flex_column.av_one_third {
        width: 31%;
        height: 485px!important;
        float: left;
        clear: none;
        margin-left: 1%;
    }} /*content element: icon*/
    
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) { 
    a.av-icon-char {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    }} /*icon content element size*/
    
    @media only screen and (max-width: 767px) {
    #photo-center .av-parallax .av-parallax-inner {
        background-position: 50% 50% !important;
        height: 165px !important;
    }} /*move background image*/
    
    @media only screen and (max-width: 767px) {
    .avia-section {
    height: 165px;
    }} /*adjust color section size*/
    
    @media only screen and (max-width: 767px) {
    span.av_font_icon.avia_animate_when_visible.av-icon-style-border.av-no-color.avia-icon-pos-center.avia_start_animation.avia_start_delayed_animation {
    position: relative;
    top: -40px;
    }} /*icon element position height*/
    
    @media only screen and (max-width: 480px) {
    #photo-center a.av-icon-char {
        width: 15px!important;
        height: 15px!important;
        line-height: 13px!important;
    } /*center icon position in icon element*/
    
    #photo-center a.av-icon-char:before {
        left: -12px;
        position: relative;
    }
    
    #photo-center .av_icon_caption {
        font-size: 13px;
    }}
    
    @media only screen and (max-width: 580px) and (min-width: 481px) {
    #photo-center a.av-icon-char:before {
        left: -2px;
        position: relative;
    }}
    • This reply was modified 10 years, 1 month ago by Jasmer. Reason: Updated Screenshots
    #591675

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 580px) {
    #top #header .social_bookmarks li a { font-size: 48px; }}

    Best regards,
    Yigit

    #591653

    Hi gzelasco!

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

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

    Cheers!
    Yigit

    #591644

    Hey Andreas!

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

    #top #header .social_bookmarks li a { font-size: 48px; }

    Cheers!
    Yigit

    #591606
    NicomIT
    Participant

    I set-up three social icons from Fontello in the header of a website I launched a few weeks ago. I needed some help from here getting them set-up (https://kriesi.at/support/topic/using-different-social-media-icons-adjusting-spacingsize/), but eventually got everything sorted out. I just noticed today in Frirefox and Chrome the icons aren’t displaying. If someone could have a look and help figure out why that is happening, that would be great. Thanks!

    #591574

    Hi!

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

    .iconbox_top .iconbox_icon {
        font-size: 50px;
        line-height: 50px;
        min-width: 50px;
        min-height: 50px;
        top: -50px;
        left: 45%;
    }

    If that does not help, please post the link to your website.

    Best regards,
    Yigit

    #591492
    Dist
    Participant

    Hi,

    I´m trying to create a page template for a custom post type.
    I have set builder mode to debug, constructed my pagelayout using the page builder elements and then copied the generated shortcode to my template.
    In my custom post type I have some custom fields that I also include as variables inside the shortcode.
    This has been working fine and certainly feels like a really convenient way of constructing customizations, but for some reason when I try to include a color section element in my shortcode then the layout breaks as I view pages based on my template.

    I have created a page called single-myCPTname and tried using both page.php and template-builder.php as base. Where inside template-builder.php would be the best place to paste my shortcode? …or I should I place it somewhere else?

    Here are 2 simplified versions of the shortcode I´m trying to use (without my custom fields variables):

    1. This one work as expected (displaying 2 columns)

    echo do_shortcode(”
    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h2>Test text1</h2>
    [/av_textblock]
    [/av_one_half]

    [av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h3>Test text2</h3>
    [/av_textblock]

    [/av_one_half]“);

    2. This one wraps both the colorsection and the following text columns with the background image, there is also empty space added above the color section. (expected full width color section with background image and then below that, the two text columns)

    echo do_shortcode(“[av_section min_height='25' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='https://www.enfold2.dev/wp-content/uploads/2016/02/myimage.jpg' attachment='3360' attachment_size='full' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_class='']
    [av_textblock size='' font_color='' color='' custom_class='']
    test text
    [/av_textblock]
    [/av_section]

    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h2>Test text1</h2>
    [/av_textblock]
    [/av_one_half]

    [av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h3>Test text2</h3>
    [/av_textblock]

    [/av_one_half]“);

    Greatful for help with this, thanks!

    #591423

    Hey Yigit

    I’ve already done that and was able to change the text but I wouldn’t know where to insert the the font-family and size. More important though: How can I make the socket smaller, like on all the other pages? I’d also like to show the fullwidth header photo with its navigation bar and in the main content the password form should show up.

    Is this possible?

    Thanks for the help.
    Aline

    #591403

    In reply to: Mega Menu Issues

    Hi!

    We checked your theme there are multiple copies of the theme installed please delete the one’s you do not use.
    There is no problem with the child theme the issue you are facing is because of the custom css added to the child theme.

    When we removed the custom CSS added to the child theme the mega menu works great!

    To resolve the issue please remove the CSS in Enfold > General Styling > Quick CSS

    and add them back one block at a time and refresh the page.

    Let us know which CSS is causing the issue we can help you fix it.

    Below is the Custom CSS that is causing this issue

    ._51m- pls _51mw{
    display:none !important;
    }
    body.home .container_wrap .avia-builder-el-first{
    margin-bottom:10px;
    }
    .home#top .avia-content-slider{
    margin-top:15px !important;
    margin-bottom:10px;
    }
    #header_meta{
    display:none;
    }
    .main_color .av-magazine-time{
    color:#fa3900 !important;
    }
    .av-magazine .av-magazine-sideshow  .av-magazine-content-wrap .av-magazine-title{
    font-weight: normal !important;
    }
    
    /*bottone sidebar*/
    .bottone-afmi{
     display: inline-block;
     border: none;
     color: #FFFFFF;
     border-radius: 3px 3px 3px 3px;
     -webkit-border-radius: 3px 3px 3px 3px;
     -moz-border-radius: 3px 3px 3px 3px;
     font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
     width: 254px;
     height: 50px;
     font-size: 15px;
     box-shadow: 0 1px 0 0 #2D607A;
     -moz-box-shadow: 0 1px 0 0 #2D607A;
     -webkit-box-shadow: 0 1px 0 0 #2D607A;
     text-shadow: 0 1px 0 #FFFFFF;
     background-color: #12427A;
    font-weight:lighter;
    letter-spacing:1px;
    }
    .bottone-afmi:hover, .bottone-afmi:active{
     border: none;
     color: #FFFFFF;
     box-shadow: inset 0 1px 0 0 #6C818C,0 -1px 0 0 #6C818C,0 0 0 1px #6C818C;
     -moz-box-shadow: inset 0 1px 0 0 #6C818C,0 -1px 0 0 #6C818C,0 0 0 1px #6C818C;
     -webkit-box-shadow: inset 0 1px 0 0 #6C818C,0 -1px 0 0 #6C818C,0 0 0 1px #6C818C;
     background-color: #43658C;
    }
            p.testo-bottone{
            text-align: center;
            }
    
    /*modifiche agli elementi della sidebar*/
    .sidebar .news-thumb{
    display:none;
    }
    .sidebar .news-time{
    color: #fa3900 !important;
    font-weight:700;
    }
    h3.widgettitle{
    border-bottom:2px solid #ccc;
    padding-bottom:10px;
    }
    /*modifiche al footer*/
    .footer_color div .news-headline{
    color:white;
    }
    .footer_color .news-time{
    color:#fa3900;
    }
    .socket_color{
    border-top:2px solid #ccc;
    }
    /*modifiche a pag organi sociali, staff*/
    .team-member-name,
    .team-member-job-title{
    text-align:center;
    }

    Best regards,
    Vinay Kashyap

    #591246

    Hi!

    Try with this:

    [av_button label='Demande d\'information' link='page,36' link_target='' size='large' position='center' icon_select='yes' icon='ue805' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    
    

    Cheers!
    Josue

    #591228

    Try with this:

    #top .ajaxresponse .avia-form-success {
        border: 0;
        background: transparent;
        font-size: 22px;
        font-weight: lighter;
    }

    Modify as needed.

    #591166

    Hola,

    Prueba con esto:

    #top tr:nth-child(odd){
        background: red;
    }
    
    #top tr:nth-child(even){
        background: yellow;
    }
    
    #top .tab {
        background: blue;
        font-size: 22px;
    }
    
    #top .active_tab{
        background: green;
    }

    Modifica lo necesario.

    Saludos,
    Josue

    #591066
    caroberto6
    Participant

    Hi Kriesi,

    I try to use the shortcode below, but the text of the capture doesn’t appear next to the icon using default iInline style.
    [av_font_icon icon='uf058' font='fontawesomeregular' style='' caption='car' link='' linktarget='' size='30px' position='left' color='#7bb0e7' custom_class=''][/av_font_icon]

    Please help to solve it.

    Best Regards,
    Robi

    #591045

    Hi Ayumi!

    There is a large icon option in the icon box edit options. If you want t make the icons still larger please use the below css

    
    
    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;
    }
    
    

    Best regards,
    Vinay Kashyap

    #590995

    Hi!

    Please add following code to Quick CSS

    .entry-content {
        font-size: 15px;
    }

    Best regards,
    Yigit

    #590928

    Hi Vinay,
    Thanks for that code. It changes the normal body text fine but not quite what I need
    I would like to make the text larger in the “blog post” area
    http://661.470.myftpupload.com/career-development-program/

    and in the actual post itself

    I have set the site wide body size to 15px, but the blog post view and the blogs are still at a smaller font.
    Let me know what you think, Thanks for your help

    Thanks! I further edited the CSS to only target iPad Portrait and smaller screens.

    /* Changes the font size of the $ and commas in animated numbers*/
    @media only screen and (max-width: 768px) {
    .avia-no-number {
    font-size: 26px !important;
    }}

    #590870

    In reply to: Mobile Menu Issues

    Hey mcraig77!

    Please add following code to Quick CSS

    #mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 20px; }
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
    #mobile-advanced, #mobile-advanced a:hover .avia-menu-text, #mobile-advanced .mega_menu_title:hover .avia-menu-text {
        color: white!important;
    }

    Best regards,
    Yigit

    #590834

    Hi!

    Your contact page ID is 95 and you’re linking to 7 in your button shortcode, try changing it to the following:
    [av_button label='Contact' link='page,95' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello']

    Best regards,
    Josue

    #590585

    Sorry for all the posts here. I’ve had to figure out the answers by searching the support forums and picking of pieces here and there. I think I have all of the issues solved with the exception of the following:

    1. Change the background color on the mobile small menu box;
    2. Specify a unique logo image for smaller widths – I would prefer to use CSS if I can, and would like a suggestion for the image size that will fill the header and resize when the small mobile menu box appears.
    3. Pad the search icon to the right on the menu bar so it isn’t covered by the scroll bar
    4. Add a different hover font color for the top level menu items only.
    5. The mobile menu drop down menus now disappear when you hover over them. How do I change this?

    URL in private area. Home Page shows all issues.

    Thanks in advance.

    Roger

    WP Turned UP
    Participant

    I can’t get my Custom CSS to set using the various media queries and the CSS below.

    .avia-no-number {
    font-size: .6 em !important;
    }

    #590531

    Hey!

    Try adding this code to the Quick CSS:

    #top td{
    font-size: 22px;
    }

    Cheers! 
    Josue

    #590478
    yes9310
    Participant

    Hi,

    I have a two line menu using Quick CSS and also to make it appear correctly in a mobile menu. (See below and link). However, the second line of the menu doesn’t show a red underline on the selected page like it does on the first line to tell you what page you are on. Can you show me what needs added to the CSS below to fix? Many thanks, Frank

    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    .phone-info span {
    color:white !important;
    font-size: 14px;
    }
    #scroll-top-link {
    background-color: #001d5b;
    color: white;
    border-color: white;
    }
    #header #header_main_alternate .container {
    height: 80px;
    }
    @media only screen and (min-width: 767px) {
    #header #header_main_alternate .container {
    height: 80px;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 198px !important;
    }
    .logo img {
    min-width:350px!important;
    height:auto!important;
    }

    #590391
    oozban
    Participant

    Hi i add a button on page:

    [av_button label='Demande d'information' link='page,36' link_target='' size='large' position='center' icon_select='yes' icon='ue805' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    the label change to “click me” because i use <> into my text if i suppress it no problem.

    What could i do to have my correct text

    Best regards

    #590333

    Hi!

    This line (style.css) seem to have hidden characters or typos:

    h3 ( font-size: 40px; text-transform: uppercase; }
    

    Because of that, the rest of the file gets nullified, try removing that line and writing it again manually, make sure you’re not using an editor that could be adding unwanted characters.

    Best regards,
    Josue

    Hi!

    Thank you for using Enfold.

    Add this in the Quick CSS Field:

    .avia-team-member .team-social {
        border: 7px solid rgba(0,0,0,0.1);
        position: absolute;
        font-size: 19px;
        background: #fff;
        background: rgba(255,255,255,0.7);
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        border-radius: 3px;
    }

    Best regards,
    Ismael

    #590133

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling for colour and size:

    .avia-breadcrumbs a {
    color:red !important;
    font-size:20px !important;
    }

    Hover:

    .avia-breadcrumbs a:hover {
    color:green !important;
    }

    Best regards,
    Rikard

    #589905
    yes9310
    Participant

    Hi,

    I’ve added some Quick CSS to make a two line menu and to display correctly on mobile. However, I also added CSS to make the social media icons top right of page to appear their regular colors facebook, twitter, instead of the theme gray color. Then on the primary color for links #d1000 (burgundy) for Primary color to underline the menu items.

    However, when I view the site on mobile, the social media icons up top still appear gray and the 3 bars in the mobile menu appear as #d100000 (burgundy) instead of white like the menu links are. Can you please see attached screenshots and recommend how to change the 3 mobile menu bars to white, but leave he red underline on the desktop site menu and also to have the social media icons to appear the normal facebook, twitter colors as they do on the desktop site? I’ve included the Quick CSS I’m using now. Many thanks.

    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    .phone-info span {
    color:white !important;
    font-size: 14px;
    }
    #scroll-top-link {
    background-color: #001d5b;
    color: white;
    border-color: white;
    }
    #header #header_main_alternate .container {
    height: 80px;
    }
    @media only screen and (min-width: 767px) {
    #header #header_main_alternate .container {
    height: 80px;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 198px !important;
    }
    .logo img {
    min-width:350px!important;
    height:auto!important;
    }

    #589871

    Perfect. I modified this a bit to force the images to be the same size at all screen widths and made the titles larger. This ticket can be closed. Thanks again!

    figcaption.av-inner-masonry-content.site-background {
    min-height: 130px;
    max-height: 130px;
    }

    .av-masonry-entry .av-masonry-entry-title {
    font-size: 18px;
    }

    #589836

    In reply to: Search Icon

    Hey envatojlc!

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

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

    Regards,
    Yigit

Viewing 30 results - 11,791 through 11,820 (of 18,743 total)