Search Results for 'mobile menu'

Results from the Forum
Mayapur Voice
Participant
#0

I am using default settings for mobile theme. Latest version of Newspaper, plugins and WordPress. On my home page I have a menu item which is linked to a category called Mystical Mayapur. Today I noted that when I click on the mobile menu while browsing using mobile phone, the page loads but it does not show any post from that category although there are many posts in that category.

See the image here It only shows the category name and footer but no posts.

What could be the reason? Do I need to design Pages for Mobile theme separately?

ScottK16
Participant
#0

Hi There,

I seem to be having trouble when I click on the mobile menu to activate the menu. It also appears for the search Icon as well.

If anyone else has had this issue please let me know as I’ve tried to figure out what would be causing this issue.

Here’s a Link to the site http://admin.thecelebwatch.com

Cheers,

Scott

Simion C.
tagDiv Staff

Hi,


@arska
The header menu hamburger is always the color white, it is predefined in the theme style
https://www.screencast.com/t/eImZM2ffifpu
It’s color can be changed with a code like this for example
https://www.screencast.com/t/FjAXnWfXB

#td-top-mobile-toggle i {
color: yellow;
}

The same for the search icon
https://www.screencast.com/t/mLX7PFpx

.td-search-icon i {
color: yellow;
}

If this is not working for you or you have a different problem, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to modify the Signin/Join functionality in the mobile menu of the mobile theme, you can make your modifications in this file where the links are defined
https://www.screencast.com/t/rTX7uu0V
Or maybe you want to add a link in the login section, you could do it by inserting it like this for example
https://www.screencast.com/t/ualP4A9G
The link will appear in the login section – https://www.screencast.com/t/lqhJVtdcCb
You could wrap it in a div if you want and style it further. Please correct me if I misunderstand what you wanted.

Thanks

Catalin
tagDiv Staff

Hello jorgeraidel,

I guess that you are referring to the left vertical menu, right? Please keep in mind that our theme does not have any such an option that allows you to add this functionality at your main menu bar, sorry! If you want to have this feature, you should implement it yourself because we cannot provide custom services at the moment, sorry! This kind of menu is available only for mobile devices, as you can see in our demo preview here -> https://demo.tagdiv.com/newspaper/ -> https://www.screencast.com/t/99ndS52YZs
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry! Usually, we recommend the developers from the studio. envato.com

Thanks for your understanding!

Rousing The Kop
Participant
#0

Hi,

I desperately need help on rectifying an error I seem to have made in my editor.

The following is the code for http://www.rousingthekop.com

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<meta name=”google-site-verification” content=”Sqc5Zv21aAPEJSdC00z8_XXjiIr1IXXOS2me030c7lM” />
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

Bogdan B.
tagDiv Staff

Hello,

I have tested your mobile menu but it seems to be working properly now. Please let us know if you still encounter issues with it.

Thank you!

Catalin
tagDiv Staff

Hello aberniz,

Unfortunately, I do not exactly understand what kind of menu you are referring to. Is it talking about hamburger menu? Notice that kind of menu is available only for mobile devices and it cannot be implemented for tablets and desktop devices but only through some custom work. If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

I did that but I did not save the file, everything works now however. I have inspected the website, and I have seen the problem. The menu on mobile is created and has elements that are directly dependent on a particular side. Probably these need to be reversed in order to work in this situation. Setting a different position value for the menu seems to fix this problem – https://www.screencast.com/t/4jVHpDso0Nv
Maybe you will need to make other modifications, like the menu and search icons that need positioning. I do not know exactly how they should be in this style.
Try entering this code for the menu in Theme panel->Custom Css and see if this works for you

#td-mobile-nav {
position: fixed;
}

Thanks

Bogdan B.
tagDiv Staff

Hi,

If you only want to remove the login from the mobile menu, you will have to use css to do it. Removing it from the whole site can be done from the theme panel: https://www.screencast.com/t/sRmRx3uh6g
For the mobile menu only, you will need to add this css code in the theme panel-> custom css box or if you use the mobile theme, add it in the mobile theme section of the theme paenl under custom code:
@media(max-width:767px){
.td-menu-login-section{
display:none!important;
}}

Thank you!

rekape
Participant
#0

Dear support,

The mobile menu doesn’t work on my website howtolearnhungarian.com
If I try to access my site from a mobile phone, and tap on the menu, it displays the menu,
however, if I tap on a menu item, nothing happens.
Could you please help me with this issue.
Best regards.

aberniz
Participant
#0

Hi,

I love the Newspaper Login/Register pop-up.

The point is that it is only available in the upper menu (not the main menu), and this menu is only available in Desktop (not it Tablets neither Mobiles).

So, I would like to know if there is a link so that I can call to this pop-up.

Thanks!

All the best,
Angel

utzgurx
Participant
#0

I want to remove the Register button from the mobile menu but can’t find where to do it.

Thanks

Catalin
tagDiv Staff

Hello

If you do not use the Mobile Theme, you should change the image of your menu from here -> https://www.screencast.com/t/IiQLFzCWmG

Thanks for your understanding!

Catalin
tagDiv Staff

Hello utzgurx,

There is an option for it in Theme panel. So, if you want to change the mobile menu background yo should do it from here -> https://www.screencast.com/t/A3pm1fZY

