Posts by haRdy • 403 points
24 posts
-
0
votes1
answer35
viewsQ: @font-face is not working in Chrome
Recently a customer uploaded a website and the font that was set in the font-face stopped working. In test environment, it worked normally (the site was hosted on a cloud site, but in a Ubdomain).…
-
0
votes1
answer32
viewsQ: Sending email with dynamic inputs
I’m using a code like this: https://codepen.io/leoamrl/pen/Yayzoj to add fields to my form. How php would send forms like this? Follows current php code: <?php header("Content-type: text/html;…
-
2
votes1
answer173
viewsQ: How to add SMTP mailing in phpmailer?
Good morning, I have the following code to send an e-mail via Phpmailer. <?php $GetPost = filter_input_array(INPUT_POST,FILTER_DEFAULT); $Erro = true; $Tipo = $GetPost['tipo']; $Nome =…
-
0
votes1
answer154
viewsQ: Related Posts by Child Categories
I have the following code working, which shows the related wordpress posts, by category (mother). I need to adapt this code so that in a particular type of post, it shows related posts by child…
-
4
votes2
answers8261
views -
1
votes1
answer76
viewsQ: Login with Facebook - Iserir profile image in a <input type="file">
good afternoon. Do you have any way to get the login with facebook, take the profile image of the user and "store" in an input type="file" of a form? To work as if the user had uploaded this image.…
-
0
votes1
answer371
viewsA: Searchbox Google Maps JS API does not return search results
I managed to solve. I replaced the excerpt var input = document.getElementById('pac-input'); var searchBox = new google.maps.places.SearchBox(input);…
-
0
votes1
answer371
viewsQ: Searchbox Google Maps JS API does not return search results
Good evening, I have a map obtained through the Google Maps Javascript API, and I’m inserting a searchBox. So far so good, the search box has been inserted and the autocomplete is working. The…
-
0
votes1
answer167
viewsA: Show image below div on Hover
I was able to solve using an image as a "mask" and a background Fixed. Follows the website: http://lancamentos.euroamericaconstrutora.com.br/papodecasa/…
-
0
votes1
answer167
viewsQ: Show image below div on Hover
Good afternoon, I need to build an effect on a blog where when you hover over the pink div, it shows an image that’s at the bottom of it. But I need to show this image only in the area where the…
-
1
votes1
answer351
viewsQ: Add class to on scroll element
I have a site that in css, have these statements for the body: body { background: #fab52d; font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 1.6rem; color: #FFFFFF; overflow: hidden;…
-
1
votes1
answer210
viewsQ: Simplexml does not return the file data
I’m using simplexml of php to retrieve data from a file xml, but nothing returns. What can it be ? <?php @header('Content-Type: text/html; charset=utf-8'); $xml =…
-
4
votes4
answers257
viewsQ: Grab link on date and play on src from img on Hover
I have the following html code, I need that when the event occurs, the link that is in the data-Hover go to src, and when taking the mouse, return the src link. <img src="images/manada.jpg"…
-
1
votes0
answers23
viewsQ: Duplicate taxonomy dropdown wordpress
I followed this tutorial https://clicknathan.com/web-design/wordpress-custom-taxonomy-dropdown-without-a-submit-button/ , which is working perfectly, except because when I try to add 2 dropdown from…
-
1
votes1
answer733
viewsQ: Calling 2 events on onclick
I’m developing a website, and I need to trigger two events when a text is clicked. A js function, and a google Analytics goal tracking code. Following example function shownumber() {…
-
3
votes1
answer183
viewsQ: Box shadow appearing from right to left
I have the following code http://codepen.io/leoamrl/pen/xErdQL which so far is exactly how I want it. Except because I want the Hover effect to appear from right to left. How could I do it with box…
-
2
votes2
answers89
viewsQ: Click an H3 and focus on a form field
I am organizing a contact form, divided into several parts. One of the things I need is that when the user clicks an H3 (but it can also be a div, anchor or button) a specific field of this form is…
-
0
votes1
answer2130
viewsA: How to remove spaces between rows from a table?
I decided by following Peter Parker’s tip to put vertical-align: top; in the image!
-
1
votes1
answer2130
viewsQ: How to remove spaces between rows from a table?
I’m doing an email from marketing, and everything is normal in web version, but when I send it it gets a blank space between the table lines. Email marketing link in web version.…
-
0
votes1
answer2148
viewsQ: How do I restart apache on a web server?
I made some settings in php.ini of my site that are not working, and they told me that I needed to restart apache to make it work, but I don’t know how to proceed with this reboot. Someone can give…
-
0
votes2
answers85
viewsQ: Add form fields with jQuery to be sent in php
I am using the following code to add a new set of fields to a form that will be emailed in php $(document).ready(function() { $("a[id='addProd']").click(function() { var domElement = $('<div…
-
1
votes1
answer282
viewsQ: Wordpress Thumbnails in Custom Post Type
I am using the following code to enable Custom Posts Types on my website. No functions. What should I add to this code for the thumbnails function to appear in the custom post? add_action( 'init',…
-
5
votes3
answers75
viewsQ: Should I use Everywhere or just Fonts?
I know to use in instead of px in sources for a good performance of its application in cell phones, but I only use it in font size. Shall I wear in also in places like margins, paddings,…
-
0
votes0
answers172
viewsQ: Input Data type is returning the date reversed
I have this website http://tamandareplaza.com.br/ and I’m trying to get his form to communicate with the reservation system. As can be seen in the "MAKE YOUR RESERVATION HERE" area, the date that…