Viewing 30 results - 481 through 510 (of 631 total)
  • Author
    Search Results
  • #252934
    This reply has been marked as private.
    #252925

    I updated it using the FTP method – all good! I’ll go test the custom icon font upload feature.

    #252916

    I’m trying to update from within the Enfold options (Theme Update) and it’s telling me that I’m already running the latest version. Is that not working?

    #252679

    Hi!

    Please note that version 2.5.4 which we just released only fixes some minor issues for wordpress 3.9.
    The bugfix for custom icons will be published with version 2.7 next week :)

    Regards,
    Kriesi

    #252572

    In reply to: Button in header

    Hi,

    Try adding the following to your functions.php file:

    function custom_head_button(){
    	?>
    	<div class='container custom_button'>
    		<div class="avia-button-wrap avia-button-center  avia-builder-el-8  avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-custom avia-size-large avia-position-center " style="background-color:#428061; border-color:#428061; color:#fefefe; "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">   Login</span></a></div>
    	</div>
    	<?php
    }
    add_action('ava_main_header', 'custom_head_button');

    Then add this code to the Quick CSS:

    .custom_button{
    	position: absolute;
    	left: 0;
    	right: 0;
    }
    .custom_button .avia-button-wrap{
    	position: absolute;
    	right: 0;
    }

    Adjust as needed.

    Regards,
    Josue

    #252458

    Hey!

    Please update to the latest version. Afaik Kriesi released an update yesterday which should fix the icon font manager for all users.

    Regards,
    Peter

    #252169
    This reply has been marked as private.
    #252020

    Hey David!

    Maybe I am too stupid but I am not able to log in on the ftp with those credentials. mind checking them for typos? :)

    #251669
    This reply has been marked as private.
    #251415

    In reply to: Iconbox color

    Hey!

    First turn on the custom class field for all Avia Layout Builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then you can add a class to each icon box to give it a simple background color.

    Cheers!
    Devin

    #251378

    Hi!

    I am still investigation the problem. would you mind posting your wordpress login details AND FTP details in a private reply so I can modify the necessary php files directly?

    Once I found a solution I will update the theme accordingly :)

    Cheers!
    Kriesi

    Hi tbrim20!

    Thank you for using the theme!

    The icon box element background is set to transparent. You can change the background and add border on the iconbox using this on Quick CSS or custom.css:

    #top .iconbox {
    background: red;
    padding: 10px;
    border: 1px solid blue;
    }

    Kriesi is working on improving the styling option for each avia elements like iconbox. The coming updates will include an option where you can change and control the style of the individual elements.

    Cheers!
    Ismael

    #251091
    This reply has been marked as private.
    #250597

    Hi!

    You would need to upload your icons to fontello to then package and re-download so they can be added into the upload.

    Can you also provide admin credentials for your install so we can look into the error? Kriesi may want to check the server as well but for now we can see if there is anything else to it besides the immediately visible fatal error.

    Make sure to mark the reply as “Set as private” so only we can see the login credentials.

    Best regards,
    Devin

    #250243

    I also tried adding some icons using that tutorial, and I got the following error when I tried to upload the zip file:

    Couldn’t add the font.
    The script returned the following error:

    Fatal error: Call to a member function attributes() on a non-object in /home/tcweb/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179

    #250236

    Thanks, but that isn’t quite what I was talking about. I was hoping to create our own unique icons and add them to a custom library. This just shows me how to go and select more from Fontello’s licensed library to add to my choices.

    So is it possible for us to develop our own icons?

    #249586

    In reply to: some css changes

    Hi xpoveda!

    Thank you for using the theme!

    1.) Please add this on Quick CSS or custom.css:

    .avia_iconbox_title:hover {
    color: #000000;
    }

    2.) Edit search.php, find this code on line 52:

    <?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    

    Remove it if you don’t want a sidebar on the search page.

    3.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    top: 5px;
    }
    
    #header_main [data-av_iconfont="entypo-fontello"]:before {
    font-size: 15px;
    }
    
    .responsive #header .social_bookmarks {
    right: 45px;
    }
    
    #top .social_bookmarks li {
    width: 25px;
    }
    }

    Regards,
    Ismael

    #249582

    Hey tcctemp!

    Thank you for using the theme!

    Yes it is possible to add icons on the icon library. Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    On the next update of the theme, we’ll be adding a comprehensive css editor that will allow you to modify the style including color, font, background etc.

    Regards,
    Ismael

    #249354
    tcctemp
    Participant

    I was wondering if it is possible to add custom icons to the library for iconboxes, and also is it possible to customize the background color of individual iconboxes? I understand that it’s pulling from the Fontello library, but their website doesn’t offer any insight. It’s also curious that this icon element does not have “select color” functionality, as every other icon element does….

    Thanks,
    David

    #249318

    In reply to: Icon colours

    This reply has been marked as private.
    #249115

    In reply to: Icon colours

    I have done as above and I do get the “Custom Css Class” field and named it “red-iconbox”

    In the custom.css I added:

    /* General Custom CSS */

    .iconbox.red-iconbox .iconbox_icon {background-color: #ff0000 !important;}

    /*
    Desktop Styles
    ================================================== */

    but no effect, the background color is still white.

    #249087

    In reply to: Icon colours

    Hi!

    Thank you for using the theme!

    I’m not sure why Yigit said that, maybe he got a better idea. I’ll ask him. Please wait for his response. You can do the ones suggested above if you want to start immediately. The custom css class can help you separate each iconbox and apply different backgrounds.

    Best regards,
    Ismael

    #243166

    Hey!

    You can use this instead:

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

    Regards,
    Ismael

    #242713

    Hi Yigit, the code modifies the border of the icon, but I was looking for code to modify the border of the rectangle. See the original post. Thanks.

    #240838

    Hi!

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

    .iconbox_top .iconbox_icon { border: solid 1px #FF00B3!important; }

    Cheers!
    Yigit

    #239129

    Hi!

    I checked the website on Chrome Windows 8 and it the font weight is set to bold. Please add this on Quick CSS or custom.css:

    .main_color .heading-color, .main_color a.iconbox_icon:hover, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline {
        color: #222;
        font-weight: 600;
    }

    Cheers!
    Ismael

    #238575
    This reply has been marked as private.
    #237949

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #237673
    marijn
    Participant

    Hi there,

    I have three iconboxes on my homepage with the icon position in the top. The boxes are displayed by default as a rectangle with a light grey border. I am not able to change the border color from the theme styling options.

    I tried adding the following code to the quick css but nothing happens. Please let me know what I can do to change the border color.

    .iconbox {
    border-color: #FF00B3 !important;
    }

    #235308

    Hi,

    it seems to have been an issue with my child theme. I had relocated my base.css to the child and did some customization there. To solve the problem i have copied the base.css from version 2.6 to my child and implemented my changes again. Now images are shown as expected again. Sorry for any inconvenience I have caused with this “bug report”.

    Regards

    Michael

    PS: The new header options rock! And i could remove all my custom css I had formerly to deal with the header except
    #top .main_menu .menu>li:last-child>a { padding-right: 13px !important; }
    to deal with the last menu item if you do not display the search icon.

    2nd PS:
    The iconbox background color issue within a color section with alternate color scheme still exist:
    https://kriesi.at/support/topic/colorsection-and-iconbox/

Viewing 30 results - 481 through 510 (of 631 total)