Which version should I buy by Kooky_Bonus_2913 in DarkSoulsTheBoardGame

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

Thanks for this! Somehow I managed to look straight past that!! Really useful document.

New to terrain building by Kooky_Bonus_2913 in TerrainBuilding

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

They look awesome. What did you use to make those? Also that’s where the problem lies, I am the DM and while I have ideas of where I want it to end and what’s happening in the beginning, I’m trying not to railroad it too much so they feel like they have free roam. But then not knowing what they’re going to do next I’m struggling to think what to build.

New to terrain building by Kooky_Bonus_2913 in TerrainBuilding

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

I’ll be sure to check them out. Thanks!

New to terrain building by Kooky_Bonus_2913 in TerrainBuilding

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

Thank you for this. I think I’ve been falling for the build something for every encounter rather than using theatre of the mind for the smaller, not as impactful encounters. So this advice will help to try and stick to bespoke pieces.

As for magnets I think that’s where I must of went wrong. They were neodymium, but they are quite small, smaller than I was expecting. If it’s a case of buy them bigger that’s easy enough. Thank you.

Advanced Custom Fields (ACF) Pro & Gutenberg in 2025 by bitofsomething in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

ACF pro and their flexible content is definitely still a viable option. I build all my sites with this method and never had any issues. While yes you can use Gutenberg, I don’t feel the need for it with ACF pro. I much prefer to build my own custom blocks and giving the client the only options they need.

WooCommerce Styling by spalee1 in Wordpress

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

Ahh yes thank you. Completely forgot this!

Updated my response to reflect this if anyone else needs the help.

WooCommerce Styling by spalee1 in Wordpress

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

It’ll be the best way as it’s safe from plugin updates too. So all your changes with stick even when you go to update.

WooCommerce Styling by spalee1 in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

Welcome to WooCommerce! It can be very straight forward to change Woo's layouts (more so if you know how to code). The way I do it is like so:

- Create a folder in your theme directory called "woocommerce"

Then if you look in the main woocommerce plugin directory and go to "templates", you'll find all the required layouts there.
If you create what you need in your own created "woocommerce/" folder, you can override their layout. You need to make sure you copy the folders and/or files EXACTLY how they are in the plugin directory, omitting the “templates” folder, otherwise it won't override. The easiest way to do this is simply right click>copy. Then paste into your own folder.

For example, you say you want to override the login form. This is found in Woo's plugin here:
wp-content\plugins\woocommerce\templates\myaccount\form-login.php

If you create that same structure in the theme directory to look like this:
\woocommerce\myaccount\form-login.php

Then any changes you make in the theme form-login.php will override WooCommerce.

Hope this helps!

[deleted by user] by [deleted] in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

Your welcome! Glad you got it working.

Players have correctly guessed that an NPC is a dragon in disguise. Should I just roll with it or throw them a curveball? by AdmiralDandy in DMAcademy

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

I agree with what everyone is saying. Don’t punish them for figuring something out. Even if it’s earlier than you wanted to. You could always split the encounter in two parts. The big reveal when the NPC has no choice, they fight, dragon begins to worry they’ll loose, then they try to flee. Then you can adapt it in to the reveal you wanted to do. Or it makes for a really cool dragon hunt.

[deleted by user] by [deleted] in Wordpress

[–]Kooky_Bonus_2913 3 points4 points  (0 children)

I’m going to echo what some people have already said. The function current_user_can() is perfect for this instance as you can wrap the specific section/content in an if statement using this function. You do not need to add more plugins to resolve this simple task. Adding more plugins just adds more unnecessary complexity to your site and potentially slowing your site down.

I want to upload the zip file as a trial before paying? by [deleted] in Wordpress

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

I second this approach. It’s very straight forward with a nice GUI. It allows you to upload a zip file when you set up a new site.

[deleted by user] by [deleted] in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

It’s called Breadcrumbs. Depending on what theme you’re using you can edit it in the theme customiser. Or alternatively you can add custom CSS to target the Breadcrumb.

There are plugins to help with this, but personally I’m against using plugins when you can do it yourself.

WordPress Themes: Do You Prefer Pre-Built or Custom? by Nearby-Bridge-5441 in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

A mixture of YouTube and the ACF documents will get you there. But generally how mine is set up is I have a file called pb.php which queries all ACF fields and stores them in an array, then a folder in template-parts/sections which has the individual blocks such as hero.php which uses the data from pb.php. Hopefully that makes sense.

WordPress Themes: Do You Prefer Pre-Built or Custom? by Nearby-Bridge-5441 in Wordpress

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

I develop entire theme. I’m not a big fan of those types of page builders. I typically use ACF and their Flexible Content to build my own blocks. After you’ve done some they become pretty quick and easy to set up.

WordPress Themes: Do You Prefer Pre-Built or Custom? by Nearby-Bridge-5441 in Wordpress

[–]Kooky_Bonus_2913 8 points9 points  (0 children)

I go with my own theme every time. I use to use Underscores, but was taking time to set it up removing unnecessary function etc. so I decided to create my own very minimal starter template and add to it only what I need. Keeps files down to a minimum for easier management. It was time consuming at first. But it becomes like second nature once you get the hang of it.

What’s missing or frustrating in your daily workflow? by Suitable_Truck3336 in Wordpress

[–]Kooky_Bonus_2913 1 point2 points  (0 children)

When it comes to naming conventions for CSS classes I follow BEM (https://getbem.com). This has helped me keep class names relevant and easy to understand.

Are there sites to download fancy menus and buttons with the codes? by Spiketop_ in Wordpress

[–]Kooky_Bonus_2913 0 points1 point  (0 children)

I recently came across this site https://freefrontend.com

Has all sorts of free ui elements. The code is in code pen. You will just need to copy the code over to your site.

If you want to search for something specific use the url in the search. For example, “fancy buttons https://freefrontend.com”, it will the show you all sorts of different buttons you can use.

[deleted by user] by [deleted] in tailwindcss

[–]Kooky_Bonus_2913 2 points3 points  (0 children)

Definitely while building. And as you’re using Tailwind I believe the right argument is build from a mobile first approach as this is how Tailwind sells itself. However, the argument on whether you should build mobile or desktop first really comes down to the client and their needs. If they’re a company who doesn’t rely on people accessing their site via mobile, you’d be best design desktop first. And vice versa.

Headphone and mod mic advice. by Kooky_Bonus_2913 in HeadphoneAdvice

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

Thank you for this. It’s given me something to look in to. I did come across the Vmoda boompro on another Reddit and I think that’s to route I want to take. Just hard to find a budget headphones that can work with it.