What is new in WordPress version 6.0?
11:48
WP Café #18
39:08
2 жыл бұрын
CSS Grid-based Gutenberg theme demo
13:53
WP SpruceUp! escoladedados.org
34:23
3 жыл бұрын
Пікірлер
@DjOyda-i9u
@DjOyda-i9u 8 күн бұрын
Is there any hidden costs for this?
@tomwooten4893
@tomwooten4893 10 күн бұрын
Is there a way to move a job posting the top of the page? Can you list a job in alphabetical order?
@magloirekasongo6809
@magloirekasongo6809 29 күн бұрын
Which WordPress Plugin can we use for Tenders?
@adambermingham7661
@adambermingham7661 Ай бұрын
Hi guys, love the show, regular listener on Spotify. I develop WP sites for SMEs, mostly service sector, the odd e-commerce. I find myself saying a lot, when I'm listening, "Elementor does that" or "Crocoblock does that" ( I install these on every site, I have a custom WordPress install that I transfer) when you're discussing issues you have with block editor etc. and the time/headaches it causes you. I have never used Gutenberg or the block editor, since the day it launched I have used the classic editor plugin. I build fully custom, no themes (hello theme ie. blank), no template kits and I develop a fully custom admin experience for each client, where they can only change text or media, no styling, plus a video user manual. My question is why have you persisted with WordPress as it currently stands, is it purely a speed issue? From what I know of it, my clients would break their site in 5 minutes trying to use standard WordPress. I'd love to hear your thoughts and if I'm missing something.
@Nomad_Skateboarding
@Nomad_Skateboarding Ай бұрын
Really, really enjoying the FSE episodes! 🙂🙌 Any easy way to show some of the work/your screens for reference as you walk through the build?
@keithdevon8127
@keithdevon8127 Ай бұрын
Thank you! I think we should do a separate, "How we built this" episode on the channel after launch. Hopefully, there would be some interesting stuff in there.
@Nomad_Skateboarding
@Nomad_Skateboarding Ай бұрын
@keithdevon8127 That sounds awesome!
@pixelsandthings
@pixelsandthings 2 ай бұрын
Check out the block_wrapper_attributes() and wp_style_engine_get_styles() functions, you can return a string of block variables and styles based on the editor controls, really useful to manipulate the output in terms of collating all your styles and attributes together. I use it for all the ACF blocks so the output is the same regardless of frontend or backend without needing to use ACFs $is_preview.
@DerekLong-fu1uc
@DerekLong-fu1uc 2 ай бұрын
Really enjoyed this chat. One of my favorites!
@HighriseDigital
@HighriseDigital 2 ай бұрын
Thanks, Derek. Really appreciate your support.
@xpradInformatica
@xpradInformatica 2 ай бұрын
Amazing code!!! But I still need some help, I'm using jetformbuilder to add categories to the users from the frontend, but it only writes on meta fileds, so I have the users categorized, but there's no way to add the category in the post submit actions, the categories need to be a meta field, I wonder if you could help me... thanks in advance
@mariajosefsen7671
@mariajosefsen7671 2 ай бұрын
i have to different type of logged in users. How do i get to one group to se a category, and not the other group, aslong as unlogged users?
@alan-muscat
@alan-muscat 2 ай бұрын
I love the way you guys are working out your business model in front of a live audience. It's great to watch.
@HighriseDigital
@HighriseDigital 2 ай бұрын
Thanks, Alan. We appreciate the comment and the support. Glad you like the show!.
@alan-muscat
@alan-muscat 2 ай бұрын
At 35:48 this is the truth. Avoid the low end!
@sam-harrison
@sam-harrison 2 ай бұрын
This was great! Awesome channel 👍🏻
@HighriseDigital
@HighriseDigital 2 ай бұрын
Thanks, Sam!
@Nomad_Skateboarding
@Nomad_Skateboarding 3 ай бұрын
Congrats! 🎉🎉 Also question! You have two feeds coming through in my podcast player. Both are exactly the same, but one feed shows no cover images. Any thoughts?
@keithdevon8127
@keithdevon8127 3 ай бұрын
No idea! Anyone else experiencing that?
@alwaysopendesign
@alwaysopendesign 3 ай бұрын
I don't think it is necessary to make a splashy looking proposal. I do think including some video along with a proposal can be helpful, to show and explain something complex or not well understood (ex: accessibility) rather than going into a lot of written detail. It just needs to be readable. And, as you say it will ultimately be about the personal relationship you have or create - does the client trust you to be the expert and get it done.
@tsxpneo
@tsxpneo 3 ай бұрын
Congratulations for 100!
@pixelsandthings
@pixelsandthings 4 ай бұрын
So good listening to you guys have the same conversations I have with myself EVERY project, I’ve got my own ways of dealing with certain issues, would be so good to catch-up with you both to talk about some of it directly.
@patrickboehner4383
@patrickboehner4383 4 ай бұрын
This is why, and I don't know if it's the best choice or not, I've chosen to not use the vast majority of the block editors style settings, and have turned most of them off (that can be). Then I can focus on writing CSS as I want to, in the theme's stylesheet using block styles, variations or custom classes to make patterns work. But I agree I wish they had come up with a better approach then just saving everything in the DB. I can't blame you for deciding a custom block was just easier I'm just wondering where that balance is between what then can be built with standard blocks and what should be a custom block?
@elliottrichmondwp
@elliottrichmondwp 4 ай бұрын
You mentioned that the process was a bit challenging, but what you accomplished in just 30 minutes is actually quite impressive. I'm curious-given the solution you settled on, how long do you think it would have taken to achieve the same result using only vanilla CSS?
@HighriseDigital
@HighriseDigital 4 ай бұрын
Hi Elliot! I thought being able to achieve this at all was cool. The 30 mins doesn't count my previous attempt and it is full of compromises (poor UX, no VC, etc). To do something like this in CSS would have taken about 10-20 mins but we'd also have had to built the UI, so it's hard to say. For me, this is too hard for someone who isn't a web/WP pro, and too complicated for someone who is. I can see some advantages, but we're sticking to ACF for this block for now.
@foo5419
@foo5419 4 ай бұрын
What a mess. It just feels wrong doing it this way. And you even got this far, because you are an experienced WP developer. The Gutenberg of today is miles away from being the right tool for building layouts or components beyond standard design. Sure, you can somehow tinkering something with complex nestings and custom CSS, but it's unprofessional and cumbersome to do. And fingers crossed it doesn't break after the next update. Not to mention the missing responsive controls. I'd definitely stick to the ACF route with this kind of components.
@murtazamansoor7711
@murtazamansoor7711 5 ай бұрын
please create a demo test which involves clicking on an element or a slightly more lengthy tests e.g. signing in to a website and then validating that page
@ashleyredman
@ashleyredman 6 ай бұрын
Saying "ticket" really triggers me for some reason 😅
@jameshofton
@jameshofton 6 ай бұрын
I recently signed up for Frank Klein’s course which has loads of great information. It’s answering a lot of the things i was needing to know. You guys put me into him, really appreciated that. Brian Coords is awesome as well.
@BrianCoords
@BrianCoords 6 ай бұрын
Was just coming here to say something similar- I haven’t taken Franks course but I’m thinking it covers a some of this vague workflow stuff we’re all struggling with. But I agree with the hosts that a central “FSE for agencies” collection of info would be great too.
@Traveltoppereu
@Traveltoppereu 6 ай бұрын
On my website, which has been translated into five languages ​​with Polylang, all pages except Dutch suddenly show a 404 error message. I tried to solve this with a 301 but it doesn't help. I read that debugging would help but I have no knowledge of how to do that. Greetings from Eddy
@visualmodo
@visualmodo 7 ай бұрын
Very good work!!!
@mikeswheels
@mikeswheels 7 ай бұрын
if main gets ahead of branch pull changes to branch
@benpollock104
@benpollock104 7 ай бұрын
I think you would put the rating block on the template not the page
@Woody_Johnson
@Woody_Johnson 7 ай бұрын
Thank you! Really helped
@visualmodo
@visualmodo 8 ай бұрын
Very good video tutorial!
@alwaysopendesign
@alwaysopendesign 8 ай бұрын
I usually can't make the livestreams these days but love catching up with your conversations. Always interesting and relatable. RE: complaining vs "contributing" - Talking about WordPress, creating the community you've created, making things - that's all contributing to WordPress. But, as you said, it's hard. I tried to get more involved doing the WP contribute mentorship program - the onboarding wasn't great... and I just felt lost so I gave up. I'll try again in the future maybe...
@HighriseDigital
@HighriseDigital 8 ай бұрын
Thanks for your message. Sorry to hear that your attempt to contribute was frustrating. It has definitely become harder to get involved with the codebase. I just don't think that people's opinions should be ignored just because they don't have the ability, time, or inclination to "officially" contribute.
@bradfranklin-j66co
@bradfranklin-j66co 9 ай бұрын
Hi Brad Franklin from Santa Monica, California. Great topic; interesting.
@raazmalik921
@raazmalik921 9 ай бұрын
The manager is a motherfucking company, after taking the money you bastard, there is no help. This motherfucker has been opening a black market for years.
@xSalamz
@xSalamz 9 ай бұрын
It sounds like they are talking about WPEngine 😂. In their defense, I usually get good support them when I needed them.
@timnashcouk
@timnashcouk 9 ай бұрын
Thanks gents for the very kind words on my video! Really appreciate it.
@nathandawson6009
@nathandawson6009 9 ай бұрын
Since the option name is "rewrite_rules", add a filter to "pre_update_option_rewrite_rules". Have your callback dump some information into a log. wp_debug_backtrace_summary() perhaps?
@wpmarkuk
@wpmarkuk 9 ай бұрын
That is exactly what I did, but it only logs that it was changed by do_action
@BrianCoords
@BrianCoords 10 ай бұрын
I'm with you Mark - if I'm the solo developer cranking through a project I don't really use Pull Requests, unless I'm making a major change and I want to really visually compare the changes before I merge or have it recorded as a PR I can look at later. If you're collaborating a lot between developers (or an open community) then it makes sense.
@GansShir
@GansShir 10 ай бұрын
Thank you very much! I was looking for this solution after trying to set up Ghost Inspector, which took a long time and became expensive.
@KeithDevon
@KeithDevon 10 ай бұрын
Thanks for the comment. I'm really glad that you found the video useful!
@MelonishLogin
@MelonishLogin 10 ай бұрын
this is Fake a Company Job Manager And Job Manager team
@BrianCoords
@BrianCoords 10 ай бұрын
Had to come over from my podcast app to say "hi" since I heard my name 😂
@highrisedigitalforrecruitm464
@highrisedigitalforrecruitm464 10 ай бұрын
Hey Brian! Loving your development videos. Keep up the great work!
@strawhatwiki
@strawhatwiki 10 ай бұрын
need help, in my site jobs not showing in home page but showing in jobs menu
@Samxronn
@Samxronn 10 ай бұрын
Great topic! Gutenberg has over 5,500 issues dating back almost 10 years, with 20,544 closed! Laravel PHP framework has 4 open issues 17,649 closed! What's going wrong for WordPress? I've been told to create GitHub issues to help contribute, and they're still sat as open issues to the day... I also agree with Mark contributing code to core seems (to me) intimidating. Would love to see updated steps on how to commit your first pull request to core/Gutenberg using the "good first issues".
@jamiewp
@jamiewp 10 ай бұрын
Great stream chaps 💪
@highrisedigitalforrecruitm464
@highrisedigitalforrecruitm464 10 ай бұрын
Thanks, Jamie!
@laserak9887
@laserak9887 10 ай бұрын
I disable gutenberg on all websites, and just use acf flexible sections. It's still too buggy and clunky to depend on.
@paulhalfpenny
@paulhalfpenny 11 ай бұрын
This was a really interesting episode, and it sounds like it has, on balance, been a really positive change for you both. Thank you for sharing your pros and cons and being honest both aspects!
@KeithDevon
@KeithDevon 11 ай бұрын
Thanks, Paul! It has been positive, especially financially, but we're still adjusting to the change.
@JustN1
@JustN1 11 ай бұрын
This vid is a few years old I realize but I quite enjoyed it. Especially the part about auto updating plugins. I've been doing it the manual way for clients for so long I haven't questioned it. The workflow of allowing updates and just monitoring and rolling back when necessary is a duh moment for me. I know there are a lot of plugins out there for backup and restore but can you suggest a backup solution that has an easy one click rollback but can also be implemented even if the site is broken? Thanks for the great video!
@Dougster123
@Dougster123 11 ай бұрын
It is embarrassingly OVERDUE for the out-of-the-box WP default to be a HOME PAGE instead of a blog page.
@HighriseDigital
@HighriseDigital 11 ай бұрын
100% agree
@MatthJenks
@MatthJenks Жыл бұрын
Link in description leads to a 404. :|
@jantack7186
@jantack7186 Жыл бұрын
Great! What I like best about this method is that it works from within a plugin.
@shubhambhutkar798
@shubhambhutkar798 Жыл бұрын
Hey man Great video can you make on with advanced configuration which can also shows how to compare 2 different url in same scenario that will be more useful for many folks i think
@theman7050
@theman7050 Жыл бұрын
I like your vids but would definitely appreciate if the agenda is shared in the title/description. I mean, it should be known what the 1 hour video is about. Thanks😊
@keithdevon8127
@keithdevon8127 Жыл бұрын
Thanks for the feedback. We usually try to do that but the agenda was decided really late. We'll try to do better!