Search Results for 'mobile menu'

Results from the Forum
Phonetic
Participant
#0

This is probably one of the busiest days for you guys at TagDiv. So here’s a thumbs up for Version 7 🙂

I’ve been doing a lot of work to optimise the framework and there are some serious speed improvements under the hood. Nice. Also besides the mobile theme plugin which isn’t really working at the moment, every new addition is a godsend and have saved med a lot of work – especially the mobile menu.

Big cheers 🙂

svharishtech
Participant
#0

Hi,

I am using font awesome icons in the menu of my site. But after upgrading to v7, the mobile menu is not showing icons for the menu which has submenu and is showing some box instead, whereas in the desktop theme, the icon in correct.

My site is http://www.harishzone.com.

Please check the top menu items “Bollywood” and “Southzone”. I am using “fa-bar” class for showing the icon. It is appearing in the desktop theme but in mobile it is getting replaced by a small box, that too not aligned properly.

Please ignore the submenu icons as i am not showing sub menu icons in the mobile menu.

travelmagazine
Participant
#0

Upgraded to v7. Immediately went back to previous version!

1) Social Counter: The new requirement for FB API key makes my FB count go to 0.
2) Mobile Theme: Clicking on the navigation menu top-left requires the user to log in.

Lewis
tagDiv Member

thanks man
the menu on mobile not responding.

Phonetic
tagDiv Member

tuliss: Disable the mobile site plugin and you should be back to almost normal (with an improved menu with login). The mobile plugin is probably buggy as it is (no menus, login, etc showing even if it has been configured in the theme panel mobile plugin settings).

lospicos
Participant
#0

Dear friends i am using style 5 header. I have uploaded logo for retina and normal but the result is

View post on imgur.com

I have uploaded logo for mobil i got normal view but this mobile logo is smaller than normal. How i can fix this.

Atthe settings it says for style 5 no need to upload logo for style 5

Please help.

estambul.net

wildmercury
Participant
#0

I’ve just upgraded to version 7 and my site has severe problems and looks a complete mess.

For some reason the expanded mobile menu shows above every page in chrome.
The logo alt text shows on each page, the search icon is duplicated in the header.
The VC doesn’t work despite reinstalling it using your Plugins option,
the divtag social counter doesn’t display on any browser.

What is going on?! Please help!

PatWire
Participant
#0

Version 7 looks great – updated this morning – but

Messed up desktop menu – this is ubermenu plugin – when deactivating ubermenu site white screens

Mobile theme is great but I need to show all ads sold to local businesses so not good for me – use ShiftNav which only changes mobile menu not entire theme – perhaps a step too far to change mobile theme for me, but good progress for others.

Is there a way to use the weather widget without updating to v7?

Thanks

Catalin
tagDiv Staff

Hello snaxzer,

If you want to show the top bar menu with the log-in registration on mobile mode, you have to use a bit of CSS code to show it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}

The result you should see here -> http://screencast.com/t/1b80RNnyn

If you want to create another custom login registration, please notice that this is not a simple task and involve custom work. If you want to display more levels in our theme and you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

jyoswave
Participant
#0

Hi,

I am facing issue with chrome browser as I am seeing social media icons as chines symbols @ top header navigation menu, share buttons and in mobile view home button and search icon.

Google ads are not visible in chrome browser.

The same is working fine with IE browser.

Please have a look.

Regards;
Jyoswave

Lewis
Participant
#0

Hello

i have a problem with seacrh and mobile menu.

they become like this ??

How to make them pne on the left and the other on the right?

and if theres no Solution, How to Hide search on mobile??

http://sport.sky-host.cu.cc/wp1

thanks

Bogdan B.
tagDiv Staff

Hi,

1) In order to add the code besides the author name in the bottom author box, then you need to add it to this file: http://screencast.com/t/ccOh7k2G

2) In order to implement facebook comments, you have to disable the theme comments and then place the facebook comments shortcode in the template files here: http://screencast.com/t/oTnWURqrAb3

You have to do this for every post style you use on your site. every post style has it;s own file.

3) You can use this css to activate the top menu on the mobile version.

