- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hello Samron,
In most cases this issue is due from mobile theme module from Jetpack. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is necessary to follow this steps because some untested plugins used by you could cause some interference between theme and these plugins and create this kind of issue. After this, try to enable your plugins one by one and find the culprit. If your problem is still there after my advice, please send us an email at contact@tagdiv.com whit your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link to this topic so we know who you are and what the issue is.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
Mobile version only shows shortcode. As per your instructions to disable from Jetpack but unable to find jetpack.
Please check.
Thanks,
Samron
Hello and thank you for purchasing the theme,
This error does not come from the theme but from the jetpack mobile theme option .Please remove this feature and make sure you remove photon as well as these 2 options from jetpack are known to cause problems.
Thank you!
Hi
In order to be responsive on mobile the css should like this:
@media(max-width: 768px){.wpb_text_column h1:first-child, .wpb_text_column h2:last-child {
display: table!important;
margin-left: auto!important;
margin-right: auto;
}
.wpb_text_column h1, .wpb_text_column h2{
line-height: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
.vc_custom_1454688976804{
padding-bottom: 20px !important;
padding-left: 0px !important
}
}
Would be a good practice o add a specific class for the row used to add this text and use it instead of .vc_custom_1454688976804 That is a unique class generated by Visual Composer for each row and every time the row it’s modified it changes, so the css won’t be applied after that. The custom css class can be added here: http://screencast.com/t/iHyUHmAM
Thanks!
Hello,
Unfortunately there is no easy way to remove the sidebar only on the mobile version from the code. The sidebar is the same for desktop and mobile only styled different using css. In order to pull this off, you will need to edit the theme files and create conditions for the sidebar. We recommend hiring a freelancer for this one as there is no easy solution for it. It will have to be hard-coded.
Thank you!
Hello chand3g,
The top menu does not appear on the mobile version by default. This was a design choice. It can however be activated with custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-sp-top-menu{
display:block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
}
The result you should see here -> http://screencast.com/t/VIQA4SZydh
Thank you for the message!
Hi, I just purchased the theme and was looking at it on my CELLPHONE (not in Dev. Tools…) and noticed that the mobile view is not working correctly. Instead of WordPress transforming the code for my sections into the sections, it leaves them as raw code.
http://www.theautoreporter.com
While looking at the site in Dev mode on the computer, it looks PERFECT. But when I go to the site on my cell phone (Samsung S5 using Chrome), it only has the coding. I’ve saved an image in Google Drive to show you what I mean.
Thanks for the help!!
Hi,
We need to hide complete sidebar on Mobile without using CSS as hiding it via css still loads it and adds to page load time
thanks for supporting but this css code is not mobile responsive.
I need mobile view this type:-
h1>- single line and also view in center and h2> next line and view center
Thanks,
Rahul
Hi,
Thanks for developing this great theme. I have just bought the theme. I want the top menu in the mobile version too. I have used custom css mentioned here in old comments asked by the buyers. But the css isn’t working with me. Let me know how to do it.
Thank you.
well, i’m aware of that totally, and i did some work on it, but as the link i sent, i have problem with featured image in those styles in Mobile site, it seems to be error, and i did restore this code part and it’s still not working.. so if there any missing code i hope you can provide it to me
regards,
Hello letenkyzababku,
I have checked your website and I saw that your post content does not have padding-left in mobile mode. This kind of issue could cause by the conflicting plugins. Please try to disable all the active plugins, except Visual Composer, clears all cache and install only the plugins that come bundled with our theme and rule out the plugins in conflict. Also, you can try the code below and add it in Theme panel->Custom CSS area.
@media (max-width:768px) {
.td-post-content {
padding-left:20px;
}
}
Hope this helps!
Thank you for the message!
Hello,
I have checked your website and saw that the font is a little big for mobile.
You can use this css to make it smaller and bold if you want:
@media (max-width: 767px){
.td-post-template-3 .td-post-header header .entry-title {
font-size: 18px!important;
font-weight:600!important;
}
.td-post-template-2 .td-post-sub-title, .td-post-template-3 .td-post-sub-title, .td-post-template-6 .td-post-sub-title, .td-post-template-7 .td-post-sub-title, .td-post-template-8 .td-post-sub-title{
font-size: 14px!important;
}
}
You can change the font-size in the code to your preference.
Thank you!
I’ve disabled all plugins and removed all custom CSS…. i haven’t modified any theme files…
The problem I’m having is on the mobile version of the site, the CSS is not picking up the default font i selected in the Theme Manager. Also, if I try to refresh the mobile version all CSS is lost and it looks like a mess. I have to completely close out safari on my iPhone, restart to see the website. Then if i refresh, the problem happens all over again.
Not sure why the CSS file isn’t being pulled?
Hi
The code should look like in this screen: http://screencast.com/t/NJtcqnrJ Just replace all code from header-menu.php file with this one: http://pastebin.com/19NaFmcg and replace the page id and image url as i indicated in the screen.
To increase the logo size on mobile devices use this css in theme panle > custom code > custom css: http://screencast.com/t/OMrlgBHyp1yv and modify the width value as you want:
@media (max-width: 767px){
.td-main-menu-logo img {
width: 70%;
}
}
Thanks!
let me rephrase my concern
i have a site called hindi.koimoi.com running on WordPress 4.4.2 with Newsmag theme V 2.2
1) i went to theme panel -> category settings if i set top posts style from gird 1 – grid 7 everything work perfectly fine on desktop however the grid does not appear on mobile phone instead of that it starts direct the article view
http://hindi.koimoi.com/category/bollywood-popular/ chk this link on mobile and desktop
Grid does not appear on mobile devices. this is my concern number 1
2) and other is if set it other way like if i disable the top posts from grid and load directly the articles then the pagination does not work .
it loads same articles again and again
this is my second concern
solve any one of them will be solve my problem
hint : i just got an article in your forum https://forum.tagdiv.com/topic/wordpress-4-4-1-pagination-new-fix/
it seems the new word press is causing this issue however i have the solution given in that article . the issue is still not resolved .
kindly have look at it .
Hi @Lewis
For the moment we don’t plan to develop any mobile application. If you really need this my advice is to look for a developer which can help you to complete this project.
Also you can develop the application by yourself using some plugins, here you can read more about this: http://www.wpbeginner.com/plugins/how-to-build-a-mobile-app-for-your-wordpress-based-business/ -http://www.sitepoint.com/3-ways-to-create-a-mobile-app-with-wordpress/
Thanks!
I am suffering from the title and subtitle format in a few posts layouts. Desktop looks good, but the cell is completely different and bad.
Open this link in desktop and mobile and see the difference, please.
Google PageSpeed Insights is rating quite low for mobile (75/100 for the demo itself while desktop is getting 91/100), I am sure you guys are continuously working on the performance and requesting your team to give importance for mobile as today most of the visitors comes from mobile.
H, I have problem with visual composer on mobile. If I create any element in visual composer, so it is ok on desktop, but on mobile it is cuted from left. So you cant read the first letters : here is my example: http://www.letenkyzababku.sk/porovnanie-autobusov-letisko-vieden/
check it on mobile.
have you any recommendation where can be problem?
Thanks
Okay, disabled WPTouch for testing. Right away I don’t like the way the site looks. Also, I can’t get my ads and widgets to display correctly for mobile now. There’s no way to specify certain widgets for mobile or desktop only. Same with my ads. I can get the header one fine, but the floating footer doesn’t work. I was able to put the code into the footer ad section in WPTouch, but Newspaper doesn’t have that. Not liking this so far.
I’d really hate to stop using WPTouch. I’ve paid a lot for that and have worked very hard to get the mobile view looking like I want it to. I don’t like the way Newspaper displays the page via mobile. For testing, I will disable it tomorrow and see how the numbers compare.
Theme is responsive, WP-Touch can cause issues with sites which are already responsive and mobile ready.
Also try disabling the loading of visual composer on all pages/posts except for home page — this is also covered in my long-winded optimization post in the tutororials/DIY/best of forum section.
Ad Rotate Pro *not* an issue. We use it here and have for years.
Newspaper adds share buttons top/bottom of each post – from post settings; but not ALL sharing buttons, just the main popular ones. I use a plugin that is super lightweight “simple sharing buttons” but doesn’t do the “numbers” just the buttons. That is usually not the issue.
Jetpack can slow down site as you’re loading all those elements externally and adding to overhead.
To be honest, I suspect it’s the WP-Touch and possibly your server is setup like ours was, where traffic spikes would kill the site — in our case it was the related posts, mega-menu, and loading visual composer. Disabling those solved it for us.
Problem is if I remove most of those plugins, I loose functionality.
Jwplayer: Yes, I actually have a plan to get rid of this. I’ve been phasing it out, but there are about 40 old posts that still use it.
Jetpack: Have only about 11 of it’s modules activated. Otherwise, I’d have to install more plugins.
KK Star Ratinig: Used to allow visitors to vote on how they liked the film. Newspaper can’t do this.
WPPolling System: Allows for visitors to vote on if 3D/IMAX were worth the extra cost.
GTranslate: Been on the fence if I should get rid of this or not. It is activated and working. A majority of visitors are from the U.S., but there are a surprising amount that come from other countries.
WP Touch: That’s what serves the mobile view for visitors. Not going away.
Contact Form 7: Don’t remember why I have to use this instead of the Jetpack module. There was some issue with it not working as expected.
WP-PostRatings: Allows visitors to vote on if the during/after credit scene is worth sticking around for or not. Again, Newspaper can’t do this.
Ad Rotate Pro: Serves my advertisement. Paid for it and it works well, don’t really want to get rid of it.
Social Media Feather: Adds the share buttons to the top and bottom of posts. Can’t find a way for Newspaper to do that.