Search Results for 'mobile menu'

    No search results were found in Documentation!

Results from the Forum
saibharath
Participant
#0

Hi,

On mobile device, when i try “pinch to zoom” feature in my mobile handset i am getting logo header issue, were the logo and the menu is not in alignment and it gets scaled
http://www.screencast.com/t/LqFY3AacGr

Request some help in fixing the issue

Regrads

indread
Participant
#0

Hi,

Recently I purchased NewsPaper4 theme for my News portal IndRead. I successfully installed and did all required settings. Its outlook is simply amazing. Here are some of my problems I am unable to find solution for. Wish I could get some help.

Mobile menu and Search button is not working and is showing # link in URL.
Latest article section page 2,3 and so on are also not opening and showing same # in URL.

neakriti
Participant
#0

Hi,

If you look at the following screen
http://mobile.neakriti.gr/sandbox/main-menu.jpg

When main menu exceeds one line, the bounding box still surrounds the first line (upper picture), and if I make this a sticky menu, you see (lower picture) that it appears transparent and into my content.

You can see the problem in your browser if you go into a test website I build
http://w3.neakriti.gr/

Is there an easy way to fix this?

awesomenezz
Participant
#0

When I click on the mobile menu nothing happens. The search bar opens but not the menu. TripleHQ.com

omaticlogistics
Participant
#0

Has anyone figured out where in the stylesheet I can fix this? The mobile menu on dropdown is showing up behind all of the sites content?

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure how you want to work this feature. I believed that you want it active only for mobile screens that’s why I provided to you css from above.
This feature when is enabled Smart Snap(mobile) works like Marius said:
*on mobile when you scroll down the menu is hiding
*on desktop the menu is always sticky.
I have checked you site and it works exactly like this.

Thanks!

Emil G
tagDiv Staff

Hi,

The mobile menu should open there, some custom css or plugin may affect that section. Please try to disable all plugins and check if the issue is still there. Also check if the fonts are present, they may be set to white and they don’t appear because the background is also white. If nothing works please provide the url so i can take a look.

Thank you, Emil G.

Marius
tagDiv Staff

Hi,

I’ve tested the Smart snap – (mobile) option and on my side everything works fine. On mobile the menu is hiding when scroll down and show on scroll up and on desktop is always sticky.

Can you activate the option to see how work on your site?
Thanks!

Emil G
tagDiv Staff

Hi,

Try the following css – http://screencast.com/t/oxlghQNE1E

.td-full-logo .container-fluid, .header-style-3 .td-logo img {
padding: 0px;
}
.td-header-menu-wrap {
display: none;
}
/*mobile fix*/
@media (max-width: 767px){
.header-style-3 .td-logo img {
top: 1px;
width: auto;
height: 48px;
}}

Also change the color of the icons – http://screencast.com/t/jTtsxsa9

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
FilipeTavares
Participant
#0

Hello guys, I’m having a problem and I would like some help from you guys.

The logo of my website (www.feztacomz.com.br) on mobile is over the menu and content really messing up the layout. From what I’ve read so far here in the forums it happens only on header-style-3 and header-style-6.

I know devs are looking to change this maybe in the future but I reaaaally need some sort of solution in the meantime.

Only not showing the logo on mobile would be more than fine for me, is there any way of doing this? Any other suggestions?

hfmwassi
Participant
#0

hi when i press on mobile menu i get blank area – this thing occurred after translating the theme to Arabic

blank menu

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j

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

Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.

Hope this helps!

Natuurlijk Hosting
Participant
Top menu - topic
#0

Hello,

Is it possible to get the topmenu back on mobile advices (ipad/iphone) – the social icons are not nessecary, and the data neither… it is just about the top menu.

Even better would be that there was a possibility the I could add some menu items to the regular menu that would only be visible on mobile devices… 🙂 But I guess that’s a bridge too far? 🙂

THANKS AGAIN!

Sayeed
Participant
#0

Hi…

When I’m activating STICKY MENU in Smart Snap for Mobile it also activate for the site on Desktop/PCs.

I have reported this issue a month ago and nothing has been done yet!

I will appreciate if you could help me fix it. Currently I am using Always Snap option.

http://www.magscroll.com is the site.

Thanks!

Emil G
tagDiv Staff

Hi,

