Forum Replies Created
-
AuthorPosts
-
Zac Gordon
KeymasterHey @hallme!
I cheat a bit and asked this question in the Core #editor-js Slack Channel and got this response from a core developer:
“that’s an interesting one. If I had to imagine, you would offer a per-block transformation routine (similar to the
transform
andmigrate
APIs) that would match every existing block of the template to a new state/different block. Might happen on loading a post, or could be done in bulk.”I realize this goes a bit beyond the scope of the content current in the course and is a tiny bit of an edge case, but not really.
Would be happy to chat this out, if you wanted to explore a solution around this.
Hope this helps a bit! Good question 🙂
Zac Gordon
KeymasterWhat is on line 137 of
blocks-ultimate/jsforwp-blocks.php
?Had a feeling that it could be dynamic field related if anything, wasn’t sure what kind of block you were building. Should have asked ;p
Also for others who may try to rebrand the plugin, remember two things. * Do not use Upercase in your string as Block names may not contain uppercase. * Do not use “-“ as there are functions also which will break
ALSO, good tips for others!
Zac Gordon
KeymasterInteresting. So I just looked through the source and doing find and replace on “jsforwp” turns up
– CSS Style, fine
– Block names and namespace, should be fine
– Enqueue function calls and names, should be fineMy thoughts would be this.. Mmm…
– Check for any errors, of course
– Try wiping the bundled code and run a clean npm run build, just to try
– Try changing it back and see if it works again. If it works you have to gradually go through and change on smaller scope firstIf you do a find all in your app do you see anything different that was affected? Were there any errors displaying at all?
Zac Gordon
KeymasterHey there! A few folks have pointed things out here and there and have been trying to keep up with those updates.
Have only added one new videos and some articles in terms of new content. Will send out an email with notices on content updates 🙂
Zac Gordon
KeymasterOMG Amateur Hour
Just fixed 🙂 Thank you!!!
Zac Gordon
KeymasterHiya!
Great question. Couple of thoughts.
1. I found that sometimes it was a matter of class weight. Adding more classes means your styles override the default ones.
2. You can see what priority the GB styles are enqueued at and make sure yours are enqueue later.
3. You can find the handle for the core GB styles and make them a dependency for your stylesheet to have WP ensure yours loads later.One or any combination of these should help.
A good place to start would be the core GB plugin file, looking for where it enqueues CSS in the editor 🙂
Zac Gordon
KeymasterHey folks! GREAT feedback here so far! EXACTLY what I was hoping for!
All of this is noted, please keep the requests coming!!!
Zac Gordon
KeymasterThis line right here should handle that.
Zac Gordon
KeymasterThat is strange you’re getting that error as the babel file included should have handled that. Did the babel file get included in your example?
It’s happening because object deconstruction is not yet a part of JS.
Zac Gordon
KeymasterThank you all! Sorry again about those editing problems!
Just updated the videos you all pointed out!
Thanks again! Please let me know if you all notice anything else off. Sorry again about the launch bugs!
Zac Gordon
KeymasterHi Ryan!
Sorry about that! Thanks for letting me know! Just posted an update, everything should be fixed now, not sure what happened there!
Thanks again!
ZacZac Gordon
KeymasterOh great!
Do you think there is something wrong with the code I provided in the examples? Please let me know and I’ll post updates 🙂
Cheers!
ZacZac Gordon
KeymasterHey Juliette!
Sounds like you just need to install transform-runtime, which helps with preventing code completion.
If there is a package.json file then you just need to run npm install to pull down everything you need.
Hope that helps!!!
Zac Gordon
KeymasterThanks Sören! Just posted a fix! Sorry about that!
Zac Gordon
KeymasterGood catch! Should be fixed now! Let me know if you notice anything else off!
Zac Gordon
KeymasterOh no! Thank you! I have had that issue before with the Wistia player. iframe backup player set now and should hopefully be working for you. Please let me know if you notice this again.
Zac Gordon
KeymasterThanks again, fixing the mono issue today!
I had added some of the wrong names and order when I added up all the videos, but it should all be correct now and listed as intended 🙂
Zac Gordon
KeymasterHey Roy! Some folks have experienced bugs with the Wistia video player. Please let me know if the problem continues.
Zac Gordon
KeymasterOkay, thank you for these corrections! I updated the videos with the proper names and locations and it should be all working and outlined properly now!
I plan to do a course introduction, which is why the numbering starts at 02 🙂
Please let me know if you notice anything else off and thank you again!
Zac Gordon
KeymasterHey! Of course 🙂
I will post up to this thread about the file names and things you mentioned.
If you’re having trouble accessing the course or cannot view the videos, would you mind posting up to a related thread for those issues and I’ll make sure to address them there?
Thanks!
Zac Gordon
KeymasterAw thanks fellas
I was definitely rushing to get all of these up. I will do a thorough review, correct all of this, and post back up with an update 🙂
Zac Gordon
KeymasterAw good catch! Sorry that got missed. My editor was on vacation and had to do these myself this time. Must have missed that on this video 😬
Will post a fix tomorrow 🙂
Thanks Thorsten!
Zac Gordon
KeymasterHi Folks:
Quick Update:
1. I have manually added everyone to the course as of the time posting this.
2. If you find yourself without access please let me know and I’ll resolve ASAP!
3. I **hope** I have also identified the problem and solved it..Please let me know if you have issues still.
@Mike hey! Good tip, I did not know that about Wistia video issue… tx 🙂Zac Gordon
KeymasterHi folks!
Okay, I have figured out the issue. Unfortunately, the short term solution is for me to start updating everyone manually to have correct access to the course.
I am doing that now.. you all should have access soon.
Then I can figure out what went wrong here!
Zac
Zac Gordon
KeymasterHi Folks,
Just wanted to keep everyone updated with the status:
1. I am in contact with LearnDash to see why the my courses shortcode is not working
2. I have added a direct link to the course in the Dashboard so hopefully you can still access the course while this issue is being resolved.Please let me know if you cannot access the course with the direct link!
Cheers!
Zac -
AuthorPosts