- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi adam,
The screenshot you provided is in classic mode. Please click the back-end editor and check for the editor. The mobile theme plugin adds a second editor that does not use visual composer, but you will find the standard editor below. Scroll down a bit.
Thank you!
Hi,
How about making it only centered on desktop but leave it like normal on mobile?
the menus stay inside the megamenu on mobile.
I’m trying to be creative and tried
.td-header-style-7 .sf-menu {
display: table !important;
float: none;
margin-left: auto;
margin-right: auto;
}
@media(min-width: 768px){
.td-header-style-7 .sf-menu {
display: none;
float: none;
margin-left: auto;
margin-right: auto;
}
}
and doesnt work :p
Hello vachos,
First of all, please ensure that you have fully updated your theme to the latest version of it (Newspaper 7.1.1) and also, all the required plugins to the latest version of them (Visual Composer 4.11.2 and Social Counter 4.1). Then, if you want to display the mobile theme, you will have to install the mobile plugin from the premium plugins list, from here -> http://screencast.com/t/1c8WDcsSd To avoid any conflict, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN file is you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please note that our theme (mobile theme) is fully tested and still working as properly. For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thaks for your understanding!
Hi
Try using media queries to make the css only for mobile and tablets. The code should look like this:
@media(min-width: 768px){
.td-header-style-7 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
}
Thanks!
Hello dreammy,
Please notice that the mobile theme is an optional version for our theme in mobile mode and it could be installed from the plugins area, like this -> http://screencast.com/t/1CSBAdUNsdd For more information about new mobile theme feature, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/ Before achieving better results, please try to clear all your cache, purge CDN file and check the results.
Thanks for your understanding!
Hello ETm,
Please notice that this is the theme behaviour with the mobile plugin installed. As you can see, by default, the mobile theme will display on the front page the Big Grid Mob 1 and the number of the thumbs which are presented it is three. So, if you want to change the mobile theme’s functionality, you will have to alter the code from the front-page.php core file, like this -> http://screencast.com/t/pidP1aalnMa1 Please notice that this is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi everyone,
Is there any way to remove the featured image from the top of posts on mobile devices?
Thanks!
Hi,
I’m trying to center main menu on newsmag head style 7 with these code:
.td-header-style-7 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
it worked, but when I checked on mobile… it looked like this
http://www.screencast.com/t/tZ3gYy7cqfaB
can you help me?
here’s the url http://www.bukusakumama.com/
thanks
Hello,
There are a couple of issues I am facing with respect to mobile theme.
1. I have go through the documentation and setup WP Super Cache as specified. However, there seems to be irregularities in terms of viewing mobile theme. I see mobile theme and the usual desktop theme at random intervals on a mobile device. Not sure why the usual desktop theme pops when when in-fact only the mobile theme should load.
2. On mobile theme, I am seeing the website logo and About Us written in footer. This is appearing even after disabling footer for mobile theme.
Hi,
Could I have some help here?
I need to:
(1) increase the white space on the left before all text starting in post (something similar to “->-> text” in visual editor).
I tried to add a code to custom css
td.post.content {padding-left: 100px} it worked fine but looked horrible in mobile.
Tried to use % but it didn’t work.
I know close to nothing about css, I took the code from internet.
(2) change font to droid sans.
I tried having experiments with font, style, size, weight on theme panel.
but…
didn’t know why, now all my text is on bold. even though I already set all back to default for fonts.
here’s my url http://www.bukusakumama.com/makanan-sehat-untuk-ibu-hamil/
Thanks
Hi support !
I have a question
I setup Mobile Menu/search Background look like


