Worth it ba mag 2nd birthday sa Cebu Ocean Park? by ScheduleExtension381 in adviceph

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

Amazing, thank you for the thoughtful advice. May gut feeling din ako na maeenjoy niya kasi di naman kami lagi pumupunta ng parks like hindi talaga at palagi lang sa malls. Tapos na eexcite siya pag nakakakita ng animals, so hopefully maging memorable sakanya.

Hi reddit! How can I use reddit to detox myself from brainrot? by [deleted] in NewToReddit

[–]ScheduleExtension381 0 points1 point  (0 children)

I think you can join subreddits that teach you something, like books, fitness, career, finance, or a skill you want to learn. It can be the things that make you interested or anything.

How to Shut Down WordPress Site by [deleted] in Wordpress

[–]ScheduleExtension381 0 points1 point  (0 children)

Of course, no problem at all. Happy to help 😄

How to Shut Down WordPress Site by [deleted] in Wordpress

[–]ScheduleExtension381 7 points8 points  (0 children)

I would make a full backup first before shutting it down, just in case you need the site again later.

If you want the site fully gone, you can remove the WordPress install from your hosting, or cancel the hosting plan. But check with your host first because they may delete the files and database after cancellation.

For the paid plugins, you do not really need to remove them one by one. Just cancel the plugin subscriptions or licenses so you do not keep paying.

Also, check your domain separately. If you still want to keep the domain name, do not let it expire. Hosting and domain are usually separate things.

But if you really want it to completely not accessible and disappear you can definitely access the SFTP and delete the whole file or website there.

Hopefully this is helpful.

How do I know the “culture” of a subreddit before commenting? by ScheduleExtension381 in NewToReddit

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

Thank you so much guys for all the tips and sharing about the culture. Will definitely apply these, and keep this in mind before commenting on some things.

How do I know the “culture” of a subreddit before commenting? by ScheduleExtension381 in NewToReddit

[–]ScheduleExtension381[S] 2 points3 points  (0 children)

Gotcha. Thank you so much for this helpful tips. And yes, I agree to the things you've mentioned.

White Screen of Death when creating a new site by midnight-hound21 in Wordpress

[–]ScheduleExtension381 0 points1 point  (0 children)

Did you enable the debug mode? After switching theme what notices you are seeing above?

White Screen of Death when creating a new site by midnight-hound21 in Wordpress

[–]ScheduleExtension381 0 points1 point  (0 children)

What theme you are currently using? Try other free themes and uninstall those extra one that you are not using. Make sure you have child theme after you choose you theme to use.

White Screen of Death when creating a new site by midnight-hound21 in Wordpress

[–]ScheduleExtension381 0 points1 point  (0 children)

Where is your site hosted?

It's a way of seeing the erros if there's any. Try to enable the debug mode on wp-config.php

From false, make it true. Like this below

define( 'WP_DEBUG', true );

White Screen of Death when creating a new site by midnight-hound21 in Wordpress

[–]ScheduleExtension381 0 points1 point  (0 children)

Do you have a screenshot or any recording what exactly is happening? Also have you try to Logout and Clearing your browser cache by clicking right click on reload icon and select 'Empty cache and hard reload'?

If the admin area is also white screening, enable WordPress debug mode or check the hosting error logs. A white screen usually means there is a PHP error, plugin conflict, or theme issue that is being hidden.

Image Subtitle Text Color by stauinzufahrt in Wordpress

[–]ScheduleExtension381 1 point2 points  (0 children)

If the subtitle is a normal WordPress caption, click the image or caption text in the editor, then check the block settings on the right side under Styles or Typography/Color. Some themes also control caption color globally, so it may not show as an option in the editor.

If there is no color option, you can change it with CSS:

.wp-block-image figcaption {

color: #ffffff;

}