reVwow
Forum Replies Created
-
Hello,
thanks for answer.
For issue 1, am gonna look into it on my own.For issue 2, i have this :
<textarea name=”ewd_otp_public_notes” style=”width: 300px;” value=”<?php echo ( ! empty( $this->order->notes_public ) ? esc_attr( $this->order->notes_public ) : ” ); ?>”></textarea>
.
And for some reason it dissapearing after save and refresh. But the text is still displaying in front-end result.Also i have a issue 3, about special caracters like : ‘ (ex : l’année). on Front end it goes into a / (ex : l/année). Something with UTF-8 ?
Reagards
Hello,
thanks a lot for informations.
I managed to do it. Now i have a textarea in admin order page.
But i have few details i want to fix now :1- it seems “line break” doesnt work. When i put text in textarea in admin back-end with line break (that was the point to put textarea instead of simple input text), on result in front-end, i have all the text in same line still.
See here : Picture 1
picture 22- When i put some text in public note on order in back-end admin, the result is displaying in front-end for client but if i go back to admin backend all the text doesnt display anymore of what i typed before.
Exemple here : gif anim
Regards
- This reply was modified 4 years, 3 months ago by reVwow.
Thanks a lot for your information. Am going to work on it and find a way on my own.
Yes i noticed this already.
But i want to choose the default quality because the picture i choose even the default one is very blurry (bad quality). I would prefer to force a “large” format of it.Thanks
The image that appear when you tick “graphical status” in the result page.
Cheers
Parfait merci pour l’info. Je vais faire mes recherches.
Hello jay,
ok all my apologies for being dumb and thanks a lot you were right.
I found the criminal code on theme custom css. Probly my 1st attempt i didnt delete.
All seems to work perfectly.You won a client, am gonna take pro version probably on january when project come out.
have a nice dayHello,
I dont use cache plugin or anything cached for now.
Actually you see some modification i did.I put back the code you send me, see again you will see the problem back.
I still have the very 1st status still displaying.
Weirdly the code :.ewd-otp-status-label { display: none !important; }Dont hide this one, for some reason.
regards
I found how to.
Anyway thanks a lot for all information !
And especially for being quick.regards
EDIT:
Actually i still need help, my fix isnt that i expected to.
I still need to know how to hide this element that still display.- This reply was modified 4 years, 5 months ago by reVwow. Reason: mistake i didnt find how to
Ok it getting ok. Also i replace in css #2 :
that :
`.ewd-otp-order-results {
display: flex;
flex-direction: column;
}div.ewd-otp-order-results > div {
order: 9;
}.ewd-otp-status-label:nth-of-type(5) {
order: 1;
}.ewd-otp-status-label:nth-of-type(6) {
order: 2;
}`with that :
`.ewd-otp-order-results {
display: flex;
flex-direction: column;
}div.ewd-otp-order-results > div {
order: 9;
}.ewd-otp-status-label:nth-of-type(5) {
order: 1;
}.ewd-otp-status-label:last-of-type {
order: 2;
}`Then i did a test to the very start with fresh order, i changed 3 times the status to have 3 statuses in history. I got the correct current status up there that switch every time i update status, but i still got the very 1st status that display down there, see screenshot.
regards
I used “code snippet” plugin to easily add some custom code.
I already use it for some custom code and work properly but not this time weirdly.Anyway i tried “Appearance > Customize > Additional CSS” the second #2 code worked but the current status isnt the one is displayed.
I have the feeling if i change status it breaks the last current status id (as there is no static id in code) and as nth-of-type(6) become nth-of-type(7) after a change.
For the #1 code, it changed nothing, i still have all other statuses historic down.
regards
Hello,
thanks a lot.
I did some try but got some synthaxe error.#1 PHP Parse error: syntax error, unexpected ‘.’, expecting end of file in Standard input code on line 1
#2 PHP Parse error: syntax error, unexpected ‘.’, expecting end of file in Standard input code on line 1
I notice an error line 5 on #1 but cant find the main one.Any idea ?
Reagards
Ok i generated another one, hope it’ll work this time :
siteweb accessall my apologies for time wasting.
regards
Hello,
ok here is a cookie access link (site is in maintenance) :
website
The commande available for test is : 1111
The link of track order is : Track order page
(be sure to use 1st the cookie link before clicking this link)Thanks a lot for you help
Regards
Ok so i tested out different configuration. And for some reason fixed it, on changing the order of statuses list.
So instead of that : Previous order – screenshot
I did that order : Actual order – statuses
Like that, it fixed the duplicate status at start and end.
regards