But background not beauty: 
I want like demo : 
How to setup it ? Thanks for understanding.
Hi,
I have some issue here to get mobile menu stay on top at all time (regardless scroll up/down).
And i have done the following setting, did I miss out anything?
Header -> Main Menu -> Sticky Menu
Set to Always sticky – Stays at the top of the page.
I’m using Header Style 4.
Thanks!
Regards,
KH
I want to know if there is the possibility of creating a URL only to the subject mobile.
My site works with cache, and always generates a confunsão because the cache examines the link.
The present form , several times appears the mobile version desktop device and the opposite also
hi guys,
I been trying a plug-in called ” Defer CSS Addon for BWP Minify ” It has improved my loads speed dramatically from 6 seconds to 2, problem is when page loads there is like one second where you don’t see styles
than the mobile menu appears and despears instantly. It is kind of wird but my site has never been faster. Any chance you guys test this plug to see how it can be set to work properly with newspaper.
I know is of scope but at least may give you inspiration on how to improve speed overall for enwspapper
I am open to suggestions from other users too!
Thanks in advance!
Salo
i have noticed too, that the mobile logo isn’t showing in the mobiles versions. This should switch with the mobile logo and it isn’t happening. I fixed it for now with custom styles but i need a better solution.
Thanks.
hi there, i run my site online today and have some mobile problems.
1. the mobile theme dont work. when i enable plugin in mobile device in linke its says the theme not work ****.
2. the search dont work in mobile.
3. the menu dont show full screnn in mobile pop up appear!.
can you please check it?
thanks a lot.
p.s i have display:none in search now so dont have problems.
Hello, what is the aim of the mobile theme that we have to activate? I cannot see any difference between the present one and the last one which has just arrived with the new version of Newspaper.
Love the new mobile theme in v7. The mobile front page appears to default to show three posts in a block and then show Related stories. Related stories changes pick up from the main post template, but is there a way to alter the number of posts that show up in the top block? I’d like 10-15 rather than three. Willing to jump into the code but couldn’t find where that parameter is set. Thanks!
I just installed the Newspaper 7 theme and the News Magazine demo. When I go to the page editor, Visual Composer is not appearing — just the stock WordPress composer box filled with the Visual Composer codes. Looks like this: https://snag.gy/e8C5w9.jpg I have disabled all plug-ins, except the plugins that come with the theme (Slider Revolution, Mobile Theme, Social Counter, Visual Composer). I have enabled WP_Debug, and it logged the following errors:
[03-Jun-2016 14:53:09 UTC] PHP Notice: Undefined index: description in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block_widget.php on line 135
[03-Jun-2016 14:57:46 UTC] PHP Notice: Undefined index: source in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 159
[03-Jun-2016 14:58:04 UTC] PHP Notice: Undefined index: source in /home/meteam5/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 159
How can I get Visual Composer to display correctly?
Here is the link: http://www.scienceprism.com/
You can see, that the headline and the excerpt cover too much of the image of the feature post (first post).
Is there a way to shift that headline down a little or completely below the image?
(on mobile its even worse, hardly anything of the image is visible)
Hello,
The sign-in button from the mobile menu can be hidden from this setting: http://screencast.com/t/Ikd3fDek
Unfortunately this will also remove the sign-in from the desktop version as well, so if this is not waht you want, you can use a custom css to only remove the sign in from the mobile menu:
.td-menu-login-section{
display:none!important;
}
Thank you!
Hi
I forgot to mention that you have to regenerate the thumbs after you change the values in td_config.php. If the plugin retina 2x does not work that it’s the only way to increase them image’s quality for mobile.
Also I’ve checked you site and it works fine on both mobile and desktop devices, also you don’t have any error messages in browser’s console: http://screencast.com/t/RKKy0u2lUMP
Note that if you load bigger images on mobile the site’s page speed will be affected a bit as the page size it’s bigger.
Thanks!
Hi ,
After i use the plugin Retina 2x to regenerate all the image, its seem better now, but mobile version is down.
I got the below error message when i using mobile to my site
Read time out at usr/lib/per15/site_perl/5.8.8/Net/HTTP/Methods.pm line257
Also, when i using desktop version but in mobile screen size, its show many error which It never seen before.
Error message: retina.min.js?ver=1.4.0:10 HEAD http://insolenews.com/wp-content/uploads/2016/06/yeezy-750-grey-glow-release-date-537×360@2x.jpg 404 (Not Found)
I del the plugin, this issue still here