Viewing 30 results - 391 through 420 (of 633 total)
  • Author
    Search Results
  • #395544
    peterducato
    Participant

    Hello,

    I am trying to add custom icons I have made in illustrator into the iconbox. Please let me know if this is possible?

    Thank you,
    Pete

    #393430
    This reply has been marked as private.
    #393336

    Hey wordmax!

    Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and add a class to your iconbox of “test”.

    And then add this to your custom CSS.

    .test {
      border: 1px solid red !important; 
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    }
    .test .iconbox_content { background: blue !important; }
    

    Regards,
    Elliott

    #390811

    Hey surfersp!

    Try adding this to your custom CSS.

    .iconbox .entry-content-header {
      text-align: center;
    }
    .iconbox .entry-content-header * {
      float: none;
      display: inline;
    }

    Best regards,
    Elliott

    #386405

    In reply to: Put numbers in icons

    Hey elianab!

    First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.

    And then add a class of “iconbox1”, “iconbox2”, etc etc, to the iconbox elements in your page.

    And then add this to your custom CSS.

    .iconbox1 .iconbox_icon:before {
      content: "1" !important;
    }
    .iconbox2 .iconbox_icon:before{
    content: "2" !important; 
    }
    .iconbox3 .iconbox_icon:before{
    content: "3" !important;
    }

    Best regards,
    Elliott

    #386184
    Tina62
    Participant

    Hi
    I want to change the icon box background color on the front site: http://www.psykosyntese.no/wp
    I have Turn on the Custom CSS Class in functions.php:
    – with this line I copy: add_theme_support(‘avia_template_builder_custom_css’);
    – from this page: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    – and paste it directly under the ?php. in functions.php

    I have made a Custom CSS Class: tik-boks-farve in the icon box menu, and put this code in the quick css:
    .tik-boks-farve .iconbox_content {
    background-color: rgba(87,113,49)!important;
    Still, the background color in the box are transperant, and not the color i define in the CSS style…

    I have also tried this code in quick css:
    .tik-boks-farve .iconbox_content {
    background: rgba(87,113,49)!important;
    wich dont work eather

    What have i do wrong? I can see the line: add_theme_su….. also is showing as the last line in the window in functions.php…

    Please help, it has work before, without Custom CSS Class and only a definition in quick css. Suddenly it dont work any more, then i turn on the Custom CSS Class but also that seems to make no differents :-/

    Best regards!!
    Tina62

    #384874
    This reply has been marked as private.

    Hey!

    Set a custom class to that icon box and add this to Quick CSS:

    .custom_icon_class .iconbox_content a{
    color: red;
    }

    Regards,
    Josue

    #383058

    Hey Jean-Francois!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    .iconbox_content {
        line-height: 20px !important;
    }
    
    .iconbox_content ul {
        margin-bottom: 5px !important;
    }
    

    For margin you can also use negative numbers.

    Regards,
    Günter

    #382509
    This reply has been marked as private.
    #381841
    1lizcollins
    Participant

    Hi there,

    I want to specify a link color for a custom icon box, which I have named tnp-brown-box. Here’s the code I’m using, with no luck so far.

    
    .tnp-brown-box .iconbox_content a:link {
    color: #A6B393 !important;
    }
    

    Can you point me in the right direction? I only want to change the link color on this specific box, not any of the others.
    Thank you!

    #380947

    In reply to: Icon box size

    Hey saremcdee!

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

    .iconbox_content_container {
    text-align: justify;
    }
    .iconbox_content {
    min-height: 400px;
    }

    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 can apply the changes only on certain elements as well.
    Please post the link to your page where you have iconboxes if that code does not work

    Cheers!
    Yigit

    #379184

    Hi!

    Try adding this to your custom CSS.

    .iconbox_icon { display: block; }
    

    Best regards,
    Elliott

    Hey voice903fm!

    Thank you for using Enfold.

    Try to add this on Quick CSS or custom.css:

    .iconbox_content_container {
    overflow: hidden;
    }

    Regards,
    Ismael

    #375530

    Hi Gail!

    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 your elements a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab to apply the changes only on certain elements

    .custom-class .iconbox_content {
    background-color: red!important;
    }

    Cheers!
    Yigit

    #372002
    LoremIpsum
    Participant

    First off, I want to complement you on what an amazing theme Enfold is. This is truly a favorite to work with as it is super simple to implement and even easier to customize. Thank you for making some of our lives easier.

    I rarely ask for help as I try to get as much out of the forums as possible. So thank you for creating this amazing resource as well. Super helpful.

    Now, I’ve scoured the web and have yet to find an adequate solution to this issue I am having. I’ll do my best to explain.

    I am trying to insert a pricing table to compare services that are offered. Each button, either standalone or on the table have the same options and offer a manual link you are able to insert. I am trying to call a shortcode with a checkout form in the form of a popup like a fancybox or lightbox. The goal is so that users do not have to go to a new page to checkout, they can do so with a Shortcode with an API connecting to a merchant. When tested on the theme it works without the built in buttons, but when using the built in buttons, the fancybox doesn’t even appear.

    I have tried to reference the form with anchor text (IE putting the div and style parameters in a code block prior to the button/table text).

    Here’s what I put in the code block prior to executing the anchor text:
    <div class=”fancybox-hidden” style=”display: none;”>
    <div id=”fancyboxID-1″ class=”fancyboxID-1″>[FORM]</div>
    </div>

    Then referencing it later like this:
    <span class=”avia_iconbox_title”>Purchase Plan</span>

    The button is already styled so I am only trying to get this code to appear in a fancybox/lightbox button underneath the pricing table.

    I figured since the href=”#fancyboxID-1″, I can insert this into the manual link URL in the button editing fields, but alas it doesn’t work.

    But, a link like this doesn’t work: <span class=”avia_iconbox_title”>Purchase Plan</span>

    It works when you click on the “Purchase Plan” link, but not when I’m referencing #fancyboxID-1 in the manual URL.

    Perhaps there is an easier way to call a shortcode by using the theme’s built in buttons in the table or out, but I’m just not seeing it.

    I was thinking making a new avia button shortcode that has a custom text area to run a script when clicked.

    An alternative may be for a button to run some sort of script when clicked that opens a fancybox/lightbox that opens text or a shortcode. I’m just not sure how to do it.

    Any help would be appreciated. Thank you in advance :)

    #367300

    In reply to: icon box title heading

    Hi fidesco!

    1. Add this to your custom CSS.

     .iconbox_content_title { text-transform: capitalize !important; }
    

    2. See here, http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader. When you add a new font from fontello.com it should be available to select with the icon box shortcode.

    Regards,
    Elliott

    #366977

    Topic: icon box title heading

    in forum Enfold
    fidesco
    Participant

    Hello,
    Q1: I am trying to replace CAPs from Icon Box Titles with normal writing (no Caps), but I don~t know exactly how to do it. Could you please help? The same question for Main Menu items.

    Q2: I intend to replace the icons (Font: entypo-fontello) in the Iconbox with other images self-customized and uploaded? Thank you!
    Ionut

    #366134

    Thanks Yigit! You’re right, my email address is way too long :)

    The code you gave me almost works but the email is still getting cut off. I think what I’ll need to do is use the version that says “display a large icon above title” since it will allow all the text to fit. Can you tell me how to modify this code to adjust the size of the icons for this particular page targeting the Custom CSS Class “contact-info”

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    }
    #364305

    Hey afarahani!

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

    And then add this to your custom CSS.

    .icon_one .iconbox_icon:before {
        content: "1" !important;
    }
    .icon_two .iconbox_icon:before {
        content: "2" !important;
    }
    .icon_three .iconbox_icon:before {
        content: "3" !important;
    }

    Regards,
    Elliott

    #359437

    Hi!

    Thank you for the info.

    Add this on Quick CSS or custom.css:

    #top .iconbox.av-no-box .iconbox_icon {
    display: block;
    }

    Regards,
    Ismael

    #359021

    Topic: phone-info with image

    in forum Enfold
    ITCJB
    Participant

    Hi there! when i try to put an image left to the phone-info text it makes the whole container larger and the social media icons dont fit in the container anymore. it also makes the logo area and breadcrumb container smaller.
    here my screen:
    http://tweer-loesenbeck.webdemo.rechenzentrum-luedenscheid.de/wp-content/uploads/2014/11/screenshot-tweer-loesenbeck-webdemo-rechenzentrum-luedenscheid-de-2014-11-27-14-29-40.png
    here my custom css code:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
    color: #ffffff;
    background: #54648f;
    }
    
    .title_container .main-title { display: none;
     }
    
    .title_container .breadcrumb { left: 53px;
    }
    
    #footer .social_bookmarks li {
    clear: none!important;
    }
    
    .iconbox_icon:hover {
    background: #ffffff !important;
    color: #1d3a8f !important;
    }
    
    #top .av-parallax.avia-full-stretch {
    background-size: contain !important;
    }
    #testbild {
    height: 430px;
    }
    
    #357550

    In reply to: Targeting an icon box

    Hi McEwans!

    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 your iconbox element a custom CSS class then add following code to Quick CSS

    .your-custom-class .iconbox_content {
    background: rgba(250,113,0,0.66) !important;
    }

    Cheers!
    Yigit

    #356148

    Hey Banfe!

    Thank you for using Enfold.

    Please edit functions.php, find this code on line 16:

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

    Below, add this code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['paypal']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Paypal'] = 'paypal';
    return $icons;
    }

    Locate the paypal icon on fontello.com then upload it using the Iconfont Manager on Enfold > Import/Export panel. Change the icon code (ue800) on this line:

    $icons['paypal']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    

    You can find the character codes by hovering over the icons when you create elements line icon, iconbox etc:

    Regards,
    Ismael

    #354072

    Hi!

    Sorry, try adding this to your custom CSS.

    .iconbox_icon { background: transparent !important; }
    

    If you need to do it on certain elements then try this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, to add a custom class to each element.

    Best regards,
    Elliott

    #352712

    In reply to: Tooltip on icon box

    Hey!

    This is kind of bordering on custom work but it seemed easy enough to do so we’ll try it. Open up /enfold/config-templatebuilder/avia-shortcodes/iconbox.php and around line 380 find this.

    $output .= 		'<div class="iconbox_content">';
    

    Change it to this.

    $output .= 		'<div class="iconbox_content" data-avia-icon-tooltip = "'.htmlspecialchars(do_shortcode($iconbox_tooltip)).'">';
    

    Next find line 291.

    'custom_font'=>'',
    

    Add this beneath it.

    'iconbox_tooltip'=>'',
    

    Next find this code around line 130.

    array(
    		"name" 	=> __("Content",'avia_framework' ),
    		"desc" 	=> __("Add some content for this IconBox",'avia_framework' ),
    		"id" 	=> "content",
    		"type" 	=> "tiny_mce",
    		"std" 	=> __("Click here to add your own text", "avia_framework" )),
    

    And add this above it.

    					array(
    						"name" 	=> __("Optional Tooltip",'avia_framework' ),
    						"desc" 	=> __("Add a tooltip for this Icon. The tooltip will appear on mouse over",'avia_framework' ),
    						"id" 	=> "iconbox_tooltip",
    						"type" 	=> "textarea",
    						"std" 	=> ""),

    Cheers!
    Elliott

    #352086

    Hi!

    Try adding this to your custom CSS.

    .iconbox_icon:hover {
        background: blue !important;
    }

    Or if you only want it done to that page then drag a codeblock element over to your page content and add this inside.

    <style type = "text/css">
    .iconbox_icon:hover {
        background: blue !important;
    }
    </style>

    Best regards,
    Elliott

    #350144
    1lizcollins
    Participant

    Hello,

    I’d like to display several iconboxes side by side, each with different color backgrounds, icons & text. Link below, you’ll see the icon boxes at the bottom of the page. I followed the instructions here but haven’t had any luck so far. Here’s what I did: added add_theme_support('avia_template_builder_custom_css'); to functions.php, created custom classes (tnp-yellow-box, tnp-orange-box, etc) and then applied the following styling to quick css: tnp-yellow-box{background: #cfa34f !important; } What am I missing? Thanks so much.

    #342635

    Hey!

    First make sure you have selected “Display small icon at the left side of the title” in the Icon Box Shortcode settings.

    Then add the following code to your Quick CSS or custom.css

    .home .iconbox .entry-content-header{width:90%; margin: 0 auto;}

    You can adjust the width according to your design.

    Cheers!
    Arvish

    #342214

    Hi!

    Could you please post the link to the page you would like to replicate? As Richard said, you can add a Color Section element to your page with a custom background image and place three 1/3 column elements and add iconbox elements inside these column elements. Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
    If that was not what you wanted, please post an example and we will be glad to help you

    Best regards,
    Yigit

Viewing 30 results - 391 through 420 (of 633 total)