Archived topic
saving is imposible!
9 replies · Started by Javier Fernández on March 28, 2017
Hi, I have some problems with saving. I asked to my hosting about memory limit and I have 512mb for each php. It is enough.
Why Can´t I save any change about main menu´s color?
thanks!
What happens when you click the save button? Nothing at all?
When I press the save button works well, but When I check the web, nothing has changed...
It´s a bit rare because with one button at the main menu, for example: home; just it, home. I can change the color of that button and save it, but when I add other botton like... about page or something like that then...I can´t change anything at all.
this is the look of the main menu, I can´t change the look of it. Take a look.
http://www.javierfernandezphoto.com/
byeee!
The colors of your main menu look changed to me? Have you tried adding more menu items?
I uploaded a picture to show you how I want the main menu.
I put the buttons like that, But I get the button of the top...This happens with all button that I add.
http://www.javierfernandezphoto.com/
I change all buttons but the web shows the button of the top.
Seems your site is behind a maintenance page. I'm also not seeing any pictures?
Let me know :)
Hi tom
I was able to fix the problem! :) the problem was a samll code in the ccs area.
Now I have another problem :) I add some code to set the primary menu bar to the top, and when I scroll down the menu still there in the same way, that is how I want it.
I put this code:
.site-header {
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}
but it look bad in the mobile version because the photo, it´s cut off, Do you know how to fix it?
check this out!
You can try wrapping the code like this so it's desktop only:
@media (min-width:769px) {
.site-header {
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}
}
Let us know if this helps.
beautiful! It works!
thanks tom!
Glad we could help :)