Forum Replies Created

Viewing 25 posts - 251 through 275 (of 475 total)
  • Author
    Posts
  • in reply to: How to handle Custom Block template updates #38819
    Zac Gordon
    Keymaster

    Hey @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 and migrate 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 🙂

    in reply to: Re-branding the example plugin #38044
    Zac Gordon
    Keymaster

    What 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!

    in reply to: Re-branding the example plugin #38035
    Zac Gordon
    Keymaster

    Interesting. 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 fine

    My 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 first

    If you do a find all in your app do you see anything different that was affected? Were there any errors displaying at all?

    in reply to: 3.01 audio seems to be mono or something #37786
    Zac Gordon
    Keymaster

    Hey 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 🙂

    in reply to: 03.02 – Duplicate sentence at the end #37784
    Zac Gordon
    Keymaster

    OMG Amateur Hour

    Just fixed 🙂 Thank you!!!

    in reply to: Theme Compatibility #37780
    Zac Gordon
    Keymaster

    Hiya!

    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 🙂

    in reply to: Content Requests #37778
    Zac Gordon
    Keymaster

    Hey folks! GREAT feedback here so far! EXACTLY what I was hoping for!

    All of this is noted, please keep the requests coming!!!

    in reply to: Getting an error in run dev #37652
    Zac Gordon
    Keymaster
    in reply to: Getting an error in run dev #37650
    Zac Gordon
    Keymaster

    That 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.

    in reply to: 3.01 audio seems to be mono or something #37185
    Zac Gordon
    Keymaster

    Thank 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!

    in reply to: Some videos have black sections #37163
    Zac Gordon
    Keymaster

    Hi 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!
    Zac

    in reply to: 2.1.13.02 Setting Up The Project #36934
    Zac Gordon
    Keymaster

    Oh 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!
    Zac

    in reply to: 2.1.13.02 Setting Up The Project #36859
    Zac Gordon
    Keymaster

    Hey 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!!!

    in reply to: 3.01 audio seems to be mono or something #36829
    Zac Gordon
    Keymaster

    Thanks Sören! Just posted a fix! Sorry about that!

    in reply to: 3.01 audio seems to be mono or something #36718
    Zac Gordon
    Keymaster

    Good catch! Should be fixed now! Let me know if you notice anything else off!

    in reply to: Broken video #36642
    Zac Gordon
    Keymaster

    Oh 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.

    in reply to: Possible wrong naming on videos #36637
    Zac Gordon
    Keymaster

    Thanks 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 🙂

    in reply to: Problem in loading video for 2.01 #36634
    Zac Gordon
    Keymaster

    Hey Roy! Some folks have experienced bugs with the Wistia video player. Please let me know if the problem continues.

    in reply to: Possible wrong naming on videos #36628
    Zac Gordon
    Keymaster

    Okay, 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!

    in reply to: Possible wrong naming on videos #36483
    Zac Gordon
    Keymaster

    Hey! 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!

    in reply to: Possible wrong naming on videos #36394
    Zac Gordon
    Keymaster

    Aw 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 🙂

    in reply to: 3.01 audio seems to be mono or something #36392
    Zac Gordon
    Keymaster

    Aw 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!

    in reply to: Gutenberg Course Not Appearing #35976
    Zac Gordon
    Keymaster

    Hi 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 🙂

    in reply to: Gutenberg Course Not Appearing #35928
    Zac Gordon
    Keymaster

    Hi 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

    in reply to: Gutenberg Course Not Appearing #35904
    Zac Gordon
    Keymaster

    Hi 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

Viewing 25 posts - 251 through 275 (of 475 total)