- 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
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
Unfortunately you will not have access to the mobile theme settings without activating the plugin itself. The mobile theme has a few compatibility issues with different plugins when it;s activated. in order to bypass this compatibility issue, you can deactivate other plugins and install the mobile theme without other plugins and then reactivate them after you activated the mobile theme. The compatibility only affects the activation of the plugin in most cases.
If you do not want to use the mobile theme, you can use the responsive layout for mobile.
you can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
How to disable Advertisements specifically on Pages on mobile?
is it possible to change the color in the mobile theme without activating tagDiv Mobile Theme in theme panel (because there are some plugins that conflict with tagDiv Mobile Theme) ??
because without activating tagDiv Mobile Theme A mobile display its default theme has been changed as mengaktif tagDiv Mobile Theme …
Hi,
Thank you for your suggestion. The mobile theme siply shows the realted category tags as the desktop version will also display if you chose a category template that has this option;. If you want to hide all category tags, you can use this single css code:
.td-category-siblings{
display: none!important;
}
Thank you!
Hello,
This happens because you use the mobile theme and you did not create a mobile version of your page. if you use the mobile theme, the desktop version of your pages will be ignored and you have to create mobile versions for them inside the second editor you can see on pages in the back-end (the mobile editor)
If you do not want to use the mobile theme, you can simply deactivate the plugin. please read this guide to learn more about the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello Bogdan B!
Thank-you for your quick reply!
I visited the demo link (http://demo.tagdiv.com/newspaper/) you provided on:
– Safari on Mac: Social Connector does NOT appear at all
– Firefox on Mac: Social Counter DOES appear (at the top of the page)
– Chrome on Mac: Social Counter DOES appear (at the top of the page)
As I said in my original post, I haven’t experienced ANY issues getting the Social counter to work with Safari Mobile on iOS. The problem has only been with Safari on Mac OS X.
In Safari on Mac, both the demo link you provided and my clients site (karlwells.com);
– the Social Connector simply doesn’t appear; its as though the plugin is not even installed
– the Social Connector’s absence isn’t indicated by a blank white space where the plugin SHOULD display, but rather the other plugins fill all the available space – the Social Connector simply doesn’t appear at all
Its clearly an issue with Safari for Mac. Do you have any suggestions?
Thank-you for your patience and time!
Peter
There are tons of categories on my website. Now, in new mobile theme Sub-Categories or other categories are displayed under Main Category title. Most of the time, that category don’t have sub-category. In that case, theme shows random categories from WordPress which aren’t even active on Theme Menus. Can you please remove those extra categories from under Category title from category page on mobile site? Or at least make it optional. This is just a suggestion.
Currently we have to hide each category one by one from category section, which is very hectic.
Content of Pages of my website is not showing on mobile version of the site. Please test this URL on mobile (www.buddybits.com/submit, http://www.buddybits.com/contact).
Kindly help me how to resolve it.
(Update: My website has your latest version of theme installed.)
Hello cooolvita,
If you want to get rid of that white space, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-crumb-container{
display:none!important;
}
.td-post-title {
display:none;
}
.td-module-meta-info {
display:none!important;
}
.td-post-content .wpb_text_column{
display:none;
}
The results you should see here -> http://screencast.com/t/vlpPbbXS7S3A
Also, if you want that the code below to be applied only for your mobile devices, you will have to use the following code with @media attribute –>>
@media (max-width:767px){
.td-crumb-container{
display:none!important;
}
.td-post-title {
display:none;
}
.td-module-meta-info {
display:none!important;
}
.td-post-content .wpb_text_column{
display:none;
}
}
So, please notice that your second request regarding no reducing the height for the Block 14 thumbs size involves custom work and this type of service is not covered by our support. Please notice that you can control the posts which will be displayed for your Block 14 from the Block Settings panel, like this -> http://screencast.com/t/2l4lU8fi91 and the results you should see here -> http://screencast.com/t/yTw1CkBwFw7x
For more information about our Blocks, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thanks for your understanding!
Hi,
That is because our demo does not have the mobile theme activated. if you want to use the responsive version for mobile devices and have visual composer and all of your styling on mobile, then please deactivate the mobile theme from the plugins section. Please read the docs on the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
I installed newspaper again on my site with only tagdiv’s plugins.
The problem is; when i activated tagdiv’s mobile theme its not working. I can see site logo, 3 stripes and search button but i cant click on mobile device.
But when plugin deactivated, mobile menu, 3 stripes and search working well on mobile, but i cant see mobile version of slider on my mobile phone. (and i see background pictures on mobile menu, but i didnt choose)
I tested another devices, results are same.
How can i fix it?
Thanks.
Atakan
Hello johnsout,
Please notice that the Page level ads implementation is not tested for the mobile theme and we cannot say for sure if it works as properly, sorry!
In a future update, it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.
Thanks for your understanding!
Hello porventadirecta,
Please provide your website URL so I can further inspect your mobile logo so I will be able to provide a more accurate response in this regard.
Thanks for your understanding!
Hello Balleto,
Also, please ensure that this type of issue does not come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your cache, purge CDN files if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please notice that I have tested the mobile theme in this case for my side and it works perfectly. Please try again after you have followed this advice and check the results and let us know how it goes.
Thanks for your understanding!
Hi, Thank you for your kind answer
i have a qeustion
1. Before, I asked you about the solution to get rid of the title from the contents, and received the answer to enter “.single .entry-title{ display:none!important; }”. And the title disappeared as you instructed, but the space where the title was still remained. Is there any way to remove the title space, as well as the title? Because the title takes a pretty large space on mobile display, the articles doesn’t have an enough space and accordingly, they have to go further down. Just like shown in the below screenshots, I want to remove both the title and the space for the title in the contents on mobile display, and make it show like the second screenshot for a better view.
(1) http://i0.wp.com/popkoon.com/wp-content/uploads/2016/05/KakaoTalk_20160525_161546511.jpg?resize=169%2C300
(2) http://i2.wp.com/popkoon.com/wp-content/uploads/2016/05/KakaoTalk_20160525_161546227.jpg?resize=169%2C300
2. Currently, td_block14 is in use. And the PC version is satisfactory enough. But in case of mobile version, it is too large in size and shows only two or three articles at one view. Is there any way to make UI/UX of the mobile version like the below second screen shot?I received the answer “http://screencast.com/t/68xOeiT3hvQf” for the question to resize td-blcok. But when I followed the instruction described in your answer, it was not resized, but “X” mark was shown instead of the thumbnails. So I’d like to know the way to change only the layout of mobile version. If I can’t receive your assistance in this matter, I’d like to know the way to decrease the vertical length of td-blcok14 by half.
(1) http://i1.wp.com/popkoon.com/wp-content/uploads/2016/05/KakaoTalk_20160525_163508943.jpg?resize=169%2C300
(2) http://i1.wp.com/popkoon.com/wp-content/uploads/2016/05/KakaoTalk_20160524_120118507.jpg?resize=169%2C300
(3) http://i1.wp.com/popkoon.com/wp-content/uploads/2016/05/KakaoTalk_20160525_162633254.jpg?resize=169%2C300
Not sure whats going on with this one however it appears that the sign up / sign in is broken, as it appears but is unclickable..any idea how to fix?
I have noticed that the mobile footer is showing on my site even it is unchecked in the footer settings. Am I doing something completely wrong? I would like for it not even to be there if possible.
Thanks!
Tim
Hello,
The logo in the header on mobile is clear, but the logo used in footer is blurry for mobile.
Is the logo being used for desktop applications or the one for mobile applications?
Could someone assist?
thx
Hello Experts,
Are you planning to implement Page level adsense for the mobile theme?
I ‘ve added custom code in the ads module but it didn’t take effect.
https://support.google.com/adxseller/answer/6068103?hl=en
Many thanks,
Hello!
Social Counter 4.1 does not show up in Safari on OS X. I just updated to the latest (25 May 2016) Newspaper theme and associated plugins.
I have uninstalled and reinstalled Social Counter using the WordPress Plugins deactivate/delete/install function. I also removed/reinstalled the plugin via FTP. I do not use any caching plugins.
Anyone else having similar experience? Any suggestions or insight?
Thanks very much!
Peter
Social Counter 4.1 works fine on:
– Microsoft Edge 25.10586.0.0 on Windows 10 Pro 1511 (10586.318)
– Google Chrome 51.0.2704.63 m on Windows 10 Pro 1511 (10586.318)
– Mozilla Firefox 46.0.1 on Windows 10 Pro 1511 (10586.318)
– Mozilla Firefox 46.0.1 on OS X 10.11.5
– Google Chrome 51.0.2704.63 (64-bit) for OS X 51.0.2704.63 (64-bit) on OS X 10.11.5
– Mobile Safari on iOS 9.3.2 (13F69)
– Google Chrome on ChromeOS 50.0.2661.104
– Google Chrome 50.0.2661.89 on Android 6.01
OS X Details:
– OS X 10.11.5
– Safari 9.1.1 (11601.6.17)
WordPress Details:
– WordPress 4.5.2
– Newspaper 7.1.1
– tagDiv Social Counter 4.1
– WPBakery Visual Composer 4.11.2
– Not running any caching plugins
Hello Chris,
I tried about two times on the AMP plugin, but on Search Console I got a lot of errors. 😀 So I removed it, I think after the update of Newspaper mobile theme their needs some more coding to fetch AMP pages by error free fetching.
As Google announce the next future of website as AMP, a lot of persons (including me) are looking for themes that supports AMP plugin without any error. If Newspaper provides it then Tagdiv team will hit another milestone as on Theme forest.
I need to resize the logo (much larger) for the mobile version How do I do it?
Hello bahcelievlerilcesi,
Please notice that our News Magazine demo does not have the mobile theme installed and this demo uses the responsive mobile and not the mobile theme. So, I have checked your website and I saw that you’re using the mobile theme. Please keep in mind that the mobile theme displays you only this type of Grid for your top of the home page…so, if you want to achieve the same layout for your mobile mode as the demo you will have to disable the mobile theme and then the theme will be switched to the normal responsive mobile version. For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Hello, i just bought this theme but has some kind of conflict with “theia post slider”
on mobile it works fine, but on computer it shows only the first picture, on the next slides it shows nothing
I really need this slider or another that works on page break and has the same transition effect , but i found none to be as close as good as this
Hi,
How can i able to rename the “Latest Articles” tag on the top in mobile theme