Hi,
My problems –> https://prnt.sc/iiqk1v
1. There is MENU button ??
2. How to change the name to be sportodiena.lt/m/
3. How to change the color of this place
https://prnt.sc/iiqlvs
1. How to turn off the footer at the bottom of the mobile version and leave it as a web version?
Hi,
I have inspected the website, at the moment everything seems to work properly
1. The menu is present – https://www.screencast.com/t/sL8Pt9hvKC
– https://www.screencast.com/t/En0ueYpFn0
2. That cannot be done, it will lead to a 404 page if you do so, that URL does not exist. The “#” is a link placeholder with properties used by the theme for the mobile menu and search icons.
3. I believe that is the footer, there are options to set a background color in the theme panel
– https://www.screencast.com/t/sR0Dllwf
The footer can be disabled in the theme panel for desktop. It will not be displayed on mobile as well.
4. I could give you a code to remove the footer on mobile while displaying it on desktop, if that is what you want. Something like this code entered in Theme panel->Custom code->Advanced CSS in the phones section
.td-footer-wrapper {
display: none;
}
Please let me know if I misunderstood something or you have more questions.
Thanks
1. The main page is all right. Now try to go to read the news and the problem remains the same …
2. I also can not find where you can change the color of the search icon and the mobile version of the menu
3. Looking at sportas.lt and see what kind of menu and header I want. (mobile version)
1/2. I believe you have set a white background color and white icon color in the mobile theme settings
– https://www.screencast.com/t/Bsfww9rG
If you want a white menu background color, change the icon colors to a different color so they will be visible.
3. You could reduce the mobile menu modal with custom code, there is no setting specific for that. There is a solution in this topic if you want to try
– https://forum.tagdiv.com/topic/use-mobile-top-bar-and-menu-on-all-page-sizes/
Ok thx.
Now how i can add icons and lines mobile menu? –> https://prnt.sc/ikcx9i
Now: https://prnt.sc/ikcx9i
You can add icons in the menus like this
– https://fontawesome.com/v4.7.0/icons/
– https://forum.tagdiv.com/how-to-add-icons-in-menu/
A border could be added with custom code, since the default theme mobile menu does not have this setting
– https://www.screencast.com/t/TevZPwFGfvt
.td-mobile-main-menu .menu-item {
border-bottom: 1px solid black;
}
This is a guide mentioning how the browser inspector can be used to create custom code, for various theme customization
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This code can then be entered in the theme dedicated custom code sections in the theme panel.
Hi again…
I do not understand why I do not work the full mobile version.
Now: 1. https://prnt.sc/iofy3h 2. https://prnt.sc/iofzox 3. https://prnt.sc/iofydh
And should view everything as a web version: 1. https://prnt.sc/iofytx 2. https://prnt.sc/iofywz 3. https://prnt.sc/iofyzy 4. https://prnt.sc/iofz3r
I can’t do this, maybe you can help….
-
This reply was modified 8 years by
Zamara.
Hello,
I’m not sure what you mean. You want to have the same version on mobile as on desktop?
Please disable the mobile theme plugin: https://forum.tagdiv.com/the-mobile-theme/
Thank you!