Questions tagged as 'html5'

0
answers

How to allow script tag in Slick.js

Hello, I'm using the Slick.js carousel, and I wonder if anyone knows how to allow the tag to appear in the carousel content. Demo of Slick.js Example how I want to use: Default Slick code: <div class="your-class"> <div&g...
asked by 02.09.2017 / 16:25
0
answers

How to send site form to email

I need to send the form from a website to the customer's email. Image of the form: allthevalidationsareworkingproperlybutwhenIasktosenditappearsthemessagethattheserverwasnotfound;Thesiteisalreadyhostedonthehostnetserverandtheemailisoutlook:m...
asked by 14.08.2017 / 20:41
1
answer

Two DIVs opening the same popup

I have two DIVs to open a specific popup, each. As pictured below: BelowistheHTMLthatmountsthetwoDIVs.<?php//Sessãoaindanãoiniciadaouusuárioinválidoif((!isset($_SESSION['usuario']))or($_SESSION['usuario']=='')){?><!--Divdeloginoucad...
asked by 14.08.2017 / 21:51
2
answers

Responsibility of Woocommerce Virtual Store

Hello, I have a responsive template installed on Wordpress, but the responsiveness in mobile devices is showing a small right spacing. I tried to change the margins by css, but it had no effect. Strange is therefore in some tests of responsiv...
asked by 14.08.2017 / 22:01
1
answer

Table Line Relative Position

I have a table with 50 lines Of these only 10 are visible Added class css "ux-select" line 5 The code $('table tbody tr:visible.ux-select').index() will tell me what line number in the context of the table as a whole (return 5)...
asked by 14.08.2017 / 21:15
2
answers

Put a responsive video on my webpage

Hello, I need to put a video on my site like this one: link All the examples I think are full width videos, q occupy the entire screen. The code I put below leaves the video as in image 01 Iwouldlikethevideotolooklikeintheimage02low Couldsome...
asked by 24.08.2017 / 19:41
1
answer

Navbar under jumbotron?

I'm creating a layout and I'm trying to put a navbar underneath a jumbotron but I can not. It turns out that jumbotron gets a space at the top and navbar gets a space between jumbotron . How to solve this?...
asked by 16.08.2017 / 20:22
1
answer

Reporting one object at a time with Jaspersoft Studio

I have a system of single notes in jsf and primefaces. I was able to generate a set report of several notes at the same time by searching through two input parameters, start date and end date. But what I want is to generate a note without having...
asked by 15.08.2017 / 17:10
2
answers

Show Hide JavaScript Button

I'm having a hard time implementing the function of showing and hiding a div in HTML with JavaScript. What I need is that when a return of the servlet is empty or null , hide a certain div . The same should happen to...
asked by 10.08.2017 / 21:54
2
answers

ChartJS - Graph going only once

Only 1 chart is appearing, even repeating the code. Only 1 chart appears. What to do ?! | *{ font-family: Oswald; } .box { margin-left: -110px; width: 170%; } .box-chart { width: 100%; margin: 0 auto; }...
asked by 21.07.2017 / 17:54