Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: don’t show date on post listing #1418766

    it works! thanks!

    in reply to: don’t show date on post listing #1418754

    Hi Rikard, I tried but still appearing.

    in reply to: Problem with partner/logo element #1416083
    This reply has been marked as private.
    in reply to: Problem with partner/logo element #1415903

    the issue is the same when I log from a mobile.

    in reply to: Problem with partner/logo element #1415902

    Hi, I did it, but the partner logos are not showing anymomre. To solve the previous issue I had to do a role back. But on my accueil page, the partner logos are not showing in the slider

    in reply to: Problem with partner/logo element #1415688

    Okay, from what I see, the last version of enfold is bugged. When I uploaded it, I lost enfold and it made my theme administration crash. Now when I upload a theme, enfold is there but not visible…..

    in reply to: Problem with partner/logo element #1415683

    Hi, I solved the rights issue, but I have a far big problem now….
    One page cannot be accessed anymore. it’s the contacts page. Please help, it says it is linked with the theme.

    in reply to: Problem with partner/logo element #1415352

    Also, I don’t know why but I lost the testimonials widget :(

    in reply to: Problem with partner/logo element #1415317

    connexion corrected

    in reply to: problem with "table" element and "center" function #610072

    OK….getting even worse….
    When I go to mobile mode, the title is replicated on each line.
    Looks weird.

    in reply to: problem with "table" element and "center" function #610062

    I just checked : when I shrink my screen, and jump to mobile theme got the same issue.

    in reply to: Kriesi frame #470048


    Hi
    This is the bar i’m talking about. I really need it for my website, and I don’t know if today you put all your demo inside an iframe, or that’s just the bar that is a widget. If you could give me the code, I’ll be grateful :)

    in reply to: menu problem after last wordpress update #437273

    ok now I see on latest version you have the same problem:
    bug2
    I am not sure this existed before.
    There is this gap that disappear when the menu goes down. But because I don’t have old version…. I cannot show if it was there or not before…

    in reply to: menu problem after last wordpress update #436493

    bug

    I made a mistake, the problem is on the primary menu. There is now a GAP between the menu and the level behind, and I don’t know what caused this. You can see it on the picture, compared to the normal way of functionning of enfold.

    OK FOUND IT!!! I really like to thank you work on other messages, because I needed to check a lot of messages to get full answer. so many parts in different messages.
    So if any one wants to build a menu like this :
    succes
    code is here :

    /*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 {
    padding-right: 13px !important;
    border-right: 1px solid #444444;
    }
    
    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0!important;
    }

    You can close, except if you think my code can be improved. Thanks a lot for your support section, was 3 weeks I was working on that….

    OK, I think I’m finally finding the real problem.
    It concerns the avia-menu-fx.
    Used with the search icon, it works well.
    But when I disable the search icon, there is a alignment problem. You can see it there:
    with loop
    without loop

    this is my code now:

    /*
    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 {
    padding-right: 15px !important;
    border-right: 1px solid #444444;
    }
    
    

    sorry for the big number of messages. I want to do it by myself, but always encountering new problems.

    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 25 posts - 1 through 25 (of 25 total)