[Resolved] saving is imposible!

Home Forums Support [Resolved] saving is imposible!

Home Forums Support saving is imposible!

  • This topic has 9 replies, 3 voices, and was last updated 7 years ago by Leo.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #298469
    Javier Fernández

    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!

    #298549
    Tom
    Lead Developer
    Lead Developer

    What happens when you click the save button? Nothing at all?

    #298558
    Javier Fernández

    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!

    #298564
    Tom
    Lead Developer
    Lead Developer

    The colors of your main menu look changed to me? Have you tried adding more menu items?

    #298571
    Javier Fernández

    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.

    #298770
    Tom
    Lead Developer
    Lead Developer

    Seems your site is behind a maintenance page. I’m also not seeing any pictures?

    Let me know 🙂

    #298895
    Javier Fernández

    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!

    https://www.javierfernandezphoto.com/

    #298921
    Leo
    Staff
    Customer Support

    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.

    #298928
    Javier Fernández

    beautiful! It works!

    thanks tom!

    #298930
    Leo
    Staff
    Customer Support

    Glad we could help 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.