Forum Replies Created

Viewing 40 posts - 121 through 160 (of 289 total)
  • Author
  • in reply to: How put a revolution slider in all post #90205
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: How put a revolution slider in all post #90110
     wilfriedMarseille
    Participant

    No i have nothing with this code. The website workgood but i don’t get my slider ..

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I don’t have permission when i want export my content #89943
     wilfriedMarseille
    Participant

    Thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How get a buttonLog in With Facebook #89525
     wilfriedMarseille
    Participant

    an account here https://developers.facebook.com/apps and go on miscenealous on the dashboard

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #88712
     wilfriedMarseille
    Participant

    i write a new ticket but i don’t know how assign the ticket to a higher support

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #88387
     wilfriedMarseille
    Participant

    On the footer than we see like the image for all computer screen.
    And i got a bug too ( when we click on the button, “je m’abonne” the button moove).
    And after i will do the responsive. Just if you can let me some mediaQuerise to know different size than i need to customm with css code. Because i would like see 3 big line fullwidth for Label, Input and Button.
    Sorry for my english.. You understand me ?

    If you love Ableton check my blog :
    www.zikrea.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: CSS Problem #88061
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: CSS Problem #87727
     wilfriedMarseille
    Participant

    OOO Sorry But I can’t do it … If is easy for you I need your help, but if is so long, don’t care with the time i will found solution maybe about 200 hours lol.
    So With the Responsive Design I make BullShit. I think than is good but when i change screen and is not Good …

    After i don’t found how put the Input Label on one line.

    And I always get the focus problem on the click on the boutton s’abbonner.

    Thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #87726
     wilfriedMarseille
    Participant

    Wait i’m founding a solution. I think than i need to sleep lol.
    But i get alway the problem with the focus

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #87724
     wilfriedMarseille
    Participant

    Sooo …. a lot of probleme for this Button (Newsletter in the footer)….
    I explain you. I try to put one line with submit button (je m’abonne ) With the input (where the user put his email). And I try to put the Label ( Recevez nos meilleurs news ) with the same size of my input email more the button at the right of the input.

    So i get some problems ..
    The submit button can’t go above of the email input. And the problem is than the black border of the input email go on the submit button. And is not nice …. So How can I put the submit button just one more pixel ?

    Second Problem : Is the same than before with the Focus.

    Third Problem : Responsive Design. I try to understand it. But i think than i need a example.
    With a very big Screen the position are Ok. But on my MacBookProScreen the button is not in a good position. If you can give me an example to get the same position with a MacBookPro than a bigScreen.

    Is My Code :

    COPY CODE
    /*****************   NEWS LETTERS   ******************/
    /*LabelMailChimp Recevez nos meilleurs ....*/
    .mailchimplab{
        font-size: 23.6px;
        max-width: 3000px;
    }
    /*Bouton s'abonner*/
    .abonnement {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      position: relative;
      cursor: pointer;
      padding: 0 25px 0 20px;
      font: normal 21.3px/2.4 "Open Sans", Helvetica, sans-serif; 
      color: #407F7F;
      text-transform: uppercase;
      -o-text-overflow: clip;
      text-overflow: clip;
      background: #0D4D4D;
      -webkit-box-shadow: 0 5px 0 0 #003333 ;
      /*box-shadow: 0 5px 0 0 #003333 ;*/
      text-shadow: 0 1px 1px rgba(87,151,180,0.36) ;
      -webkit-transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
          margin: 0 auto;
          text-align: center;
        border: solid 2px #0D4D4D !important;
        border-top-right-radius : 10px;
        border-bottom-right-radius : 10px;
    }
    .abonnement:hover {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
    }
    .abonnement:active {
      top: 2px;
      -webkit-box-shadow: 0 3px 0 0 #003333 ;
      box-shadow: 0 3px 0 0 #003333 ;
      -webkit-transform-origin: 50% 100% 0;
      transform-origin: 50% 100% 0;
      color:#669999 ;
    }
    /*Positionnement et taille du boutton s'abboner*/
    @media screen and (min-width: 800px) {
    .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        margin-top: -18%;
        margin-left: 250px;
        position: absolute;
        height: 41px !important;
    }
    
    @media screen and (min-width: 1280px){
      .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit]{
        margin-top: -18%;
      }
    
    }
    
    }
    @media screen and (min-width: 800px) {
    .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit]:focus{
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        margin-top: -18%;
        margin-left: 250px;
        position: absolute;
    }
    }

    Thanks you i’m on this probleme since 12 o clock …

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I can change the color of my fontello #87697
     wilfriedMarseille
    Participant

    Sorry it was just a bug i don’t know why ….

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I can change the color of my fontello #87696
     wilfriedMarseille
    Participant

    Hello again,
    On my fisrt version, i get a problem with CSS. Because when i put a changement the changement works like one times by hours.
    You said me is your host company. So i change my host company. But today the same problem. And i don’t put new Plugin.And i don’t push a cache plugin …

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I can change the color of my fontello #87694
     wilfriedMarseille
    Participant

    now is working sorry πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I can change the color of my fontello #87692
     wilfriedMarseille
    Participant

    Thanks you πŸ™‚
    And for change the color durin a hover ?
    I put :before:hover and :hover:before and just :hover. Is not working …

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #87666
     wilfriedMarseille
    Participant

    Hello

    So i try :focus but no is changing.
    You can check my coe here

    COPY CODE
    /*Positionnement boutton s'abboner*/
    @media screen and (min-width: 800px) {
    .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        margin-top: -18%;
        margin-left: 250px;
        position: absolute;
        height: 38px;
    }
    }
    @media screen and (min-width: 800px) {
    .mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit]:focus{
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        margin-top: -18%;
        margin-left: 250px;
        position: absolute;
        height: 38px;
    }
    }

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #87130
     wilfriedMarseille
    Participant

    Ah Sorry, i got again a problem …
    When i click my button it move at the top.
    I try to copy/past with :active But is not working … Can you help me again please ?

    COPY CODE
    @media screen and (min-width: 800px) {
    .mc4wp-form button:active, .mc4wp-form input[type=button]:active, .mc4wp-form input[type=submit]:active {
        cursor: pointer;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
        margin-top: -18%;
        margin-left: 250px;
        position: absolute;
        height: 38px;
    }
    }

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #87126
     wilfriedMarseille
    Participant

    O yeah exactly what i need. Thanks you so Much i will never found. Thanks a lot !!!

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: information about import/export #86863
     wilfriedMarseille
    Participant

    ok thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: I can’t found the shortkey icon #86392
     wilfriedMarseille
    Participant

    Thanks you

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #86334
     wilfriedMarseille
    Participant

    Yes i use that. But, my button submit. stay at the bottom of the input and i would like put it a the right of the input, like the screenshot. I don’t know the css propriety to move the button.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem #86231
     wilfriedMarseille
    Participant

    hello
    You can check a jpg here.
    and i would like make the same for my newsletter. You can see in he footer of my website http://www.zikrea.com
    Thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: What is the best way to make a member acces #85455
     wilfriedMarseille
    Participant

    Paid member ship pro is like :

    If you got a simple member account you can have just acces to this part of the blog, and if you got a prenium you got more, and super prenium you got all acces and make different kind of acces level ?

    And can we sell digital files with paid members ship pro ? And if yes i can fix a price for all products or i need to make a prenium page where i put all my products and you pay an abonment to get the acces ?

    When i finish my blog, i will make a online shool with certified trainer of a music software. May be is the good plugin for my next project ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How can i put a word before a metadone #82525
     wilfriedMarseille
    Participant

    O yeahhh is working !!! Thanks you for this speed wordpress courses πŸ˜‰

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: input grew-up on the click and we got a button problem #82353
     wilfriedMarseille
    Participant

    Sorry … thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem on the click #81387
     wilfriedMarseille
    Participant

    It’s okay i found the solution with the dashboard. Thanks you and sorry for this …

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem on the click #81384
     wilfriedMarseille
    Participant

    The border problem is ok now. But no in all input :'(

    But the background-color is not working with me … Is strange.
    I think than the better is to change it in my dashboard.
    I’m going to see it.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS Problem on the click #81368
     wilfriedMarseille
    Participant

    Sorry but your css code seems doesn’t work. I try it but nothing change …

    first problem : On a formulaire when i clik on a input my border become white on white so invisible.

    second problem : When i stay clik and i select a word. My Word become white on white so invisible.

    Do you gt anthoter solution please ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How to make 3 kind of download #80592
     wilfriedMarseille
    Participant

    thanks you πŸ˜€

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Problem with buddy Press integration #79681
     wilfriedMarseille
    Participant

    I found the solution in Screen Option πŸ™‚
    Sorry to get a red fish memory ^^

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: CSS on kleo button :hover is not working #79646
     wilfriedMarseille
    Participant

    sorry, i had not stick my :hover and :active

    :/

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: how put a background color under thumbnails #79644
     wilfriedMarseille
    Participant

    O yeah is great Now i have to change my settings because if the description get one more line the background color height is so big. And for the left all is OK

    Thanks you !!!!!

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: how put a background color under thumbnails #79624
     wilfriedMarseille
    Participant

    O yess is working πŸ™‚

    Just a litte problème of width overflow for all image and height overlow for 16/9 image.
    If you know the solution to hide the left part of background-color ( after the thumbnails at the left )
    I could put all my thumbnail in the 4/3 format to don’t have the height overflow.

    If you know the 2 solutions is the Best.

    To see the problem look this link http://www.zikrea.com/category/tutoriels/

    Thanks πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: how put a background color under thumbnails #79598
     wilfriedMarseille
    Participant

    Sorry for my bad english. Is not directly under the image thumbnails. But under the text description near thumbnails.

    http://www.zikrea.com/category/tutoriels/ on this link is at the right of the image.
    http://www.zikrea.com On this link at the bottom of the thumbnails.

    Is to make a different color between the body background and the text post description near thumbnails.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How can i change the icone "+" on :hover tumbnails #79464
     wilfriedMarseille
    Participant

    Oooops I forgot it

    Thanks you πŸ˜€

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Do you know a good plug in for the security ? #79086
     wilfriedMarseille
    Participant

    yes of course thans you

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Do you know a good plug in for the security ? #78883
     wilfriedMarseille
    Participant

    Hello

    Yes i think than i’m going to that during the week.
    I saw on the wordpress forum, than we have to delete some table in Php my Admin, and delete an upload ithemes security folder. To make a good removal.
    If you got more info to do that i listen you if else is okay.

    Thanks you Radu πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Do you know a good plug in for the security ? #78691
     wilfriedMarseille
    Participant

    Hello,
    I’m testing https://wordpress.org/plugins/better-wp-security/ But i get a problem ( no dashboard acces ) so i had to reset the plugin to make new setting without the option hide dashboard. But I got some new users from yahoo everyday. Normaly this plug in block them ?
    I thinkk than i’m going to vanguard, but if i can’t stay whith wp-better security is better.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Do you test Duplicator to change host company and URL ? #78247
     wilfriedMarseille
    Participant

    thanksyou

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: how add a revolution slider in all page and post #78246
     wilfriedMarseille
    Participant

    thanks you πŸ™‚

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How add a banner in all page and post #76973
     wilfriedMarseille
    Participant

    Yes you find the solution. Is work now. Thanks you πŸ˜€

    If you love Ableton check my blog :
    www.zikrea.com

Viewing 40 posts - 121 through 160 (of 289 total)

Log in with your credentials

Forgot your details?