Viewing 30 results - 541 through 570 (of 631 total)
  • Author
    Search Results
  • Hey!

    Please add following code to Quick CSS as well

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none; }

    Best regards,
    Yigit

    #191104
    iwanhaex
    Participant

    Hello,

    Can you tell me how i can add my own made icons to the iconbox/ iconlist.
    I saw your video where you add icons from http://fontello.com/
    But that are not my own icons

    Please help

    regards
    Iwan

    #189097
    myuption
    Participant

    I’m testing custom styling the theme and I found a strage behavior, I added a font pack to my child theme and code to the custom.css
    CODE:

    @font-face {
    	font-family: 'BebasNeue';
    	src: url('./fonts/BebasNeue-webfont.eot');
    	src: local('☺'), url('./fonts/BebasNeue-webfont.woff') format('woff'), url('./fonts/BebasNeue-webfont.ttf') format('truetype'), url('./fonts/BebasNeue-webfont.svg#webfontQvsv8Mp8') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }
    h1, h2, h3, h4, h5, h6
    {
    	color: #555;
    	text-transform: uppercase;
    	font-family: BebasNeue, Arial,Verdana,sans-serif;
    	letter-spacing: 0px;
    	font-size: 180%;
    }

    The font is loaded, but the size is a bit strange, all the headings apply the font, but not the resize, so, I have icon boxes with a small font, if you apply letter spacing, icon boxes don’t apply the change,

    Also inside text blocks, h2 is smaller than h4, isn’t it strange, I have not made any more customizations.

    If you change the letter spacing to 10 this happens:

    I also checked this and basically I did the same, no?
    https://kriesi.at/support/topic/add-a-custom-non-google-webfont/

    How can I use the fontface pack?

    How can I increase the h3 font in the icon box, that doesn’t like my custom code to increase the font size on .iconbox_content_title

    Thanks

    • This topic was modified 12 years, 2 months ago by myuption.
    #188144

    Hey!

    Your search result number is dictated by your choice of blog posts to display at a time in the WordPress settings>Reading>Blog pages show at most.

    For the my account page, you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-73 .avia-builder-el-0 .iconbox {
    margin-bottom: 0;
    }

    Which targets that page specifically and that first 1/4 element in the builder to remove the margin.

    Best regards,
    Devin

    #187259

    In reply to: Icon colours

    Hi!

    You can 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 Icon Box then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-iconbox”.

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

    .iconbox.awesome-iconbox .iconbox_icon {
    background-color: #f15b28 !important; 
    }

    Regards,
    Ismael

    #185936

    As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.

    I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
    Does this help?
    If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
    I tested it both with the shortcode version and the html output version and both give the same results

    [av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello']
    
    <div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ">
    <a class="avia-button avia-icon_select-yes avia-color-blue avia-size-medium avia-position-center " href="http://www.google">
    <span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span>
    <span class="avia_iconbox_title">Click me</span>
    </a>
    </div>
    • This reply was modified 12 years, 2 months ago by Monsoon.
    #185410

    In reply to: Theme Button Text Size

    Hi glozemedia!

    What button? There are various button elements on the theme. Is it the button shortcode? The contact form button? Can you please give us a link to the page with the button element? You can try this on your custom.css or Quick CSS:

    .avia_iconbox_title {
    font-size: 20px;
    }

    Best regards,
    Ismael

    #184897

    In reply to: iPhone Fuzzy Blog Text

    Thanks Devin, I tried that but it still had the issue. I’ve narrowed it down. A couple weeks ago you guys gave me a fix for flickering text in Safari so I added the below code to custom.css:

    /* flickering text fix*/
    .avia_textblock,
    .avia-icon-list,
    .avia-button,
    .avia-testimonial,
    .iconbox,
    .avia_message_box,
    .avia-team-member,
    .widget,
    .post,
    .team-img-container img,
    .team-social,
    .iconlist_icon,
    .fallback-post-type-icon,
    .fullsize .related_posts,		
    .grid-image,				
    .avia-caption-content, .avia-caption-title, 
    .entry-content-wrapper,	
    .avia_start_animation
    {
    	-webkit-perspective: 1000;
    	-webkit-backface-visibility: hidden;
    }

    This fixed the flickering text but I guess since then (noticed more recently) I had the fuzzy text issue only in blog posts and only on iPhone. You guys helped narrow this down to flickering text code. So I went and removed the “.post,” line from the fix above. This corrected the fuzzy text issue and also that wasn’t an area that was affected by flickering text, so all is good now.

    Thanks guys for your help as always!

    Best,
    Jonathan

    #184881
    jtarzian
    Participant

    Hi,
    I am trying to have two Icon Boxes in the same page with different background colors each, different icon background colors and even best would be having a hover reaction in the container and main box background.

    So far I managed to have the first of the two boxes through the following CSS customization:

    .avia-builder-el-5 .iconbox_icon {
    background: #83a846 !important;
    }
    .avia-builder-el-5 .iconbox_content{
    background: #bed6cb !important;
    }
    .avia-builder-el-5 .iconbox_content .iconbox_content_container{
    background: #bed6cb !important;
    }

    But still the second of the icon boxes in the page remains with the default CSS background colors, while I would like it to be blue. Any help most appreciated!

    Thanks,
    JT

    #184563

    Hey!

    1.) Edit the button layer then go to Attributes panel. Give it a unique id like “learn-more-button. Use it on your Quick CSS field.

    #learn-more-button:hover {
    color: blue;
    background: white;
    }

    2.) Please give it a css selector id or class.

    3.) You can use this for the black events button:

    .avia-button.avia-icon_select-yes.avia-color-custom.avia-size-small.avia-position-center {
    background-color: red;
    border-color: red;
    color: blue;
    }

    4.) Use this:

    .main_color.iconbox_top .iconbox_icon:hover {
    background-color: blue;
    }

    Best regards,
    Ismael

    #180607
    RevolutionGroup
    Participant

    Hi

    I have updated to the latest version and I am no longer seeing the drop down menu on the ipad.

    I have pasted all my custom CSS below just in case something is blocking it although I don’t think it should be:

    @media only screen and (max-width: 801px) { .flex_column.av_one_fifth, .flex_column.av_one_fifth, .flex_column.av_one_fourth, .flex_column.av_one_third, .flex_column.av_two_fifth, .flex_column.av_one_half, .flex_column.av_three_fifth, .flex_column.av_two_third, .flex_column.av_three_fourth, .flex_column.av_four_fifth, .flex_column.av_one_sixth, .flex_column.av_one_seventh, .flex_column.av_one_eighth, .flex_column.av_one_nineth, .flex_column.av_one_tenth{
    width: 100%;
    margin-left: 0px;
    }
    }

    .page-id-2372 .av_three_fourth { width: 78.5%; }

    .responsive .logo img { height: 74px; }

    .related_posts { display: none; }

    .tribe-events-list-widget ol { margin-left: 0px }

    .pricing-table li{
    border: 0!important
    }

    .avia-promocontent { padding-right: 25px; }

    #top .iconbox_top { padding-bottom: 35px; }

    .iconbox_top .iconbox_content { box-shadow: none; border: 1px solid #f1f1f1; }

    .logo img{
    position: relative;
    top: 10px;
    }

    .social_header .phone-info {
    color: #014073;
    font-size: 1.5em;
    }

    .main_menu ul:first-child>li>a {
    font-size: 16px;
    }

    #top .main_menu .menu li ul a{
    line-height:23px;
    padding:8px 15px;
    font-size: 14px;
    min-height: 23px;
    }

    .title_container .main-title {
    font-size: 18px;
    position: relative;
    min-height: 36px;
    font-weight: 600;
    }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 120px !important;
    line-height: 120px !important;
    }

    h2.post-title {
    color: #014073;
    }

    #top .template-blog h1.post-title, #top .template-blog h1.post-title a {
    color: #014073;
    }

    #wp-calendar {
    width: 99%
    }

    #footer .widgettitle {
    color: #ffffff;
    font-size: 20px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    margin-bottom: 10px;
    }
    }

    .news-excerpt p {
    text-align: justify;
    }

    h2{
    text-transform: none !important;
    font-size: 24px;
    letter-spacing:0px !important;
    }

    .widgettitle {
    text-transform:capitalize;
    letter-spacing:0px !important;
    font-size: 16px;
    }

    .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a {font-weight: 800;}
    .main_color .sidebar .current_page_item>a {color:#000000; font-weight:bold;}
    .current_page_item>a {font-weight:400;}

    .sidebar li a {
    color: #4C4646 !important;
    }

    #top .widgettitle label {
    font-size: 16px!important;
    }

    @media screen and (max-width: 767px) {
    #top .social_bookmarks { display: none; }
    .header_color .container_wrap_meta { padding-top: 10px; } }

    @media only screen and (max-width: 1279px) and (min-width: 769px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 13px;
    }
    }

    @media only screen and (max-width: 1365px) and (min-width: 1280px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 10px;
    font-size: 15.5px;
    }
    }

    .avia-icon-list .iconlist_icon {
    background-color: #014073 !important;
    }

    #top .main_color .avia-color-theme-color {
    color: white;
    font-weight:bold;
    }

    Here is a link to my website with the ipad view: http://tinyurl.com/p69chqp

    Thanks,
    Rob

    #179302

    Hi eightpage!

    You can 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 Icon Box then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “first-iconbox”.

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

    .iconbox.iconbox_left.first-iconbox .iconbox_content {
    background: red;
    } 

    Regards,
    Ismael

    #178233
    BrendanMc
    Participant

    I’ve just upgraded and noticed that all iconfonts are missing from both social media buttons in header and where ever used in the site with icon boxes.

    Ive uploaded a custom fontello package and selected them (where used in iconboxes) and while they display and select in the admin interface (as does the defaults), it is displaying on the site. Any ideas?

    Many thanks
    Brendan

    #177313

    Hi!

    1) You can change the border width with following css code

    
    #top .header_color .avia_mega_div > .sub-menu, #top .main_menu ul:first-child >li > ul {
    border-top-width: 4px!important;
    }
    
    

    2) Yes, custom fields would be a solution but it requires some custom code. Depending on what you need I recommend to to hire a freelancer. You can use the ava_after_main_menu action (see: http://codex.wordpress.org/Function_Reference/add_action ) to output the code. The advantage would be that you can place the banner image code into a child theme file.

    3) I think the “text shift” is caused by an unnecessary br tag in the html source. I think WP adds it because of the script tag. Try to place the js scripts into the same line like the image link – i.e.

    
    <p>
    <a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a>
    <br>
    <script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
    </p>
    

    should turn into:

    
    <p>
    <a class="wistia-popover[height=540,playerColor=7b796a,width=960]" href="http://fast.wistia.net/embed/iframe/tyg8zrndv4?popover=true" style="position: relative; overflow: hidden; display: block;"><img style="border: 1px solid black;" alt="" src="http://embed.wistia.com/deliveries/b47d9488778804ce44807dffedc629c202ee909e.jpg?image_play_button=true&image_play_button_color=7b796ae0&image_crop_resized=282x159" width="282" height="159"><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 151px; width: 267px;"><span class="image-overlay-inside"></span></span></a> <script charset="ISO-8859-1" type="text/javascript" src="http://fast.wistia.com/assets/external/popover-v1.js"></script>
    </p>
    

    If this doesn’t work because of whatever reason try to add following code to the quick css field

    
    .home .flex_column .iconbox_content p br{ display: none; }
    

    4) Try following css code – it should replace the rectangles with bullets

    
    .avia-bullet {
    border: 2px solid !important;
    border-radius: 2px;
    }
    

    Best regards,
    Peter

    #176931

    In reply to: Linkable iconbox

    Hello!

    Please hire someone for the customization. I’d suggest http://www.microlancer.com/

    The code here https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/ is not very useful because

    1) It’s w3c invalid. It’s not allowed to wrap an inline element like link (a href) tag around a div and
    2) it would break the links inside the content because you can’t add a link to a link.

    This modification needs to be done properly (on the php code & styling level) and it doesn’t make sense to provide quick dirty hacks which do more harm than good.

    Cheers!
    Peter

    #176645

    Hey!

    Please add this code in Custom.css file

    @media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox .iconbox_content .iconbox_content_title { overflow: visible!important; } }

    Best regards,
    Yigit

    EDIT: I did not recieve admin login. Please post it here privately if that code does not work.

    • This reply was modified 12 years, 3 months ago by Yigit.

    We can see all of the custom css you add in as well as what it effects directly on the page.

    This css effects all icon box title contents:

    .main_color h3.iconbox_content_title {
    color: white;
    }

    It, being set to white, makes the titles of your icon boxes white.

    #173952

    Hi mhiller!

    Add this code to the Quick CSS or to the css/custom.css file:

    .page-id-2514 .avia-builder-el-9 .iconbox_icon.heading-color {
    background: #1E73BE;
    }

    Regards,
    Josue

    #173765

    I have the same issue. It’s easy enough to fix, just add the following to your custom CSS:

    .avia_iconbox_title {
    color: #ffffff;
    }

    EDIT: Actually this only works on buttons inserted through the avia page builder. The text for sidebar buttons is still black.

    • This reply was modified 12 years, 3 months ago by tmunz.
    #170677

    Hi finessecreative!

    1.) Maybe this plugin will come in handy http://wordpress.org/plugins/popup-contact-form/ . Unfortunately, we can’t offer full support for third party plugin and we don’t know if it is compatible with theme. This customization is beyond of what we can do as support team. You need to hire a freelance developer to help you.

    2.) We can only change the hover color but we can’t give you any code for a tooltip or pop out menu. Again, hire a freelance developer to add the features for you. Add this on your custom.css or Quick CSS:

    .iconbox_content h3 a:hover {
    color: red !important;
    }

    Cheers!
    Ismael

    Hello!

    1.) You can use Contact Form 7. Please refer to this link: http://contactform7.com/file-uploading-and-attachment/

    2.) You can add this on your custom.css or Quick CSS:

    .main_color h3.iconbox_content_title {
    color: white;
    }
    
    .main_color .sort-param .current-param a {
    color: white;
    }
    
    .main_color .sort-param > li > span, .main_color .sort-param > li > a, .main_color .sort-param ul {
    background-color: #000000;
    color: white;
    }
    
    .main_color .product-sorting strong {
    color: white;
    }

    Cheers!
    Ismael

    #170177

    After adding the filter code you told me the Roboto font still did not show up on the admin section, so I manually edited the admin php include file that contained the font list and added roboto to the list. This fixes the issue in the admin section and shows Roboto on the example styles above it but all of my heading fonts are still showing up as Open Sans. I’ve even added custom css for them in the admin section as well and still no avail.

    ::-moz-selection{
    background: #ec008c;
    color: #ffffff;
    } 
    
    ::selection {
    background: #ec008c;
    color: #ffffff;
    }
    
    @import url(https://fonts.googleapis.com/css?family=Roboto);
    
    body, body p {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    }
    
    h1, h2, h3 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif; 
    font-weight: 900;
    }
    
    .iconbox_content_title { 
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-weight: 900;
    }
    
    .iconlist_content {
    padding-bottom:5px !important;
    }
    #169797

    added this code to custom.css
    but as i see in firebug classes .iconbox .iconbox_content .iconbox_content_title still have ‘overflow’ hidden:(

    any idea?

    #168070
    simonhowe
    Participant

    Hi

    I’ve been trying to change the iconbox title to lower (or sentence) case but nothing seems to work. I’ve tried adding
    .iconbox_content_title {text-transform: lowercase;} (and variations of it) in the Custom CSS panel but it isn’t working.

    Ideally, I only want to change the “MULTITAS” text in the iconboxes at the top of this page http://www.infoplex.co.uk/products/multitas-business-manager/ to read either “MultiTAS BUSINESS MANAGER etc…” or “MultiTAS Business Manager etc…” I don’t really want to change the iconboxes elsewhere on the site.

    Any suggestions would be gratefully received.
    Si

    #167844

    In reply to: Icon Box Problem

    Hi!

    Add this on your custom.css or Quick CSS:

    @-moz-document url-prefix() { 
      .iconbox_content h3 span a span {
    position: relative;
    top: -20px;
    }
    }
    
     .iconbox_content h3 span a span {
    _position: relative;
    _top: -20px;
    }

    Why is there a span tag inside a span?

    Regards,
    Ismael

    Hi!

    You can add the avia button markup inside a layer.

    <div class="avia-button-wrap layerslider-button avia-button-center  avia-builder-el-1  el_after_av_blog  avia-builder-el-last  "><a href="LINK HERE" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-center "><span class="avia_iconbox_title">THIS IS A BUTTON</span></a></div>
    

    Add this on your custom.css or Quick CSS to change the hover effect.

    .main_color .layerslider-button .avia-color-theme-color, .main_color .avia-color-theme-color:hover {
    background: red;
    }

    Best regards,
    Ismael

    #165102

    In reply to: Icon List

    Hi!

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

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

    Regards,
    Ismael

    #164319

    In reply to: Button Text Color

    Hey,

    You can 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 Button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.

    You can add something like this on your custom.css or Quick CSS to change the button text color:

    .main_color .awesome-button .avia_iconbox_title {
    color: red;
    }

    Regards,
    Ismael

    #163216

    Hello!
    Actually seems that the font and the character is the correct one, it just gets cut off at the top and therefore looks like a diaeresis.
    Will add a small padding to thenext update to fix that. meanwhile you can add the following to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:

    .iconbox .iconbox_content .iconbox_content_title {
    padding-top: 2px;
    }
    

    Best regards,
    Kriesi

    #161867

    Hi Josue
    Thanks for your super quick reply.
    I have solved it, after a day puzzling I found that I have to use the inner ID of the Avia builder elements.
    Not 1,3,5,7 etc but
    2,4,6,8 etc

    This custom CSS works, It makes the first Icon on a page colored orange

    #top .avia-builder-el-2.main_color.iconbox_top .iconbox_icon {
    background-color: #faa127;
    }

Viewing 30 results - 541 through 570 (of 631 total)