It’s possible with modifications on code and css, unfortunately it’s not an easy task, ex. : – http://screencast.com/t/MR2Aa3Td

@media (max-width: 767px){
.mobile-logo-wrap img {
right: auto;
left: 5px;
top: 0px;
}
.td-menu-header{
position: relative;
}
#td-top-mobile-toggle {
float: right;
}
#td-top-search {
position: absolute;
top: 2px;
right: 50px;
}
.header-search-wrap .dropdown-menu {
right: -10px;
left: auto;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right: 27px;
}
}

The menu still opens from the left, if you want to make it open from the right i suggest that you hire a professional developer to make that modification for you, it’s not an easy task.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Lucian
tagDiv Staff

Hi,

The theme uses two menus one for desktop and tablets and one for mobiles that’s why it has to menus and one hidden, we had do it like this to make some features available.
Search engines wont penalize you for this as those are internal link, you can find more details on this in this tread: https://forum.tagdiv.com/topic/huge-mistake/

Thanks

buenatag
Participant
#0

Hi,

first of all great theme!

When checking the sites through SEO tools it appears that in the source code all menu links are present twice: 1x for the regular menu and 1x for the mobile menu. It is not necessary to load the mobile menu code if the site is visited from a desktop PC and the regular menu does not need to be loaded if the site is visited on a smart phone. From a SEO perspective the current codes is causing duplicate content.

How can I solve this by eg. triggering the relevant menu based on the breakpoints. As I am not a coder I would highly appreciate if you can guide me through.

Thanks in advance!
Christoph

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the megamenu on mobile screens?
If you do unfortunately theme doesn’t have an option for this and the mega menu was not designed to work on mobile view.
I have checked again your site to be sure that your mobile menu works fine: http://screencast.com/t/3TBS6Aj4IO

Thanks!

xpl0iter
Participant
#0

Hello,
I have been using your theme for quite some time now. Recently I came across an issue after I installed the theme on a new site of mine.

The issue is, the menu is messed up in the mobile version. I tried it from different mobiles and all seems to have this issue. Could you please tell me why this is happening?
Link: http://www.lemonoid.net

Screenshot: http://prntscr.com/6knj6j

dwarkapuria
tagDiv Member

but menu is not working on mobile browsers

eballi
tagDiv Member

Thats other…

This is my website source code:

<script>

var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.xxxxx.com/wp-admin/admin-ajax.php&#8221;;
var td_get_template_directory_uri=”http://www.xxxx.com/wp-content/themes/Newspaper&#8221;;
var tds_snap_menu=”snap”;
var tds_header_style=”6″;
var tds_mobile_swipe=””;
var td_search_url=”http://www.xxxxxxxx.com/search/&#8221;;
var td_please_wait=”Lütfen bekleyiniz…”;
var td_email_user_pass_incorrect=”Kullanıcı adı yada şifre yanlış !”;
var td_email_user_incorrect=”Email yada kullanıcı adı yanlış !”;
var td_email_incorrect=”Email yanlış !”;
var tds_more_articles_on_post_enable=”show”;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=”0″;
var tds_theme_color_site_wide=”#ff4fb8″;
</script>

Problem is here !

Ertuğrul Dereli
Participant
#0

How can i fix mobile menu and search button. When i touch these button nothing happen because of the button link. (www.homepage.com/#) how can i fix these button link?

Thanks..

eballi
Participant
#0

example.com/search adress give 404 problem in webmaster tools.

var tds_snap_menu=”snap”;
var tds_header_style=”6″;
var tds_mobile_swipe=””;
var td_search_url=”http://www.example.com/search/&#8221;;
var td_please_wait=

How can we fix it ?

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately that happens as the module uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for module 10 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/oaBaVnCOMDW ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also consider that changing this thumb sizes will also affect mega menu and block 11 which also use this thumbs.

Or you can use the same size for images like there are on desktop also on mobile screen using this custom css: http://screencast.com/t/ALLD1c6teqj

@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 180px;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this css for menu height on mobile view in Theme Panel > Custom Css: http://screencast.com/t/CPTTypfV7yN

@media (max-width: 767px) {
.td-menu-wrap{
height: 65px;
}
}

And you can increase padding in the css that Lucian provided to you.

Hope this helps!

Viewing 25 results - 7,526 through 7,550 (of 8,091 total)