Viewing 30 results - 451 through 480 (of 634 total)
  • Author
    Search Results
  • #300806

    Hey!

    Once again, i am very sorry for the trouble but it was not intended.
    Please add following code to Functions.php file

    function add_custom_iconbox(){
    ?>
    <script>
    jQuery(window).scroll(function() {
       var st=jQuery(window).scrollTop();
       jQuery('#top .iconbox_top').animate({opacity: st/100},1);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_iconbox');

    and then add following code to Quick CSS

    #top .iconbox_top { opacity: 0.1; }

    It will set the iconbox opacity to 0.1 and when scrolled down 100px, it will fade in

    Best regards,
    Yigit

    #299630

    In reply to: Codeblock problems

    Hey slimmer1!

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

    .iconbox_icon {
    display: none;
    }

    2- Please only add following code to Code Block element

    <div id=”container”>
    <div class=”bubble”>
    <div class=”rectangle”><h2>Worried?</h2></div>
    <div class=”triangle-l”></div>
    <div class=”triangle-r”></div>
    <div class=”info”>
    <h2>If you’re convicted of a crime, there can be devastating consequences.</h2>
    <p>
    [Read more]
    </p>
    </div>
    </div>
    
    </div>

    and the code between Style tags into Custom.css file inside Enfold/Css folder.

    Best regards,
    Yigit

    #294475
    dfisherharmony
    Participant

    Hello,

    I was successful to target the IconList Icon backgrounds by applying a Custom CSS Class for the IconList Element (abtus) and then using the following code in quick CSS:

    .abtus .avia-icon-list .iconlist_icon   { background-color: #3a7090; }
    .abtus .avia-icon-list .iconlist_icon:hover   { background-color: #435960; }

    However, when i tried same concept for IconBox Icon, it does not work. I used (homepg) as the Custom CSS Class applied to the IconBox Element and in quick css used the following code:

    .printProducts .main_color.iconbox_top .iconbox_icon{ color: white; background-color: red; }
    .printProducts .main_color.iconbox_top .iconbox_icon:hover{ color: red; background-color: #435960; }

    I want to point out when i don’t add the Custom CSS Class in front for the IconBox, it changes the colour globally

    .main_color.iconbox_top .iconbox_icon { color: #ffffff; background-color: #435960; }
    .main_color.iconbox_top .iconbox_icon:hover{ color: #3a7090; background-color: #c3a400; }

    Of course, i need to target each Iconbox icon individually.

    Any help is appreciated.

    Thank you

    #290144

    Hey kevinmkelly!

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

    .custom-class .iconbox_top .iconbox_icon {
    background: red!important;
    }

    Regards,
    Yigit

    #284790

    Hey!

    Enable this, then add a class of “no-text-iconbox” to those icon boxes and add this to the Quick CSS:

    .no-text-iconbox .iconbox_content_container {
        display: none;
    }

    Best regards,
    Josue

    #284071

    Hi – thanks – CSS code for the iconbox works great.

    For the using Google Fonts to text in the layerslider, I don’t quite understand – if I add that custom css, do I just add as many font-families as I want and then apply them within the layerslider?

    Thanks!

    #284067

    Hi!

    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .iconbox .iconbox_content .iconbox_content_title { font-size: 18px; color: red; }

    – You can use custom CSS as following

    .ls-l {
    font-family: arial;
    }

    Regards,
    Yigit

    #279200

    Hi SMDNAS!

    Thank you for visiting the support forum!

    Yes, that is possible but first you need to add the avia_template_builder_custom_css support. You’ll be able to add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the iconbox element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “iconbox-bg”.

    You can add something like this on your custom.css or Quick CSS:

    .iconbox.iconbox-bg .iconbox_content {
    background: red;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #278516
    Guenni007
    Participant

    if there is no featured image in a post there will be a standard pic in front of the post on the left side.
    A little pencil. This is i guess an icon font. – I want to change it to a custom icon font made by uploading an svg compound path to fontellos icon font generator. I added the zip file and i can see my own pic and i can use it on sites as well.
    but i want it to be the standard pic for

    here it is in an iconbox: Pirolpic

    • This topic was modified 11 years, 9 months ago by Guenni007.
    #276786
    This reply has been marked as private.
    #274970
    This reply has been marked as private.

    Hey vastaffer!

    Please turn on Custom CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and give your iconboxes custom class, for example “remove-icon” and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .remove-icon .iconbox_icon { display: none!important; }

    Regards,
    Yigit

    vastaffer
    Participant

    Hello, I have some custom icon graphics that I want to use. I used the forum search and saw that there’s no way to add custom ones, only the ones from the site provided.

    So I added a text box and added the image manually, but my question is, can we make an iconbox without an icon so at least I can have an outlined text?

    See attached: http://postimg.org/image/goo4y3qxh/

    Thanks,
    J

    #271332

    In reply to: Coloured IconBox Icons

    Thanks Yigit,

    I’ve managed to add the option for the CSS field but I’m not sure how to add custom class to each box.
    I know it is a very stupid question but for the above code to work what to I put in the CSS field? This is what I used but it isn’t working as all the icons have reverted to red

    afi-iconbox-col-1 to the field and then

    .custom-class-afi-iconbox-col-1 .iconbox_icon { background-color: orange !important; } to the Quick CSS

    #271308

    In reply to: Coloured IconBox Icons

    Hey ElementArt!

    Please turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add custom class to each iconbox element and use following code instead

    .custom-class-1 .iconbox_icon { background-color: orange !important; }
    .custom-class-2 .iconbox_icon { background-color: red !important; }

    Best regards,
    Yigit

    #271305

    Topic: Coloured IconBox Icons

    in forum Enfold
    Valinsy
    Participant

    Hi all,
    I’ve seen this query previously but I’m having issues customising it. I have 3 icon boxes on the same page and I want each icon to be a different colour.

    I found this code
    .avia-builder-el-5 .iconbox_icon { background-color: #4f0c56!important; }
    .avia-builder-el-7 .iconbox_icon { background-color: #273691!important; }
    .avia-builder-el-9 .iconbox_icon { background-color: #b4d334!important; }

    but it only makes all 3 icons green (#b4d334) See here

    How do I make each icon a different colour?

    Many Thanks
    Grace

    #268362
    jjdenmark
    Participant

    Hi there,

    I have tried to use a custom ID for an Icon box, but it dosent seem to work.

    I added an ID in the iconbox (ctabox2) and used the following CSS in Quick CSS:

    #top. ctabox2{
    width: 400px;
    }

    Where am I goning wrong here ?

    #267918

    Hi!

    Yes, you can use it as following

    .custom_icon_2 .iconbox_icon {
        color: red !important;
        border-color: orange !important; 
    }

    Cheers!
    Yigit

    #267482

    Hi!

    Apply this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then simply add a class to the icon you want to customize and this to the Quick CSS:

    .custom_icon_1 .iconbox_icon {
        background: red !important;
    }
    .custom_icon_2 .iconbox_icon {
        background: green !important;
    }
    .custom_icon_3 .iconbox_icon {
        background: peru !important;
    }
    

    Tweak as needed.

    Regards,
    Josue

    #266004
    aweirick
    Participant

    Hello,

    I’m going to be creating a few pages of business apps and wanted to use the ‘iconbox with top icon style’ for each of the apps details/summary of what they do.

    I know that I can use Fontello to create a custom icons as a font, and have done in the past, but my design calls for icons that have different coloured backgrounds (for different categories) and shades of colour/gradients/effects. So I wanted to upload the icon as a complete circle graphic.

    Is this possible? and how to go about doing this?
    Any help would be appreciated!!
    Thanks,
    Alison

    #265662

    Hey!

    Thank you for using the theme!

    Please add this at the very bottom of Quick CSS or custom.css then delete the enfold.css file and save the theme options again to regenerate the file. Make sure that the file permission is 755 or higher.

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
        background-color: #649ECB !important;
        border-color: #649ECB !important;
    }

    Best regards,
    Ismael

    #263911

    Hello again,

    Perhaps I’m doing something completely wrong (it might be worthwhile to let you know that my CSS experience is limited!), but I haven’t been able to get it right yet, the menu still looks the same to me even after adding the above CSS.

    Would it help if I give you access to the WP admin area?

    Current custom CSS is:

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

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    .iconlist-char {
    color: red;
    }

    li#menu-item-3151 .avia-menu-fx { display: none; }
    li#menu-item-3151 a {background-color: red!important; color: white!important;height: 30px!important; margin-top: 43px; border-radius: 10px; line-height: 30px !important; }

    .av-main-nav > li > a {
    padding: 5px;
    }

    .menu-item-top-level>a.avia-menu-text {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: red;
    padding: 8px 13px;
    }

    Regards,
    Chris

    #263669
    mikes2011
    Participant

    Hi
    After update to latest WP 3.9.1 and Enfold 2.7.1 i have problem (only on firefox). I saw space on top and before header . When i scroll down , the content of page appear on top of page

    I have some custom styling on quick CSS box:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }
    .iconbox .iconbox_content .iconbox_content_title {text-transform:none;}
    .entry-content-header .iconlist_title {text-transform:none;}
    .avia-builder-el-1 > section:nth-child(1) div:nth-child(1) > h2:nth-child(1){text-transform:none;}
    section.av_textblock_section:nth-child(17) > div:nth-child(1) > h2:nth-child(1) {text-transform:none;}
    .gm-style-iw{color:blue;}
    section.av_textblock_section:nth-child(18) > div:nth-child(1) > h2:nth-child(1){text-transform:none;}

    #262202

    Hi!

    Thank you for the update.

    Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.

    You can add something like this on your custom.css or Quick CSS:

    .centered-iconbox div.iconbox_content_container {
    text-align: center;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    The Road Show icon box is visible, checking on Chrome and Firefox Windows 8.

    The modification that you did is a bit extensive and you said that it can be done easily if only you can add a custom class or ID on the iconbox. Actually you can do it by adding the theme support for custom css class, just follow the instruction on the link Dude suggested. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the Icon Box element then scroll below. Add a unique css selector on “Custom Css Class” field. If I am not mistaken, the issue why the iconbox is not showing intermittently is because of the stack or layering order of the color sections so please try to add this on Quick CSS or custom.css:

    #after_section_6.container_wrap {
    z-index: 9999;
    }

    Cheers!
    Ismael

    Hi!

    Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.

    Best regards,
    Peter

    #258542

    Hi!

    Did you added any custom CSS code to make any fonts italic? I am not sure which ones you would like to keep in italic and which ones in normal so i provide custom CSS code as you point out elements

    .iconbox_top .iconbox_content { font-style: normal !important; }

    Cheers!
    Yigit

    #258095

    In reply to: Font change again!

    Hi!

    Thank you for the update.

    Please use this at the very bottom of Quick CSS or custom.css:

    .iconbox_content_title, body .av-special-heading .av-special-heading-tag {
    font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif !important;
    }

    Make sure that you didn’t add it inside any media query.

    Best regards,
    Ismael

    #258082

    Hey richardruddle!

    Thank you for using the theme!

    You can add this on Quick CSS or custom.css to adjust the top margin of the icon box:

    #top .iconbox_top {
    margin-top: 50px;
    }

    It is possible to add a unique css selector for any avia elements. You need to enable the custom_css support. Edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS:

    .avia_image.awesome-image {
    width: 210px;
    }

    Regards,
    Ismael

    Hi stuartleighbray!

    Thank you for visiting the support forum!

    If you want to make the iconbox icons container square, use this on Quick CSS or custom.css:

    .iconbox_top .iconbox_icon {
    padding: 15px;
    border-radius: 0;
    }

    I hope that helps.

    Best regards,
    Ismael

Viewing 30 results - 451 through 480 (of 634 total)