Questions tagged as 'html'

0
answers

How to make an email rescue field work - Newsletter

In the footer of all the pages of the site that I'm touching, there is a field of Subscribe, for email rescue and newsletter sending. But I do not know how to make it work, does anyone help me? Follows: <form class="newsletter">...
asked by 21.06.2018 / 23:00
0
answers

How to put custom post type on slide

I have the Custom post type code and wanted to put this same code inside of that slide but I can not, could you help me? The code of the custom post type that I want to be inside the slide is this: <?php $loop = n...
asked by 23.06.2018 / 01:52
0
answers

HTML (Bootstrap) cutting XML content

So, the data is coming right, but it's not showing. I tested without the css and it worked. The problem is in the 3 divs, can anyone identify why? (Extremely Urgent). // essas tres divs <div class="container-fluid"> <d...
asked by 04.07.2018 / 02:11
1
answer

Keeping cards on the same line

I created a foreach of objects to display the data of these objects on cards, it worked the way I wanted it, but only 1 card per line appears, how do I generate 2 cards per line? HTML <div id="card-widgets"> <div clas...
asked by 21.06.2018 / 15:33
0
answers

How to uncheck a checkbox, when to close the div that shows what was marked.

Once I mark the checkbox options, I click on "ok" it it brings me the options I marked. giving the option to exclude it. But if I delete, the checkbox is still marked.     
asked by 21.06.2018 / 16:43
1
answer

Failed to apply mascara currency in an if inline

I have a condition where I need to apply the money mask. <td> <div class="pull-left">{{nota.issRetido[0] === true ? nota.qtdNotasEmitidas | currency : '-'}}</div> <div class="pull-right">{{nota.issRetido[0] ===...
asked by 21.06.2018 / 16:00
1
answer

How do I style this code with css and html? Blogger

The code below is for listing blogger posts within a bookmark , if the post has the specific bookmark it will be shown in this list I would like to be able to change the appearance of how everything is displayed by changing where the post image...
asked by 20.06.2018 / 20:31
0
answers

Error trying to create an array of objects

I'm trying to create an array of objects however I'm getting the following error message: Warning: mysql_fetch_object (): supplied argument is not a valid MySQL result resource in Class class controler { private $anuncios = array()...
asked by 21.06.2018 / 02:56
1
answer

Custom banner system

Personally, I need to create a custom Banner system. Let me explain a little. I need to create something that: I send a photo, put this photo inside a frame, and in that generate another photo where I can save the two joined, as if it were an as...
asked by 17.06.2018 / 00:55
0
answers

Problem in the Foreach array

My problem is this, I hope you can help me: I'm looking for some records from the "Products" table in my database and displaying it on the front. I'm using a Foreach to bring these logs and there's also a button that will create a session and...
asked by 26.06.2018 / 02:28