Hello. http://www.tauta.lt. As You can see, there is only the logo, which is shown also on desktop version, and then “APIE MUS”, which is translated string of ABOUT US. Why is it there?
I am using Footer Template Style 2, this probably is the problem, as it is not completely compatible with Mobile Theme. Would you please look into it? Thanks
Hi,
I have inspected your website on desktop and on mobile but I do not see this text you are referring to in the footer – https://www.screencast.com/t/2LWu8FPoX – https://www.screencast.com/t/fGN6i2PB9
Please correct me if I misunderstand this.
Thanks
Hi,
Please note that the mobile theme is optional, you can choose not to use it and the website will be displayed properly on every device. The theme is fully responsive and will adapt to every screen size. Maybe there is a plugin that could be causing this issues, but at this time I do not see it manifesting and your website is working properly.
Thanks
Hi. Well i don’t think this is the best approach to solving this issue, because when I bought the theme, there was mobile theme included with it, so I assume it supposed to work properly with all footer templates.
This is how it looks with footer template Style 2 on mobile theme: https://ibb.co/e19fd5
There is only the logo, no popular categories and no popular articles. The text under the footer logo means ABOUT US. And it is the ABOUT US string from translations page.
1) This string does NOT appear on desktop version, so I assume this STyle 2 should not show this string in a mobile theme version either.
2) I switched to Style 1, and now I can see the same string on desktop as well, but no text – the text is added at FOOTER TEXT field.
I think this should be somehow merged together, or so, as there is no point of including the string ABOUT US if there is no text in FOOTER TEXT field. Just an idea.
Could you please provide a solution of removing this from mobile theme? Thanks!
Also I think I will open another topic about the problem with Cache and mobile phone theme, as it keeps changing to desktop version for some reason… I like consistency 🙂
Cheers
-
This reply was modified 9 years by
MamasLT.
Hi,
What I meant to say was that the mobile theme is using it’s own predefined template for the elements displayed, including the footer section. There will always be the same footer displayed, regardless of what you have on desktop, where you can customize the footer content or have predefined content in some footer templates. This is meant to make the mobile theme as light as possible and with good performance.
Please try this code to hide that text, just enter it in Theme panel->Mobile theme->Custom Css
.td-footer-description .block-title {
display: none;
}
Thanks
Hi,
I have tested the code before providing it and now also, and it is working as intended
– https://www.screencast.com/t/1tx5Y0Ftk
– https://www.screencast.com/t/L3nIFzn5
– https://www.screencast.com/t/RslZJIlTCKq6
Try clearing your cache after inserting the code, maybe this is why the code does not apply.
Also for the mobile theme not working properly, you could try the solution provided in this topic
– https://forum.tagdiv.com/topic/mobile-theme-issues-5/
Thanks