- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperMain Menu
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
On my mobile devices I cannot see the issue only on the browser emulator. Please try to disable all plugins except visual composer, clear cache and reset cdn files. Then test the menu again. if the problem is still there, please try to activate the main theme as you may have some code in the child theme that could affect the header.
Let us know how it goes.
Thank you!
Hi,
I have checked your site and apart from the fact that your visual composer plugin is not active, I could not find any errors. i have tested it on multiple devices but the mobile menu works fine. Maybe it was a caching issue and it since then got cleared.
Let us know if you still have trouble with this.
Than you!
Hi,
I just did the modification again to test it and the locations panel shows the new mobile menu : http://screencast.com/t/P46tEvQGWXjB
Please make sure you customized the code properly.
Thank you!
Hi
We removed the font for that icon but you can use Font awesome for menu plugin to add it in mobile menu. You have to edit header-menu.php and header-menu-h1.php and replace the indicated class with the one for desired icon from plugin: http://screencast.com/t/PRk6WOVh Here you can find more detail about how to use Font Awesome 4 Menus plugin https://forum.tagdiv.com/how-to-add-icons-in-menu/
Thanks!
Hi
To remove the modal window from login widget you have to edit top-menu.php and remove these classes: http://screencast.com/t/6pUOPlwTz5q Note that our login system was intent to work only with modal window abd if you remove it then there will be needed other adjustments.
We did not tested wordpress social login plugin with thew theme and we’re ot aware of its functionality in order to provide an answer.
The mobile menu have the same structure as desktop menu and link target can’t be changed easily. Basically you have to register a new menu and set a custom html structure for it then use it only for mobile.
This is a complex task which require lots of customiztions and tests in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
thank you
How about possible to change the the mobile menu icon to this =>https://www.dropbox.com/s/el6utg0rxkylsdp/Screen%20Shot%202016-07-04%20at%208.27.20%20PM.png?dl=0
Hi,
I have updated to 7. I tried out the new mobile theme but reverted back to the original responsive theme.
However, when i scroll down on a mobile device the menu seems to break from the container.
Would you be able to assist me with this?
Please see http://www.londonnewsonline.co.uk.
I look forward to your reply
All pages, except home page are blank on my mobile theme.
I have menus that points to a pages and when I press the menu on mobile device the page is empty. The header and footer are shown but no content.
How do I also change the target link to in the mobile menu?
1) I do not use the mobile plugin. I noticed the menu takes a while to load, it does that zoom-out animation then displays the menu. We have a long list of categories and the user is unable to scroll.
2) Search does the same zoom out but the search box never appears.
Is there a way to implement a less resource heavy menu? and any reason why the search isn’t working?
Hi.
I fixed it. work fine. Thank you.
But mobile theme location does not appear manege locations page.
But original menu for mobile is linked a menu I made.
strange…
-
This reply was modified 10 years by
shokuhinet.
Hi,
Please revert your changes to the theme default as there is a much simpler way to do it.
Simply define a new menu in td_menu.php like so: http://screencast.com/t/u3Ym64v3Ga and then simply change the menu key in menu-mobile.php to your new menu like so: http://screencast.com/t/guO9j6To89m
Now you can create a new menu and assign it as a mobile menu from the wp menus area.
Thank you!
Hi.
I cutomizeed mobile menu.
I want to use different menu for mobile. But I do not want to use mobile theme.
I added script in functions.php as follows.
register_nav_menus(
array(
‘mobileheadnav’ => ‘mobile-head-menu’
)
);
and changeded in menu-mobile.php like that…
wp_nav_menu(array(
‘theme_location’ => ‘mobileheadnav’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ‘<i class=”td-icon-menu-right td-element-after”></i>’,
‘walker’ => new td_walker_mobile_menu()
));
after that, mobile menu works well, but mega menu broken like that.

