tenchu68
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Voice Recorder] Front end recordingWell, email me to : [email protected]
Thanks
Forum: Plugins
In reply to: [WP Voice Recorder] Front end recordingHi Paul, yes it is http://www.html5rocks.com/en/tutorials/getusermedia/intro/
Forum: Plugins
In reply to: [WP Voice Recorder] Front end recordingI already have a way to record in REAL TIME, and instantly listen the RECORDING,but sorry, is not in wordpress, is pure HTML5
Forum: Plugins
In reply to: [Cimy User Extra Fields] How to create a numeric fieldHi, i need to add a field that only acept exactly 16 numbers or characters, but that numbers has to be already in the database,the idea is that the users fill the field with a serial of 16 numbers, but each serial is diferent, obviously the serial numbers has to be in the server, we will use scratch cards to the final user
Forum: Themes and Templates
In reply to: [Ascent] Making phone number in header clickableThis is the correct way, go to Editor,Edit Theme,Theme Header(header.php)
and add this line:<a href="tel: <?php echo of_get_option('phone_number'); ?> "> <?php echo of_get_option('phone_number'); ?> </a>Forum: Themes and Templates
In reply to: [Ascent] Making phone number in header clickable