- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
Hello Guys,
I wanted to know weather this feature is compatiple with the newspaper6 theme version 6.6.3
There is a plugin made by Automattic here Though i understand its still in its early DEV stages i would like to know the following:
1.Is the plugin compatible with the newspaper 6 v6.6.3 theme?
2.If not is this a feature you are planing to implement in the near future say your next big update?
Hello willysawa,
Unfortunately, our theme does not have such option to configure only the page on the mobile version, sorry! In the mobile version, our theme will display you the same content that you have in the desktop mode but with some adjustments for style, wich are necessary for responsiveness, from the left to the right. In our future updates, we will implement this option that allows you to customize only the mobile mode.
Thank you for your understanding!
Hello
I have passed PageSpeed Insight and I have two main problems to solve.
The first one is that I have to remove Javascript which is blocking the display and CSS content from upper half page. The other one is that I must reduce server time.
I have already compressed to gzip and solve the problem of specifying brower cache editing .htacess file. I have noticed that score has raised to 64 and 84, on mobile and desktop respectively, but this score is not enough good. I would like to know how I could solve this problem
On the other hand, I would like to know how I could minify Javascript, HTML, and CSS and if you would recommend to me. I have seen on test that there are some theme files which are involved.
Thanks
Hi, finally i changed Google fonts setup on Theme pannel. I turned on Latina Extended and it looks that it works.
So I left all fonts setup to default. Or is it a bad solution? Will it slow the site?
thanks
PS. When I hit menu button on mobile, when i close it ,it always land me to http://www.denzeny.sk/#
Why is it? Thanks for your reply
-
This reply was modified 10 years by
miroslavkulich.
I recently installed the Newspaper theme and have run into an issue with Block 15 when viewing the site on my iPhone 6s.
The links within the “RECENT NEWS” section on the left side which is a “Block 15” with 6 articles are working on the desktop version of the site but are not active links on the mobile site. You cannot click them on the mobile site.
The only unique thing about this block is that I filter out one category using “-2” but other than that, it is the stock block.
See here: http://illinoismatmen.com/wordpress/
Please help.
Hello calisangels,
I have checked your website and your console and saw that you have some js.errors, as you can see here -> http://screencast.com/t/ednRzRnEu0XJ This kind of errors could come from plugins in conflict. Please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the interference between untested plugins and our theme. As you can see, we have a list of tested plugins with that the theme works perfectly -> http://screencast.com/t/0kBXe1my
Also, you can try to see the theme behavior using our demo preview on mobile and notice that issue does not come from the theme but only from the conflicting plugins. ->http://demo.tagdiv.com/newspaper/#
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Castle Yen,
1), 2) I have tested on my side and this kind of Visual Composer element, Big Grid Slide, seems to work as expected on mobile devices. Please try to check it on our demo version, here -> http://demo.tagdiv.com/newspaper/big-grid-slide/ Please ensure that issue do not come from any untested plugins wich can cause some js.errors in our theme. Please try to disable all the active plugins, except Visual Composer, clear all cache and instal only the plugins that come bundled with our theme and rule out the conflicting plugins.
3)If you want to change the name of the “Related Articles” field, you can to do it from Theme panel->Translations->Translations, like this -> http://screencast.com/t/UDYXLI88r and the code of this feature you should find in td_block_related_posts.php -> http://screencast.com/t/12jOZHSYSIn
4)If you want to use Multiple Categories filter, you have to add your Category ID and not Category name as I can see in your screenshot. The category ID you can find like this -> http://screencast.com/t/8TrG0KdBfT -> http://screencast.com/t/0FOTgG09
5)This is a known issue with modules that use the wp default thumbnail and your post does not have a featured image. Please use this method to fix it: https://forum.tagdiv.com/topic/search-error-message-thumbnail-is-not-set/
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
You can use a bit of css if you wish to hide the grid on mobile:
@media (max-width:767px){
.home .td_block_big_grid_1{
display:none!important
}
}
Then add the code in the theme pane – > custom css box.
Thank you!
Hi
Jetpack it’s a very complex plugin and we couldn’t test and implement support for all its features. At the moment we know about two issues of our theme with Jetpack plugin: the mobile theme and the photon module don’t work fine. About the others features and modules of Jetpack we don’t have negative reports yet and they should work fine with the theme.
Thanks!
Hi
I’ve checked your site and noticed that on mobile version appear a js error in browser console: http://screencast.com/t/otgZZYST71 This error could be caused by a plugin which conflicts with theme’s javascript. Try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let me know how it goes.
Thanks!
Hello all,
Are there any plans to make this theme highly compatible with the coming Google Mobile Accelerated Pages project? It seems that many people are going to be applying this new subset of HTML with plugins but curious to know if you have any thoughts as to how this could be applied to Newspaper.
Relevant docs:
https://www.ampproject.org/
https://github.com/ampproject/amphtml
Thanks
Theme works well on mobile — we use it every day on our mobile devices.
a) try disabling lazy load option
b) disable any “mobile” plugins or jetpack mobile setting (up to YOU to manage conflicts with other mobile tech conflicting with theme built-in mobile CSS)
c) try turning off plugins except for Visual Composer.
d) clear cache/ reset CDN.
One of those the usual culprit!
Hello! There are three minor tweaks I would like to make to the header when viewed on mobile devices:
1) How can I change the menu icon (9 small squares) to the more standard 3 line icon? Is there an image file I need to update? Or is this done through code?
![]()
2) How can I increase the overall height of the header? My logo looks too small.
3) How do I change the header background colour? Sorry if it’s in the theme panel, but I cannot find it.
Thank you!
Hi
This is the theme implementation foe the left sidebar, on mobile devices the sidebar will be displayed first then the post content. To change that implementation you have to edit the single template file corresponding with the post template used and move the indicated code like here: http://screencast.com/t/YirDzAiA5 Also you will need this css in theme panel > custom code > custom css:
.single .td-pb-row [class*="td-pb-span"]{
float: right;
}
Depending by the post template used you may need additional css customization.
Thanks!
Hello, I have decided to use the left sidebar in the theme which looks good on desktop but with mobile, the sidebar shows before the post itself. meaning visitors will have to scroll through the sidebar before seeing a post. how do i solve this issue. meanwhile when the right sidebar is active, everything is back to normal. i need help. site is loudsoundgh.com
Hello moor,
I have checked you website and saw the problem with your Big Grid displaying on mobile mode. Also, I notice you are using an RTL mode. Our theme has not been designed to work in RTL mode and this could cause some errors in the theme. Please check our demo preview and see that this feature works fine without problems, like this-> http://screencast.com/t/wh3urhM4A3y We suggest trying to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello theas,
I have tested your website and I noticed that the mobile menu does not seem to works as expected. This kind of problem might be caused by the conflicting plugins. Please try to disable all the active plugins, except Visual Composer, clear cache and install only the plugins that come bundled with our theme and rule our the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for the message!
Buna
Iti multumim pentru interesul fata de theme Newsmag si speram sa o serveasca nevoilor tale cat mai bine cu putinta.
Sistemul de ad-uri al temei a fost implementat astfel incat sa renderizese codul de adsense si sa afiseze adu-urile in conditii optime. Inspectand site-ul tau am observat ca ad-urile sund afizate in mod corespunzator pe dispositivele mobile: http://screencast.com/t/jZU7xl2Z7D Adurile apar taiate fiindca width-ul ad-spot-ului e prea mare. Incearca sa fulosesti o dimensionue cu un width mai mic pentru dispozitivele mobile: http://screencast.com/t/sJMczpEEH4e goleste memoria cache apoi tesateaza din now.
Multumesc!
Hello Navneet,
If you want to remove/hide the CLOSE button from the mobile menu, it is necessary to use a bit of CSS for this. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/Ve5ltWfxWJ8i
.td-mobile-close {
display:none;
}
The result -> http://screencast.com/t/9i7NvJmp
Hope this helps!
Thank you for the message!
Hello,
This is a normal behavior of the theme when you have more menu items that can fit inside a line.
Unfortunately you will have a lot to edit in order to get the mobile version of the website to the ipad portrait mode. There is no easy way to do this except edit the style.css and change all of the options from 767px to 1018px. Alternatively you could decrease the padding of the text using custom css:
@media (max-width: 1018px) and (min-width: 768px){
.sf-menu > li > a {
padding: 0 0px;
}
.sf-menu a.sf-with-ul{
padding-right: 16px;
}
}
But if you add one more menu item it will fall to another line again.
Thank you!
Hello Sekki,
I have checked your website on mobile and everything seems to work as expected. If the problem reappears, please try to disable all the active plugins, except Visual Composer and install only the plugins that come bundled with our theme, clear cache and test it again.
Thank you for the message!
Hi
The theme doesn’t have an option to disable a particular widget on mobile devices but this can be achieved with some custom css like this:
@media (max-width: 768px){
.widget-css-class{
display: none;
}
}
Thanks!
Hi Guys
Still enjoying the amazing theme…
If a user decides to move to a responsive mobile menu – using a plugin – but ONLY showing the plugin menu on mobile devices – most plugin authors give a box that needs the user to deactivate the ‘main theme’ menu on mobile by its class id
How do you do it on Newspaper 6? – how to disable default theme menu when using a plugin menu – only on smartphones/tablets?
So desktop is not affected by the change
Hi
I’ve checked your site and noticed that on mobile version appear some js errors in browsers console: http://screencast.com/t/xcsqbBd1f5kf This errors seams to be related with theme’s js. Try to update that theme at the latest version available on themeforest: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.
Thanks!
Hi
Usually the size of a feature image from post can’t be the same as the size of featured image used on modules. The theme uses thumbs to keep the page size as low as possible. For example the same a featured image displayed on td_module_mx6 will have a 238x138px size: http://screencast.com/t/QYUnc0y5PUR and when is displayed inside post content, default template in this case, the size is: 640x426px: http://screencast.com/t/P3ffwJEZ2Us Basicaly from the original image the theme crops different thumbs which are used in different modules and blocks.
The theme uses the same thumb for mobile version but in many cases the surface which must be covered it’s bigger then the thumb size. For example in this situation the featured image it’s smaller then the surface which must be covered and because it’s stretched by css its quality it’s a bit lower: http://screencast.com/t/BvRx8GzjlALm That usually depends by mobile device size.
Thanks!