Viewing 30 results - 271 through 300 (of 633 total)
  • Author
    Search Results
  • #697146

    In reply to: Icon

    Thanks man!
    I selected and downloaded some custom icons from fontello and flaticon. Then I uploaded them from mentioned button “Upload/select fontello font zip”.
    Then when I open IconBox, On the Icon list shows the title of fontello and flaticon but those icons are not my custom icons. I have tried 5 times with diffrent icons but the result didn’t changed.

    What is the problem with this item?

    #696506

    Hey Nicoletta_DUS,

    I have added following custom CSS class to your iconboxes where you would like to display white text “white-iconbox” and then added following code to Style.css file of your child theme in Appearance > Editor

    .white-iconbox * { color: white !important; }

    Please review your website now

    Best regards,
    Yigit

    #692343

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .iconbox {
        background: orange!important;
        padding: 10px;
    }

    You should apply the custom class to each “active” iconbox on each page.

    Best regards,
    Yigit

    #691110

    This is my custom css file

    
    	/* Set charset */
    	@charset 'UTF-8';
    	
    	html {
      		background: #d50080 !important;
    	}
    	
    	#header {
        position: relative;
        z-index: 501; /*(issues/769)*/
        width: 100%;
        background: transparent;
    	}
    	
    	#header_main {
    		width: 100%;
    		margin: 0px;
    		border-bottom-style: solid;
        	border-bottom-width: 1px;
        	z-index: 1;
    	}
    	
    	.main_menu ul:first-child > li > a{
    		font-size: 16px;
    
    	}
    	
    	.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
        	background-color: #d50080;
    		color: #ffffff;
        	border-color: #d50080;
        }
    		
    	.header_main_wrapper {
    		max-width: 100%;
    		margin: 0px auto;
    		background: rgba(0,0,0,0.6);
    	}
    
    	
    	/* **************************************** */
    
    	#top .av_header_glassy.av_header_transparency #header_main {
        	background-color: rgba(0, 0, 0, 0.6) !important;
        }
        
        #advanced_menu_toggle, #advanced_menu_hide {
        	background-color: #000000;
        	color: #ffffff;
        	border-color: #000000;
    	}
    	
    	/* **************************************** */
    	
    	
    	div#header_main.container_wrap.container_wrap_logo {
    		background: transparent !important;
    	}
    	
    	
    	.html_header_top #top .av_header_stretch .container {
        	width: 96%;
       	 	padding: 0;
       	 	max-width: 1400px !important;
    	}
    	
    	.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, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text,
    	.header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,
    	#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
        	background-color: #d50080;
        	color: #ffffff;
        	border-color: #b30060;
    	}
    	
    	::selection {
        	background-color: #d50080; !important
        	color: #ffffff; !important
    	}
    	
    	/* **************************************** */
    	
    	
    	#menu-item-search {
    		display: none;
    	}
    	
    	#clients_slider {
        height: 120px;
        margin: 0px;
        padding: 0px
    	
    	#scroll-top-link{
        background-color: #d50080;
    	}
    	
    	#scroll-top-link{
        color: #eeeeee;
        border: 1px solid #000000;
    	}
    	
    	#socket .copyright {
        float: right; !important
    	}
    	
    	
    	#socket {
        font-size: 11px;
        margin-top: -1px;
        z-index: 1;
        background: #d50080 !important;
        color: #eeeeee;
    	}
    • This reply was modified 9 years, 5 months ago by insanityNL. Reason: missed a space in the code
    #681354

    In reply to: Some questions

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .iconbox {
        margin-bottom: 10px;
    }
    #top .av-share-box ul {
        max-width: 400px;
        margin: auto;
    }
    .single-post .entry-content strong.your-custom-class:after {
        display: block;
        margin: 0 auto;
        width: 40px;
        border-top-width: 3px;
        border-top-style: solid;
        padding-bottom: 16px;
        content: '';
        border-color: #e2e2e2;
        margin-top: 10px;
    }
    .main_menu { 
    right: 5%; 
    }
    
    

    Then please edit your strong tags that you would like to have bottom border in text tab and change them into
    <strong class="your-custom-class">your texts goes here</strong>

    Best regards,
    Yigit

    #678020
    Sadegh
    Participant

    Hi,
    Please take a look at the test page in Private area.

    > In this page, I want to have a custom font (Dinar) for the button.

    This is what I had already done to make that possible:
    1>> I have already upload 2 custom fonts in Enfold-Child folder, names are “IRANSans” + “Dinar” and I also added @font-face commands for these fonts in custom.css file in Enfold; exactly like the below code:

    @font-face {
    font-family: 'IRANSans';
    src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot');
    src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot?#iefix') format('embedded-opentype'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff2') format('woff2'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff') format('woff'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.ttf') format('truetype'),
    url('http://inomax.ir/wp-content/webfonts/IRANSansweb.svg#IRANSans') format('svg');
    }
    fieldset label {
        font-family: "IRANSans" !important;
    }
    @font-face {
    font-family: 'Dinar';
    src: url('http://inomax.ir/wp-content/webfonts/dinar.eot');
    src: url('http://inomax.ir/wp-content/webfonts/dinar.eot?#iefix') format('embedded-opentype'),
    url('http://inomax.ir/wp-content/webfonts/dinar.woff2') format('woff2'),
    url('http://inomax.ir/wp-content/webfonts/dinar.woff') format('woff'),
    url('http://inomax.ir/wp-content/webfonts/dinar.ttf') format('truetype'),
    url('http://inomax.ir/wp-content/webfonts/dinar.svg#IRANSans') format('svg');
    }

    2>> “IRANSans” is now shows properly in the whole of the website, there is no problem with this font.
    3>> But for the button, I applied custom css class to that button element, the class name was choose as “test-pg-title”
    4>> I then add this below code to the Quick Css part:

    #top .test-pg-title a .avia_iconbox_title {
        font-family: 'Dinar' !important;
    }

    But, the “button” is still doesn’t show the desired font, “Dinar”.

    Please let me know.
    Regards,
    Sadegh

    Hey!

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

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    It seems like you used following custom CSS code

    #iconboxwhite .iconbox {
        background-color: #FFFFFF!important;
    }

    Have you figured out icon box background color?

    Best regards,
    Yigit

    #676115

    In reply to: custom font

    Hi,

    Thank you for the test page. Did you apply the custom css class attribute to the text block? It doesn’t have the custom css class attribute there. For the button, use this:

    #top .test-pg-title a .avia_iconbox_title {
        font-family: 'Dinar' !important;
    }

    Best regards,
    Ismael

    #675870
    mirr
    Participant

    Hi,

    First of all, excellent work with the theme. I worked with a lot of themes but this is the best, by far!

    I have a problem now, there is a glassy header on my website but when I make the website fullscreen it get’s a 100% white bar above. I don’t know what caused this. This is my custom css but I don’t see anything off there?

    .iconbox_content {
    min-height: 250px;
    }
    #top .logo, #top .logo a{
    display:block;
    height:140px;
    width:500px;
    position:absolute;
    left:20px;
    top:6px;
    border: none;
    padding: 0;
    margin:0;
    z-index: 10;
    }
    .header-scrolled .logo img {
    height: 30px;
    margin-top: -1px;
    }
    
    .av-tt-hotspot, .av-tt-hotspot .avia-arrow {
        background-color: #35a4dd!important;
        color: white!important;
    }
    
    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.6);
    }
    
    .av_header_transparency .av-main-nav > li > a > .avia-menu-text,.av_header_transparency .sub_menu>ul>li>a {
      color: #195d84!important;
    }
    

    Thanks a lot!

    #675100

    Hey!

    Try adding this code to the Quick CSS:

    #top .iconbox_top.avia-builder-el-9 [data-av_icon]:before {
        content: '1';
    }

    You can swap avia-builder-el-9 by a custom CSS class.

    Cheers! 
    Josue

    as you see you only need a class or an id for that rotating trick!

    if you want f.e. that the icons in an icon-box (big icon at top) rotate once on hovering give the iconbox a class ( in my case: rotating_icon)

    (if you want that every iconbox react like this forget about custom css and make it for .iconbox_icon:hover )

    
    .rotating_icon .iconbox_icon:hover{
    animation-name: iconrotate;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: iconrotate;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: iconrotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible
    }
    @keyframes iconrotate
    {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
    }
     
    @-moz-keyframes iconrotate /* Firefox */
    {
    from {-moz-transform:rotate(0deg);}
    to {-moz-transform:rotate(360deg);}
    }
     
    @-webkit-keyframes iconrotate /* Safari and Chrome */
    {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
    }
    • This reply was modified 9 years, 6 months ago by Guenni007.
    #673145
    Gal726
    Participant

    Hi!

    My custom css stopped working all of a sudden. I did normal things, tried in quick css, enfold child theme editor css, and even the sftp.

    nothing is working.

    i tested the code and it works: .easier .main_color.iconbox_top .iconbox_content {background:#c6ad6c !important;}

    any advice?

    #672484

    In reply to: I need help …

    Hi,

    Your CSS looks correct to me but I’m not sure exactly what you are trying to do? Please try explaining a bit further. This CSS will hide the element in question and I think that is something you don’t want to do:

    .your-custom-class .iconbox_icon {
        display: none;
        text-align : center;
    }

    Regards,
    Rikard

    #672089

    In reply to: I need help …

    Waiting for your feedback so I resolved

    .your-custom-class .iconbox_icon {
        display: none;
    }
    .your-custom-class .iconbox_content_title{
    text-align: center;    
    }
    .your-custom-class .iconbox_content_container  {
    text-align: center;    
    }
    

    Is correct?

    • This reply was modified 9 years, 6 months ago by gobbo_79.
    #672055

    In reply to: I need help …

    Hello … I’ve made your changes and are operative for both the plug-in proposed by Basilis and is editing the CSS by Yigit. Now I should set the center text but I can not.

    .your-custom-class .iconbox_icon {
        display: none;
        text-align : center;
    }
    

    I tried to put this but does not work. Someone tells me how I can fix it?

    • This reply was modified 9 years, 6 months ago by gobbo_79.
    #671395

    Also, I applied the css code below to change the “Register Now” button to a blue color. Did I do this correct? or will this effect other fullwidth submenu’s on the site? Again I’m only trying to edit the colors/style of custom css class ewts17-submenu

    #top #wrap_all .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, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, .header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
        background-color: #066eb5;
        color: #ffffff;
        border-color: #066eb5;
    }
    
    • This reply was modified 9 years, 6 months ago by brainxchange.
    #670327

    Hi Yigit,
    I have named it individualreise
    @media only screen and (max-width: 767px) {
    .individualreise {
    width: 100% ! important;
    margin-left: 0 !important; }
    }
    The iconboxs still display next to each other on mobile verson 768px. Could you please check it?

    Regarding my question about toggle id on the url. I have added this following code to my enfold child but nothing happens. Could you please take a look too?

    add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);

    Hi,

    But for some reason safari they are not centered on this page.

    Please add the custom css code:

    .center-icon .iconbox_icon {
        left: 52% !important;
        transform: translateX(-52%);
        -webkit-transform: translateX(-52%);
    }

    And remove this one:

    .iconbox_icon {
    left: 43% !important;
    }

    So my next problem is the logo on my website in general . My client hates that when you zoom on any browser on regular and device it ends up all pixelated while the rest of the site is all nice and sharp. Any advice on how I can fix that problem?

    Upload a larger logo image, maybe twice or thrice the size of the current one. http://srea.co/wp-content/uploads/2016/08/SREA-Logo-340.png

    Best regards,
    Ismael

    #669917

    In reply to: I need help …

    Hey!

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

    .your-custom-class .iconbox_icon {
        display: none;
    }

    Cheers!
    Yigit

    #667660

    Hi OcasioConsultingLLC!

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

    .your-custom-class a.iconbox_icon { display: none !important; }

    You can give the same class to any iconbox element that you would like to display without icon

    Cheers!
    Yigit

    Hey evan_friedl,

    We enabled custom css class name support which allow us to target the icon box and added the below code in Quick CSS

    .center-icon .iconbox_icon{
       left: 50% !important;
       transform: translateX(-50%);
    }

    Best regards,
    Vinay

    #657087
    Tushenka
    Participant

    Hello. Could you please check my shop page.
    It shows correctly on most computers, but it stoped showing on my laptop. It gies a static 404 error page.
    http://systemkit.ru/shop/

    Modifications
    Quick CSS

    #top .price span, #top del, #top ins {
        display: inline; 
        text-decoration: none;
        font-size: 25px;
        line-height: 24px;
        font-weight: 600;
        color: #8197e5
    }
    
    @media only screen and (max-width: 767px){
    .responsive #socket .sub_menu_socket {
        display: block !important;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
        display: block !important;
    }}
    .woocommerce-message {
      display: none !important;
    }
    @media only screen and (max-width: 767px) {
    #top .av-image-caption-overlay  {
      display: none !important;
    }}
    #top .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover  {
      background-color: #92b935;
    }
    .woocommerce-main-image.zoom.lightbox-added {
     border-color: #ffffff;
    }
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    left: 60%;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    right: 4.5%;
    }}

    Functions.php

    add_theme_support( 'avia_custom_shop_page' );
    
    /*
    ** Отключение вкладок на странице товара
    */
     
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
     
    function woo_remove_product_tabs( $tabs ) {
     
    unset( $tabs['description'] ); // Убираем вкладку "Описание"
    unset( $tabs['reviews'] ); // Убираем вкладку "Отзывы"
    unset( $tabs['additional_information'] ); // Убираем вкладку "Свойства"
     
    return $tabs;
     
    }
    #655439

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and change the code to following one

    .your-custom-class .iconbox_content {
        height: 210px;
    }

    Regards,
    Yigit

    #655421

    Hey!

    You have following custom CSS code added

    .iconbox_content {
        height: 210px;
    }

    Please remove it :)

    Best regards,
    Yigit

    #650061

    Hi,

    Remove the button then replace it with a code block. Add this code:

    
    <div class="gallery-wrap">
    <div class="avia-button-wrap avia-button-left"><a href="IMAGE URL HERE" class="galleryItem avia-button  avia-icon_select-no avia-color-aqua avia-size-medium avia-position-left" data-group="3"><span class="avia_iconbox_title" >SEE SAMPLE BOXES</span></a></div>
    <a class="galleryItem galleryItemSet" href="IMAGE URL HERE" data-group="3"></a>
                        <a class="galleryItem galleryItemSet" href="IMAGE URL HERE" data-group="3"></a>
                        <a class="galleryItem galleryItemSet" href="IMAGE URL HERE" data-group="3"></a></div>
    

    Add the image url in place of the placeholders (IMAGE URL HERE). After that, add this in the functions.php file:

    // custom lightbox
    function add_custom_script_lightbox(){
    ?>
    <script>
    (function($){
    	$(document).ready(function() {
    		var groups = {};
    		$('.galleryItem').each(function() {
    		  var id = parseInt($(this).attr('data-group'), 10);
    
    		  if(!groups[id]) {
    		    groups[id] = [];
    		  }
    
    		  groups[id].push( this );
    		});
    
    		$.each(groups, function() {
    
    		  $(this).magnificPopup({
    		      type: 'image',
    		      closeOnContentClick: true,
    		      closeBtnInside: false,
    		      gallery: { enabled:true }
    		  })
    
    		});
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script_lightbox');
    

    And this css code in the Quick CSS field:

    .mfp-ready .mfp-figure {
        opacity: 1;
    }
    
    .galleryItemSet {
        display: none;
    }

    Best regards,
    Ismael

    #649854

    Hi,

    Please add Color section element to your page and then edit it and give it a custom background image and then add three 1/3 column elements and add iconbox element inside each of the column elements and choose to display icon on top :)

    Best regards,
    Yigit

    #628530

    Hey indieweb,

    Thank you for using Enfold

    Please turn on the custom class field so that you can style each iconbox element individually: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #621952

    Hey!

    Please don’t use the customizer because you can’t change the theme options or element configuration there:

    http://officechanges.com/newwebsite/wordpress/wp-admin/customize.php?return=%2Fnewwebsite%2Fwordpress%2Fwp-admin%2Fpost.php%3Fpost%3D720%26action%3Dedit%26message%3D1

    .Add this in the Quick CSS field to change the iconbox content and title font size:

    .iconbox_content_container {
        font-size: 18px;
    }
    
    .iconbox_content_title {
        font-size: 1.6em;
    }

    Best regards,
    Ismael

    #618783
    ktistai
    Participant

    Hello,
    Need some help please, kind of stuck and I see no solution atm.
    I want to increase the size of the icon from an icon box.
    Using this css, everything works fine, but it’s obviosuly modifying all the icons from all icon boxes, for every page:

    /*Icon Box Increased Icon size*/
    #top .iconbox_left_content .iconbox_icon{
    height: 30px;
    line-height: 50px;
    font-size: 80px;
    }
    .iconbox_left_content .iconbox_content {
    font-size:30px;
    }

    I just want to increase the icons only on some pages. I have modified the functions.php, in order to turn on custom css classes, but even if I assign a class to an icon box, it modifies the text, not the icon.

    I used this code:

    .bigIconBox{
    height: 30px;
    line-height: 50px;
    font-size: 80px;
    }

    Thank you.
    Best regards,
    Marius.

    #617002

    In reply to: icon box

    Hi FianneImminga!

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

    .iconbox_content p {
        background: transparent!important;
    }

    2- Please use this free software – https://poedit.net/ to edit language files in Enfold/lang folder
    3- Please add following code to Functions.php file in Appearance > Editor

    function custom_blog_banner(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.page-item-142 a').attr('href','http://kriesi.at');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_blog_banner');

    then change the link as needed

    Best regards,
    Yigit

Viewing 30 results - 271 through 300 (of 633 total)