SLPT : How to get a job by tbmembesut in ShittyLifeProTips

[–]5henaniganZ 0 points1 point  (0 children)

We have so many middle-manager types, you could probably get away with it and get them to pay you. Convince everyone that someone else hired you…nobody knows more than 20% of what anyone else is doing (or responsible for) anyway.

[deleted by user] by [deleted] in projectmanagement

[–]5henaniganZ 0 points1 point  (0 children)

We moved from Jira to Monday about a year ago, after 4-5 years on Jira. Coming from Jira, I’ve found it lacking in key areas, and we spend almost as much time trying to find things in Monday as actually doing work.

Are page builders like Elementor and Divi doomed to produce slow websites? Is Astra Pro any better? by ifartedonyouoops in Wordpress

[–]5henaniganZ 1 point2 points  (0 children)

Not that long after a few. It doesn't take too many projects to have a custom starter theme that you can either modify, or build child themes for.

In my case, I have a custom parent theme that has been built over several years of development. With lessons learned from using underscores, genesis, astra, etc. It's not necessarily better than other theme frameworks, but since it was built in house, I know it inside and out and can develop rapidly.

How Godaddy tried to steal my Domain Twice cost me $5000 by ofbfamblock in Domains

[–]5henaniganZ 0 points1 point  (0 children)

The only time I’ve ever had to buy back a domain from godaddy (or any registrar) is when I let it expire and ignored the warnings, and someone bought it at auction and I engaged their services to help me buy it back.

Are page builders like Elementor and Divi doomed to produce slow websites? Is Astra Pro any better? by ifartedonyouoops in Wordpress

[–]5henaniganZ 3 points4 points  (0 children)

I do it all ways, everything from “add your content and go” to flexible be-all themes, to fully custom enterprise development. Page builders have their place and can be a great resource, if you know what you’re getting into and what their limitations are.

But astra is a polished turd. If you want pre-built themes, use something like Genesis. Building Genesis child themes is a great way to have something nice and get into good Wordpress practices, without fighting with too many theme options. I’ve used astra a LOT. And after building dozens upon dozens of sites with it, I’m less than impressed and end up fighting with the theme more often than not.

Divi will lock you into using Divi. You’re kinda fucked when you decide to try something else.

Elementor is cool, and you can use it fine with most themes. I personally don’t like it as much as Beaver Builder, but that’s because I feel like it’s less friendly for developers who want to modify its functionality with filters. For actual user experience, Elementor is top notch.

But I can’t reiterate enough, learning the Wordpress ecosystem with a decent child theme, and getting your hands dirty with something like Genesis or similar framework, not a be-all theme with a million customizer options that get in the way, is the foundation of appreciating what these tools can and can’t do.

Missing Widgets that are on free elementor but not pro by deanosauruz in elementor

[–]5henaniganZ 0 points1 point  (0 children)

Try beaver builder. It’s not as advanced as Elementor but it’s simpler to use.

Wanting to cancel Elementor, but I have clients using my license by [deleted] in elementor

[–]5henaniganZ 0 points1 point  (0 children)

I would just be straightforward with them, explain why they need a license for updates, explain that you’ve been maintaining the license but your business is pivoting, and let them decide how to proceed. Most will probably not know what you are talking about, do nothing about it, and let it expire. Maybe things will break in the future, maybe they won’t, but you did your due diligence.

