Gabrielle Bremer – Full Stack Developer

Gabrielle Bremer – Full Stack Developer

Menu

Skip to content
  • Home
  • Photography
    • Religion Photo Series
  • Web Design
    • Coding and Programming
  • Design
  • Writing
  • Videography
  • CIS Portfolio
  • Mental Notes

Author: Gabby

WP Customizer Not Working

WordPress

Add this to the .htaccess file

<IfModule mod_substitute.c>
    SubstituteMaxLineLength 10m
</IfModule>
November 21, 2024November 21, 2024 Gabby Leave a comment

SMTP Settings for Server

Email

For mail sent through the server

Hostname – localhost
Port – 25
SMTP Authentication – False, None, or turn off
SSL or Secure Connection – False, None, or turn off

September 9, 2024 Gabby Leave a comment

SMTP Settings for Personal Emails

Email

https://wpmailsmtp.com/docs/how-to-set-up-the-other-smtp-mailer-in-wp-mail-smtp/

August 22, 2024August 22, 2024 Gabby Leave a comment

Linking a Cover Block

WordPress
.full-link a:after {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:'';
}
July 20, 2024July 20, 2024 Gabby Leave a comment

Setting up SMTP on Google Workspace

Email

https://wpmailsmtp.com/docs/how-to-set-up-the-gmail-mailer-in-wp-mail-smtp

July 12, 2024July 12, 2024 Gabby Leave a comment

Blocking Access to PDF Uploads

WordPress

Add this to the .htaccess file in the WordPress Uploads directory to block PDF access to non logged-in users.

RewriteCond %{REQUEST_FILENAME} (.pdf)
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_([a-zA-Z0-9_]*) [NC]
RewriteRule .* - [F,L]
June 18, 2024 Gabby Leave a comment

cURL to PHP

PHP

https://incarnate.github.io/curl-to-php

May 31, 2024May 31, 2024 Gabby Leave a comment

Online HTML Editor

Misc.

A free tool to clean up HTML!

https://html-online.com

April 24, 2024April 24, 2024 Gabby Leave a comment

Keyboards

Notes on Hardware

Keyboard tester

https://keyboardtester.co/keyboard-tester.html

September 14, 2023September 14, 2023 Gabby Leave a comment

Migrate Google Workspace to Google Workspace

Email, Google

Use MultCloud! (it’s free!)

https://www.multcloud.com/tutorials/migrate-google-workspace-to-google-workspace.html

https://www.multcloud.com/tutorials/migrate-emails-to-google-workspace-1207.html

June 22, 2023September 13, 2023 Gabby Leave a comment

Posts navigation

← Previous
  • Facebook
  • Instagram
Proudly powered by WordPress | Theme: Illustratr by WordPress.com.