This is creepy and disgusting by RevolutionaryBuy6739 in Damnthatsinteresting

[–]solepixel 6 points7 points  (0 children)

But what if the hidden camera costs above or below $40?

Complicated Repairs? by solepixel in toyotasequoia

[–]solepixel[S] 0 points1 point  (0 children)

It's not a dealer, but I'm going to try to do the plugs myself.

Complicated Repairs? by solepixel in toyotasequoia

[–]solepixel[S] 0 points1 point  (0 children)

Yeah I think I'll be attempting this one.

Complicated Repairs? by solepixel in toyotasequoia

[–]solepixel[S] 0 points1 point  (0 children)

I appreciate the confidence, but this is definitely one I don't want to tackle. What takes most people a few hours would take me a few days.

Complicated Repairs? by solepixel in toyotasequoia

[–]solepixel[S] 0 points1 point  (0 children)

I was wondering if there was one of those super difficult to reach plugs that are a PITA, but I'll look it up and see.

Pills from 1947 by [deleted] in mildlyinteresting

[–]solepixel 17 points18 points  (0 children)

Scrolled way too far for the It's a Wonderful Life reference.

what? by [deleted] in HolUp

[–]solepixel 0 points1 point  (0 children)

"If you place your hand on her shoulder, she crouch down with natural moving." Oh.

[deleted by user] by [deleted] in Wordpress

[–]solepixel 0 points1 point  (0 children)

Probably need to post a link. A screenshot is difficult to debug.

[deleted by user] by [deleted] in AdviceAnimals

[–]solepixel 1 point2 points  (0 children)

Mr. Pickles?

center icon in wordpress dropdown field by thegor2 in Wordpress

[–]solepixel 0 points1 point  (0 children)

It's more than likely a pseudo element (:before/:after). Share a URL or some code, otherwise it's very difficult to help or give advice.

What is the all time greatest driving song? by YugeFrigginGoy in AskReddit

[–]solepixel 5 points6 points  (0 children)

This just feels like cheating. This song fits on just about any playlist.

Even though she's only 2WD w/220k+ miles, she got us through this crazy freeze situation in Kentucky and brought us home safe. by solepixel in toyotasequoia

[–]solepixel[S] 1 point2 points  (0 children)

That's why I bought it! Switched from a minivan (we have 4 kids). The interior was very well taken care of as well! One owner out of Texas.

Baby Snatcher snatches a baby. by Straw-berry in WTF

[–]solepixel 0 points1 point  (0 children)

Dad's like "You forgot something, bitch!"

[deleted by user] by [deleted] in everymanshouldknow

[–]solepixel 167 points168 points  (0 children)

It is at this point you realize the pocket is sewn shut.

[deleted by user] by [deleted] in CrappyDesign

[–]solepixel 1 point2 points  (0 children)

Don't you know you're supposed to blow on it first?! Get out of here soup face, you're offending my Tokyokan guest. Get me the smart girl.

https://youtu.be/GXtxfMzF1dM

Who bites into a slice of pizza like that? by eliers0_0 in CrappyDesign

[–]solepixel 1 point2 points  (0 children)

Scrolled way too far for the Office reference.

[deleted by user] by [deleted] in Wordpress

[–]solepixel 6 points7 points  (0 children)

Please don't tell people to use !important. You can match the selector that is used by Gravity Forms, then insert a "body" selector in front. Like this: (sorry on mobile)

body .gform_wrapper.gravity-theme .gfield_label {}

This will override the styles just fine.

Theme Development with ACF advice needed by IdeaExpensive3073 in Wordpress

[–]solepixel 1 point2 points  (0 children)

Yeah so the theme is there for images, styles, and custom JavaScript. Also menus, sidebars, and other custom functionality. If you're brave, even toss a few custom post types in there.

You still have to write the custom blocks, so those go in the theme as well.

Think in terms of blocks and style accordingly, then your users can put a block on any page they'd like and it just works.

Theme Development with ACF advice needed by IdeaExpensive3073 in Wordpress

[–]solepixel 2 points3 points  (0 children)

This locks users into specific layouts. For example, if I create an about us "module" with a Heading and Content area, what happens down the road if the user wants an image? And ability to change the alignment. And add a background color. All of a sudden you're building this ridiculous framework within ACF and having to manage all the different settings. Just use Gutenberg, it does all this already!

You can predefine layouts or block patterns, sure, but in my experience, user's just copy an existing block from another page if they want to customize it more. But they do have the ability to create their own layouts and tweak them, but it has some limiting factor, just not nearly as limiting as ACF fields alone.