- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Hello,
Unfortunately here is no simple way to do it. You can use custom css to re-size the logo:
.td-header-style-8 .td-header-sp-logo img{
max-width: 85%!important;
}
It will probably need extra css customization for positioning. If you cannot do this yourself we recommend hiring a freelancer to help out.
As for the mobile version, there is no easy way to disable it unfortunately. You will have to edit the theme files (tablet version is the same as desktop). We have no easy solution for this unfortunately.
Thank you!
Hello,
Unfortunately we have no easy solution for this. The mobile version is the same as the desktop version so any change will affect both versions of the theme. You cannot re-position the sidebar with css in the mobile version and changing it from the theme files will affect the desktop as well. Unfortunately this will not be an easy task to do so we recommend hiring a freelancer to help out as we cannot offer any custom work at the moment.
Thank you!
and also is there a option to disable the mobile and tabelette version of the theme?
tnx
I have installed the theme and activated the license, I found that the header search is not responding in computer but working on mobile devices (https://www.stufeed.com)
Pls find the screen shot:
Also I have one more issue. I cannot save the theme setting when i use https url of my wordpress, only i can use http to use wordpress account newpaper themepanel. If the use https link the saved setting in themepanel keeps on a infinite loop showing the saving roataing image. Please fix both the above issue
Really appreciate the quick feedback! Pretty sure we tried this originally but were told that the tab feature in VC wouldn’t work with Newspaper. Looks like others on the forum had similar issues. Our latest attempt looks like this: http://www.inmaricopa.com/test-gallery-tabs/ Uploaded screenshot here in case link isn’t working. Tabs seem to stack on top of each other instead of preferred format.
If you guys are aware of any workarounds, please let me know. Willing to try anything.
Noticed that the screenshots were all Newspaper 6. Would that mean that these functions might not work on Newspaper 4? The lazy load looks great but can’t seem to find it in the Theme Panel.
Also, any thoughts on some kind of category selector at the top, maybe a drop-down but not necessarily, that would jump link or anchor to the specific Gallery on the page?
Thanks!
Hello williamgalipeau,
1)I have checked your website and saw the problem with your logo on the mobile version. To fix it, please try the code below and add it in Theme panel->Custom CSS area.
.td-logo {
width: inherit!important;
}
The result you should see here -> http://screencast.com/t/6MxChnLKLwg
2)I have checked your website and saw these dimensions for your footer logo -> http://screencast.com/t/VXIbUIzB and also I saw that you use some CSS code to increase the width of this image…I do not recommend this
because using this method you have zoomed in the natural image and the quality of this disappear and this is the reason for blurry image for footer section. Please try upload a bigger dimension for your logo from your Theme panel and check again how it works for you. -> http://screencast.com/t/WkLaVBEiAY6
For more information about logo&favicon, please consult our documentation here -> https://forum.tagdiv.com/logo-favicon/
Hope tyhis helps and let us know how it goes!
Thank you for the message!
Hello bcnjmlopez,
The whats-up button already exists on your theme but it appears only for the mobile version (feature available for 6.6 version or later -> http://screencast.com/t/XiG2Gx6Zeuqn). If you want to display for other devices, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-social-whatsapp {
display: inline-block !important;
}
The result you should see here -> http://screencast.com/t/H3lbpNLYNQTV
For adding Linkedin button, please consult this topic and try to implement this for your side -> https://forum.tagdiv.com/topic/social-media-button/
Hope this helps!
Thank you for the message!
Hello firetoss,
Unfortunately, this kind of plugin is not tested with our theme and we have not idea about the theme behaviour with this plugin, sorry. You should try to instal it on your side and see how it works for you. Please notice that we have a list with tested plugins like this -> http://screencast.com/t/QuMzIjuW which the theme works fine and also we cannot provide support for untested plugins. If you want to change the code where the menu is generated, you have to alter the code from these files -> menu-mobile.php and header-menu.php. -> http://screencast.com/t/5aNvKGFvrA -> http://screencast.com/t/xatfi0Js
If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this functionality for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Is there a way to disable the built in hamburger menu of the theme and use ShiftNav instead.
Thanks in advance.
i ve deactivated photon and mobile theme plguin of jetpack. nothing has changed!
Hello,
This is a known issue with our theme and it comes from the photon feature of jetpack. Please disable photon and the jetpack mobile theme as these 2 features are known to cause issues with our theme.
thank you!
See the prior threads in forum on this topic.
Simply download the AMP plugin to use this theme with AMP. 🙂
REF
https://forum.tagdiv.com/topic/compatibility-feature-request-with-accelerated-mobile-pages/
-
This reply was modified 10 years by
simchris.
You may have a DNS redirect hack; not theme related.
Make sure you *DISABLLE* any other mobile plugins like Jetpack mobile, or anything like WP-Touch.
In fact, REMOVE any plugins you don’t actually use! Remove old themes you tried but no longer use.
Check your htaccess file for malicious redirect code; resave your permalinks in WordPress.
Make sure you have full back up of your site also.
Also try doing things like running a page speed check at gtmetrix.com to see if anything funky being loaded on pages you don’t recognize; check the page source of a post on your site where you have a redirection.
Check your Google Webmaster tool tab for “malware detected” — as Google will check this too!
Pre-emptively, you may wish to to a clean install of WP, by over-writing all the WP files in root (make back up of your wp-config.php out of paranoia); delete and replace the wp-includes, deleted and replace wp-admin folders.
MAKE SURE you have a legal download copy of theme from ThemeForest and not something you “found on the web” also! (Ahem, which of course you didn’t do, but one person I’ve seen DID and that was very much a DUH moment for him!).
-
This reply was modified 10 years by
simchris.
Hello Sayeed,
If you want to disable all the sidebars in mobile and tablet mode, you need a bit of CSS to hide this option. Plase try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5iPUuNZoso3l
@media (max-width:767px){
.td-ss-main-sidebar {
display:none;
}
}
The above code is only for posts. If you want to hide them for pages, it is not a simple task because it is not easy to target the sidebar class and it depending on how you set the sidebars for pages. As a method to add the sidebar for pages would be with Visual Composer and with Widgetised element, like this: http://screencast.com/t/dXPluCP9xJy or you have to edit each column for responsive from Visual Composer because it is not a specific class for this kind of sidebar to hide it with CSS, like this -> http://screencast.com/t/avmaxUjj5Ala
The code is ->
@media (max-width:767px){
.wpb_widgetised_column {
display:none;
}
}
Please notice that the more article box is not displayed for the mobile version by default.
@media (max-width: 767px){
.td-more-articles-box {
display: none !important;
}
}
If you want to activate for a mobile version you have to switch to display:block!important
For your second request, if you want to reduce the size for the next/prev button on smart list 7 you have to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area.
.td-smart-list-button {
padding: 7px 10px;
font-size: 14px;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hello chand3g,
I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}
The result you should see here -> http://screencast.com/t/MRdAUcys3PK
For your second request, unfortunately, I do not understand very good on what you are referring to. Please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
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 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!
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!
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,
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.
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!
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 .
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.