Νοέ 9, 2017
Πώς μπορείτε να έχετε ένα δυναμικό μενού από την ετικέτα ul li μέσα στο DIVI Choice 1 Choice 2 Choice 3 Δημιουργήστε 2 στήλες, μία για το μενού ul και μία για εικόνα, slide show ή αυτό που θέλετε να εμφανίζεται όταν κάνετε κλικ στο μενού. Μεταβείτε σε κάθε εικόνα στην...
Αυγ 3, 2017
Προσθέστε τον κώδικα στο functions.php του θέματός σας. Ο κώδικας αρχικά υπήρχει σε αυτό το link , αλλά εμφάνιζε το κωδικό γλώσσας και όχι την σημαία. Ο παρακάκω κώδικας εμφανίζει την σημαία. function new_nav_menu_items($items,$args) { if...
Δεκ 20, 2016
Making an application that uses a dial-up modem is not only tricky because of the hardware-software connection, but also for finding the right hardware and setting it up properly. Be careful when you are buying a modem for caller id, make sure not only that it says...
Δεκ 16, 2016
You started your session, then you asked if it is a post request or not. Then you checked if that post variable isset() to start your code. Unfortunately the code never run and you have no idea what happened. Add the 2 lines in red in the following code to find out...
Φεβ 8, 2016
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) {...