- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- 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
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Hello Watashi10,
Sorry but please notice that our theme does not have any such a control about this regard. You should try installing the Seo Yoast plugin and check the settings from there. Also, by default, if you will check our demo preview you will not see this changes between desktop mode and mobile mode.
Thanks for your understanding!
Hi,
The mobile theme should apply only on mobile devices, not desktop. If the mobile theme is not functioning properly, please try as a test to deactivate all plugins except theme plugins and clear all caching installed. Then check if there still is a problem.
If the problem is still occuring, please provide more details about what exactly is happening so we can inspect the issue. At the moment the mobile theme plugin does not seem to be installed on the website
– https://www.screencast.com/t/L5BufDWWhF
Thanks
Hi,
By default the top bar will not be displayed on mobile. There is no theme option to enable it. If it is absolutely necessary it could be made to display with custom code, like this
– https://www.screencast.com/t/FIlbEiNcA
The code will also center align the menu items and date, you can remove that conditions if it is not needed. Enter the code in Theme panel->Custom CSS section
@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}}
Thanks
Hi,
When using the mobile theme plugin, this will always display on the front page a Top grid (which displays posts from the Featured category) and a Latest articles section. The mobile theme does not have options to remove any of these elements. The latest articles title could be removed with some CSS if you don’t want it displayed.
Enter this code in Theme panel->Mobile theme->Custom CSS section and it should remove the text “Latest articles”
.td-pb-article-list .block-title span{
display: none;
}
Thanks
Hi,
The top menu will not be displayed on mobile – https://www.screencast.com/t/cU7hwoNYO0s There are conditions in the theme that remove the top bar, it could be made to display if it is absolutely necessary, with custom code.
If you could provide a link to your website, I will try to give you a solution to make the top bar display on mobile.
Thanks
Hi,
The breadcrumbs from the desktop version of my website are shown properly in Google search, meanwhile in the mobile I see the “date” instead of the category in the search engine.
website url: http://www.cronicasgeek.com
Desktop breadcrumbs in Google search >>> https://1drv.ms/i/s!AvukOOWBoFpAhjKvBNFce84Y5d4o
Mobile version: https://1drv.ms/i/s!AvukOOWBoFpAhjF-R-YXsrgoNxuT
Can you please tell me which one may be the reason? I’m using Newspaper 8.0 and I have the breadcrumbs on, as well as the mobile theme.
Thank you in advance,
Elvis.
Hello,
we have things working mostly, but is it possible to have the mobile theme menu feature on the regular template. This mobile theme removes a lot of our content areas and we canÂŽt get it to look good and present all of our information correctly. Although the mobile menu option fixes our problems with our regular main menu, that appears very awkwardly on mobile without the mobile theme.
So we have good menu on one theme and good content layout on the other, is it possible to mix them?
Hello,
when I try to activate the mobile theme wordpress gives me this error: https://gyazo.com/8e193cbe99ea402d4f2e61aaf9986510
How can I solve ?
Hey Team
My site http://www.baqqit.com is currently running newspaper 8 and I am facing an issue in the theme. My desktop site is automatically converted to mobile theme. I had installed the mobile plugin and I am ok with the mobile site becoming more responsive but why does my desktop site also change?
Hi Bogdan,
We managed to get the mobile theme issue resolved, but the second issue is continually occurring.
It’s not just me either, all the users on our website have the same problem. Please provide some more detailed advice on this. It’s irritating many of our users.
Open an incognito window and go to this page: https://flixed.io/best-news-channels-roku/
Refresh it 2-3 times and you will see it come up.
-
This reply was modified 8 years by
LegendToBe.
Hi,
From what I can see the iframes are not displaying properly on desktop as well, they are not using the full width available in the post content
– https://www.screencast.com/t/TXLOlNr8p
The iframes have fixed width value. A better solution would be to make them use all the space in desktop, while solving the mobile issue as well. Like this
– https://www.screencast.com/t/O5HCwLLGk
– https://www.screencast.com/t/Il1C2GG4
This is the code used, enter it in Theme panel->Custom CSS
.td-post-content iframe {
width:100%;
}
Please let us know if you need further help, or the solution is not working properly.
Thanks
OK guys, i reverted back to the previous version of the theme as the latest one was kind of breaking the website.
Im going to leave on this version now i think.
I do need help resolving the purple mobile menu background showing in between navigating the website though please.
https://news.lovepattayathailand.com
Move off the homepage to another and you see the mobile menu background flashes before the page is loaded.
THanks
Hi,
Yesterday i noticed that the website had developed an issue. The problem was that when navigating between pages on the website there was a flash of the mobile menu background before the page would load. So before the pages load theres a quick flash of the purple background used on mobile menu.
I decided to look in my envato account to check on theme updates. I saw that i was on version 7.7 so needed to update my theme.
Since updating the the latest version of the theme my website layout has broken.
Now the website homepage has changed to full width. Now there is also something called TD composer in place of visual composer tab on the homepage.
The website also seems much slower to load now. https://news.lovepattayathailand.com
Anyway,if possible i would like to re-install the previous version of the theme and go back to how it was before.
Or id like some support in fixing the mess my update has caused please.
Thanks
PLEASE HELP!
I have the Newspaper theme and as of recently, my mobile function is not working the way it used to. I have the dark theme selected and on mobile it shows something completely different. The theme is white and only shows just one category and not my whole homepage. And my menu bar displays nothing.
However, on desktop, everything functions the way it’s supposed to. Please help!!!
Hi,
1. Please note that the theme width overall cannot be changed. It should not be attempted by custom code. The theme has a fixed width, and all the elements used are dependent on this fact. Modifying the width will most likely break the website. There are precise values used that will not display properly under different circumstances.
On pages you can stretch rows to full width, using the composer. Header and footer elements can be stretched in the theme panel. But a general setting for width is not available.
2. You could adjust the line height for the header menu
– https://www.screencast.com/t/ki24ggk4sU
Increasing the line height value will affect the header menu height.
3. The search icon is a font, it could be increased with some CSS
– https://www.screencast.com/t/WobUXDutVP4
Hamburger menu icon as well
– https://www.screencast.com/t/hOC404fGB
This is the code used in the example, adjust it as you like
.header-search-wrap .td-icon-search {
font-size: 50px;
}
#td-top-mobile-toggle i {
font-size: 50px;
}
The Travel blog demo uses a different header style, so the code will not work. Either change the header style to 6, or modify the header style in the code. Might need to adapt more of the code as well.
When you uninstall the demo, this will remove all the demo settings. The theme panel will be reset. The theme has an option to export/import theme panel settings
– https://forum.tagdiv.com/import-export-theme-settings/
That should be the only case that the theme panel is affected.
Thanks
Hi,
The only option would be with CSS, the footer content will be displayed on the whole website regardless of desktop or mobile. You could use the mobile theme plugin, as this uses other files. Then make modifications in the mobile theme footer file
– https://www.screencast.com/t/pIP93JWZPwf
Thanks
Hi
I noticed my wordpress site is reloading the old template theme I had before I uploaded the newspaper theme? Why does it load the old theme on some pages? in particular on the mobile verision.
thanks
Hi,
I am experiencing some issues with the mobile logo, it is the right size, but it shows like it cannot load properly on the homepage. It works just fine when I open some articles, but not on homepage.
To be more specific: it appears a square with an X on it.
This is the website: http://www.coho.ro
Thanks, awesome theme!
Hi, thanks for the theme, it’s great. We’ve just implemented the mobile theme and love the options, especially re: advertising.
One small question: On our home page the latest articles are displayed under the header text ‘Latest Articles’. How can we remove that text?
Thanks đ
Hello bingdc,
Please check the Theme panel settings for adding the right logo for mobile devices.
Thanks for the message!
Hello MiguelPat,
Unfortunately, this plugin was not been tested with our theme and rather with the mobile theme and we cannot say for sure if it will work or not, sorry! Notice that the Mobile Theme is very complex and this plugin might interfere with it and causes a lot of unknown issues. Also, notice that our mobile theme has an own mobile style and the theme will not recognize any code/shortcode comes from another untested plugin and that’s why you cannot bring any results. As a remark, the mobile theme has been designed to be used only in default layout and to be faster, this theme will not recognize any Visual Composer or TD Composer shortcode.
Thanks for your understanding!
I’m using the tablepress plugin to display a table as you can see here: https://poupaeganha.pt/cupoes-de-desconto/
With the tagDiv Mobile Theme activated, the table doens’t show! Is there any solution for this?
I am being told that the mobile theme does not support it. Please add support for it!
Hi,
The mobile theme plugin is sensitive and can be influenced by other plugins and especially caching. The WP Super Cache is recommended to be used if possible
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Please try as suggested and deactivate every plugin except theme plugins. Leave only theme plugins active. Then try and activate the mobile theme plugin again. It should work, then enable your plugins.
The mobile plugin is optional, if it is conflicting with something you could simply not use it. There will be no problem, as the main theme is perfectly capable to display the website on all devices. The theme is fully responsive, mobile theme plugin is not required.
Thanks