Posts by Nelson Pacheco • 303 points
24 posts
-
-1
votes1
answer21
viewsQ: Hide menu, show Sticky
I am making a site in wordpress, but my problem is that, I want to hide the menu by default and make appear only the Sticky menu. How can I do this with javascript? I’ve tried and searched, but I…
-
0
votes0
answers57
viewsQ: Tag manager jquery tag tag
since a while ago, my tag manager, in Yii framework, is generating tags with a "tag separator?" instead of a comma, which can be? Code: $('.tm-input').tagsManager({ prefilled: ["<?php echo…
-
1
votes1
answer259
viewsQ: Bootstrap form layout
I am trying to make a form with bootstrap in which will have a title field, a state field, a field for po content, field for tags and a boot. I happen to want to put the title field and the state…
-
0
votes1
answer60
viewsQ: Pass function by validation function in php
Good, I have a class "Entity", where I have the property "Phone", for the phone, I have a function the part that validates the phone number "isvalidTelephone", I also have a function that prints all…
-
2
votes1
answer929
viewsQ: mysql Workbench error
I’m trying to make a database for an academic project, I’m doing the model on the Workbench and then I try to synchronize with phpmyadmin, it turns out that when making the Foreign Keys the same…
-
1
votes2
answers4974
viewsQ: Unwanted CSS white space
I’m doing a booking site for outdoor activities and I’m having a problem with CSS. In my document there is always a blank part below the image, I do not understand why. In Chrome dev tools nothing…
-
0
votes0
answers145
viewsQ: Button appears superimposed
I am adding buttons to add music to the favorites, but this button is only appearing in the first songs, it does not appear in the others below, it seems that the buttons are superimposed... But I…
-
0
votes0
answers25
viewsQ: Button does not appear in all songs
Good staff Here’s the thing, I’m doing javascript buttons to add music to favorites, but the extra button I added and style with css doesn’t appear on all songs, just a few. And another thing, each…
-
1
votes2
answers962
viewsQ: Change the site color in one click!
Good people! I have a button with 5 buttons, when clicking these buttons, the color of the site will change, I was doing this process to change the color in Javascript, but I do not find it very…
-
0
votes1
answer39
viewsQ: Objects change position when switching from browser
Can anyone tell me why when switching from browser, from Chrome to Firefox, the relative positions I gave in CSS change? Normally I use Chrome, but I tried it on Firefox and all the objects I gave…
-
0
votes0
answers41
viewsQ: Thumbnail of youtube does not take full size of div
Good staff! I’m having a problem, I’m using the youtube API to import thumbnails to my website, these thumbnails should take the size of the Divs, but no, they all have different sizes and titles…
-
-1
votes1
answer48
viewsQ: Animations do not appear
Good people, I’m trying to do some scrolling animations, but I don’t know why but I don’t see any animation, the sections don’t Reveal As I go scrolling... Html: I added the js-wp-1, js-wp-3,…
-
0
votes1
answer117
viewsQ: Navigation and Sticky Nav
I’m trying to make my navbar Sticky when it comes to the section after the header, but I’m not getting it, I’ve researched several ways, but the navbar gets very buggy... First problem is: When…
-
2
votes2
answers844
viewsQ: Button that changes the site color
I am trying to make on my website a button that is Sticky, by clicking on that button, it makes a Collapse right and shows a container with a certain number of colors available for the user to…
-
0
votes1
answer27
viewsA: Section on top of another section
Ok, I found the error, the error was in the size of the image that was causing the text to go outside the section and in the absence of margin-bottom and margin-top in the section property in…
-
1
votes1
answer27
viewsQ: Section on top of another section
Section contacts above the text of section about us... Why? I have tried everything, margins, paddings, I cannot use z-index because sections cannot have relative or Absolute position... HTML: /*…
-
2
votes1
answer849
viewsQ: Div on top of image
I’m trying to put a div on top of the image, this div will be a white container with a certain height and width, inside that container, will contain a title and a paragraph. Below I leave you the…
-
1
votes1
answer259
viewsQ: Sectional divider and slider
Good people, can anyone tell me how to make a sectional splitter in html and css? Like this: I would also like to add a simple slider to stay in the header occupying the full-width screen, but I’m…
-
0
votes1
answer39
viewsQ: Slider occupying more than 100vh
I have a problem, I added a slider to my header but it happens that it occupies more than the 100vh I gave, still occupies a little section below the header. Above that section he occupies I had a…
-
1
votes1
answer90
viewsQ: Navigation not occupying full size of browser
The thing is, I just noticed an error that my site has, is this, I set the max-width of the page to 1366px, if I zoom out in the browser all elements occupy the full width of the browser. But it…
-
1
votes1
answer41
viewsQ: Gallery with skew occupying page width
It’s like, I’m trying to make on my site a section that has 10 degrees of skew, the intention was that this section would occupy 100% of the page width, but when I do skew are the margins coming…
-
1
votes1
answer187
viewsQ: Grid is not working
Hi, I’m having a problem using a grid.css. Here’s the thing, using the classes to define the columns, it just doesn’t work. I just want to line up 2 columns side by side. I’m using this grid:…
-
2
votes1
answer1753
viewsQ: Problem aligning navbar on the right
Hello, I’m new to css and I’m having problems trying to align my buttons navbar on the right; so that I can put a logo on the left. Here is my code! .menu, .menu ul li { margin: 0; padding: 0; }…
-
2
votes2
answers280
viewsQ: Hover in html and css navigation
Good people, here’s the thing, I’ve been after it for a while. I’ve been trying to box around the links in hover, this box will have a shadow and rounded corners, someone can help me? Thanks in…