@media (max-width: 767px){
.top-bar-style-1 .td-header-sp-top-menu {
display: block!important;
}
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-widget{
display:none!important;
}}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) I’m not sure what a userpro badge is as userpro is not a tested plugin. you can try to code it in if you have the proper coding skills. Either with the code you showed above or the do_shortcode funtion.
2) If userpro has it’s own comments, you can replace the standard theme comment system from here: http://screencast.com/t/Ic56itglx3h
3) The login was hidden for mobile phones only. For desktop and tablets it is present in the top menu. Please proveide a link to your site so I can provide the proper css to show the login on the mobile version of your site.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can use this css to activate the top menu on mobile:

@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
float:none!important;
}
}

Thank you!

occhiodifalco
Participant
#0

Please tell me how to enable both the top menu and the main menu in the mobile responsive version? I want both the menus to appear there.
Thanks.

my site: http://www.occhiodifalco.net

Catalin
tagDiv Staff

Hello olivervossmann,

I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}

The result you should see here -> http://screencast.com/t/KOf6LfoLz

Thanks.

Catalin
tagDiv Staff

Hello all,

If you want to display the top-bar menu on your mobile version, you have to use a bit of CSS code to dod that. Please try the code below and place it in Theme panel->Custom CSS area. Also, please notice that the mobile menu will remain with the same structure because this is the own design for the mobile version and cannot be changed to be displayed as on desktop version, because it is not a simple task and require more additional customizations that involve custom work.

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}

Thank you for your understanding!

olivervossmann
Participant
#0

Hi.
The theme is awesome. Please tell me how to enable both the top menu and the main menu in the mobile responsive version? I want both the menus to appear there.
Thanks.

My Site: http://www.inselleben.es
User: guest
PW: guestguest

jgreenwood
Participant
#0

Hello, I am looking to add an additional navigation menu that is similar to what can be seen on menshealth.com and popularmechanics.com … it is a little three-bar icon to the left of their header logo, and when clicked, a full menu appears in the left side of browser window.

http://www.menshealth.com/
http://www.popularmechanics.com/

It is almost like the kind of icon you see when a nav menu gets minimized on a mobile device. .. same style. But, in my case, I will make this ‘additional menu’ actually not appear on mobile. I just want that functionality as seen on those other modern sites. Any ideas on how best to implement this? Is there a built-in way to do this with the Newspaper theme? Or perhaps I will need to custom code. Open to suggestions, thanks!!

Bogdan B.
tagDiv Staff

Hi,
The top menu was hidden on mobile as a design choice. This was done with css so it can be activated. Please provide a link to your site so I can provide the proper code.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The top menu was hidden on mobile as a design choice but it can be activated through css. Please provide a link to your site so I can provide the proper code.
Thank you!

Natasha
Participant
#0

Hi,

Would you mind letting me know how we can display all menu options within the menu on mobiles as it only shows infomation on main menu. We would like to display all the menus we have in the mobile menu.

kindest regards

N

George
Participant
#0

Hi,

Please find below issues faced in Newspaper theme

i) while scrolling the header menu logo is messed with header menu items in list(Desktop Version)

URL: http://www.appztesting.com

ii) Disable menu in 404 Error page

URL: appztesting.com/jkdlfaldkjfla

iii) Mobile menu is messing with my contact form after feedback is sent

uRL: http://www.appztesting.com(Mobile version. Tested Device: Samsung Galaxy S4)

Steps to reproduce:-
i) Open menu in mobile version
ii) Click contact and submit with a dummy feedback
iii)The mobile menu is collasped

themajiks
Participant
#0

Hi.
The theme is awesome. Please tell me how to enable both the top menu and the main menu in the mobile responsive version? I want both the menus to appear there.
Thanks.

Andrei L.
tagDiv Member

Hi

I assume that you tried to make the mobile menu active on tablets.
To achieve that it’s required a new function in theme’s js which will detect the tablet devices and will apply a specific style for the menu depending by the header style used. Basically you’ll need to rewrite all header style for tablet so the mobile menu to be displayed fine.
We didn’t make any testes to check how mobile menu will work on tablets and the theme don’t have any implementation for this feature. Unfortunately I can’t provide a solution now as the required customizations involve lot of time and also many tests. This new feature should be tested to work with all theme’s header styles on many devices and various browsers.

Thanks!

Viewing 25 results - 6,876 through 6,900 (of 8,091 total)