Posts by Hebert Richard • 305 points
19 posts
-
1
votes1
answer1139
viewsQ: Use <map> tag in a responsive image
Good night, I need to link a piece of an image, but this link has to work responsibly. When I view the page on a mobile phone, I miss the mapping. What’s the best way to do that? What did I do? In…
-
4
votes4
answers2028
viewsQ: Side by side in Bootstrap, jumping line
I have a simple problem with Bootstrap v4.0.0-alpha.5. I’ll run it through the database. It lines side by side but in some cases a line is skipped, and there is only one item for the bottom line.…
twitter-bootstrapasked Hebert Richard 305 -
0
votes0
answers98
viewsQ: Fixed size + responsive bootstrap 3
I’m developing a newspaper website, and I have a problem to solve. The newspaper owner doesn’t want to limit the size of the news. With this, I can not leave everything embedded, as one news ends up…
bootstrapasked Hebert Richard 305 -
1
votes1
answer163
viewsQ: I can’t update stock on Magento 1.9.2.3
Good afternoon, When trying to update the stock, entering the product and changing the value in the specified location, the screen is frozen and nothing happens. All I did was reset the cache folder…
magentoasked Hebert Richard 305 -
3
votes1
answer470
viewsQ: How to calculate and display the sum of dates instantly?
Expensive, I have a situation where I need to create a lease. In the fields, the person who is entering with the data has the options: *months / *start date / *end date I would like to know how to…
-
4
votes4
answers912
viewsQ: Add variables to obtain end date
I have a form with a rental register. In it, I have the fields $datainicio, $meses and $datatermino. The start date I put automatic, according to the date of the day. The months must be placed at…
-
0
votes1
answer1071
viewsQ: Pass variable value to input in another PHP file
Good morning! I have the following situation: A customer needs to fill out a form, and one of the fields on this form is for sending images. To adapt to the customer, the image upload window opens…
phpasked Hebert Richard 305 -
0
votes0
answers473
viewsQ: Transparent Checkout Error Pagseguro - Magento
Good morning! I installed the Transparent Checkout module of Pagseguro in my store Magento, version 1.8.0.0, available in this link. I can’t finalize the purchase! Transparent checkout has already…
-
0
votes1
answer138
viewsQ: Error in Pagseguro Module in Magento Store
Good afternoon, I installed in my store Magento the module Pagseguro, but I can not finish the purchase, because I get the following error: Uncaught TypeError: jQuery.colorbox is not a function I am…
-
1
votes0
answers312
viewsQ: How to show Magento’s configurable product inventory
Good afternoon! I’m picking up here to settle this matter. In my store, the configurable products even appear the stock, but the first item appears as "null". See the image below: My working version…
-
1
votes1
answer2473
viewsQ: Upload PHP Images and Ajax send file path to Input
I’m using an image upload system that I found on the internet, serves me a lot! In addition to uploading images, it resizes and facilitates the work of users. The question is this:: I have a form…
-
1
votes1
answer11340
viewsQ: Floating Div in Bootstrap 3 accompanying Scroll
Good morning! I have the following code: <div class="container"> <div class="row"> <div class="col-md-5"> <?php $hostdb = "**********"; $userdb = "**********"; $passdb =…
-
1
votes3
answers1239
viewsQ: SELECT with 2 tables and same field in both
Good afternoon! In my database, I have two tables: imoveisvenda and imoveislocacao The two have the field "dormitory", which tells how many dormitories have the house or apartment, be it for sale or…
-
4
votes2
answers758
viewsQ: PHP Mysql avoid database registration in uppercase letters
Good morning, I have a database, where users insert various news. I’ve talked to all of them, not to put capital letters in the inclusion, because it makes the project aesthetically ugly. Is there a…
-
1
votes0
answers64
viewsQ: Problem when listing products on the Magento Home Page 1.8
At the Magento store I’m creating, I can’t list more than 9 products on the home page. I believe that this may be a problem with the theme, but I could not increase that amount. Shop:…
-
1
votes1
answer944
viewsA: Place SELECT Mysql Items Side by Side with Bootstrap
Guys, thanks for the support! I resolved that question as follows: <div> <?php require 'conexao.php'; $sql = mysql_query("SELECT * FROM imoveisvenda"); while($exibe =…
-
1
votes1
answer944
viewsQ: Place SELECT Mysql Items Side by Side with Bootstrap
Good afternoon, I am making a consultation in a bank, for a real estate site. I would like this query to generate the properties side by side, and not one below the other. Is there a way to do this…
-
2
votes2
answers725
viewsQ: Working with directories to make a require in PHP
I have a page where I submit some information, stored in the Database. This page is inside 5 folders: pasta1/pasta2/pasta3/pasta4/pasta5. To the SELECT function, I need a require to make the…
-
3
votes1
answer702
viewsQ: Table/Field for product price in Magento
In which table/field are stored the prices of products registered in Magento 1.9? I saw on some sites the table catalog_product_entity_decimal, but I didn’t see the field price or any other value in…