WordPress – Tempera Theme – Space Between Header and Menu and Content

Use this code in the Miscellaneous Setting, Custom CSS for the Tempera Theme:

#access { margin-top: 10px; }

#main { margin-top: 10px; }

Change the number before “px” to adjust the size.

The setting shown above will put an equal 10px space above and below the main menu.

Airtable – Current Month Filter

Here’s a way to create a filter so it automatically switches each month:

Create a formula field in the table called “Is current month”. We want this formula to be 1 when the date is in the current month, and 0 otherwise. So we can use this formula:

DATETIME_FORMAT({Name of your date field}, ‘YYYY-MM’) = DATETIME_FORMAT(NOW(), ‘YYYY-MM’)

Now you can create a filter where “Is current month” is equal to 1.

Here’s a base that shows this set up: https://airtable.com/shr1WzfJyhsdV5HlV/tblY9aNHNVFjtgP1v/viwau4UAl4y9H0DWl16

Windows 10 – Change to Windows 7 Look

There are two ways you can easily change your PC to the Windows 7 look and feel. On the lower part of your desktop screen, in the taskbar, there is a message type icon all the way to the right. Click that icon and at the bottom, you’ll see some buttons. Toggle the “Tablet Mode” button to switch between tiles and desktop icons.

The other way is to click the Windows icon in the lower left of the taskbar, click the Gear icon for settings, click the System icon and scroll down to Tablet mode. In the first drop-down you can choose to load either tablet mode or desktop mode on startup

Microsoft Edge Browser – Changing the Home Page Setting

Open the Microsoft Edge browser, go to the very top right of the screen and click on the three dots. Scroll down to settings. Two options down, click the down arrow under “Open Microsoft Edge with”. Click “A specific page or pages. Enter (Example: http://yahoo.com) in the “Enter a URL” space. Click the diskette icon to save the setting. Close and re-open Edge.

Internet Explorer 11 – Crashing and Shutting Down

Scan for viruses, malware and spyware. Malwarebytes.org is a good tool.

http://m.winsupersite.com/microsoft/q-how-do-i-keep-internet-explorer-11-crashing-so-many-times-every-day

http://m.wikihow.com/Fix-Internet-Explorer-when-It-Keeps-Closing-Pages

https://www.techwalla.com/articles/how-to-fix-internet-explorer-when-it-keeps-closing-pages

How To Fix Flash Crashes in Internet Explorer 11

Click on tools-Internet Options-Advanced-security- Uncheck the box enable third party browser ext files in IE.

Try updating Adobe Flash and Java.

WordPress – Tempera Theme – Presentation Page Not Showing After Update

Change the template settings from static page to “Your latest posts”. Do a quick edit on the blog post page and change the page template to blog template. If there was an actual page named home, remove it from the menu and create a custom link for the menu pointing to the domain name and label it Home.