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
investimmo
Winstar subcontract to help support and maintain an existing website hosted in Belgium investimmo.be adding new functionality and fixing any problems reported. The site is multilingual and also has a French version http://www.investimmo.be/fr/ and an English...
How to wrap text on a button
If the text on a button is not wrapping then the white space is probably incorrect. Try the following CSS to correct it: input[type="submit"] { white-space: normal; } Other Helpful Information Keep Posted with our Special Offers and Latest Updates Like Us...
How to make your site show in a Google Search
For the website http://www.electriciteitswerkenbotteldoorn.be/ I made the following changes 1) Added google analytics tracking script 2) Checked meta tags are they are there 3) Added local SEO...
How to turn off icon and stop button expanding on hover for woocommerce divi buttons
In the divi general css section add .woocommerce a.button:hover { padding: 0.3em 1em !important; } .woocommerce a.button:after { display: none; } If you are looking for more information on Divi then please check out DiviLibs, containing links to over 70 Divi...
How to remove the plus (+) on the hover overlay on woocommerce/divi shop
Add the following css to the general divi css section //To just remove the plus symbol .et_overlay:before { content: '' !important; } //To hide the overlay completely .et_overlay{ display:none; }
How to change the plus (+) on the hover overlay on woocommerce/divi shop
Add the following css to the general divi css section and change 'New Content' to the text that should be shown instead .et_overlay:before { content: 'New Content' !important; font-family: arial !important; }
How to align logo and navigation menu with the section
In the general divi theme css add the following and change the max-width value to match that of the section #main-header .container { width: 100%; max-width: 70%; }
How to make divi testimonials all the same height
On the testimonial module goto custom css and in the main element add the following css and do this for all testimonials that should be the same height, or create a class in divi epanal and assing the class to each of the modules. min-height: 300px...
How to stop button animation on Divi slider
Add the following CSS to the general divi theme css .et-pb-active-slide .et_pb_slide_description { animation-name: none; }
Recent Comments