Posts by Alessandro Ramos • 421 points
46 posts
-
-1
votes1
answer36
viewsQ: PHP cannot pull data from the database using Bootstrap
I have a form in PHP where presents the data of the logged in user. Follow code: Precisa de troco?<br> <input name="troco" type="text" id="troco" value=" Nenhum"…
-
-1
votes2
answers38
viewsQ: I need to convert to current PHP
I have an old form that would like to adjust a page with current PHP parameters. Follows code: <?php include "login_senha.php"; $email = $_POST['email']; $sql = mysql_query("SELECT * FROM…
-
1
votes0
answers459
viewsQ: Display login username in wordpress
I have a site in wordpress, use the template TOTAL. In this template, at the top of the site appears the login message for the user to login, and it changes to logout when the user is already logged…
-
0
votes0
answers75
viewsQ: Subscription form does not highlight mandatory field
I have a form where you have a signature field, follow code: <script src="signature/jquery.signaturepad.js"></script> <script> $(document).ready(function() {…
-
1
votes2
answers442
viewsQ: Turns a field into the required form when select Yes
I have a field in my PHP form where I ask if the user has a phone at home. It is a select with YES and NO. If YES the following field must be required to be completed, if NO, the field will not be…
-
-1
votes1
answer50
viewsQ: How to develop a wordpress homepage that changes according to locale
I need to create a site, in wordpress, that the home recognizes the location through IP. Example: In Rio de Janeiro the IP is XXXXXX, in which case the home page would be X In São Paulo the IP is…
-
6
votes1
answer1040
viewsQ: Make edge effects in CSS such as chamfer
I need to do some effects on the edges of images and rectangles, as in the image below: Notice that they are in the corners, in the gray rectangle this in the top right, in the images in the base…
-
0
votes1
answer246
viewsQ: Inserting javascript in joomla header 2.5.8
Many years I don’t touch joomla and an old client asked me to insert a javascript in the site header. How do I do this? The joomla version is 2.5.8 The main page code is <?php /* Design by VTEM…
-
0
votes1
answer38
viewsQ: Plugin indication for wordpress search
I am building a project and I need a plugin indication to create a search similar to this, this site: http://www.fqmfarma.com.br/produtos Where the contents are separated with letters, in…
-
0
votes1
answer62
viewsQ: How to change wodpress paging to load more
I have a site in wordpress, Thema is the TOTAL. In the pagination of this theme, are the page numbers and the previous and next arrows. What I want is to replace this pagination with a button to…
-
0
votes1
answer44
viewsA: Filetrip plugin gives error - Wordpress
I found that Filetrip looks for a folder in the plugin root, called UPLOADS. As it does not find it gives this error. I just created this folder, UPLOADS, inside the folder FILETRIP-PLUGIN follows…
-
0
votes1
answer44
viewsQ: Filetrip plugin gives error - Wordpress
I have a form in wordpress made with plugin Caldera Forms. I used the Filetrip plugin to upload the form files and send the link by e-mail of these files, everything was working properly until from…
-
0
votes1
answer33
viewsQ: Send the form to different addresses according to zip code
I have a form that calculates the delivery rate according to the zip code, until then everything works 100%. My client is opening his business in another area and wants the orders to be sent…
-
0
votes1
answer38
viewsQ: Discount on a form item, after choosing a combo option
I have a form in PHP, where I would like to create a discount rule for an item, in this case the soup. The soup on the online menu (form) costs R $ 15,50 but if the customer select one of the combos…
-
2
votes1
answer98
viewsQ: Woocomerce (wordpress) charges digital product shipping/download
I have a store of digital products (ebooks for download), where the customer after payment receives the release to download the product, until then everything OK. Today I registered 4 products…
-
0
votes1
answer323
viewsA: Wampserver does not install Wordpress
Solved, I put the localhost with the Mysql port that was 3308, so it was localhost:3308. I was putting localhost:8080
-
2
votes1
answer323
viewsQ: Wampserver does not install Wordpress
I installed Wampserver on my Windows 10, only localhost didn’t work because of IIS Windows, so I set up Apache to use localhost:8080. So far so good, I can access the local installation of my…
-
0
votes1
answer31
viewsQ: Putting minutes into working time
I have the following code, where determines the time of operation of Delivery. Follow code: function delivery(){ var cep1 = document.getElementById("cep1").value; var cep2 =…
-
0
votes2
answers69
viewsA: Creating rule to create time based on delivery rate
Solved!! Follow correct code: var arrayTempoEntrega = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110]; var arrTaxaEntrega = [4.80, 6.50, 6.00, 5.80, 5.30, 4.30, 3.80, 3.30, 2.50, 2.00, 1.50]; var…
-
-2
votes1
answer49
viewsQ: Create Delivery Time by ZIP Group
I have a form that calculates the cost of delivery per ZIP CODE group, what I need now is for each group to add a delivery time. Example: The ZIP Code group that charges R $ 4,30 will have the…
-
0
votes1
answer87
viewsQ: Upload JS information to PHP
I need to take the information from a JS file (form.js) and load it into a PHP file (mail.php). In the form.js file there is a function that calculates the value of the delivery based on the CEP…
-
0
votes2
answers69
viewsQ: Creating rule to create time based on delivery rate
I have a condition in my form that calculates the delivery time of orders, follows below the rule: date_default_timezone_set('America/Sao_Paulo'); $Agora = date('H:i:s'); $HoraServico =…
-
0
votes3
answers2124
viewsQ: Image appearing with Fad-in effect after loading page
I need to make four images appear, one at a time, on my page, after her upload. EFFECT ON THE IMAGE: It would be the fade-in effect, if I’m not mistaken that’s the name. That effect is the one that…
-
0
votes2
answers702
viewsQ: HTML button as selection for questions
The user will access a screen in HTML, where will have some questions and each question will have 3 or 4 options of answers in button format. When he clicks on the button, the button changes color.…
-
1
votes1
answer1352
viewsQ: Placing (Arrows) an arrow at the base of my active button
I have a tab menu that I need to place an ARROW at the base of the button when it is active. Follow the image as it is: It has to stay that way: Follow the code of this "menu": <div…
-
0
votes1
answer704
viewsQ: Customize Contact Form 7’s Chekbox
I’m trying to customize a checkbox contact form 7, wordpress, but I’m not getting it! He should stay like this: And he’s like this: The code in the contact form is this: <label2…
-
1
votes2
answers3102
viewsA: Customizing Send File Contact Form 7 wordpress button
Based on Darlei’s help, I did it! Follow the solution: .styled-select #sexo{ background: url(icone-seta-premio.png) no-repeat; height: 45px; position: relative; z-index: 999; background-position:…
-
0
votes2
answers3102
viewsQ: Customizing Send File Contact Form 7 wordpress button
I have a form in contact form 7, wordpress, I need to change the button attach aquivos, today it is like this: I need the buttons to stay like this: I’ve tried everything and nothing!! If anyone…
-
1
votes2
answers244
viewsA: I cannot place the link with the ACTIVE function
I resolved so: #site-navigation .dropdown-menu a:hover, #site-navigation .dropdown-menu > .current-menu-item > a, #site-navigation .dropdown-menu > .current-menu-parent > a{…
-
1
votes2
answers244
viewsQ: I cannot place the link with the ACTIVE function
I have a menu, on my site in wordpress, that when passing the mouse (if) it load a border at the base, so far so good, but I can not put the ACTIVE function for when the person is on the related…
-
0
votes1
answer38
viewsQ: Create tab using images on button
I need to create a TAB block for my site in wordpress, there are several plugins that help in this, but do not discover any that I can use images on the button. They’re usually icones, but my client…
-
0
votes3
answers226
viewsQ: Sum inputs checkbox and at the end subtract one
I rephrased that question, I’ll try to be more objective. I have that field on the form: Where the area code you calculate is this: $( "div#molhos :checkbox:checked" ).each(function() { sub += $(…
-
1
votes0
answers89
viewsQ: Lightbox window follow the screen (Sidebar)
I have a code where I can load my DIV into lightbox, but when I roll the browser window down the lightbox window does not accompany. I tried to put as position: fixed, but so the Z-index does not…
-
-3
votes1
answer62
viewsQ: Delivery charge: sometimes it works and sometimes it doesn’t
I have a delivery form that uses a file (form.js) where contain the billing data by zip code, so far so good, my question is, because sometimes it charges and then does not charge, being the same…
javascriptasked Alessandro Ramos 421 -
1
votes1
answer73
viewsQ: How to remove the featured post from the right column?
Good morning to all, I have a site that I’m moving where the home has a slide of posts, where great appears the post featured and the right side 3 small posts. My problem is that in the column of…
-
3
votes0
answers759
viewsQ: I need to put an excel table in wordpress
I have a small table in Excel, where there are some calculations, formulas, actually this table is a simulator of my client’s fees and he wants to put on the site :(. Is there a plugin for this? Any…
-
3
votes2
answers124
viewsQ: Form: one choice is free, two have to charge. How do I?
I have a form, where each product selected has a value, and at the end of the form has the total, all this works through the form.js file follows code: var str = ""; var id = ""; var sub = 0.00; var…
-
0
votes1
answer715
viewsQ: I need to put a link in my Google Maps
I have a map on my site, where the location of the property on the map has the logo, in place of the standard Google Maps PIN, a PNG image appears. I need this image, when clicking, to take to a…
-
0
votes1
answer52
viewsQ: How do I send an ID information via email?
I have a form, it has the following line: <span id="idTaxa"></span> This line carries the delivery fee data, so far so good, but I need to send this information by email and I’m not able…
-
0
votes1
answer37
viewsQ: Restrict number of recent TAB posts
I have in the home a module that displays posts recent, one featured and three in the module browser, totaling 4 posts. After I started creating more posts, messed up the module. How can I restrict…
wordpressasked Alessandro Ramos 421 -
0
votes1
answer87
viewsQ: How to put a sum in my JS formula?
How do I place a formula that adds a value to a ZIP Code group on my order form? Example: in ceps 22750-670, 22750-700 and 22750-750 will be added the value of R$ 4.00 (4.00) to the total order. The…
-
2
votes1
answer283
viewsQ: Creating Responsive Random Image
I have this code (below), where I can create a random banner, but it is not responsive, or rather, the image is not responsive. <style type="text/css"> .banner{ width:100%; height: auto; }…
-
0
votes1
answer61
viewsQ: My form only sends the email to the server itself
I have a form that sends e-mail normally, but when I put the option to send a copy to the customer’s email, it does not send. I did several tests and found that he does not send e-mail to any…
-
0
votes0
answers59
viewsQ: My form does not send Email copy
I have a form that sends the data to the administrator, but does not send the copy to the client’s email. Follows the code: $to = $email; $emailoculto = $email; $subject = "Seu pedido ao restaurante…
phpasked Alessandro Ramos 421 -
0
votes1
answer488
viewsQ: Custom Fields: Not appearing on the site page!
I have a page with custom fields, so far so good, but when saved on the site does not appear the field, that would be a BLOCK. I used the code <?php the_meta(); ?> and appeared like this,…
wordpressasked Alessandro Ramos 421 -
0
votes1
answer2935
viewsQ: How to generate a sequential number in a PHP form without using a database?
Today in my form, I have the mail.php file where to read the form data and send by email. This form is an online order form, where users already registered Ogan and place orders. Well, I’ve…