Forum Replies Created

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • image2
    Ok I’ve been a little further on the code. But something goes weird and I don’t know why. Just looking the menu, you will see I have a problem on the right….
    Here is the code :

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    
    .av-main-nav> li:last-of-type  > a {
    border-right: 1px solid #444444;
    }
    

    Can you explain to me what thing I am using wrong? looks like avia menu fx and av-main-nav are not centered just for the last Item. I don’t know how to solve this.

    and I don’t know why the red one is not stuck to the others. Have to check the CSS i think… or maybe I don’t use the right code….

    souhait
    this is what I want to do, just a missing border. I don’t know if there is a better way to do it. I’m localhost for dev (MAMP) so I cannot show the code, all I have is enfold and the CSS I show you used on a child

    in reply to: wpml transparency problem #345945

    thanks… I’m so stupid -_-
    but this parameter is not copied when we duplicate page from WPML? is it normal?

    in reply to: wpml transparency problem #345013

    Hi, I updated the rights, you can have a look. Thanks in advance, I looked a lot without finding the difference. Everything works fine with avia, and options are checked in Enfold child theme.

    in reply to: statistic shortcode? #189804
    in reply to: statistic shortcode? #189803

    But it is not doing what I want. I’m searching infographics like this:
    <iframe src=”//infogr.am/personnes-seules/” width=”451″ height=”286″ scrolling=”no” frameborder=”0″ style=”border:none;”></iframe>
    And there is nothing that can do it properly yet :(

    in reply to: statistic shortcode? #189791

    I cannot find, one, even after a long search :/

    in reply to: Enfold Feature Requests #189785

    Hi!
    I really enjoy the Enfold theme. But I think it could be even greater with statistic shortcodes:
    like: the translation of 6 people over ten, when you got ten people on line and 6 of them in another color
    <iframe style="border: none;" src="//infogr.am/personnes-seules/" height="286" width="451" frameborder="0" scrolling="no"></iframe>
    could it also be possible to give the choice to see the percent or not on the progress bar?
    And also if you could build pies like that:
    <iframe style="border: none;" src="//e.infogr.am/utilisation-site" height="466" width="550" frameborder="0" scrolling="no"></iframe>
    I could find anything upon it…. If you had the idea, sure it is not so complicated to make (choose an icon, total number and total colored) but it could be of great added value….
    I looked everywhere on the internet, and I couldn’t find a plugin with added value upon that. the only thing existing, that could be inspiring is http://www.infogr.am .

Viewing 9 posts - 31 through 39 (of 39 total)