No search results were found in Documentation!
Hi,
The top menu is hidden on mobile, please try this code and it should display the menu on mobile devices
– https://www.screencast.com/t/JFTBMiLY
The code must be entered in Theme panel->Custom Css
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}}
Thanks
I have a question.
I’m not use moble color.
I wanna change mobile background color and mobile menu bar color. What css code I should use?
I need your help. Thanks.
Hi,
1. In the post page there is a section Related posts that displays posts from the same category or tag
– https://forum.tagdiv.com/related-articles/
There is no option to have a Read more feature in the post content, that can redirect to a different post.
2. The theme mobile menu is displayed as a drop-down menu – https://www.screencast.com/t/3bzfMQGsc7aD
You can not make this menu display like the one from the website you mention. This is the menu the theme is using and how it was designed.
3. You can try different plugins with subscription newsletter capabilities for your website. Try and search for these and choose the one you like and you think it’s best.
Thanks
Hello dhincapie,
Unfortunately, the mobile menu cannot be disabled because this is the style for the responsive mode.
Thanks for your understanding!
I want to use other plugin for my mobile menu, how do i deactivate the newsmag mobile menu?
Hello ebhelloworld28,
The CSS method does not work properly anymore so you have to use the alternative implementation. Please follow this topic: https://forum.tagdiv.com/topic/newspaper-7-mega-menu-icons-not-showing-in-mobile-theme/
Thanks.
I added a new post on Sunday, made it a feature, added a view blocks to show some new categories and a new menu item and when viewing it on my computer on both firefox and chrome I don’t see the changes / additions that I made. I checked the website on my phone and everything is there. I thought it was my cache so I have it cleared on both browsers, cleared my cache with the website and I still can’t see the updates I made on a computer view but can see them mobile.
Did I possibly make a mobile change? If so how do I change that?
Thanks –
SB
Sir, I want to ask.
1. How to make automatic related post in incline of the post. (Not manually), Like : “read more : bla..Bla..Blaa…”.. And when we click this link, go to another article link of my post in this theme?
2. How to make horizontal scroll menu like in detik.com at mobile view in this theme?…
3. How to make subscription newsletter in this theme?
The address is http://www.ashtreemd.com. Sorry I don’t know how to show mobile screen shots. I’ve deactivated and reactivated plugins, I am using supercache. I want to use the mobile site plug in as the mobile site not the responsive desktop version. Half of my pages will come up as the plug in version and others default back to the reponsive mobile site such as “Is your maple yellowing because of nutrient deficiency” page, and then it also switches back to responsive mobile menu not plug in mobile menu?? I’ve deleted all caches on site and phone (I- phone 5s if it matters)….. have someone coming to help me reinstall theme but was concerned about overwriting changes I had made.
Thanks
hi, my top mobile menu doesn’t seem to be working or my search icon?
Hello guys. Is any way to show the Top Bar menu on mobile menu? Is any other way to show Top Bar on mobile if this is not available?
Hello altasov,
This is the mobile menu style which is not available for the homepage, sorry! It is available only for mobile devices and if you want to have this for your homepage you should implement it yourself because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
For the mega menu we have added the following to increase the number of child categories listed:
if (!empty($show_child_cat) and !empty($category_id)) {
$td_subcategories = get_categories(array(
‘child_of’ => $category_id,
‘number’ => 50
//$show_child_cat
));
How would we achieve this with the mobile menu? – td_walker_mobile_menu.php ?
1.They were working before the latest update. As i already told you, the ad works on quick adsense plugin, it works everywhere else but not when inputted on the theme.
2.social counter not working
3.menu button on mobile not working(using responsive theme, not mobile plugin)
Hello,
If you want to remove the search on the mobile menu you can simply use a css code to remove it.
Add this code in the theme panle-> custom css box:
@media(max-width:767px){
.header-search-wrap{
display:none;
}}
If you use the mobile theme plugin you must add the co0de in the mobile theme section (the very last menu in the theme panel)
Thank you!
Hi,
I have inspected your website, but I do not see the problems you mention at the moment
– https://www.screencast.com/t/tGSchFQHi2
– https://www.screencast.com/t/FsBy6lTyl5
The website seems to be working properly, there is no issue with the menu on mobile from what I can tell.
Thanks
Hi
I have a problem with page in mobile, page not shown when I open from mobile menu.
Plz check below link on mobile
How to make subcategory in sidebar show up and hide when hover is on parent category or by clicking on parent category? Like it is made in main menu – hover opens submenus in desktop mode and the click opens submenus in mobile mode.
Hello,
The top menu was disabled for mobile devices. It can be activated though with css. Please add this css code in your theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}}
Thank you!
Hi guys,
Can you please check my website http://www.myrecipes.ie looks like top header menu is not showing on the mobile version if i turn off “SHOW SIGN IN / JOIN” option. I have my custom links for registration in top header menu and would like to show them in the mobile resolution as well.
I managed to fix my first issue.
To anyone who also want to hide menu in mobile theme I used this code in newspaper> mobile theme > custom code
.td-header-wrap{
display:none!important;
}
I still want to add a grid widget on my mobile theme thank you
Hello I have switched mobile theme plugin and I want to change few things.
1) How Do I remove the default header as I am using a ubermenu https://www.screencast.com/t/IOZckMojZ
2) Is there a way to remove the 3 featured post from mobile theme and replace them with a grid widgets?
Sorry for this question: how to add mega-menu icon for desktop (but also mobile) as here?
https://dl.dropboxusercontent.com/u/6497728/menu-mega.png
Sure i use: Font Awesome 4 Menus
https://dl.dropboxusercontent.com/u/6497728/user-photo.png
We use newspaper 7.8 and the icon in “mobile menu” have a problem when a “menu item” have a “submenu”.
Any idea to solve? Yes, we use Font Awesome 4 Menus.
Hi, on my site I noticed a strange abnormality in the menu seen in the responsibe version (menu-mobile).
On the home page if I click on the mobile menu, everything works perfectly, but if within a category of my site or within an article and clicking on the menu, the screen shrinks (as it is set in the effect Of the template) but no menus appear.
My site has installed the Total Cache w3 plugin and I noticed that by disabling the plugin the menu is working properly in all functions.
As I set javascript load in footer and javascript minify, maybe that might be the problem. What is the javascript file that is loaded for the mobile menu? To exclude it from minify and asynchronous load.
Thanks so much