Posts by Felipe Viero Goulart • 3,693 points
233 posts
-
5
votes2
answers128
viewsQ: Make LI appear only on Mobile
I have a LI and would like it to be shown only in mobile mode: <ul style="display: block;"> <li><a href="/">Início</a></li> <li class="list-cat"></li>…
-
0
votes1
answer57
viewsQ: When applying Hover to a UL, modify LI and DIV
I have the following structure: <div class="submenu"> <ul> <li> <div class="btn-submenu btn-submenu-xstore"></div> <a href="/plataforma-de-ecommerce">xStore -…
cssasked Felipe Viero Goulart 3,693 -
0
votes3
answers45
viewsQ: Click UL to A
I have the following structure: <div class="submenu"> <ul> <li> <div class="btn-submenu btn-submenu-xstore"></div> <a href="/plataforma-de-ecommerce">xStore -…
jqueryasked Felipe Viero Goulart 3,693 -
-1
votes1
answer561
viewsQ: Making "how to arrive" with predefined destination
I need a page to click the iframe and that the user can put the address where they live, and when they click how to get it traces the route of a site that I will pre-set. That will be the location…
google-mapsasked Felipe Viero Goulart 3,693 -
2
votes1
answer339
viewsQ: Do not apply CSS rule to just one page
I have a CSS class that I would like to nay applied when I’m on a page: example.com.br/test There’s a way I can do that with some CSS rule? This is the class: .section-name { display: none; }…
-
1
votes2
answers3258
viewsQ: Change background of A when mouse in LI
I have the following code: <li class="menu-item"> <a href="http://stanlee.com.br"> <span class="jaw-menu-href-title">Home</span> </a> </li> When I pass the mouse…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer76
viewsQ: Separate content from an RSS into two Ivs
I have a PHP code that takes the content from a feed, I would like to separate that content into two Divs. For example: in the div1 will be the first five posts on a Carousel (jcarousel) and on div2…
-
2
votes2
answers78
viewsQ: Change date language captured in RSS
I’m taking the RSS content from a site with the following code: <?php $rss = new DOMDocument(); $rss->load('https://jovemnerd.com.br/nerdnews/feed/'); $feed = array(); foreach…
-
1
votes0
answers32
viewsQ: Insert new custom field in Wordpress
I’m customizing a site that was made in Wordpress. In a specific part of the site, in the TEAM, there is a photo of a person and to the side is to be added a text field. What happens is that in the…
-
0
votes0
answers93
viewsQ: Change date format in Wordpress
I’m making posts on a site developed in Wordpress, what happens is that the date format is the American: <span class="published">set 29th, 2016</span> I tried to change in Wordpress…
wordpressasked Felipe Viero Goulart 3,693 -
2
votes1
answer37
viewsA: Problem navbar bootstrap in Wordpress
Problem with z-index. Let your navbar that will work. .navbar { border-bottom: 0px solid #d1d1d1; padding-top: 20px; z-index: 3; }…
-
1
votes5
answers434
viewsQ: Meta Author does not embed when sharing on Facebook
When I share a link from my site on a Facebook page, "by AUTHOR" is not showing up. I have already informed all the correct social networks within my user profile. I am using the YOAST plugin. As I…
wordpressasked Felipe Viero Goulart 3,693 -
1
votes2
answers773
viewsQ: Scroll according to Section ID
I got the following li <li class="madmaxmenu"> <a href="#mad-max">Mad Max</a> </li> and the following Jquery $("li.madmaxmenu").click(function() { $('html,body').animate({…
-
0
votes1
answer337
viewsQ: Change A style when hovering LI
I have a structure in which the to is inside the li, applied an effect of Hover in li when you move the mouse over, change the colors. What happens is that you are only changing the background-color…
cssasked Felipe Viero Goulart 3,693 -
0
votes1
answer943
viewsQ: Put Youtube video as website background
I want to put a background video on a wait screen. Can you do this by pulling a video from youtube without showing the default buttons and have it start automatically? The Jquery I have to put the…
-
0
votes2
answers39
viewsA: Content is not shown after clicking
I solved. The problem was the Jquery version.
jqueryanswered Felipe Viero Goulart 3,693 -
1
votes2
answers39
viewsQ: Content is not shown after clicking
I made a li that when clicked, should show the content present within a div that’s like visibility:Hidden. As I’m calling the JS. $(".buttonShowContentSinopse").click(function() {…
jqueryasked Felipe Viero Goulart 3,693 -
3
votes0
answers67
viewsQ: Open Graphs (Author) not inserted on page
I own two different niche sites. What happens is this: when I do a post on Facebook, pasting the link of a post, in one of the sites appears the "BY Felipe Viero Goulart", ball show, this is what I…
open-graphasked Felipe Viero Goulart 3,693 -
0
votes2
answers605
viewsQ: Auto-click every 10 seconds
I have a Carousel on the site, and I want it to run every ten seconds, as if the visitor had clicked the button to effect this process. This is the site http://www.clinicafelipemeletti.com.br/ Here…
jqueryasked Felipe Viero Goulart 3,693 -
0
votes1
answer37
viewsQ: Problems with bandwidth limits
I have a website hosted on a server (Kinghsot). This same site, had this month (from 01/feb to 16/feb) about 2700 visits, according to Google Analytics. What happens is that this generated monthly…
serverasked Felipe Viero Goulart 3,693 -
3
votes1
answer306
viewsQ: Detect Adblock in user’s browser and show message
Is there any way, can be via JS, that detects that the user is using Adblock and send some message to the same?
javascriptasked Felipe Viero Goulart 3,693 -
0
votes3
answers448
viewsQ: Call a preloader before sending contact
I have the following form and its validations. How would I call a gif (preloader) to the form at the moment the user clicks to submit. It should disappear when the ajax is completed. function…
jqueryasked Felipe Viero Goulart 3,693 -
1
votes2
answers149
viewsQ: Jquery does not run because of syntax
I analyzed my syntax and at first you’re right: $(document).ready(function(){ $('input[placeholder], textarea[placeholder]').focus(function(){ if($(this).val()==$(this).attr('placeholder'))…
-
3
votes1
answer506
viewsQ: When you click on the smaller div, open the larger div
I have the following layout. The larger square shows one of the smaller squares, only in larger size. That is, if I click on the second smallest square, it has to show on the largest square. Is…
jqueryasked Felipe Viero Goulart 3,693 -
0
votes1
answer140
viewsQ: Add information to a map in SVG
I have a SVG map on my website. I would like to add a div for when the user hovers the mouse over a respective state, it shows the name of it. What happens is that if I include any information…
-
1
votes1
answer2287
viewsQ: When the user clicks on the image, open in larger size
I have the following HTML: <li class="editable" name="Galeria"> <a href="./imagens/galeria.jpg" rel=""> <img class="mudar" src="./imagens/galeria.jpg" title="" alt="" /> </a>…
-
0
votes1
answer363
viewsQ: Click on Jquery does not work
According to this question I asked earlier and was resolved I have another question that happens after that. $(".membrosClick").click(function() { var el = $(this); el.css("width", "766px");…
-
2
votes1
answer44
viewsQ: Problem with CSS in Jquery
I have the following HTML: $(".membrosClick").click(function() { $(".membrosClick").css("width", "766px"); $(this).children().fadeToggle(); $(".listagemEsc").css("margin-left", "383px"); }); <li…
-
14
votes1
answer7883
viewsQ: Map of Brazil - what is the best way to do it?
I have the following map: When the customer hovers the mouse over a state, it has to change color. I thought to do several Ivs, to assemble the map. Only this will generate a problem, as the Divs…
-
0
votes1
answer94
viewsQ: Else in PHP to call menu as URL
I don’t know much about PHP. I have a part of the site that contains a <a> with the current path from where the customer is. That is the code: <a href=" <?php…
phpasked Felipe Viero Goulart 3,693 -
3
votes1
answer20100
viewsQ: change span color when mouse on li
I have the following HTML: .menu { width: 100%; height: 75px; background: #474747; } .menu li { height: 75px; text-transform: uppercase; padding-left: 10px; padding-right: 10px; box-sizing:…
cssasked Felipe Viero Goulart 3,693 -
2
votes1
answer64
viewsQ: Remove P with Jquery
I have a part of the site that is manageable, and this manager creates a <p> automatically. I don’t want this <p>. How do I remove only the tag <p> without the content inside.…
jqueryasked Felipe Viero Goulart 3,693 -
6
votes3
answers242
viewsQ: Show list of 6 in 6 items
I have a menu listing with the following HTML: .menu ul { height: 115px; width: 960x; } .menu li { font: 900 22px/22px"open sans"; color: #16232e; width: 160px; text-align: center; text-transform:…
jqueryasked Felipe Viero Goulart 3,693 -
2
votes1
answer48
viewsQ: Click on only one element
I have the following structure: $(".produtosMenu li span").click(function() { $(".produtosSubmenu").fadeToggle(); }); .produtosMenu li { box-sizing: border-box; -webkit-transition: background-color…
jqueryasked Felipe Viero Goulart 3,693 -
1
votes3
answers94
viewsQ: Simple click on Jquery does not work
I want that when I click on span to ul appear. The correct thing is to use the Parent, nay? $(".produtosMenu li span").click(function() { $(".produtosSubmenu").parent().addClass("dpb"); });…
jqueryasked Felipe Viero Goulart 3,693 -
-1
votes2
answers5553
viewsQ: Clear inputs inside form after sending the message
I have a form with some input, and I want that after the customer sends the form, it clears the fields. My HTML: function contatoForm() { if ($.trim($('#contatoNome').val()) == '' ||…
jqueryasked Felipe Viero Goulart 3,693 -
1
votes3
answers14756
viewsQ: Centralize one div within another 100% div
I have a div that is 100% and has a background image. .bannerTotalHome { background: url("../imagens/bannerTotalHome.jpg") no-repeat center; width: 100%; height: 570px; margin: 0 auto; } And inside…
cssasked Felipe Viero Goulart 3,693 -
1
votes1
answer153
viewsQ: Change select option to URL
I have a select with five option. I want it to check the link the user is and as this link, it selects an option. My HTML: <select name="segmento" id="segmento" class="basic"> <option…
-
1
votes1
answer23
viewsQ: Problem with effect on multiple Lis
I’m 4 li, 2 of them are appearing on the site, and other two will appear only when I click on any of these other two, so you understand better, follow my code: $(".membrosClick").click(function() {…
jqueryasked Felipe Viero Goulart 3,693 -
18
votes3
answers4829
viewsQ: click a play button on the Youtube iframe
I have a iframe of Youtube, and a div above it, I want when the user clicks on that div He plays the video. My HTML: <div class="p-relative"> <div class="botaoMaior"> <div…
-
-2
votes1
answer312
viewsQ: IF in PHP does not work
If I’m on the test page/1, it adds the class logoPrincipalHosp in li if not the class logoPrincipalElev. My PHP: <li <?php if (preg_match('/teste\/1/')) echo 'class="logoPrincipalHosp"'; else…
phpasked Felipe Viero Goulart 3,693 -
0
votes4
answers1981
viewsQ: Go to the first option after clicking the button
I have the following HTML: <select class="estados" name="estado"> <option class="op1" value="">1</option> <option class="op2" value="">1</option> <option class="op3"…
jqueryasked Felipe Viero Goulart 3,693 -
-2
votes2
answers7690
viewsQ: Clear select and input fields
I have a form, and when I click "Redo Search" I want it to clear all fields. HTML? <form action="" class=""> <ul class="dropdown"> <li> <input type="checkbox" <?php echo…
htmlasked Felipe Viero Goulart 3,693 -
3
votes1
answer1955
viewsQ: cont.if it doesn’t work in Excel
I have a column in Excel with 38 lines. Inside there are two words: Yellow and White, I want to count how many times those words have been reported. I used the following formula:…
excelasked Felipe Viero Goulart 3,693 -
1
votes2
answers2030
viewsQ: Customize Youtube Player in Iframe
I have a part of the site that is manageable, it receives the <iframe> of Youtube, only that I wish I could customize this player, take away some things like duration time, and other buttons…
youtubeasked Felipe Viero Goulart 3,693 -
-2
votes1
answer115
viewsQ: Single font font problem
I’m having trouble with a source on a website I’m developing. The name of the source is Modern No 20, I did her font-face and it’s not working. My code is correct? @font-face { font-family:…
cssasked Felipe Viero Goulart 3,693 -
0
votes1
answer156
viewsQ: Use jquery to control scrolltop
I have a div .menuFixo, that when it reaches 31px scroll she stay with top: 0, otherwise, stay top:31px, I did with Jquery, but it didn’t work. $(window).scroll(function () { if…
-
5
votes4
answers1991
viewsQ: Difference between span img and div img
I’ve seen it in some source code: <span> <img="../imagens/1.jpg"></span> and in others: <div> <img="../imagens/1.jpg"></div> Is that wrong? I always thought…
-
1
votes2
answers1117
viewsQ: Take URL link and modify CSS
I would like to take the URL link and with it, modify the class property flechaSubmenu of display:none for display:block. I thought I’d do with CSS: .classe a[href^="/categoria/categoria2/"] {…
-
0
votes0
answers28
viewsQ: Applying effect to scrollar mouse
I’ve separated my website by sessions: <section id="parte1"></section> <section id="parte2"></section> <section id="parte3"></section> And I’d like to apply an…