Security Awareness
Telephone
If you get a phone call claiming to be from Spark, Microsoft or any other company and they say you have a virus or problem with the network and ask you to go to your computer or open up a webpage then hang up on them, it is a scam.
No matter how genuine they sound hang up.
If you are unsure hang up anyway and ring them back on the number listed on their official website.
How to check if an Email is Spam or Suspicious
- Check for spelling, if its full of spelling and grammar errors then it’s probably spam
- The email says you have computer problems and they can solve it then it’s probably spam
- The email says your website is not performing well in Google or has SEO problems then it’s probably spam
- If it’s from a bank or payment provider or other company that you are not registered with then it’s spam
How to check the link is valid
The text on screen is NOT where you will go if you click on it.
E.g. Click on this link and it won’t take you to Westpac!
If you hover your mouse over the link and look at the bottom of the screen of what website it will actually go to

Another Example For Suspicious Email
The email may have apple store and app support showing but these are misleading and the title is trying to get you thinking someone has bought from your account, do you even have an account?
You can see the email is actually from “ibooks-storesssss77105@gklikegue.com” and nothing to do with Apple. Do NOT open the word document it most likely contains a virus or malware.
If you are in any doubt then contact Apple or which ever company the email is meant to be from directly.

https://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&objectid=12091175
Take A Test
Do you think you can spot a suspicious email?
Google

Divi Websites and Facebook Groups
If you are looking for more information on Divi then please check out DiviLibs, containing links to over 70 Divi related websites and over 10 Divi Facebook groups.
More From Our Geek Blog
How to remove icon from showing on divi woocommerce add to cart button
To remove icon from showing on divi woocommerce add to cart button add the following CSS to the divi themes css section .woocommerce div.product form.cart .button:after { display: none; }
How to set the height of the images in the divi shop module
To set the height of the images in the divi shop module use the following CSS in the divi custom css section in the theme options .woocommerce ul.products li.product a .et_shop_image img { width: auto; margin: 0 auto!important; display: block; max-width: 180px; }
Turn Off Icon on Hover Effect on Divi Contact Form Submit Button
To Turn Off Icon on Hover Effect on Divi Contact Form Submit Button add the following css to your Divi->Theme Options->General Panel->Custom Css .et_pb_contact .et_pb_contact_submit.et_pb_button:after { display: none; } .et_pb_contact...
Hide Field Label on Gravity Forms
To hide the field label on gravity forms, first use the placeholder text to set the description and then set the CSS Class gf_simple_horizontal on the form Please refer to https://www.gravityhelp.com/documentation/article/css-ready-classes/ for more information
Style Gravity Form Submit Button
The following CSS can be used to style and position the submit button on a gravity form field. Please replace the FORMID with the ID of the gravity form e.g. body #gform_wrapper_2 body #gform_wrapper_FORMID .gform_footer input[type=submit]{ float: right; margin: 0 50%...
Position Logo
To change the postion of the logo in Wordpress using css you can use #logo { position: relative; left:15px; top:20px; } #logo { position: absolute; left:15px; top:20px; }
Recent Comments