- 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
Thanks a lot Bogdan! I’ve just learn how to hide/show elements in mobile/desktop versions via CSS, setting up the Newspaper panel in Custom code > Advanced CSS. However, now the slider I configured in my mobile-version homepage overlaps the subsequent block, altering the expected layout. Do I need to set up any offset for the first block, or what should I do to fix the layout? If needed, you can see the current look of my mobile site via the aforementioned link.
Thank you!
Oscar
Hi, the twitter, youtube and google+ symbols aren’t showing in the mobile version but they are showing in desktop version although the link to my social pages work correctly in both versions. You can check the problem here http://imgur.com/pJriOGI
and if you open in desktop http://www.carmeneverywhere.com the symbols are there. How to fix it?
Hello
How to put google ads on mobile design only?
any advice please??
Hi!
This is for my site http://www.thepunekar.com. The homepage loads very slowly. The article pages are fine, but the home page takes forever on desktop and mobile. Please help.
Hi,
I hope someone can help with this similar issue. I want to remove the link from the logo totally.
I replaced the code href=”<?php echo home_url(); ?>”
in the files
header-style-1.php
logo-mobile.php
with href=””
But, the logo is still hyperlink and it points to my homepage.
May I know how to remove the link from the site logo completely?
Thanks!
Jon
YouTube, in general, prevents autoplay embeds on mobile.
I there a way i can display different sizes of adsense above fold in desktop and mobile.
i discovered the adsense a very width lenght even on mobile, can i display 250 x 250 on mobile while serve 720 x 120 on desktop in the same position
Hi Support,
Plz is there a way i can set a particular block to display only on mobile ?
HI,
1. the autoplay function for the viedo playlist dont work on mobile phones. In the desktop view everthing is fine but not in the mobile view. Bug?
2. When im watching one of my youtube vids on my webpage – in the playlist – i have the feeling that the views dont count…? Any idea?
thx
Hi,
I managed to create and insert a new menu for the mobile view.
It shows up in the admin panel and loads the elements in the front-end perfectly, but somehow it’s breaking the code of the submenus (both standard and mega menus) that I have in the main menu.
Let’s see if I can make it more clear:
If I open ‘menu-mobile.php’ and switch back to using ‘header-menu’ everything gets back to normal (submenus in the desktop view appear as they should) but when using my new ‘mobile-menu’ they just show a list of subcategories, unstyled and without images.
I tried using other menus in my ‘menu-mobile.php’, or even deleting all the code related to loading one, but the same keeps happening. It somehow seems to need ‘header-menu’ to be loaded in there.
Do you have any clue of how to solve this issue?
[Note]
Just to see if the problem was coming from my new menu I tried to use both at the same time.
In this scenario everything works as it should, but well, It’s not ideal to have both menus in the mobile view, isn’t it? 🙂
AMP is simple plugin, and was updated this week. Google will start supporting it on the 24th.
However, it only works with supported platforms … so, still best to optimize the theme’s mobile setup on your site, as you’re trying to do.
AMP is just another “option” to consider at some point as Google will start to “show” that version if enabled on compatible devices over the theme version, if AMP is setup.
-
This reply was modified 10 years by
simchris.
Hi,
No its not working properly at the moment. Well the background IS working but the nav doesn’t line up with the topbox and the left right padding on the top box is off.
I’ve also noticed that the side doesn’t line up correctly when using a mobile phone to view the site…
I really need to get this sorted. What do I need to send you in order to check this?
Hi
You can use media queries to hide an element on mobile devices:
@media(max-width: 768px){
.elemnt-css-classes{
display: none;
}
}
Here is an example referring at more article box: https://forum.tagdiv.com/topic/view-on-mobile-mode-the-more-stories-covered-all-content/
Thanks!
Hi i have Newsmag Theme v2.2
i want to know is there any way that i could get different menu for WEB and different menu for Mobile .??
if yes how can i achieve this.
Hi
i have Newsmag theme v2.2 with updated wordpress site : http://www.koimoi.com/
however i am facing an unorthodox issue that in the theme panel in per category settings if i select
CATEGORY TOP POSTS STYLE : Grid 1 – Grid 2 http://www.screencast.com/t/gCqG1sigGRku my top posts appears on web as per the settings applied. (http://www.koimoi.com/category/bollywood-news/)
however those top posts are not visible in the mobile device http://www.screencast.com/t/8LFpRKYh4Io
and this goes with all my category .
if i disable the top posts grid style then pagination stops works i.e. same posts repeats it self .
i have asked the same question here too (https://forum.tagdiv.com/topic/category-page-repeating-the-posts)
Hi
The theme is tested and its loading speed on mobile devices it’s peaty good. I’ve test you’re site with google page-speed tool and noticed that indeed the loading speed it’s very slow. To improve it please check our documentation regarding page-speed: https://forum.tagdiv.com/how-to-make-the-site-faster/ Also you may find some useful informations in this topics: https://forum.tagdiv.com/topic/website-slowness-after-newsmag/ – https://forum.tagdiv.com/topic/speed-booster-incompatible/
I order to have a good page speed you will need to make some modifications in code as it’s indicated in documentation and in topics. This require custom work and a lots of tests.
Unfortunately we can’t offer speed customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hello Charlie,
1) This happens because when you set a fixed height to the imge, it loses responsiveness. It will keep the set height on mobile as well. In this case you need to exclude the mobile version by targeting the viewport size with css. You can use the code like so:
@media(min-width:767px){
.td-post-template-6 .td-post-header {
height: 500px !important;
}
.td-post-template-7 .td-post-header {
height: 500px !important;
}
}
2)You can change the name from the translations section of the theme panel: http://screencast.com/t/x49Vt6hxYvTR
3)Our theme uses the wordpress time and date format so you can change it from the wordpress settings: http://screencast.com/t/9aQfuYWCmCi
You can do an online search on how to customize wordpress date and time.
4)You can use css to target only category pages like so:
.category .entry-date{
display:none!important
}
Thank you!
Hello,
Our theme does not use another version for mobile devices. Your page will be the same one only styled differently. You need to set up your page on the desktop version and the mobile version will adapt to what you set in visual composer. You can follow this tutorial on how to use visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/ and this video for a more dynamic experience: https://www.youtube.com/watch?v=ss-BEobegAw
I hope this helps.
Thank you!
Hello,
The smoothscroll function was added for google chrome as scrolling on chrome is very jagged. There is no option for mobile or desktop though. There is only an option to activate or deactivate across all platforms: http://screencast.com/t/6AgvaaSaq0QI
Thank you!
Hello,
Unfortunately there is no option in the theme for this at the moment as there are no different versions of the website for tablet, mobile or desktop. It is the same site with the same content. We cannot provide an easy solution for this as it will have to be hard-coded. If you truly need this customization, we recommend hiring a freelancer to help you out.
Thank you!
for example i want to hide “more article box” on mobile. i also want to hide td_block_13 and etc. how can i do thats
Hi,
I have checked into this and it seems that chrome on iOS has this issue. It seems it renders a bit slow and that is why the background is visible. It only happens if you scroll fast enough so chrome cannot keep up the pace. (It also happens on our live demo but not so visible as on your website as you have more elements on your webpage and it is heavier on chrome’s renderer) There is a way you can diminish this effect, if you deactivate the smooth scroll from the theme panel :http://screencast.com/t/N9MdKGl1yt
You can also try to disable/enable the lazyload animation as well to see if it has any effect on rendering speed: http://screencast.com/t/9SnvsJFM
Another thing you can do is to increase your page loading speed: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.comics2film.com%2F&tab=mobile
You can follow this guide to see how you can have a better loading time:
https://forum.tagdiv.com/search/faster/
I hope this helps.
Thank you!
My mobile view is also very slow. And I don’t know why. Thats why I’ve been trying to make it as simple as possible with less modules. I looked up AMP and a lot of people are complaining about it. It also seems like something thats not so easy to setup. Im not really IT/HTML savvy
how do i hide a widget on my side bar from mobile view
Hello,
I’ve just bought this amazing theme and now I’m exploring all its features with the documentation. However, I haven’t been able to figure out how to make my mobile homepage look like the one in the demo (e.g. with a slider and featured posts). I just see the same desktop responsive version, with the same background. My newbie question is: Do I need to set up different homepages for mobile and desktop versions?
If there’s a tutorial about how to configure the mobile version, I’d really appreciate if you post the link, since I couldn’t find it yet.
In case you need to check out my site to see if there’s something wrong, it’s http://www.southamerica-tours.net.
Thank you! Best,
Oscar