Posts by scooby • 401 points
16 posts
-
1
votes1
answer344
viewsQ: Carousel - arrows as pagination
I’m working with the Owl Carousel v2.2.1 3 images at a time are displayed. This is already possible using paging, but I need the same event to be done using arrows. Every time you click on the arrow…
-
1
votes1
answer1505
viewsQ: Error "Warning: putenv() has been disabled for security reasons"
When I upload to production I get these errors: Warning: putenv() has been disabled for security reasons in /home/httpd/htdocs/telekobr/site/vendor/vlucas/phpdotenv/src/Dotenv.php on line 86…
-
1
votes0
answers75
views -
7
votes1
answer8639
viewsQ: Pass parameter from one route to another
I need to take a variable from the url and redirect with the parameter to another Function Route::get('doacao/{id}', function(Request $request){ return…
-
3
votes1
answer714
viewsQ: How to validate at least one mandatory field?
I have two CPF and CNPJ fields, the user must type only one, but never leave the two fields empty. This way it makes mandatory the two fields: [ 'Cpf' => array('required'), 'Cnpj' =>…
-
1
votes1
answer1013
viewsQ: Wordpress - File changes are not saved to the server
I am changing wordpress site direct from ftp, the files edited at first are saved, but a few minutes later the changes made are modified to the previous code. This has to do with file permission?…
-
7
votes3
answers2700
viewsQ: JS - Object array for array arrays
How do I convert an array of objects to an array of arrays in javascript? I did so, but returns an array of objects var items1 = new Array(); $.map(objResposta, function(value,index) { teste = new…
-
0
votes1
answer793
viewsQ: JS - display elements on the screen from an object
I need to assemble a questionnaire on the screen with questions and alternatives brought from a database, it is possible to mount the screen with label and radiobuttons without putting a foreach in…
-
2
votes1
answer3250
viewsQ: Jquery - Popular table using array
I need to populate a table with objects received via database, but I am unable to pass the content: <table id="grid-itens-nota" class="table table-bordered table-hover"> <thead>…
-
1
votes1
answer82
viewsQ: Ruby on Rails - .html.erb file does not update on the server
I modified the show.html.erb file, but the changes are not displayed on the system, I started to work with Ruby in Redmine a little while ago, it could be cache or some compilation is needed in the…
-
-1
votes2
answers578
viewsQ: Magento: what’s the best version?
Good afternoon, I’m starting my studies at e-commerce Magento and I would like to know who already has some experience with this platform which version to use. In this case, this latest version…
-
-1
votes1
answer1556
views -
2
votes0
answers472
viewsQ: Pagseguro does not redirect with transaction code
I am using the php pagseguro API so that after payment the client is redirected to a specific page, already set in Application > Redirect page the url and parameter you want to receive via GET.…
-
0
votes0
answers53
viewsQ: facebook video does not open on full screen
I copied the embed from a Facebook video to publish on my site, but when I click to enlarge full screen it increases the video screen, but inside the div of the page. The video does not zoom "over"…
-
0
votes1
answer5912
viewsQ: Darken background with text on image
Is there any way to darken a background image without affecting the text that is on it? .slider-principal{ content:'\A'; top:0; left:0; opacity: 0.8; } .slider-principal p{ color: #fff; bottom: 0;…
-
-1
votes1
answer216
viewsQ: Html does not render radio button value
I need to get the value of input radio inside a modal bootstrap, but it does not render the value stays that way: I used this example of radios: <div id="itemList"> <input type="radio"…