-
Author
-
March 16, 2015 at 19:20 #50313cali82Participant
Hello,
Is there any way to disable the main menu only for iPhones & androids? I have an app which redirects those mobile devices, but not all the other phones. So for some reason those other phones do not have any way of choosing pages unless i enable the menu (which I disabled on all mobile devices)
Thanks!
March 16, 2015 at 19:37 #50322cali82ParticipantHello again=)
If it is not possible then I have another solution. I would like to enable the menu bar, but remove the logo from the site. I had this code(please look below), but I removed .top-bar and now I can see the menu, but the problem is that I still see the logo on all of the pages. Please help me remove the logo from all of the pages on a mobile site. The only page that doesn’t show the logo is the groups page because I have a custom code that your support kindly provided me with from before to remove the logo.
@media only screen and (max-width: 767px)
{#logo, .top-bar
{
display:none;
}
}Thanks again!
March 17, 2015 at 23:57 #50611LauraModeratorHello, please try:
COPY CODE@media only screen and (max-width: 767px) { .logo a, .logo img { -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; display: none; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 19, 2015 at 01:50 #50775cali82ParticipantHello=)
Should I leave all the codes in regards to the mobile version as well?
Thanks!
March 19, 2015 at 02:04 #50778cali82ParticipantHello again=)
I added it without removing any other code, but it still shows. (I emptied all cache as well in W3) Please assist.
Thanks!
March 23, 2015 at 22:12 #51265LauraModeratorHello, can you give me access so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 28, 2015 at 02:57 #51918cali82ParticipantHello=)
I still see the logo in the mobile version. It did not work. Please assist.
Thanks
March 29, 2015 at 05:14 #52019LauraModeratorHello, logo is not visible now
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 1, 2015 at 02:34 #52626cali82ParticipantHello=)
I am really sorry, but I can still see the logo on my iphone=/
Thanks!
April 2, 2015 at 19:08 #52884LauraModeratorHello, sorry, now its done, let me know if you still see it 🙂
I used thisCOPY CODEheader .titleLogo { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 2, 2015 at 19:29 #52887LauraModeratorHello, it seems like it doesnt work because you are using a subdomain m. and the css of the title doesnt work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 8, 2015 at 02:33 #53606cali82ParticipantHello=)
I would like the logo to remain within the app (which is very small and on top) but removed in general from just my theme.
Thanks!
April 14, 2015 at 19:59 #54416AndreiModeratorHi @cali82, it seems that everything is ok now, right?
Let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 17, 2015 at 01:47 #54881cali82ParticipantHello=)
I would still appreciate some help. I still see the logo within the theme. We removed the logo from the groups, I am not sure why I can’t from the whole theme (mobile version only).
Thanks!
April 17, 2015 at 01:55 #54882AndreiModeratorBecause the logo from the black bar of your mobile version, is put there by the plugin that you are using for your mobile menu.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 17, 2015 at 02:03 #54886AndreiModeratorI couldn’t see the logo like in your screenshot, so it’s just a cache issue on your side, try from a new phone from which you didn’t visited the site yet.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.