Please tell me how to fix it.
Hi,
You can change it with css and font-awesome as it;s a font icon. Here is an example:
.td-icon-mobile:before{
content: '\f10c';
}
[class^="td-icon-"]:before, [class*=" td-icon-"]:before{
font-family: 'fontawesome';!important
}
I set the circle icon to the menu.
You can find the list of icons and css content codes here: https://astronautweb.co/snippet/font-awesome/
(You need to have font awesome 4 menus installed)
http://screencast.com/t/3QeKZ3dcjh
Thank you!
Hello,
1) Unfortunately the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.
2) The mega-menu option will not work on the mobile menu. If your link on the main menu does not link to anything (custom menu link to #) then it will not l;ink to anything on the mobile menu as well. Please create a new menu for your mobile menu here: http://screencast.com/t/0Wnhup0pWY
3) We cannot provide any solution for this as our theme does not provide a social login option. You will have to either use customization or find a plugin that can offer such a feature.
Thank you!
HI Staff.
I Need to change Td-icon-mobile and set another icon jeje because very much people dont know the 3 horizontal barrs means Menu icon JAJAJA. Its Posible to made this change?
Hello,
1) Unfortunately our theme does not allow such a secondary menu spot on the mobile menu. It will have to be made custom but it will be no easy task unfortunately as there is no such spot for a secondary menu and it has to be created from scratch. We suggest hiring a developer to help out on this task.
2) The space can be adjusted with css by using the browser inspector and removing any extra padding. The space comes from the author name and date. I will need access to your site so I can provide the proper code though.
3) The comments color can also be changed with css as there is no setting for them in the theme panel. You can use this code:
.td-module-comments a{
background-color:grey!important;
}
4) I have tested the zoom-out issue on our end but we do not get a zoom-out effect. Please also test our demo at demo.tagdiv.com/newspaper to see if you still gfet a zoiom on our demo. Try to write a comment and see. I tested on android and ios but there was no zoom. it could be a local issue, maybe due to plugins.
5) Again I weill need access to your site so I can figure out which module is being used there and check it;s code to see if there are any hidden options available to fill the space. For some the category tag or author/date was hidden with css as a design choice.
6) Again, I will need access to inspect the different module. The old access you provided for us via email does not work anymore so please create an account that is working so we can login on your site and send us the login info via email at contact@tagdiv.com Alswo include a link to this topic.
7) The code for each section of the pull-down filter can be found here: http://screencast.com/t/xhWykDVv
8) As for the custom title you set to your contact form, it will grab the theme accent color. If you want to change it you need to change the code a bit. Try this one:
<div class="block-title mycustomclass"><span>Contact Form</span></div>
and then use this css to style it:
.mycustomclass span{
background-color:Red!important;
}
.mycustomclass{
border-color:red!important;
}
Thank you!
Hi
I’ve checked this on my side and didn’t got any issues with mobile menu or with the slider after clicking one of social icons. I am not sure why this happens on your site but you can try to clear mobile device cache memory then test again, also make sure that you’re using one of the browsers included on this list: http://screencast.com/t/Qqy5tnbf
Thanks!
Hello there!
I am not using the mobile theme, just the responsive one. The Revolution Slider is not fine on the mobile, how can I delete it from mobile?
Thanks!
Flor
Hello,
on an Test I´ve found that in the mobile Menue the Links only runn´s to Kategorys and not to Pages (the Content of the Page isn´t visible, the Content of the Kategory is OK). Is that normal?
In this Case I must build an extra mobile Menue with Links to the Kategorys. Is this correct? Or could it be an Pluginkonflikt or so?
Gretings
Achimzwo
Is possible to make the mobile menu sticky when users scroll down to the page.
Hi,
Thanks for the nice theme. I have installed the demo theme and also activated mobile theme.
I found few issues/requirements.
1. I see that the theme doesn’t have infinite loading for individual posts. I mean after reading a post, the next post should load automatically. Im just thinking if there is any tweak or do you have plans to add this feature anytime soon?
2. In mobile theme, menu doesn’t reflect properly. In desktop theme, all the top menu has sub menus. However, in mobile theme, news, fashion, lifestyle and video menus don’t have sub menus and also when I click on it, they are leading no where.
3. I’m trying to have social login feature, with gmail and facebook to login to the website and/or commenting. Can you suggest a way?
I noticed a problem with the Revolution Slider when I use the mobile menu, and I found the same problem on the Animals Demo. This is what I did when I found the problem:
1. Open the mobile menu
2. Click on one of the social icons
3. Go back to the main site and close the mobile menu
What I then see with the Revolution Slider is this:

Is there any way to fix this? Does the parallax when opening the mobile menu have anything to do with this problem? If so, could I turn that off?
Thanks
1) Where do I populate the information for “About Us”?
2) In the main drop-down menu, none of the pages in the menu are working, only post categories. Grrrr.
3) The overall mobile view Newspaper seems subpar now and is VERY disappointing. Why is it not responsive to the overall design of the site? When I first bought Newspaper I was amazed. Now I am dismayed by how limited the mobile view is. What is the use of a great theme if none of the features work on mobile? Very frustrating.
Hello Bogdan B.,
it runns perfect Thanks alot !!! The Coding was no Problem Youre Code is verry god dokumented and intuitive chacked.
But the Thumps in the Megamenue haven´t change.
The “Regenerate Thumbnails” Plugin doesen´t runn in WP 4.5 and I´ve take the “OTF Regenerate Thumbnails” which is free to wp 4.5. All Thumps are generate perfect but only the Megamenue doesen´t change the format.
Greetings
Achim
PS: The Mobile-Version runns extremly fast. Compliment !!!