Posts by Fernando Alcantara • 127 points
20 posts
-
-4
votes1
answer68
viewsQ: Error javascript comparison operators
People have already done the test here and this variable returns true, even with the operands being equal, in this case was to return false and go jump into the else. function testar(){ var isOk =…
javascriptasked Fernando Alcantara 127 -
1
votes1
answer228
viewsQ: How not to repeat Wordpress loop posts
I’m creating a gallery of post like that of globe with. that appear 3 different posts at once. The problem is that it only picks up a post, I would like the *posts to be inserted within the div…
-
0
votes1
answer56
viewsQ: How to use the plugin botepage ajax correctly
I’m trying to use this plugin here botepage the problem is that I am not able to insert any content inside the Divs, on page 1 for example say I want to put "hello", on page 2 say I want to put "hi"…
-
1
votes0
answers339
viewsQ: How to List Woocommerce products in the bootstrap Carousel
<div class="container-fluid"> <div class="row"> <div class="row"> <div class="col-md-9"> <h3 class="titulocarosel"> Produtos mais vendidos</h3> </div>…
-
-1
votes1
answer346
viewsQ: How to check repeated email in the database?
When I put an email, even if it is repeated or not, returns me this error here: Warning: mysql_num_rows() expects Parameter 1 to be Resource, Boolean Given in C: xampp htdocs sistemaslogin classes…
-
-2
votes1
answer513
viewsQ: How to organize the root folder of a website correctly?
would like to know what is the pattern to be followed and the best way to organize the site files correctly, example I have a main folder that and the name of the site and within that folder I have…
-
0
votes1
answer118
viewsQ: Error install Awesome Font plugin
then the staff already tried to do of td, installed the icons in the correct way as the site speaks to make <link rel="stylesheet" href="font-awesome.min.css"> to add the icon I’m putting…
-
1
votes0
answers50
viewsQ: Error when executing Grunt command
so people installed Grunt here and when I run the Grunt command appears this unglify targets found error Warning: task "unglify" failed. use --force to continue my gruntfile.js is so module.exports…
-
-2
votes2
answers1484
viewsQ: How to Configure Text Editor for git
I’m trying here to configure the git editor for the sublime but it is giving error, anyone knows how to perform this configuration in the correct way? was trying something like this git config…
-
1
votes1
answer404
viewsQ: ssh key add error to github account
personal someone is trying to add my ssh key to github account so qe is giving error, it asks for a title then I put "windows" then ask for a key so I put "id_rsa.pub" this error appears: Key is…
-
1
votes2
answers1478
viewsQ: Menu effect appear slowly css
personal someone has how to explain to me how it does this effect when it descends the scroll appears a white backgrond slowly https://blackrockdigital.github.io/startbootstrap-creative/ would be…
-
0
votes1
answer583
viewsQ: text error float beside html image
Guys and the second is an error and I can not solve it the text is pasted in the image, I wanted at least to have some space between the text and the image, I tried to put margin-left and n will I’m…
-
3
votes2
answers76351
viewsQ: link to an image to be redirected to another site
so I have an image, I wanted that when clicking on this image the user was redirected to the link I defined, <a href="www.google.com"><img src="img/css3.png" class="media-object…
html5asked Fernando Alcantara 127 -
0
votes1
answer46
viewsA: How to align text with image
So personal is the following a thing so simple to be solved and the idiot here using bootstrap ended up bothering me more than helping and I had forgotten the powerful text-align:left in the…
-
0
votes1
answer46
viewsQ: How to align text with image
I’m creating a portfolio for myself and I’m trying to make the text straight as on this site https://blackrockdigital.github.io/startbootstrap-agency/# (in the area about) if you notice the text…
-
0
votes2
answers46
viewsA: Menu error appear slowly
so I was able to solve it this way if($(window).scrollTop() <= 70){ $("#navegacao").hide() } if($(window).scrollTop() >= 70){ $("#navegacao").show("slow") } else{ $("#navegacao").show("slow")…
-
0
votes2
answers46
viewsQ: Menu error appear slowly
then person I am having problems with if I and with function Hide(), show() I am creating my portifolio and I want the menu to be fixed from scrolltop 70 and I want it to appear slowly then I did…
-
1
votes5
answers599
viewsQ: css properties do not bootstrap effect
I’m trying to do a simple thing in css that is change the font color of my link and colors are being nullified by some motiv that I don’t know which is .navbar-inverse .navbar-nav>li>a {…
-
0
votes1
answer94
viewsQ: apply css property directly by javascript and a good practice?
I am creating a website and so I can maintain a greater control and save time of having to change tab all the time I am applying the properties direct by javascript, I would like to know this…
-
2
votes1
answer79
viewsQ: capture input text javascript value
So you guys I’m studying oop in javascript to crawling still, for this I’m trying to add on my site elements dynamically through js I am wanting to capture the value of my text field and when I…