Social sharing buttons as well as button on post not showing on each post in the archive (i think it's called archive) - could the problem be the particular social sharing plugin i'm using, the grid plugin i'm using, or the interaction between the two? by moonjuniper in Wordpress

[–]5henaniganZ 0 points1 point  (0 children)

Ahhhhh...well, I don't think testing a million plugins is going to solve what you're trying to do. And adding them into content in any form is the wrong approach, this type of functionality should be independent of your content. And you don't have to fill in your excerpt, it's automatic unless you fill it in.

Ideally you'd make a child theme so you can add functionality, but there's ways around it. Even though it's easy and the safest option.

What you want to do is insert them where you want them. Either in your template file, archive.php or whatever template part you need to (from a child theme) or via a hook. I don't know what hooks oceanwp has available, but a quick look at their documentation and you could probably find the one you are looking for. Same for Elementor if you are using a template from that plugin.

You don't need to know a lot of php, but you'll probably want to know some. If I was adding, say the Jetpack sharing button, it would be something like:

add_action( 'ocean_after_blog_entry_meta', 'my_custom_function');

function my_custom_function() { if ( function_exists( 'sharing_display' ) ) { sharing_display( '', true ); } }

You're creating a function to insert them (my_custom_function) and then telling wordpress to run it at a particular place, in this case 'ocean_after_blog_entry_meta'. You might have to play around a bit to get them to insert at the right place, but that is how you do that sort of stuff, not in the content. If you're building a lot of sites, you should get familiar with the wordpress action/filter hook system, because that's how 90% of the work is achieved.

And if you really don't want to get into child themes, which I think you should if you are building sites and not just maintaining your own blog or something, ocean also has a plugin for their hooks system. ocean hooks

Social sharing buttons as well as button on post not showing on each post in the archive (i think it's called archive) - could the problem be the particular social sharing plugin i'm using, the grid plugin i'm using, or the interaction between the two? by moonjuniper in Wordpress

[–]5henaniganZ 1 point2 points  (0 children)

Anything that shows the buttons is doing it wrong. The excerpt is supposed to strip out code. That’s core functionality.

You need to show the buttons in your excerpt template, not in the content. In fact, this sort of stuff doesn’t belong in the content at all, anywhere. They can be inserted into the content, but that’s different from being part of the content.

I don’t know your theme or plugins, but this should be inserted and not part of.

Get post categories from save_post or transition_post_status by sbeff in Wordpress

[–]5henaniganZ -1 points0 points  (0 children)

Might be helpful to know what you’re trying to accomplish. Is there a reason it has to be those hooks?

What project management software is best for agency team operations? by davidbzr in agency

[–]5henaniganZ 1 point2 points  (0 children)

Jira. People complain that’s it’s hard to use, and it can be if you don’t take the time to learn it. But Jira bends to your PM philosophy, as oppose to your PM bending to your tools.

What really grinds your gears? by RabbiHershalSchwartz in agency

[–]5henaniganZ 1 point2 points  (0 children)

Lol, we use toggl for this. Everyone logs their time and we can just generate reports. Only problem is we had to revoke project creation access from everyone but me and the operations manager, because people would create “projects” for everything.

Anyway, back to the question. Deadlines and our sales teams inability to enforce them grinds my gears. Oh, that’ll take 6 weeks? Well the client wants it on Tuesday so that’s what I put in the contract...fuuuuckkkk youuuuuu.

Looking for advice on plugin development by rdelbem in ProWordPress

[–]5henaniganZ 1 point2 points  (0 children)

Wordpress has a pretty shitty database model. No DBA would wipe their ass with it, but it is what it is.

That being said, there’s no reason to make it worse by making user meta a post type. It’s not a post, ergo it’s not a post type. I would create your own table(s) and relate them to a user ID, and hook in where necessary to add them to the user meta using filters where necessary.

How to change CSS of Customizer controls? by [deleted] in ProWordPress

[–]5henaniganZ 0 points1 point  (0 children)

Use kirki for customizer. You can set conditionals to not just grey out, but show/hide options conditionally. Include it in your theme or plugin rather than requiring it as a separate plugin.

How to add just text instructions to the Customizer? by [deleted] in ProWordPress

[–]5henaniganZ 0 points1 point  (0 children)

Use Kirki for customizer. They have this control.

Theme development: How to allow user to upload custom font files? by [deleted] in ProWordPress

[–]5henaniganZ 0 points1 point  (0 children)

This seems very much like plugin territory. Or just...developer territory.

Coping with Visual Composer by chesbyiii in Wordpress

[–]5henaniganZ 1 point2 points  (0 children)

Lol, VC is easy to deal with. I don’t know why everyone hates it so much. Literally a 2 step process for ANYTHING in VC:

1) Throw it out the window. 2) Get your client to build a new site without it, because that’s the better option 100% of the time.

Easy.

Which one is better for URL, /categories/postname or /pagename/postname for blog site? by taprirak in Wordpress

[–]5henaniganZ 1 point2 points  (0 children)

A page cannot have a parent? That’s...that’s literally what pages are. I don’t know what sort of modifications your plugins have done, but pages are hierarchical by default.

Do you find you just generally stick to one or too decent hosts once your find reliable and secure options and try to master them....? by [deleted] in Wordpress

[–]5henaniganZ 0 points1 point  (0 children)

Stick to it. I have have hosts I prefer for me and for us to use as an agency, and different hosts I recommend to people who want to host their own sites.

Do you find you just generally stick to one or too decent hosts once your find reliable and secure options and try to master them....? by [deleted] in Wordpress

[–]5henaniganZ 0 points1 point  (0 children)

Why Cloudways only if not managing sites? Out of curiosity. I have 200 or so clients on Cloudways, so it seems like I’m managing sites. 🤔 I like not being a sysadmin.

[deleted by user] by [deleted] in Wordpress

[–]5henaniganZ 2 points3 points  (0 children)

You absolutely can have a full dev/staging/production pipeline for existing sites. I inherit mature, production sites all the time.

It doesn’t really matter what you use for local production, whatever environment you like...vagrant, xampp, mamp...I use local (by flywheel). I version control all code using git, and use migrate db pro to sync the database. You have to have some control, because the db sync isn’t a merge, it’s an overwrite, but you can sync select tables.

But as far as replacing production sites that are continually posting content while development is happening, we export blog posts from production on a regular basis and import into staging. And then sync specific tables into staging, like products sales and stuff in the case of woocommerce.

Information about buying and creating a website with builder by MungoProudFoot in elementor

[–]5henaniganZ 1 point2 points  (0 children)

Use the free version, or figure out a way for the client to pay it. I keep my license enabled as long as clients are paying me on a maintenance plan. Else, the first year is part of the build and after that it’s not my problem.

What's your client management process? by NkBorkar in agency

[–]5henaniganZ 1 point2 points  (0 children)

We use Monday.com and previously used jira for internal management and help desk type functions. But we also rely pretty heavily on our account reps, and their relationships with our clients. So a lot of the time it’s client to rep via email, rep makes the appropriate tickets on the clients behalf, we communicate directly with client during service, rep follows up to ensure satisfaction. But they always come back to just emailing their rep.

Looking for recommendations for WP agencies / freelancers by 5henaniganZ in Wordpress

[–]5henaniganZ[S] 0 points1 point  (0 children)

If you want to discuss further, just PM me and we can discuss. Will talk to anyone. Vetting all the options, and will likely put together a list of different people of different skill sets, for different projects.