Forum Replies Created

Viewing 30 posts - 91 through 120 (of 158 total)
  • Author
    Posts
  • in reply to: Sticky widget or right bar for a vertical fixed submenu #334754

    Hey Josue!
    Thanks for your feedback.

    > STRX floating sidebar : it doesn’t seem to be what I want really. Looks like there is a delay when the user ends scrolling before the widget moves to the good position. See video on
    Unless this can be solved in the settings ? Please let me know in case.

    > Q2W3 fixed widget looks much better as far as I am concerned as it really stays fixed all the time. But apparently there is a recent bug with safari and the plugin author doesn’t seem to know how to solve it… See on the following link :

    I’ve tested the member site and indeed there is a BIG bug on safari…

    Any other advice?
    What about other Enfold users experiments ?

    Thank you!

    Regards,
    Marie

    in reply to: .hr border color #334738

    Hey Ismael!
    I tried something else referring to your link (see below). But it still won’t work. I haven’t put the border-width & border style info as I already gave the width in the “ALB .hr window”… I thought this would make conflict… but may be I’m wrong ? Really need some more precise help here, sorry. When I have a problem I always try as much as I can before coming to you…to avoid disturbing too much, but my skills are unfortunately quite limited… I know you guys have to solve many & much bigger issues, but on my side I can’t spend hours on a border gradient matter… Thanks a lot in advance.

    Regards,
    Marie

    /* Gradient color for hr element */
    #top .hr .mc-hr-gradientcolor .hr-inner {
        -webkit-border-image:
          -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0,196,114,1)), to(rgba(60,213,46,1))) 1 100%;
        -webkit-border-image:
          -webkit-linear-gradient(right, rgba(0,196,114,1), rgba(60,213,46,1)) 1 100%;
        -moz-border-image:
          -moz-linear-gradient(right, rgba(0,196,114,1), rgba(60,213,46,1)) 1 100%; 
        -o-border-image:
          -o-linear-gradient(right, rgba(0,196,114,1), rrgba(60,213,46,1)) 1 100%;
        border-image:
          linear-gradient(to right, rgba(0,196,114,1), rgba(60,213,46,1)) 1 100%;
    }
    in reply to: Font weight renders very different depending on browsers #334533

    Yeaaaahhhh ! What a relief… After hours of web investigation… I found some pieces of answers like the “text-rendering” css which I had never heard of… From there I searched again in the Enfold support forum and found a magic post from Dude #307770. I tried it (part of it) and it is magical ! The type looks very clean now, on mac and both Safari Firefox and Chrome. Nothing to do with how it was before ! For example in firefox I had also a very different rendering between body text and layer slider text (which was terrible)… Well now I hope I’m not talking too fast and that the rendering is going to stay this way… You guys should add this by default in the theme !! Anyway, if ever someone is going crazy like me, here is the code I put in my child theme css file.

    Also could someone in the support team tell me if the rendering is similar on Windows browsers ? I would appreciate.

    Thank you ! And thank you Dude if ever you read this post ;)
    Regards,
    Marie

    /* Font rendering */
    body #wrap_all{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    in reply to: Layerslider size #334457

    Hey !
    Following my previous message, here is what I finally did which seems to work : I left my LS at 1200, and I changed the main container (in Enfold/General layout/dimensions) to 1300 (instead of 1200). Everything is “aligned now” and it looks perfect to me :) / well, it’s not aligned anymore when I really stretch down the screen window but it’s ok for me. That being said, I’m not a developer… I don’t want to “set” things that wouldn’t be “clean” regarding the code and the theme… Please can you just confirm there is no “problem” with doing this ?
    Thank you Arvish, Ismael, everyone !
    Regards,
    Marie

    in reply to: Font weight renders very different depending on browsers #334367

    Well, that was yesterday… I turned “on” my mac again and now the font is awful on chrome ! bolder than safari & firefox… Am I crazy or preview is changing on chrome from one day to another ? If anyone knows please tell me… I am kind of maniac with typography… ;)
    Thank you again. Regards,
    Marie

    in reply to: Layerslider size #334364

    Hey Arvish !

    Thank you very much for your help.
    I had done 1-2-3 already, but I had added the slider direct, not specifically in a 1/1 container and not through the shortcode.
    At first I thought your solution was working and I was so happy… :) but then I realized it was not working very well. It takes more time than expected to get really started + I’ve lost arrows on both sides…

    Unless you get a better idea, what about going back to where I was (first method), but reducing a little the slider width in the slider settings? The main container size I chose is 1200. But it includes small margins on the right and on the left, right? Let me know if I’m wrong.. So do you think it could work if I set the slider width to 1200-40-40 -> 1120px ? Bad idea ?

    Thank you very much again !
    Kind regards,
    Marie

    in reply to: Anchor points as menu items in a submenu #334201

    Hi Ismael,
    Regarding SUBMENU ISSUES -> Issue n°2 finally fixed with the following code.
    Kind regards,
    Marie

    /* Submenu */
    #top .av-subnav-menu {
        margin-right: 40px;
    }
    in reply to: Advertising widget title in the footer #334197

    Hey Ismael,

    I fixed it finally. The previous “mail to” link (in the Contact Widget) was not correct and was then making some mess on the following widget “Pages”… Position et font size for “Pages” are perfect now (and I didn’t have to put your last code / the correction of the “mail to” link was enough to put things back properly). Thank you !

    Kind regards,
    Marie

    in reply to: Anchor points as menu items in a submenu #333739

    Hey Ismael, thank you for your answer !

    ANCHORS ISSUES
    Sorry I didn’t want to lost you on the “one column” part ;). I was meaning that, as I have to use sections on this “nous connaitre” page, this page has to have “no sidebar”. RIght ? Ok, so I changed the structure of my page and removed the right sidebar that was there previously.
    I’ve started adding new sections with anchors, and then added the links in the submenu.
    – At this stage it works on chrome and firefox but not on safari (although I refreshed). ??
    – It’s not very “smooth” though. Is there a trick for this ?
    – The positions are also kind of aleatory, depending on wether you click on ‘gouvernance’ or ‘equipe”, on chrome, on firefox…
    The worst is the first one that goes under the submenu… I would really need help on this…

    SUBMENU ISSUES
    I have other issues with the submenu itself. Should I create another thread ?
    1. When you are on the homepage and then click on “nous connaitre” the submenu is a little hidden under the main one and you have to scroll a little so it can appear completely…
    2. I’d like the submenu to be aligned on the right AND with the search icon above. Is that possible ? I know this is a fullwidth submenu… but the way it looks now doesn’t look “clean” to me… and I’d rather not center it either… Hope you can help.

    Thank you !!

    Kind regards,
    Marie

    in reply to: Advertising widget title in the footer #333724

    Hey Ismael !

    Ad widget -> perfect ! Thanks !

    Pages widget -> code doesn’t seem to change anything. I refreshed and tried on chrome, safari, firefox. Same result everywhere.
    And I don’t know why but I also noticed that the ‘pages widget’ title is 13px (the other widget titles are 14px). It was already the case before I put your code.

    Thanks again,
    Marie

    in reply to: Menu styling #333714

    Great ! it works now ;))
    Thank you again for your help Yigit !
    Kind regards,
    Marie

    in reply to: Layerslider size #333432

    Ismael, me again… I don’t want to be a pain really and I’m sure you’ve got a lot of work which I understand.
    I just wanted to complete my message with this link :
    http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/
    The slider of this first page is exactly what I need I guess, it’s not fullwidth…
    If really there is no solution with the Enfold Layer slider do you think I should buy the plugin ? I would have preferred to avoid that but if it’s the only solution I will do so. I also need to be sure that adding this plugin will not have bad incidence with the theme and the code.

    Keep me posted when you can of course. Thank you.
    Regards,
    Marie

    in reply to: Menu styling #333288

    Hey Yigit,

    Thank you !! 2 & 3 perfect !

    Strangely still have problems with problem n°1 though… which seems to be the easiest to solve !! I’ve tried to change again my colors in Enfold / General styling / logo area -> but I don’t get the result that I want…
    The “logo aera font color : #00c472” is impacting on all items… the only thing is that unselected items are a little lighter than the active or hovered item. This “pale green” that you can see is not a color that I have chosen. It looks like it’s my #00c472 but with less opacity… which I can’t control from General Styling… And I don’t want them to be lighter, I want them to be in another color -> grey for example.
    And the “primary color” doesn’t have any impact either, at least on the menu items. Hope I’m not being too much dum… ;)
    Please let me know if you have another idea or if you need my codes to “get in” eventually… If so please give me a mail as apparently I don’t have anymore the possibility to add private data.

    Thank you Yigit !!!
    Best regards,

    Marie

    in reply to: Layerslider size #333043

    Ismael,
    Regarding this “non alignment” width between layer lifer and container… Please could you check the “nous connaître” page.
    I’m just trying at this stage to see how would look a submenu on top of this page just below the main menu, and also how it would look if I use a widget in the right column. Anyway, as you can see, with the top submenu (aligned on the right) there is also a problem -> it’s not aligned on the right with the main menu…
    I’m wondering if the 1200px size I chose for the container is really working… ?? see what I mean ? Hope my explanation are clear…
    Thank you for your patience.
    Regards,
    Marie

    in reply to: Advertising widget title in the footer #333038

    Thank you Ismael. Looks better.

    1. Still a little problem remaining with the “pages” title… ?
    2. How to add a little more vertical space between the Advertising widget title and the images below ?

    Thank you again !
    Kind regards,
    Marie

    in reply to: Layerslider size #333030

    Hi,
    Thanks to both of you, really.
    But I really don’t understand, as actually it’s possible to set a maximum width in the layer slider settings…? And as you can see on my link my layer slider isn’t really fullwidth… apparently at least. I know it is fullwidth indeed if I put back the borders and shadow… but my goal was to give the appearance of a non fullwidth… which is nearly the case !! Wouldn’t you have a little trick to align the “appearing” layer slider with the container width ?? Would be great as I’m not to far from it !!
    Sorry I don’t want to bother nore to insist… but unfortunately I won’t have the same setting possibilities AT ALL with the easy slider (font, size, colors, movements, buttons etc… This is the reason why I chose the layer slider …
    Thank you very much again.

    Regards,
    Marie

    in reply to: Layerslider / Remove borders #323153

    The best team support ever !
    Thank you Yigit !! You can close the thread :)
    Kind regards,
    Marie

    in reply to: Layerslider / Remove borders #323103

    Hey Yigit !
    Thank you very much. It works except for the bottom-border, still there…

    Good news for Enfold. Thanks !

    Kind regards,
    Marie

    in reply to: Enfold / wpml #312110

    All right Peter ! I’ve got my answers.
    Thank you so much.
    Regards,
    Marie

    in reply to: Release date / Version 3.0 ? #311771

    Great !
    Thank you !!
    :)

    Marie

    in reply to: Same google font for body text than for headings… #306461

    OK Thank you Peter !

    in reply to: Small simple slider with text only ? #306446

    THANK YOU * THANK YOU * THANK YOU !!!!!!
    This support team’s help and patience are so precious !
    I’m really grateful to all of you !
    Cheers,
    Marie

    in reply to: Same google font for body text than for headings… #305882

    Insert it after the “what” Peter ?? :)
    Thank you again,
    Marie

    in reply to: Same google font for body text than for headings… #305858

    OK thanks !
    Cheers !
    Marie

    in reply to: Small simple slider with text only ? #305847
    This reply has been marked as private.
    in reply to: Same google font for body text than for headings… #305816

    Oups… I’v read your code too fast. The thing is that Varela is already in “heading fonts” list. I’d like to add it in the “body text” list. Your code is talking about “heading fonts”… ? Normal ? Thanks !

    in reply to: Same google font for body text than for headings… #305813

    All right Peter ! I’ll do that. Much better :)
    Thank you !
    Best regards,
    Marie

    in reply to: Small simple slider with text only ? #305229

    OK Ismael, thank you !
    I will post the feature on the “feature requests page”.
    Meanwhile the solution with solid background images can indeed be a good alternative. Except that I will have to change position of captions titles and/or contents in quick CSS (let’s say center them for example). The limit of this solution is that if I also want to use the easy slider in the “normal way” (with photos and captions at the bottom) on another page, the changings I will have made previously for captions position will affect all easy sliders on the site no ? That means I should simply avoid using captions for this one (the “photos” one) I guess… ?

    Anyway, thank you again for your advices. It’s a good beginning of solution ;)

    Cheers,
    Marie

    in reply to: Animated changing color background #304896

    Ok got it. Thank you !!!

    in reply to: Animated changing color background #304864

    Thanks Yigit, so that’s direct in theme options through the admin ?
    Best regards,
    Marie

Viewing 30 posts - 91 through 120 (of 158 total)