Thanks for your understanding!

utzgurx
Participant
#0

Hi,

In mobile version when I click the button menu and see al categories there is a picture that I don’t know how to change it.

I added an screenshot to show you what I mean. The picture behind the text is what I want to edit and select my own. Is it possible?

Thank you very much.

carpediem
tagDiv Member

Seems that you not even sure that this is what really causing the issue, but jumping to the easiest conclusion for you.
You claim to have a superb support, but in this case it doesnt sound like you want to help.

I have an issue with my theme, i disabled all the plugins, and the issue persist…i suggested it might be an RTL issue, and without checking you send me to get a refund?!
Its not necessary an RTL issue, as it has to do with the mobile menu showing on desktop and auto open on mobile, it could be JS issues, it could be other causes, I would expect you to at least take a look before sending me off.

I will really appreciate if you can consider supporting my issue, at least looking at it, and maybe, just maybe going extra “mile” to help me resolve it, after all I am a paying customer, for a #1 theme with great support.

Thank you in advance

JameyManan
tagDiv Member

Hello,

I found this, along with similar posts, while trying to achieve the same: The mobile menu instead of the full/mega menu on portrait tablet view.

I believe I’ve found a solution which I’d like to share, I have added the following code to my child theme:

@media (max-width: 1018px) {
#td-outer-wrap {
overflow: auto;
margin: auto;
width: 100%;
-webkit-transition: transform 0.7s ease;
-moz-transition: transform 0.7s ease;
-o-transition: transform 0.7s ease;
transition: transform 0.7s ease;
-webkit-transform-origin: 50% 200px 0;
-moz-transform-origin: 50% 200px 0;
-o-transform-origin: 50% 200px 0;
transform-origin: 50% 200px 0;
}
}

@media (max-width: 1018px) {
#td-top-mobile-toggle {
display: inline-block;
position: relative;
}
}

@media (max-width: 1018px) {
.admin-bar #td-mobile-nav {
padding-top: 46px;
}
}
@media (max-width: 1018px) {
#td-header-menu .menu-mega-topics-container{
display:none;
}
}
}

I’ve yet to test this very extensively, so if anyone uses this and identifies any issues, please share.

I hope it helps.

Thanks.

Simion C.
tagDiv Staff

Hi,

That could be what is causing this problem. We have not tested the theme with RTL direction, modifications in this matter could cause these unexpected results. The theme style and other functions may not work properly under these conditions, including the mobile menu. We cannot provide any RTL solution sorry. If you find that you cannot use our theme properly because of the missing RTL functionality, we will be able to provide a refund as our theme is not RTL compatible.

Thanks

zdrave
Participant
#0

Hi guys,

I want to always be open a sub menu, but only in the mobile version. How to do it?

Thanks.

carpediem
Participant
#0

I have an issue with the theme.

The mobile menu seems to be always “half” open, so when i initially open the homepage on mobile it shows this way:
https://gyazo.com/ea75baf799d0e6fc75f7e4ff811ef0b7

and when i click on the “X” it becomes like this:

https://gyazo.com/e202114d4e9bbd2d059cdb7d74e581fd

on the desktop on the other hand, the mobile menu is not visible, but it is in the source, and therefore creating a wide white space in the page:

https://www.screencast.com/t/k8WTvxJfA

please assist.

Catalin
tagDiv Staff

Hello Escobar,

I have inspected your website on iPad device and the header seems to work as expected, as you can see here -> https://www.screencast.com/t/NZc9YtQWQywg Notice that the menu on iPad has not been designed to be in hamburger mode. This menu style is only available on mobile. Please keep in mind that the theme is optimized to work as expected on all devices (desktop/Tablet/iPad/Mobile) and this thing can be verified on our demo here -> https://demo.tagdiv.com/newsmag/ Notice that each additional customization will affect the theme and if it is not right added, might influence the entire theme and the responsiveness. If your problem is still there after clearing your caches, I suggest you making a new clean install from scratch via FTP way and install only the plugins that come bundled with the theme core file and rule out any conflicting plugins.

Thanks for your understanding!

sportal
tagDiv Member

You understood correctly, but in mobile version submenus to show up by clicking. how to make it custom? I didn’t find any plugins that has these capabilities.

  • This reply was modified 9 years by sportal.
abgraphics84
tagDiv Member

Hi, unfortunately I could not solve the problem.
If I open my mobile site and click on the menu, get the errors listed. http://it.tinypic.com/r/2eztjlj/9
Do you have any idea how I can solve this?
Unfortunately i can not go to wp super cache because it does not handle well varnish.

Thank you

Sebastian Escobar
Participant
#0

Hi, I still have the default logo of the original child theme in Ipad (“Global medicine”).
although I have the retina logo in 264 x 84px in Header > RETINA LOGO MOBILE (and also have my own logo in all logo fields in header).
I have the header style 12 and I’m not using mobile theme, only the default responsive behavior.
Where can I stylize the Ipad header? because I also have a cut menu. I think on the Ipad the menu should be hamburger menu.
I send a views:
http://www.chilecientifico.cl/Ipad-view.jpg
I hope your help, Thank you!

Viewing 25 results - 5,851 through 5,875 (of 8,091 total)