Posts by Luis Fernando Mangia • 89 points
8 posts
-
4
votes2
answers2414
viewsQ: Pure Javascript add class function [can’t be left 2015/2016]
Good morning to all. I made an effect in which I click on a div and swap the image with css animation effect. In this case, I used jquery addClass/toggleClass (I used the 2). But I wanted to make a…
-
0
votes1
answer101
viewsQ: jquery slideup/slideup effect does not work
Good afternoon everyone, I’m creating a gallery on a website but it has an effect on slideDown when you click on the image that descends a div that has a larger photo and a description. When I click…
-
0
votes3
answers276
viewsQ: I cannot close div using IDE jquery
I’m starting in jQuery and created a script in which when I click the div displays the content. So far so good, but when you click on text close jquery’s IDE is not working. jQuery(function(){…
-
1
votes0
answers98
viewsQ: Slider fullscreen inside bootstrap columns 3
Good afternoon to all. I am using bootstrap 3 and I am facing a problem that I have not been able to solve for more than 1 week. I have a layout that has 1 column for menu and other 11 to be a…
-
1
votes1
answer620
viewsQ: Media query does not work on non-responsive website
Good afternoon everyone, I put media query css3 to work on a fixed width site, but it doesn’t work. It only works on responsive websites? http://bblender.com.br/clientes/moldin/ @media only screen…
-
0
votes2
answers138
viewsQ: center form vertically to the center
I am finalizing a site and the form has to be centered vertically on the page. I’ve tried everything to have a margin in % but no technique works. I’ve put %, I put like Absolute to top and nothing.…
-
1
votes2
answers715
viewsA: Wordpress menu with pages and category option
Thank you Leo, I will study this method tbm. I saw on Codex this way in functions I put like this: if ( function_exists( 'register_nav_menus' ) ) { register_nav_menus( array( 'header-menu' =>…
-
-1
votes2
answers715
viewsQ: Wordpress menu with pages and category option
I’m learning to make Wordpress themes and seeing tutorials how to make call menus in Wordpress. I saw several tutorials on how to call category menu and pages, but I’m not finding a tutorial on how…