I bought the newsmag theme last month. I found out that the theme is sometimes displayed on a mobile phone in one layout /see v1/ and sometimes in another./see v2/ do you know what the reason is? can only the display of one design be fixed? I would still like the v1 design. thank you for your help


Hello,
You have the mobile theme plugin activated. Please disable it, clear the cache, and check after. You can find more details here https://forum.tagdiv.com/the-mobile-theme/
Thank you!
I have another question.
is it somehow possible show in mobile theme top menu? In computer is it in blue.
or do you have some ideas how to create menu for switching the language versions.
I have my website translated to different languages and i have saved in on different national domains. (.com, .eu, .cz, .sk, .es)

= when im thinking about second step, i will in future need 5pcs themes for each national domain. is it possible to byu, some multi packet or i should by separate license for each domain? thanks for ideas.
Hi,
Normally the top menu isn’t displayed on mobile. But it cold be made visible with some CSS. Try the code from here https://pastebin.com/GcbKMVeF It can be entered in the theme Live CSS https://prnt.sc/j5FvJzugdIaI or in the theme panel. It should make the top bar visible on mobile. Please try it and let me know if it works correctly.
Thank you!
Hello, code works perfect and corectly.
Is it possible change backround color for the menu when showing in mobiledivice? now it is blue. Is it possible change? Thanks
Eliaq
That is possible with a code like this https://pastebin.com/yS3C424t It will change the color of the to bar on mobile https://prnt.sc/L6t91BavrmAE Please change the color to what you want, then add it in the same location as the previous code. Please try it.
Thank you!
Hello,
I insert the code
@media (max-width: 767px) {
.td-header-style-5 .td-top-menu-full {
background-color: red;
}}
delete the cache, but the menu on mobile was not visible anymore.
Where shoul be the mistake?
Maybe: i didin find the LiveCCS editor i changed the code in Additional CSS menu in theme. where is the liveCCS. i can not find it upper in theme.
If both codes are used it should work https://prnt.sc/rJL2rFbwCdF_
There’s no problem if you enter the codes in the theme panel https://prnt.sc/TcxdSYplNubs
Or in the theme Live CSS from the admin bar https://prnt.sc/fhKmSQE8JYdb
Or in wordpress https://prnt.sc/YHiXD_vec05p
As long as both codes are loaded the top bar should appear on mobile and have the color set in the code.
Currently I see only the code for the color on the website, the other code is required as well. Here is the full code https://pastebin.com/iqWmadsP Please check where you entered the code, remove it and add the full code.
Thank you!
