Questions tagged as 'html'

1
answer

when entering the date and time in an issue it appears out of sync with the local time (only the time)

<?php session_start(); if (!isset($_SESSION['email'])) { header('Location: index.php'); } $fecha = date("Y-m-d H:i:s"); ?> <!DOCTYPE HTML> <html> <head> <title>ENCUESLAB</title> <...
asked by 16.10.2018 / 17:30
1
answer

HIDE A DIV IF A VALUE FROM DB IS NOT OBTAINED IN JS

The following code obtains information from a database and stores it in a respective div of a modal and then displays it on the screen: eventClick:function(calEvent,jsEvent,view){ $('#titulo').html(calEvent.title); Fech...
asked by 04.10.2018 / 13:24
1
answer

Open window with Waze

It is possible on a web page to click on a button and that it opens in a new window the Waze page with the destination point. Thanks     
asked by 04.10.2018 / 19:18
3
answers

transparent scroll bar

I have a code that makes transparent the scroll bar in the browsers of the phones, but it makes both transparent, the (x) and the (and) only need to leave the bar transparent (x) no logo to give what I need How do I do? ::-webkit-scrollbar {wi...
asked by 08.10.2018 / 22:20
1
answer

how to make a gallery responsive

I would like it to be responsive, to be on a smaller screen the images will be one below the other. THANK YOU * { padding: 0; margin: 0; font-family: Helvetica; font-weight: 100; } .cards { display: grid; grid-templ...
asked by 08.10.2018 / 23:01
0
answers

Rotate text or html table for email or pdf

I'm using a worpress plugin that what it does is create pdf from forms, and it gives me the option to build the style of the pdf sheet and just take the html text for email, I can not use too much CSS. What I want is to create a table and rot...
asked by 09.10.2018 / 00:33
0
answers

ACF repeater as gallery foreach does not work high

I explain, I have created a custom gallery with images and images from a repeater so that: <?php $gallery = get_field('gallery'); ?> <section class="start0"> <?php if ($gallery) : ?> <div class...
asked by 01.10.2018 / 12:43
0
answers

Help PHPMailer

I reconfigure my question as I solve the first problem Here we have what we receive by POST and AJAX of the form and we put it in the SQL <?php include "../conexion/conexion.php"; mysqli_set_charset($mysqli, "utf8"); $results = 'SE...
asked by 02.10.2018 / 08:35
0
answers

Error loading HTML and JS images

I have programmed my first website and it is a kind of online store. What happens is that the photos I've used have had to be modified so that their size is not the one that should not be, all this with JS. The problem I have is that, at leas...
asked by 02.10.2018 / 07:09
0
answers

search button does not work

I have a page where there is an input text and a search button. And in another file I have the collection class that stores the necessary methods. When they press the button, I call the class method to look in a matrix and show in a table if the...
asked by 28.09.2018 / 15:01