WordPress: Restrict direct access to files – Prevent hotlinking
A useful bit of code to prevent files from being accessed (or...
7.May.2019 | Latest News, Stuff i like
If you have recently bought a 4k monitor, you may have noticed your Adobe software shrinking to an annoyingly small resolution.
This happened to me in Adobe Photoshop and Illustrator and made designing websites a pain.
Fear not, there is a very quick and simple fix!
In Windows 10, go to the .exe file location, right click to bring up the menu and then click “Properties”.
Then click on the “Compatibility” tab and click “Change high DPI settings”.
At the bottom, check “Override high DPI scaling behaviour” and select “System” from the drop down.
Click “OK” and “Apply”, that’s it!
Share
A useful bit of code to prevent files from being accessed (or...
Get the featured image dimensions (width and height) in WordPress. Paste the...
In the early days (2003), WordPress was essentially a blogging tool and...
Get the featured image dimensions (width and height) in WordPress. Paste the following code in the single.php file. <?php $post_id...
I came across this when looking for a purpose built, fully customisable calendar - https://fullcalendar.io/ Im just starting to work with...
Simple bit of jQuery to add an active class to the current navigation item based on the page url. jQuery("nav...