-
Content Count
1,033 -
Joined
-
Last visited
-
Days Won
31
flydev ππ» last won the day on December 8 2020
flydev ππ» had the most liked content!
Community Reputation
1,860 ExcellentAbout flydev ππ»
-
Rank
0xDEADBEEF
- Birthday 09/21/1983
Profile Information
-
Gender
Male
-
Location
France π₯
Recent Profile Visitors
5,135 profile views
-
flydev ππ» started following CSRF Error on unpublishing, Developing for the web, mobile first ? check that, CKEditor β Images, Captions, Positions ... and and 1 other
-
Recently @Wanze starred a free app on Github, just awesome : https://github.com/responsively-org/responsively-app It's a browser modified that show how a website work in all selected devices. I think a lot of people will fall in love for this soft - give them a star on github π
-
Welcome here Seema, you just spot a damn good community, ready to help and share in a professional fashion π Where are you from (if its ok) ?
-
hannacode Insert any HTML tag with attributes, using Hanna Code
flydev ππ» replied to Jonathan Lahijani's topic in Tutorials
Just a heads-up on this, Really strange, when using nested hannacode, each nested hannacode add 100ms to TTFB. I saw old issue on Github and a commit about nested hannacode but I ask myself if it was tested with a lot of content and something than more than 30 hannacode in the same body field. I used RockReplacer from @bernhard and the whole page load in 200ms instead of 1.8s. It was used like: [[tag element="div" class="row"]] [[tag element="div" class="col-6"]] $content [[end-tag]] [[end-tag]] -
CKEditor β Images, Captions, Positions ...
flydev ππ» replied to Bike's topic in General Support
@Bike welcome on the forum. Use this search/tool : https://cse.google.com/cse?cx=014789015761400632609:fxrf0rj4wr4 Then check theses threads : Then come back here after some read π -
both π
-
I found what I was trying to remember. Try what is said in this thread, last answer, it seems it's a related issue (I have the same one in a setup). Direct answer: Modules order in the db.
-
after a backup, I would delete session files in site/assets/sessions and clean entries in the db, table `session_login_throttle` before going further.
-
@adrian I spotted something quite "annoying". Check the line number on the bottom of panel. It doesn't show anymore. Before : After : The line is shown only when I over the link with the mouse.
-
I thought I was in Tracy's thread sorry π€¦ββοΈπ€£
-
Oke thanks @Klenkes Then he should also verify namespaces on the templates / modules following the stack-trace. I have an issue like this on an install, due to a namespace error, I have to rename each modules called then installing it again.
-
I don't know why you have this module in `site/modules`. 1 - make a backup 2 - rename the folder `FieldtypeTextareas` to : `.FieldtypeTextareas` and refresh modules, then if you are invited to select a module between `site/modules` and `wire/modules`, choose the last one. 3 - report here
-
I just hit [enter] at the end of the line, like in CKEditor, a new paragraph is open.
-
I will edit the post, but it's just to show you that is possible to move easily blocks. For the pros/cons you exposed, I have the same point of view and I still think that CKEditor should stay the default editor in ProcessWire. Look at this screencast : Enregistrement #3.mp4 CTRL/CMD + C, S, X ok π Interesting, what you mean exactly ? That's clear this is something to deal on client basis. Example on personnal experience : - Me, as I am not a content editor, I still prefer to use CKEditor. - A colleague, writing big wall of text, is scratching his head on CKEditor and edit content on Wordpress then paste it in PW π€¦ββοΈ
-
Look like you have to call $res = paymentCheckout() which return an array with the form. Then you just echo the form (echo $res[0];). https://github.com/benbyford/PaymentStripeIntents/blob/master/PaymentStripeIntents.module#L62-L139