Powertech Gaming case PT-743 + LED fan PT-908 Red

Powertech Gaming case PT-743 + LED fan PT-908 Red

Ένα όμορφο και φτηνό κουτίΠριν ξεκινήσω την περιγραφή, πρέπει να αναφέρω, οτι η επιλογή του κουτιού έγινε με τα εξής κριτήρια:   να δέχεται ATX motherboard να έχει όσο το δυνατόν καλύτερο εξαερισμό να έχει εξωτερικό βάθος μικρότερο από 40 εκατοστά να έχει το...

read more
Can’t log into WordPress “Cookies are blocked”

Can’t log into WordPress “Cookies are blocked”

Hi all, So.... you stuck at the login page of wordpress. You have done everything right: you followed the wordpress instructions about cookies, you copy paste a few lines in wp-config.php without any luck and you are about to throw your pc out the window.... DON'T I...

read more
Divi and Broken Animation

Divi and Broken Animation

"animation won't work on Edge browser" "animation of content completely BROKEN on IE edge!" "Animation/ transition" "Page elements using animation don't appear on Safari"    These are some of the titles in the Divi Community Forum from people complaining that the...

read more
Ελάχιστες Προδιαγραφές για Δυνατό Υπολογιστή Παιχνιδιών

Ελάχιστες Προδιαγραφές για Δυνατό Υπολογιστή Παιχνιδιών

04/06/2018 Intel Core i5-8400 Box (BX80684I58400) 170,00€ Για κάτι καλύτερο που να υποστηρίζει και vPro της Intel Core i5-8500 190,00€  Asus Prime B360M-K 70,00€ Δεν βρήκαμε σε πολλά μαγαζιά την συγκεκριμένη MB και μια καλή εναλλακτική είναι ASUS PRIME B360-PLUS...

read more
w3schools Autocomplete does not work for mobile devices

w3schools Autocomplete does not work for mobile devices

While w3school is one of the most helpful tools on the internet to get ideas, advices and code. BUT a lot of times seems to miss the extra feature that you would like in your code. Like the autocomplete which is not working on mobile devices. When you have a list and...

read more
PHP does not work after upgrading KUBUNTU 16.04 to 18.04

PHP does not work after upgrading KUBUNTU 16.04 to 18.04

After a little adventure with Virtualbox, which automatically turned some files from 5.1.xx to 5.2.xx, it was time to see what happened to the localhost.... Part of the PHP code appeared and of course did not work, at least completely. I first checked with...

read more
Divi and Broken Animation

Tag UL Menu for DIVI Elegant themes WordPress

Here is how you can have a dynamic menu made out tag ul li inside DIVI Choice 1 Choice 2 Choice 3 Create 2 columns, one for the ul menu and one for image, slide show, or whatever you want to show/hide when clicking on the menu. Go at each image at the Advanced tab and...

read more
Adding a WPML Language Switcher on the Menu

Adding a WPML Language Switcher on the Menu

You have to add the following snippet to functions.php file of your theme. The code was originally in this link but with the language code, like "en" for English, "gr" for Greece etc. The following code shows the language flag instead. function...

read more
How to add / remove month(s) to a date in PHP

How to add / remove month(s) to a date in PHP

This is an easy function to add or remove months from a date in PHP. There is a limitation, you can only subtract up to 999 years, but you can change that by increasing the 12000 number in the code, to whatever you want to. function add_month($strbegin, $count) {...

read more