dfart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Copy theme to another WordPressHi 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 mobileThanks 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.
Forum: Fixing WordPress
In reply to: Hide submenu on mobileThanks 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; }
Forum: Fixing WordPress
In reply to: Problem with languagesI 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.
Forum: Fixing WordPress
In reply to: Problem with languagesFirst 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 MenuThank 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.