Category: Uncategorized

How to get Tablepress tables to show in full width

2. Add in this CSS block modification .content-area__wrapper {–go–max-width: 100rem;} 3. Now your tables will show at full width on your site! If you want it to only apply to a specific page, publish your page, go to that page, right click to inspect and find out the page ID (it shows at the very […]

How to build & check to see if your ads.txt file is correct for Google Ads (Adsense)

Your ads.txt file is composed of the following parts For example: google.com, pub-XXXXXXXXXXXXXXXX, DIRECT, f08c47fec0942fa0 Where: So to create your own ads.txt, all you need to do is go to your account information page (Account information โ€“ Settings โ€“ Account โ€“ Google AdSense) and pull your publisher ID and slot it in. Once you’ve got […]

Updating your wordpress PW without being able to password reset via email (GCP hosted WordPress instance)

Steps: ~$ cd /var/www/html/var/www/html$ wp user update [username] –user_pass=[new_password] Here’s an example if your user name was “admin” and you wanted the password to be “new_pass” you would enter the following after navigating to the right directory. wp user update admin –user_pass=new_pass Here’s the SSH button if you don’t know where to find it

The Next Big Patch: Looking over 6.82 – General Changes

“Though the general changes aren’t quite as glamorous as the item and hero changes they also carry a great deal of significance. There are many livability changes (like the fountain change, changes to Ranked All Pick, and pathing fixes) but the majority of the general changes are actually quite significant for those of us who […]

The Next Big Patch: Looking over 6.82 – Item Changes

“Items are a hugely important part of the game and, though the changes aren’t quite as grand and far-reaching as the hero changes, these adjustments still make a pretty big difference (especially the new item, bottle and TP costs, the flying courier and ethereal blade changes). So, without further dithering, let us dive into these […]