I changed my store in magento to another domain, I changed the urls in the database, and I cleaned the cache, the home accesses normal, but the admin is giving error 404 , how should I proceed?
Magento Store
Good people, I have a div#x that varies its width between 70px ~ 220px .
I need a second div#y , which is by your side to occupy the rest of the page space.
With jQuery it would be something like: $('#y).width() =...
I have three menus, when I click on each one, it leaves a div that was as display:none as display:block . What is happening is that by clicking on Menu 1 and then on Menu 2, it is adding one div below the other.
Jquery looks like...
I need to leave a minimum distance between two fixed position elements (the top and the bottom). The problem occurs when you apply zoom-in to the page, the two elements are virtually in place, and the purpose is to make the central conten...
I was looking at the bootstrap templates and this template caught my attention because your background is done with the technique pattern , that is, it has only one image that repeats "perfectly" throughout the background. How can I do a bg l...
Is it possible through angle 2+ to achieve the size and width of the browser and from that, send that data to the css so that it is responsive? Is there any other way to leave responsive without half queries?
I know there is the following dec...
Explanation:
I have a table in HTML + jQuery and I have an enumerated paging that is functional, but I would like to add an additional navigation to it.
Question:
I would like to add an implementation, of which it would be a 4-button na...
I am a beginner in the area and I am not very knowledgeable, I have the following code, and I would like it to be filled in with numbers only and in the format "00/00/0000" and "00:00" respectively. I know there are other means, but I would like...
I want to align the text vertically in the div, but I would like to know if it's possible to do it without changing the css because I'm using link
<div class="sticky-top">
<div class="container-fluid bg-secondary" style="height...
In CSS it would look something like this:
div {
display: none;
}
div:active {
display: block;
}
And some user action would focus on this div by javascript
I know what I can do by adding and removing a class / attribute however I...