- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks

This occurs on the mobile version
I have problem with mobile logo image quality. I upload it in recommended size (140 x 48px). Unfortunately it loose quality (some parts are blured).Is there a way to show mobile logo without any scalling (1:1)?
Hello jewanda,
Please keep in mind that we do not have any bad reports with the responsiveness on mobile the mobile after our latest theme update, sorry! The theme was fully tested on mobile and should have to be responsive. Most likely, the problem come by your end. Ensure that you have right update the theme via FTP way and also, if you are using some untested plugins, you have to disable all of them and leave just only the required plugins because all of these could interact with the theme core files and causes a lot of unknown issues, like this, sorry! After this, clear all the caches and check the results. If the problem is still there after this advice, you should make a new clean install to another sub-domain and check the results.
If the problem is still there after re-installing the theme, you should provide your website URL and also, some useful screenshots with your problems so I can identify it and also, so I will be able to provide a more accurate response.
Hope this helps!
Thanks for the message!
Hi,
thanks Simion.
This way it works but the breadcrumbs are always first shown and them hidden, which isn’t what I need. I need to hide them so that the visitor doesn’t see them at all on mobile. Is that possible?
And by the way, for some reason, breadcrumbs don’t display properly on post pages on mobile. Only the Home is visible, not the following category name (I don’t include the name of the page in the breadcrumbs).
Thanks
It IS the mobile theme with a lot of customizations in the footer. I didn’t find the class to remove the text “Latest Articles”.
So, thank you for the class. Now it is how I wanted it.
Hello Wolfgang,
Please notice that the mobile theme will crop the images and all of these will be displayed in that way, like this -> https://www.screencast.com/t/MEKo1GBUPyt For more information about our Mobile Theme concept, please check here -> https://forum.tagdiv.com/the-mobile-theme/ If the problem is still there, please provide some useful screenshots so I will be able to provide a more accurate response.
Thanks for the message!
Hello Rudy,
If you want to change the code of our Mobile Theme, you should edit the theme core files which create this, like here -> https://www.screencast.com/t/BGDsgYqu In the mobile document you should all the files which create the Mobile Theme. Notice that you should have solid coding skills in order to make these changes. Otherwise, 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!
Thanks for the message!
Hello newbietamvan,
If you want to resize these icons on mobile, you should use a bit of CSS code to do this. Try the code below and place it in theme panel -> Custom CSS Area and check the results. Should work.
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
font-size: 21px;
}
#td-top-mobile-toggle i {
font-size: 20px;
}
Thanks for the message!
Hi,
You could remove the Latest articles only on mobile if you are using the mobile theme, with this code
– https://www.screencast.com/t/fSUg7l4fa6W
Just enter it in Theme panel->Mobile theme Custom Css code
.td-pb-article-list .block-title span {
display: none;
}
Thanks
How Resize Icon Mobile Menu?? CSS code??
.
.
.
https://ibb.co/n7tgsa
.
.
.
Thanks 🙂
Hello,
I updated to version 8 and there is a problem of responsiveness on the mobile. The size of the image is not good.
And even on the desktop version, is not quite as it used to be.
Thank you.
Hi,
I have a little problem with mobile ads which is confusing to me. So, In my header ads show up normaly, everything is ok. But on mobile my ad gets cut off. When I check my page on http://www.responsinator.com/ it works fine. But when I go to my site on my mobile, my ads get cut off… Im using plugin WP PRO Advertising which itself have an option to set diferent sizes for tablet and mobile. Evene when I embend the image which is 375×90 its not responsive. I try whit smaller image but its still the same…
https://drive.google.com/open?id=0B0ZARbR6_Bc8R0hFU2RhMHNvNlk
The provided suggestion there is to add the following code in the custom css theme field
@media (max-width:767px){
.td-entry-crumbs{
display:none!important;
}
}
After adding it, breadcrumbs still appear on mobile.
Hello!
First of all: Congrats for the new tagDiv-Composer! Excellent work! But I have a different question: My website’s mobile theme shows fullsize images instead of 741×486 in the Big grid M3 and mostly 533×261 instead of 265×198 on the rest of the frontpage. The images with the correct sizes do exist. I have no idea, why this happens. You can see the disaster on Googles PageSpeed, if you look after http://www.travel4news.at or http://www.cruise4news.at.
Greetings
Wolfgang
Hi,
If you are using the mobile theme you can create and set a different menu for mobile. If the plugin is not active the same menu content from desktop will be displayed. Here you can find more about creating a menu
– https://forum.tagdiv.com/main-menu/
And about the mobile theme as well
– https://forum.tagdiv.com/the-mobile-theme/
So if you want you can create a menu and use that for mobile. It would be helpful if you could provide a link to your website, so we can inspect the issue if you have one with the menu.
Thanks
Hello, we want to modify the mobile theme of our site and when the load appears a black strip in the menu, in the web version we have already solved it, we are missing the mobile version, Thanks!
Hello,
You seem to have quite a few css rules ion your theme panel- custm css box. Please make a back-up of these css rules and then remove them from the theme panel. Then check the mobile logo again. I suspect the custom code is the cause of this issue. If it’s so you will have to use the advanced css boxes to only target specific viewports.
Thank you!
Thanks. Did you copy the code directly in the text area?
I tried the new code in a post and in a page but it doesnt works. Maybe is a problem with the header? I never changed it.
It tried here: https://www.mochilero.info/test-2/
And here: https://www.mochilero.info/test3/
But nothing happend.
My header is the original from the theme:
<!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>
<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’ ); ?>” />
<?php
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” class=”td-theme-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
-
This reply was modified 9 years by
MochileroInfo.
Hello,
You can add any at all site as an app to your homescreen using the add to homescreen settings of the mobile browser: https://www.howtogeek.com/196087/how-to-add-websites-to-the-home-screen-on-any-smartphone-or-tablet/
Our theme has options to add icons to different sizes for this specific purpose: https://www.screencast.com/t/zTd6TOaqy
Thank you!
my website is http://www.mobileblog24.com/, top menu sign in/join menu click but didn’t showing join form
Hello,
Sorry but if you use the mobile theme you cannot add content to the footer as the footer layout is predefined. Please read this guide to learn about the mobile theme functionality: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
hi mobile menu is not working, it opens up but does not open up the links in them, though it opens up the link in desktop. however the sub categories menu in mobile is clickable. But the main categories just show #. It makes sense if in desktop, it shows the post from that category to click from, but what about mobile, it does not show any posts or at-least it should take to the parent category
Hi,
You could simply hide them with Css on specific width limitations, like the solution provided in this topic
– https://forum.tagdiv.com/topic/hide-breadcrumbs-on-mobile/
That would be easier. If you want to stop them from loading you would probably require to modify all the files from the theme where breadcrumbs are displayed, and create a condition for this if possible. That will probably mean a lot of hard work to achieve.
Thanks

What’s the class to hide the “latest articles”-text? Can’t find it.