Forum Replies Created

Viewing 6 replies - 76 through 81 (of 81 total)
  • Thread Starter dfart

    (@dfart)

    Hi Steve.

    I think I have not explained well.

    What I want to do is use the same theme in both web pages, but how is a custom theme, I can not download it from any site so I want to copy the server theme and paste it and use it in the other web page.

    Forum: Fixing WordPress
    In reply to: Images on mobile
    Thread Starter dfart

    (@dfart)

    Thanks for your answer.

    I’m a little lost, I’m learning to do these things and I still do not control very well.

    Where do I have to paste that line of code? In the style.css or in each image?

    Thank you.

    Thread Starter dfart

    (@dfart)

    Thanks for your answer.

    I’m a little lost, the code I have to put it in the Style.css and that the code I have for the submenu is between the “{}”?

    It would look like this:

    @media screen and (max-width:320px) {
    {display:none;}
    .menu_desplegable.menu_en.hidden-phone {
    display: none;
    }
    
    html .menu_principal {
        position: relative;
    }
    html .shailan-dropdown-menu,
    html ul.dropdown li {
        position: static;
    }
    html .shailan-dropdown-menu ul li ul {
        left: 0;
    }
    html .menu_en .shailan-dropdown-menu ul li ul {
        margin: 0;
    }
    Thread Starter dfart

    (@dfart)

    I have managed to advance a bit, I have added a line with reference to Italian to the header.php file and now I can see the possibility of putting it in Italian when entering from a mobile device.

    Now I have the problem that when I change the language the language selector does not appear. In the file I have for Spanish below I have references to the other languages and I need the Italian one that, if I put it, the page stops working.

    I can not put the code here so you can see it since it does not show it to me.

    • This reply was modified 6 years, 11 months ago by dfart.
    • This reply was modified 6 years, 11 months ago by dfart.
    Thread Starter dfart

    (@dfart)

    First of all, thanks for your response.

    There would be no way to add the language that is missing when it is entered from the mobile ?. Because if I put the language link by hand, it recognizes it perfectly.

    Forum: Fixing WordPress
    In reply to: Dropdown Menu
    Thread Starter dfart

    (@dfart)

    Thank you very much for your reply.

    I have tried to do it in the test environment that I have enabled and it has worked for me.

Viewing 6 replies - 76 through 81 (of 81 total)