- 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
Hi,
If you use the mobile theme the footer will be a predefined one and it can only be altered with css. If you want to remove the footer logo and about us section you can use this css in the mobile theme custom code section:
.td-mobile-footer-wrap .td-footer-logo, .td-mobile-footer-wrap .td-footer-description{
display:none!important;
}
Thank you!
Hello,
There is no license issue. You probably see the activation message from visual composer. Please read this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
As for the mobile editor , that will only show up once you activate the mobile theme. Until then there will be only 1 editor. You should also check the screen options to make sure all fields are checked: http://screencast.com/t/EnBiqF3rOeh
Thank you!
OK,
If you want to hide the sidebars for mobile phones you can use this code:
@media (max-width:767px){
.single .td-main-sidebar{
display:none!important
}}
Add the code in the theme panel->custom css box.
Thank you!
Hello,
Unfortunately the browsers we tested our theme width are google chrome, Mozilla Firefox, internet explorer and opera. We did not test the theme with the Facebook browser or mobile phone specific browsers. Still you can try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme. as we have no such reports until now so it could be something on your end affecting the browser.
Thank you!
So I found I could drop the template file in Newspaper/mobile/<themename>.php and it picked it up.
However, I’m using a child theme. I tried adding the file in <ChildTheme>/mobile/<themename>.php and it did *not* work.
How can it be picked up in the Child Theme? As it stands now, anytime the main Newspaper theme is updated, my custom template will be blown away. And I can’t locate it in <ChildTheme>/<themename>.php, as that is the template for the non-mobile version of the file, that is still working correctly.
Thanks,
~Chris
Hello,
I need to edit the comment section of the mobile theme (I want to replace the current comment system with Facebook Comments). In previous answers to other clients you’ve suggested to edit the core files of the plugin directly but the problem is since the mobile theme is a plugin, all my customization will be lost once the mobile theme plugin will be updated. Is there any solution to avoid that?
Hello,
I am using the mobile theme you provided. Why this theme is displaying my website logo and “ABOUT US” in the footer (
)? I just want a clean footer with a bar at the bottom.
Hello,
I’ve activated the Mobile Theme plugin from Newspaper. I understand there is a second content block that is displayed on pages – that is not the issue here.
We are using a completely custom template file. This template file is not being pulled in on the mobile version, even though the template is still selected.
Do I need to make a second template for the mobile version? If so, where does it live? Or, how do I get the existing template to be pulled in (I had expected it already would).
Thanks,
~Chris
Hello Bogdan, I want to hide the contents of the sidebar on the mobile device only in the articles or post.
The sidebar should not fall below the content of mobile phones. It should disappear in the articles or post.
Thank you!
Hello,
1) Our theme does not have separate backgrounds for pages. There is only 1 background possibility across the whole site. There is however a category background that will affect the posts from that category though if the post have it set as a primary category. https://forum.tagdiv.com/primary-category/
4) the fonts in the theme panel will not affect the mobile version. The mobile version font sizes can only be changed with a custom css. Please provide an example of what post titles you are referring to so I can provide the proper css code.
5) Again. it can only be done with css. Here is a code to make the menu items narrower:
.sf-menu a.sf-with-ul{
padding-right: 15px!important;
}
6) You can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH
Thank you!
Hello,
Please follow this topic: https://forum.tagdiv.com/topic/mobile-theme-problems-3/#post-133756
Thank you!
Hello Mustafa,
I have inspected your website and I did not saw any problems with your Ads. Everything seems to work as properly, as you can see here -> http://screencast.com/t/C2s7r2D48ASx I have tested your website on mobile and work as expected.
Thanks for the message!
The sidebar should be hidden by default on mobiles. Check our official demo: http://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/ You will not see any sidebar on mobiles besides the content. The sidebar will fall below the content on mobile phones or if you use the mobile theme it will not show at all. You must be using a third party sidebar.
Thank you!
Hello kleber,
Unfortunately, our theme does not have any such an option that allows you a way to change the structure of mobile main menu, sorry! Please keep in mind that the theme uses only the same main menu for all devices.
Thanks for your understanding!
7- Sorry for disturbing with so many questions but I have another problem,
On mobile menu navigation screen, at the right top, there is a sub menu arrow “>” above the
“X” button. and it also has a link.
I don’t know how to remove it.
Hi, I resolved the issue with Google adsense and menu icons. So you can dismiss questions 2 and 3.
But I have another issues now,
4- I change the post title font size in theme panel,
it is OK on desktop view, but in mobile, there is no change,
it is still the same and very big for mobile screens.
is there any way to change them for mobile?
5- Can I decrease the space between menu items on desktop view? there is line spacing option but it adjusts only vertically not horizontally. Because I want to add a few more menu items but there it creates another menu line.
6-Also I couldn’t remove the “search” icon from main menu. Instead I want to put menu items.
Thanks
-
This reply was modified 9 years by
cpndgn.
I am using News Paper 7 version.
When I am trying to brows the Site through Opera web Browser from Mobile or Tablet device then Details page or Link Page are not coming. ( When clicking any story link then its not Moving or not opening the related page)
Google chrome and Mozilla browser are working fine the same mobile device.
Bun am inteles ideea. Atunci Exista vreun cod css pentru ca in dispozitivele mobile sa nu mai apara widget-urile din bara laterala. Vreau ca in momentul in care utilizatorul care foloseste site-ul pe dispozitivele mobile sa nu ii mai fie afisat continutul de pe bara laterala. Acesta sa fie vizibil doar din desktop.
Multumesc!
Sarbatori fericite!
Hello again,
I know I can achieve that with the following script but I want the ads to auto-align around the text as in desktop mode especially for when the mobile is in landscape mode.
add_filter( 'the_content', 'prefix_insert_post_ads' );
function prefix_insert_post_ads( $content ) {
$ad_code = '#adcode#';
if ( is_single() ) {
return prefix_insert_after_paragraph( $ad_code, 5, $content );//ad will be inserted after 5th paragraph
}
return $content;
}
so the issue happened because of the jetpack plugin. i downloaded and installed a plugin called wp-original-media-path and path is now correct – but still the images arent show on firefox, safari and any mobile devive per example. http://www.casinoberater.com/grand-casino-baden-baden/
-
This reply was modified 9 years by
RobertS.
3- Also, how can I add icons to mobile menu item? do I need a plugin?
thanks
Hello,
I’m using the mobile theme provided with Newspaper theme. How can I specify the # of paragraphs after which display the inline ad?
What if I want to display multiple inline ads?
Site: http://www.stratejikortak.com
Problem: Sometimes on the phone “mobile theme” and sometimes PC theme is opened. I’m doing “Cache” settings, but it’s still not working.
Mobile theme sometimes works and sometimes does not work. I plugged in, active. Could you help?
