Forum Replies Created
-
Author
-
wilfriedMarseilleParticipant
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.comNovember 29, 2015 at 13:08 in reply to: I don’t have permission when i want export my content #89943wilfriedMarseilleParticipantThanks you π
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantan account here https://developers.facebook.com/apps and go on miscenealous on the dashboard
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipanti 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.comwilfriedMarseilleParticipantOn 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.comAttachments:
You must be logged in to view attached files.wilfriedMarseilleParticipantOOO 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.comwilfriedMarseilleParticipantWait i’m founding a solution. I think than i need to sleep lol.
But i get alway the problem with the focusIf you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantSooo …. 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.comwilfriedMarseilleParticipantSorry it was just a bug i don’t know why ….
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantHello 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.comwilfriedMarseilleParticipantnow is working sorry π
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantThanks 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.comwilfriedMarseilleParticipantHello
So i try :focus but no is changing.
You can check my coe hereCOPY 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.comwilfriedMarseilleParticipantAh 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.comwilfriedMarseilleParticipantO 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.comwilfriedMarseilleParticipantYes 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.comwilfriedMarseilleParticipanthello
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.comAttachments:
You must be logged in to view attached files.wilfriedMarseilleParticipantPaid 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.comwilfriedMarseilleParticipantO yeahhh is working !!! Thanks you for this speed wordpress courses π
If you love Ableton check my blog :
www.zikrea.comOctober 15, 2015 at 10:59 in reply to: input grew-up on the click and we got a button problem #82353wilfriedMarseilleParticipantSorry … thanks you π
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantIt’s okay i found the solution with the dashboard. Thanks you and sorry for this …
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantThe 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.comwilfriedMarseilleParticipantSorry 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.comwilfriedMarseilleParticipantI found the solution in Screen Option π
Sorry to get a red fish memory ^^If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantsorry, i had not stick my :hover and :active
:/
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantO 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.comwilfriedMarseilleParticipantO 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.comwilfriedMarseilleParticipantSorry 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.comwilfriedMarseilleParticipantOooops I forgot it
Thanks you π
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantyes of course thans you
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantHello
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.comwilfriedMarseilleParticipantHello,
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.comSeptember 17, 2015 at 20:16 in reply to: Do you test Duplicator to change host company and URL ? #78247wilfriedMarseilleParticipantthanksyou
If you love Ableton check my blog :
www.zikrea.comwilfriedMarseilleParticipantYes you find the solution. Is work now. Thanks you π
If you love Ableton check my blog :
www.zikrea.com -
AuthorPosts