Viewing 30 results - 361 through 390 (of 633 total)
  • Author
    Search Results
  • #458162

    In reply to: SHARE BOX

    i found this: `.iconlist-char:hover {
    color: violet;
    }

    .iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
    color: green;
    }`

    but im not sure how to apply it to only certain icons or icons on icon boxes or icon lists, i turned on the custom class as suggested, but i can’t find the “custom class” option on any of the elements, i closed the browser and also did a hard reset

    #454690

    Hi Daniela!

    You have it set to #fafafb and that is what I’m seeing when I view your site. Do you mean your wanting to change the iconbox backgrounds when they are inside the alternate content sections? If so then add this to your custom CSS.

    .alternate_color .iconbox_content {
      background: white none repeat scroll 0 0 !important;
    }

    Regards,
    Elliott

    #448578

    Hi!

    Defiantly possible, you can do something like this (button has custom class of “call_us”):

    .call_us .avia_iconbox_title {
        font-size: inherit;
    
    }
    .call_us .avia_iconbox_title:after{
        content: "303023023";
        font-size: 0;
    
    }
    .call_us:hover .avia_iconbox_title {
        font-size: 0;
    
    }
    .call_us:hover .avia_iconbox_title:after{
        font-size: 14px;
    }

    Regards,
    Josue

    #442523
    Wolf
    Participant

    Hello
    currently I am creating custom fonts for our website. I use fontello en the process works fine. But when I use the icons on the website in an iconbox for example my custom ones are smaller than the regular icons. I create the icons on 1000px x 1000px canvas.

    Hey Rikard,
    me again with a part of the Output (this time for page: http://www.anbosa.de/pflegefachkraft-email/).
    Obviously shortcode will output at a fifferent location than plain text. If you please have a look on the code below, I think this is not a problem of the plugin-code, but of the theme-code.
    I’ve marked the two points where the shortcode and the text are output (OUTPUT SHORTCODE and OUTPUT TEXT).

    
    <div class='stretch_full container_wrap alternate_color light_bg_color title_container'>
        <div class='container'>
        <h1 class='main-title entry-title'>
            <a href='http://www.anbosa.localhost/pflegefachkraft-email/' rel='bookmark' title='Permanenter Link zu: Pflegefachkraft – E-Mail'  itemprop="headline" >Pflegefachkraft – E-Mail</a>
        </h1>
        <div class="breadcrumb breadcrumbs avia-breadcrumbs">
            <div class="breadcrumb-trail" xmlns:v="http://rdf.data-vocabulary.org/#">
            <span class="trail-before">
                <span class="breadcrumb-title">Sie befinden sich hier:</span>
            </span>
            <a href="http://www.anbosa.localhost" title="anbosa" rel="home" class="trail-begin">Startseite</a>
            <span class="sep">/</span>
            <span class="trail-end">Pflegefachkraft – E-Mail</span>
            </div>
        </div>
        </div>
    </div>
    OUTPUT SHORTCODE
    <div id='pfk-section' class='avia-section main_color avia-section-small avia-no-border-styling avia-bg-style-scroll avia-builder-el-0  el_before_av_section  avia-builder-el-first container_wrap sidebar_right'   >
        <div class='container' >
        <main  role="main" itemprop="mainContentOfPage" class='template-page content  av-content-small alpha units'>
            <div class='post-entry post-entry-type-page post-entry-4495'>
            <div class='entry-content-wrapper clearfix'>
                <div class="flex_column av_one_third first avia-builder-el-1  el_before_av_one_third  avia-builder-el-first ">
                <section class="av_textblock_section" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" >
                    <div class='avia_textblock '   itemprop="text" >
                    <h3>E-Mail</h3>
                    </div>
                </section>
                </div>
                <div class="flex_column av_one_third avia-builder-el-3  el_after_av_one_third  el_before_av_one_third ">
                <section class="av_textblock_section" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" >
                    <div class='avia_textblock '   itemprop="text" >
                    <div class='avia-button-wrap avia-button-center avia-builder-el-5  avia-builder-el-no-sibling '>
                        <a href='http://www.anbosa.localhost/pflegefachkraft-persoenlicher-bereich/' class='avia-button  avia-icon_select-no avia-color-custom avia-size-large avia-position-center ' style='background-color:#ffffff; border-color:#ffffff; color:#FF5D4C; ' >
                        <span class='avia_iconbox_title' >Zurück</span>
                        </a>
                    </div>
                    </div>
                </section>
                </div>
                <div class="flex_column av_one_third avia-builder-el-6  el_after_av_one_third  avia-builder-el-last ">
                <section class="av_textblock_section" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" >
                    <div class='avia_textblock '   itemprop="text" >
                    <p style="text-align: right;">Edouard Simon</p>
                    </div>
                </section>
                </div>
            </div>
            </div>
        </main><!-- close content main element -->
        </div>
    </div>
    <div id='av_section_2' class='avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll avia-builder-el-8  el_after_av_section  el_before_av_section container_wrap sidebar_right'   >
        <div class='container' >
        <div class='template-page content  av-content-small alpha units'>
            <div class='post-entry post-entry-type-page post-entry-4495'>
            <div class='entry-content-wrapper clearfix'>
                <section class="av_textblock_section" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" >
                <div class='avia_textblock '   itemprop="text" >
                   <p>OUTPUT TEXT</p>
                </div>
                </section> 
    
    #434591

    Hi!

    Replace the code with this to add a border:

    .custom-iconbox .iconbox_content {
      border: 5px solid red;
      background-color: #fecc00!important;
    }

    If you want to change the background of the iconbox beside the yellow one, do the same thing. Add a custom css class attribute then use it to define the style like the one provided above. Please refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    #433755

    I swear I don’t, unless it’s in the parent – which I haven’t edited.

    Here’s the custom CSS from the child in its’ entirety:

    .logo { display: none !important; }
    
    body {
      font-size: 14px;
    }
    
    @media only screen and (min-width: 767px) {
        div#header_main > .container {
            display: none;
        }
        .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
            padding-top: 37px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle{
            top: 55px;
        }
        #top .avia-builder-el-first {
            width: 80%;
        }
    }
    
    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    a.markerly-share-btn.markerly-share-markerly {
    display: none;
    }
    
    h1, h2, h3, h4, h5, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong  {
    color: #F48132 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    }
    
    i {
    font-style: italic;
    }
    
    .main_color .av-masonry {
        background-color: #ffffff !important;
    }
    
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }
    
    .av-masonry-date {
    display: none !important;
    }
    
    .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,  .av-masonry-entry-title {
    text-align: center !important;
    }
    
    .slide-content {
    background-color: #ffffff !important;
    }
    
    div#av-layout-grid-1, div#av-layout-grid-2 {
    background-color: none !important;
    }
    
    #footer.container_wrap.footer_color {
    border: 4px solid #ACACAC !important;
    }
    
    .widgettitle {
        font-weight: 800;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .flex_column .template-blog .post-title {
        font-size: 22px;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0px;
        font-size: 18px;
    }
    
    .av-masonry-entry  {
        line-height: 1.3em;
        margin: 0px;
        font-size: 13px !important;
    }
    
    .main_menu ul:first-child > li > a { font-size: 14px !important; }
    
    .widget_recent_entries li a {
        font-family: "open sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: bold;
    }
    
    .main_menu{
    background-color:#FFF;
    }
    
    .footerbig {
    font-weight: normal !important;
    font-size: 15px !important;
    }
    
    .avia-slideshow {
        position: relative;
        margin: 20px 0px !important;
        width: 100%;
        clear: both;
        overflow: hidden;
    }
    
    .content, .sidebar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        box-sizing: content-box;
        min-height: 1px;
        z-index: 1;
    }
    
    .big-preview {
    padding: 0 !important;
    margin-top: 20px;
    }
    
    .iconbox {
    border: 2px solid #666 !important;
    padding: 5px !important;
    }
    
    .iconbox .iconbox_content .iconbox_content_title {
        border: medium none;
        padding: 2px 0px 0px;
        position: relative;
        margin: 0px 0px 16px;
        clear: none;
        overflow: hidden;
        letter-spacing: 1px;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .news-thumb img {
    display: none !important;
    }
    
    .news-thumb {
    display: none !important;
    }
    
    .main_color div .news-headline {
    color: #f47f32 !important;
    font-size: 14px !important;
    }
    
    .avia-post-nav {
    display: none !important;
    }
    
    .main_menu .menu ul { width: 215px !important; }
    
    h1 {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 14px;
    }
    
    #tribe-events-pg-template {
        max-width: 100%;
        padding-top: 30px !important;
    }
    .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid #666666;
    }
    
    .social-icons-widget ul li {
        float: none !important;
        margin: 0px 2px 2px 0px !important;
        display: inline-block !important;
    }
    
    blockquote {
        border-left-style: solid;
        border-left-width: 14px;
        padding: 5px 5px 5px 20px;
        margin-bottom: 1em;
        margin-right: 0em;
        font-size: 18px;
        line-height: 1.5em;
    color: #ffffff !important;
    font-weight: 800;
    background-color: #BBBBBB;
    }
    
    body .column-top-margin {
        margin-top: 10px;
    }
    /* Front Page Submit Field */
    #gform_widget-2 {
        top: 20px !important;
    }
    #gform_1 #gform_submit_button_1 {
        float: right;
        position: absolute;
        top: 0;
        left: 220px;
    }
    #gform_1 #gform_submit_button_1 {
        margin-left: -32px;
    }
    #gform_1 #input_1_2 {
        width: 190px;
        margin-left: -10px;
    }
    /* End submit field */
    .added_to_cart_notification { 
    display: none !important; 
    }
    
    #footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    #footer .widget { padding: 0px 0 0px 0; }
    
    .comment-count, .comment-text  {
    display: none;
    }
    
    div.related_posts {
    display: none!important;
    }
    
    .template-blog .post_delimiter {
        margin: 0px 0px 10px;
        padding: 10px 0px 0px;
        clear: both;
    }
    
    .avia-button, .main_color input[type="submit"] {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .boxGoodness {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .newlist {
        list-style-type: none !important;
        padding: 0px;
        margin: 0px;
    }
    
    .newlist {
        background-image: url(https://143.95.43.131/~jimmycar/wp-content/uploads/2015/03/jimmycheck.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        padding-left: 35px !important;
    }
    
    span.wpcf7-list-item {
    margin-left: 0.5em !important;
    display: block !important;
    }
    
    #newsbox-4 {
        padding-top: 40px !important;
    }
    
    .avia-testimonial-wrapper {
        display: table;
        margin: 15px 0px !important;
        clear: both;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-content {
        border: medium none;
        padding: 0px;
        background: none repeat scroll 0% 0% transparent;
        font-size: 1.6em !important;
        line-height: 1.65em !important;
    font-weight: bold !important;
    color: #F47F32 !important;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-name {
        font-size: 1.6em;
        margin-top: .25em !important;
    }
    #433736

    Hey!

    I have enabled custom CSS field for ALB elements on your installation and added “custom-iconbox” class to your iconbox. Please add following code to Quick CSS

    .custom-iconbox .iconbox_content {
      border-width: 5px;
      background-color: #f2f2f2!important;
    }
    .custom-iconbox .ninja-row input[type="text"] {
      background-color: white!important;
    }

    It should look like this – http://i.imgur.com/yHTUblg.png

    Regards,
    Yigit

    #431838

    Hey fairusd!

    Thank you for using Enfold.

    Turn on the custom css field in order to apply different css class attributes in the iconbox elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #431707
    This reply has been marked as private.
    #431399
    mindator
    Participant

    Hello,

    I would like to know how to work with a custom CSS for a customized iconbox.
    The function to add a custom CSS class from within the pagebuilder is already activated.

    I ve started customizing the Header for my Iconbox. I got the following CSS:

    .iconbox header .iconbox_content_title {
           text-transform: none; 
           font-weight: 400; 
           line-height: 22px; 
           font-size: 16px; 
           text-align: center; 
           font-family: Helvetica, Arial, sans-serif; 
           letter-spacing: 0px; 
           color: #0090d6; 
        } 

    Secondly I’ve changed the content inside the iconbox with:

    .iconbox {
           line-height: 18px; 
           font-family: Helvetica, Arial, sans-serif; 
           text-transform: uppercase; 
        } 

    I see 3 different CSS classes here. So how should I combine them to get ONE custom class that can easily used as a custom CSS class from within the pagebuilder?

    Thanks in advance
    Bastian

    • This topic was modified 10 years, 10 months ago by mindator.
    #431059

    Hi!

    Use this to decrease the space above the title:

    .iconbox_top .iconbox_content {
      padding: 20px 20px 20px 20px;
    }

    If you want to increase the column size, place the columns with the iconbox element inside a color section then add a unique section id. Use “custom-section” for example then add this to the Quick CSS field:

    #custom-section .flex_column.av_one_third {
      width: 32%;
      margin-left: 1.3%;
    }

    Cheers!
    Ismael

    #425219

    Hey hansmeiser!

    Please firstly turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .iconbox_content {
      background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
      background-repeat: no-repeat!important;
      background-position: 50% 100%!important;
      background-size: contain!important;
    }

    Cheers!
    Yigit

    #425152
    petrosgr
    Participant

    Hello

    I see videos for doing this, but the videos it’s for old version of enfold.
    Can you tell me please where i have to go on version 3.1.3 to upload my own IconBox Icon from my pc?

    Thanks

    #422741
    petrosgr
    Participant

    How i will add custom icons from my computer to the library for iconboxes?

    #422600

    In reply to: CSS Buttons issue

    Hey!

    Following custom CSS codes are overriding

    body.home .avia-button .avia_button_icon {
      left: 0;
      background: #f3f3f3;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      width: 43px;
      height: 43px;
      color: #ff8800;
      float: left;
      text-align: center;
      line-height: 43px;
      font-size: 38px;
    }
    body.home .avia_iconbox_title {
      position: relative;
      top: 9px;
    }

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give the buttons you would like to customize a custom class and target only them

    Best regards,
    Yigit

    #416372
    stedia
    Participant

    I have used the following custom css to get the 4 icon boxes at the same height

    #pfy-home-2 .iconbox_content {
    min-height: 330px;
    }

    This is working until I resize my window on my desktop. Then I see that the background part becomes smaller then the text part and that the boxes are different in size.

    When I change the css to

    #pfy-home-2 .iconbox_content {
    height: 330px;
    }

    The sizes remain indeed the same height – but when I resize the window – the text is also getting out of the icon-box.

    How can I enforce same height of the icon-boxes?
    How can I avoid that the text part will be outside the icon-boxes after resizing?

    #414996
    saremcdee
    Participant

    Hi Enfold Magicians!

    Something’s happened to my Quick CSS, it popped up just after I updated Enfold but I’m not sure if this is the cause. First off my fonts changed style, weight etc. In preparation for this I started saving a copy of my Quick CSS code in textedit as a back up to restore the code to what it was before. I’ve now used my backup code (which should have brought everything back to normal) and everything has completely broken, changes I made weeks ago have now gone missing as I assume the code has stopped working. I’m wondering if someone would please look at this CSS to see what has gone wrong? I’ve copied it below. Alternately, I’ve provided my log in details below.

    p.s the same thing happened after the last WordPress update, which is why I started saving my Quick CSS regularly so I could quickly revert back to normal. It seems like this isn’t going to work, do you guys have any tips about how to get around these intermittent update issues? (if that’s what’s caused this).

    Many thanks :)))

    #js_sort_items a { font-size: 20px; color: black; }
    body { font-size: 16px; }
    .header_color .main_menu ul:first-child > li > a { font-family: “Oswald”; font-size: 18px!important; color: white!important; background-color: #333033; }
    .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white!important; }
    span.avia-menu-text { text-transform: uppercase; }
    #header_main_alternate { background-color: #333033; }
    #top .main_menu .menu>li:last-child>a { padding-right: 21px; }
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #ffffff !important;
    }

    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #8C8C8C;
    }
    h1, h2, h3 {
    text-transform: none !important;
    }
    .iconbox_content_container {
    font-size: 15px;
    color: black;
    }
    .av-special-heading h3 {
    font-family: ‘Oswald’;
    }
    .logo img {
    height: 200px;
    width: 300px;
    }
    #header_main { border-bottom-style: none; }
    .html_boxed #main { margin-top: -1px; }
    body .column-top-margin{
    margin-top: 5px;
    }
    #top .main_color .av_promobox{
    background: #f75e38; }
    .iconbox_content_container {
    text-align: justify; }
    .iconbox_content {
    min-height: 250px; }
    .av-large-gap.av-masonry { padding: 0px !important; }#header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    }.avia_textblock.awesome-textblock {
    background: rgba(255,255,255,.5);
    padding: 10px;
    width: auto;
    }
    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
    }

    #top .social_bookmarks li a{
    color: white !important;
    }
    #top .social_bookmarks_vimeo a {
    background-color: #f0211a !important;
    }
    #top .social_bookmarks_twitter a {
    background-color: #63b1ed !important;
    }
    #top .social_bookmarks_google a {
    background-color: #dd3333 !important;
    }
    #top .social_bookmarks_facebook a {
    background-color: #403de5 !important;
    }
    #top .social_bookmarks_instagram a {
    background-color: #3a84bc !important;
    }
    #top .social_bookmarks_skype a {
    background-color: #34afed !important;
    }
    #top .social_bookmarks_mail a {
    background-color: #e2f01a !important;
    }

    #custom-section {
    margin-top: -150px;
    }
    #top.coloured_text_box {
    background-color: #e2f01a;
    border:20px solid #e2f01a;
    box-shadow: 5px 5px 5px #e2f01a;
    }
    #av_section_3 .avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px!important;}
    #av_section_3 .avia-icon-list .iconlist-timeline { left: 25px; }

    #custom-section-2 {
    margin-top: -50px;
    }
    .alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #eeee22; }

    .social_bookmarks li {
    margin-right: 5px;
    }

    h1 * {
    text-decoration: none !important;
    }
    h2 * {
    text-decoration: none !important;
    }
    h3 * {
    text-decoration: none !important;
    }
    .transparent-heading { background: rgba(0,0,0,.2); }

    #trekking-custom-section {
    margin-top: -400px;
    }
    .trekking-custom-textblock{
    background: white;
    padding: 20px;
    }
    .js_active .tab { font-size: 16px; }

    .av-masonry-gallery .av-masonry-entry {
    width: 60.10%;
    }

    #special_colour_section{
    height: 15px;
    }

    #414731

    In reply to: css transition effect

    Hi!

    Please review your website now. I have added following code to Functions.php file

    function custom_iconboxes(){
    ?>
    <script>
    jQuery(window).scroll(function(){
        jQuery('.custom-box').each( function(i){
            var bottom_of_object = jQuery(this).offset().top + jQuery(this).outerHeight();
            var bottom_of_window = jQuery(window).scrollTop() + jQuery(window).height();
            if( bottom_of_window > bottom_of_object ){
                jQuery(this).addClass('custom-iconbox');
            }
        }); 
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_iconboxes');

    and change the code in Quick CSS field to following one

    .custom-box { opacity: 0; }
    
    .custom-iconbox {
    -webkit-animation: avia-btt 2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-animation:    avia-btt 2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    animation:         avia-btt 2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    opacity: 1 !important;
    }

    Regards,
    Yigit

    #412792

    Topic: custom box

    in forum Enfold
    ewingmh
    Participant

    Is there a way to enclose a group of design elements (Standalone Icon, Special Heading, Text Box) into a box that I can then set a custom opacity for the background?
    http://www.crestedbuttecomputers.com/dev/bigals/big-als-bike-shop-crested-butte/

    I want to create a box similar to the iconbox in Who Is Big Al? that has an opaque background. This box would contain all of the items found under the What We Offer? heading.

    Can you do that with Enfold?

    #412490
    Dandy
    Participant

    Hello.
    I have a few responsive problems on iPad and iPhone:

    On Link 1: i had made a 2/5 | 1/5 | 2/5 column. In the 1/5 column i added a piconbox, and the text will cut on the border. Its only on iPad

    On Link 2: i added four 1/4 columns for animated numbers. i Customize with CSS Code to get a circle border arround the Numbers.
    On iPad and iPhone it is not in center, it´s allways left

    On Link3: i added a color section and a partnerlogo slider. On iPad it allways stays left. I think it can be show 4 in one row.

    On Link 4: i added a Fullscreenslider. On Desktop it looks well, but on iPad and iPhone the Navigationarrows overlaps the content, and on iPhone, the slider is to big in height, it shows no scrolldown arrow and cuts the content/button.

    Can u help me please, to fix this problems ?
    Regards Manuel

    • This topic was modified 10 years, 11 months ago by Dandy.
    #411858

    In reply to: css transition effect

    Hey!

    You can place the iconboxes inside a color section. Add a unique id attribute in the Section ID field. Use “custom-section” for example. Add something like this in the Quick CSS field:

    #top #custom-section .iconbox {
    -webkit-animation: avia-icon-btt 0.8s 1 ease;
      animation: avia-icon-btt 0.8s 1 ease;
      opacity: 1;
    }
      
     @-webkit-keyframes avia-icon-btt {
      0%   { -webkit-transform:translate(0,300%); opacity: 0;  }
      100% { -webkit-transform:translate(0,0); opacity: 1; }
    }

    Regards,
    Ismael

    #409044
    RSNO
    Participant

    I’ve created a custom page template for a dynamic page on my company’s new website. I’ve copied over all the code to recreate the necessary Avia Layout Builder elements, however, the icons in my icon boxes are not appearing. And they’re really quite important to the page.

    To show you what it should look like, the “mocked up” version of the page, create is this: http://www.rsnobeta.co.uk/test-concert-detail/

    The dynamic version of the page (using the custom page template) is this: http://www.rsnobeta.co.uk/live/concert-information/?c_id=261&action=Read%20More

    As you can see, the icons are missing from the “icon boxes” at the top right of the page, and also from the “notice” section at the very bottom of the page, but they do appear in the header (i.e. social media icons) so I know the font has loaded correctly.

    I have tried replacing the data-av_icon='' bit of <div class="iconbox_icon heading-color" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></div> with the character codes that you get when you hover over the icons in the icon picker, and I’ve also tried copy/pasting the info direct from view/source. But to no avail.

    Can someone please help me?

    #402533
    nikestars
    Participant

    i have tab module inside color section, however the “inactive tab title” is having color leak from the color section, does it have conflict with my custom css?

    .js_active .tab {
    font-size: 16px;
    }

    .js_active .active_tab {
    font-weight: bold;
    }

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

    .avia-slideshow-inner .avia-caption {
    bottom: 5px;
    left: 5px;
    }

    h2.avia-caption-title {
    font-size: 14px!important;
    font-weight: bold;
    }
    div.avia-caption-content {
    font-size: 15px!important;
    font-weight: bold;
    }

    .avia-caption .avia-caption-title {
    background: rgba(255,0,0,0.3);
    font-family: Helvetica;
    text-transform: none!important;
    }

    .avia-caption .avia-caption-content p {
    background: rgba(255,0,0,0.3);
    font-family: Calibri;
    }

    div .slideshow_caption h2 {
    text-transform: none!important;
    font-size: 24px!important;
    }

    .avia_message_box_content {
    text-transform: none;
    font-weight:normal;
    }

    .pricing-table li.avia-pricing-row {
    font-size: 55px
    }

    .iconbox_left .iconbox_icon { font-size: 30px!important;}
    .iconbox .iconbox_content .iconbox_content_title { margin: 15px 5px 15px 0px; }

    /** CUSTOM **/
    .iconboxtitle {
    font-weight:bold;
    font-size:20px;
    }

    #402532
    nikestars
    Participant

    i have tab module inside color section, however the “inactive tab title” is having color leak from the color section, does it have conflict with my custom css?

    
    .js_active .tab {
    font-size: 16px;
    }
    
    .js_active .active_tab {
    font-weight: bold;
    }
    
    #top .social_bookmarks li a { font-size: 18px; }
    
    .avia-slideshow-inner .avia-caption {
    bottom: 5px;
    left: 5px;
    }
    
    h2.avia-caption-title {
    font-size: 14px!important;
    font-weight: bold;
    }
    div.avia-caption-content {
    font-size: 15px!important;
    font-weight: bold;
    }
    
    .avia-caption .avia-caption-title {
    background: rgba(255,0,0,0.3);
    font-family: Helvetica;
    text-transform: none!important;
    }
    
    .avia-caption .avia-caption-content  p {
    background: rgba(255,0,0,0.3);
    font-family: Calibri;
    }
    
    div .slideshow_caption h2 {
    text-transform: none!important;
    font-size: 24px!important;
    }
    
    .avia_message_box_content {
    text-transform: none;
    font-weight:normal;
    }
    
    .pricing-table li.avia-pricing-row {
    font-size: 55px
     }
    
    .iconbox_left .iconbox_icon { font-size: 30px!important;}
    .iconbox .iconbox_content .iconbox_content_title { margin: 15px 5px 15px 0px; }
    
    /** CUSTOM **/
    .iconboxtitle {
    font-weight:bold;
    font-size:20px;
    }
    
    #402282

    Hi roamster!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .container { max-width: 100% !important; width: 100% !important; }
    .iconbox_top .iconbox_content { padding: 30px 0px !important; }
    }
    

    Best regards,
    Elliott

    Hey!

    Place the iconboxes inside a color section. Apply a unique id attribute, use “custom-section” for example. Set a negative top margin:

    #custom-section {
    margin-top: -400px;
    }

    Cheers!
    Ismael

    #399251

    Hi OcasioConsultingLLC!

    First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “noicon” to the iconbox element.

    Next add this to your custom CSS.

    .noicon .iconbox_icon { display: none !important; }
    

    Best regards,
    Elliott

    #399161
    Dovilekm
    Participant

    Hello,

    I am trying to change the iconbox top element into hexagon without any luck. I want it to match the company’s logo http://pievumedus.lt/. Would you be able to provide me with custom css?

    Kind regards,
    Dovile

    #396491

    In reply to: Custom Icon List

    Hi Andy
    It’s not the background that Elliot changed for me but the icon. And that worked fine on an iconbox but I cannot seem to get it to work on a iconlist. I wanted to place a custom icon in the list replacing the Fontello icons.

    This is the original code that Elliott gave me was to change the icon in the iconbox to a custom icon (not a fontello font) see code below:-

    .custom-iconbox .iconbox_icon.heading-color {
    background-image: url(https://.........mywebsite url.........)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
    .custom-iconbox .iconbox_icon.heading-color:before {
    display: none; 
    }

    I changed the iconbox to iconlist thinking that would change the icons in the iconlist as well but it didn’t.
    Where I am going wrong??
    Regards
    Richard

Viewing 30 results - 361 through 390 (of 633 total)