- NewsmagHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewsmagCategory templates
- NewsmagWhat’s included in Newsmag theme package
- NewsmagAjax view count
- NewsmagSmart Lists
- NewsmagFeatured images
- NewsmagFeatured image or video
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
You can disable this message… Open wp-content/plugins/js_composer and add the lines
// remove update notice for forked plugins
function remove_update_notifications($value) {
if ( isset( $value ) && is_object( $value ) ) {
unset( $value->response[ plugin_basename(__FILE__) ] );
}
return $value;
}
add_filter( 'site_transient_update_plugins', 'remove_update_notifications' );
…at the end of the js_composer.php.
Bye,
Christph
@Andrei, could you add these lines by default? Since it’s not possible to get the current version of VC without paying again, it shouldn’t bother us with these messages.
any updates on this?
Hi
I assume that you’re referring at Social Counter icons. If so make sure that the plugin is updated at V 4.1 which is included in theme’s path, clear all caches then test the site again.
Let me know how it goes.
Thanks!
Hi.
Just updated to V3 on a client site and the social icons aren’t looking good! The icons are now look pretty bad.
Please help me.
Hi, just updated to 3.0 and now the blocks are not respecting the filter by tag slug (via Visual Composer). Is this a known issue? It only shows a blank one.
Also, the “Sort order: Popular last 7 days” is also not working. Does this have something to do with the theme being updated recently? Should I wait for the stats to roll in first or this is another issue?
Hello jasontermechi,
I have checked your website and I saw that it’s okay and your theme version is updated to 7.1.1. Please explain which is the problem with your site now? Please notice that for theme updating we recommend doing that only via FTP because this is the surest method in this regard. Please let me know what you want to say through weird?
Thanks.
Hi Catalin
Thank you again for your help.
The updated code fixed the search icon, but the logo size still increases for the sticky version of the menu.
Thanks
Hello,
If you stop using the theme on that site, you do not need to de-register. You can simply remove the theme from the site and use it on another with the same registration code. The license specifies you cannot use it on more than 1 site, but if you move it to another domain, it won’t be a problem.
As for the update process, please follow this guide to see the different ways you can update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
We understand your frustration and we do understand the inconvenience of not being able to use your preferred plugin. Unfortunately this is the case with all premium themes. The code we created cannot be recognized by all plugins as it’s a custom code and plugins are built on the standard wordpress code. In order for us to make the polylang plugin compatible we will have to change a lot of the theme code. It is not an easy modification or adaptation we can make. If it were so, we would be able to add more and more plugins to the tested plugins section, but unfortunately this cannot be the case as different plugins use different functions to work. We can make one work and break another. Plugins also get updated and their code gets changed as well. Even if we were to hack our theme to get the polylang plugin to work, it does not mean it will work if the plugin gets updated. For the tested plugins on our list, we always have to make the proper adjustments for their updated versions to work with our theme and we simply cannot do this for every plugin out there. We are sorry for the inconvenience caused by this issue. It bugs us as well but unfortunately there is little we can do about it. We would love to be able to provide a fully compatible theme with all of the plugins out there so our users can benefit from all of the features available, but unfortunately this idyllic world does not exist. The world of coding is a very ruthless environment:)
If the polylang plugin is needed for your project and our theme cannot be the one that can provide the best solution for you, we will be able to provide a re-fund so you can chose another theme that best fits your project. You can request a re-fund from the envato platform if you so desire.
Sorry for the inconvenience and thank you for your understanding.
Hello thava,
Please ensure that you are using the latest version of the theme (Newspaper 7.1.1) which come bundled with the latest version of required plugins (Visual Composer 4.11.2 and Social Counter 4.1). Please ensure that you are using them and the update was been made only via FTP because this is the surest method in this regard. Also, for ruling out the conflicting plugins, please try to disable all of them and leave just Visual Composer to active and install only the plugins that come bundled with the theme.
If your problem is still there after this, please try to make a new clean install from scratch and check the results.
Hope this helps and let us know how it goes!
Thanks.
Hello tomawebdev,
As I have explained you above, our theme has been designed to use the Article in schema.org and the description, headline and article body item prop are not included in it. If you want to control these, please notice that you will have to manually add these item props in each post template used by you. For example, if you are using the post template style 1, you will have to edit the loop-single-1.php and add the certain markup, like this ->
http://screencast.com/t/zliHgwMc4 and then you will have to add the headline item prop in td_module_single_base.php, like this -> http://screencast.com/t/AphioRiAIfVu and then if you will test your post with Google Structured Data Tool you will have all of these markups.
Please keep in mind that all of these modifications involves custom work 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!
Please notice that I have added your suggestion to our list of improvements and we will try to consider in next future updates.
Thanks for your understanding!
Hello Team,
Since I updated the theme, the space in the header between the title and the menus is more important.
How to reduce the space between the top menu and the title, and the space between the main menu and the title
My website address is http://www.regardnomade.com
If this help, I was using the following costum css before:
.td-logo-text {
font-family: “Lobster”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
}
.td-tagline-text {
font-family: “Open Sans”, sans-serif !important;
text-transform: none; /* Removes uppercase format */
font-size: 1.2em; /* Can use em, rem, px, or pt units here, set to preference */
padding: 15px !important;
}
.home .entry-date{
display: none;
}
.td-grid-style-1 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
What should I change, or get ride off to make the header less high or smaller?
Thanks.
Vincent
Hi,
I think the schema “hentry” is double, the same content is quoted in “article”, more information on: http://microformats.org/wiki/hentry
hentry
@type hentry
entry-title WordPress News Magazine Charts the Most Fashionable New York Couples in 2016
updated Jan 22, 2016
author
@type
hcard
fn Armin Vans
In “article” schema:
headline: WordPress News Magazine Charts the Most Fashionable New York Couples in 2016
dateModified: 2016-04-29T07:34:37+00:00
author
@type Person
name Armin Vans
What do you think?
Hi
I have 2 licence for 2 copies of Newspaper, and I love it.
BUT I’m moving to another theme on one of my sites.
1. How do I de-register that copy of the theme?
2. What envato plugin do you suggest I use
to get the automatic updates on the remaining site with Newspaper on it?
Thanks! Newspaper is the best theme I’ve ever used.
==>jim
So I’m trying to update my theme through the Envato plug-in and it just says updating? How long does this usually take. Also I think I may have missed the step where I was supposed to Add A New Item and must’ve over looked it when I saw that my theme was already there. Any help?
Since Visual Composer came with this theme, where do I go to update it? It doesn’t show as needing and update in the plugins section, but I don’t have a license number to download the new version from Theme Forest without purchasing.
Where should I download, or do I have to buy VC?
Hello stephanem,
1)If you want to receive the automatic update you will have to use the Envato Wp toolkit according to our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ (section B) -> https://forum.tagdiv.com/how-to-automatically-update-newspaper-theme/
2)Please keep in mind that Visual Composer come bundled with our theme and you will have to use only the version which comes with the theme and not other to achieve better results. Our latest version of the theme is Newspaper 7.1.1 and the right version for required plugins are -> Visual Composer 4.11.2 and Social Counter 4.1.
As you can see, all the plugins are in constant development. Each plugin will have to be checked with our theme for a good working and this process it may take a while. For example, the latest version of Visual Composer is 4.12 and the latest version of the plugin which has been tested with our theme is 4.11.2. In the future, after our developers will check this latest version of Visual Composer with the theme and they will find that the theme does not need to do some adjustments for, we will release an update with the latest version of Visual Composer (4.12). Until we will release the update with these latest versions you will have to ignore these messages.
So, please notice that if you want to have the latest version of the Visual Composer, you will need to have the additional license of this plugin and also, we cannot say for sure if this version of Visual Composer will work 100% with the theme because this version it is in testing.
For more information about Visual Composer, please check our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
3)Unfortunately, our theme does not have such an option for sticky ‘Join us’ if you want this but please notice that you will have to do this only if you customize it using some PHP/HTML/CSS (position:fixed). This request involves additional customization and we cannot provide this type of services because it is not covered by our support. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you.
Thanks for your understanding!
YES! Thank you so much!
It was Photon – part of Jetpack. Last update broke this. Disabled and all is back to normal!
You’re great and helpfull as always. Thanks much!
Have a greatest day!
Hello Catalin
Thanks, it’s work. btw, I have 3 other questions :
1. Hola! Would you like to receive automatic updates and unlock premium support? Please activate your copy of Visual Composer. -> Did I need to activate it to nor because it’s included in the template.
2. Ok with 4.11.2. but not higher. How can I know when I can upgrade the plugin?
3. Maybe do I need to create a new topic. It seems It’s possible, in the sidebar, to have fixed part. For exemple, the ‘Join us’ block can be always visible (when I scroll down).
Best regards
Hi Team, i have few question issue found after update Newsmag to V3
1. Logo position at home page (https://iphonemod.net) seem lower down than normal (check screenshot here http://imgur.com/cEomkNX)
2. but after check post (any blog post) the logo position in fine
3. It will show text (iPhonemod) every time when reload to page
4. Got 2 Search icon
Please help,
Thank in advance.
Hello emstudios,
After you have updated your theme to the latest version, please check the packet which you have downloaded from the Theme Forest and there you will see the Child Theme version for Newspaper 7. So, you will have to simply copy/paste all the code which you are in Child Theme from 6 version to this and then load the file in root, replacing it with the other.
Thanks for your understanding!
Hello,
Please keep in mind that Visual Composer come bundled with our theme and you will have to use only the version which comes with the theme and not other to achieve better results. Our latest version of the theme is Newspaper 7.1.1 and the right version for required plugins are -> Visual Composer 4.11.2 and Social Counter 4.1.
As you can see, all the plugins are in constant development. Each plugin will have to be checked with our theme for a good working and this process it may take a while. For example, the latest version of Visual Composer is 4.12 and the latest version of the plugin which has been tested with our theme is 4.11.2. In the future, after our developers will check this latest version of Visual Composer with the theme and they will find that the theme does not need to do some adjustments for, we will release an update with the latest version of Visual Composer (4.12). Until we will release the update with these latest versions you will have to ignore these messages.
So, please notice that if you want to have the latest version of the Visual Composer, you will need to have the additional license of this plugin and also, we cannot say for sure if this version of Visual Composer will work 100% with the theme because this version it is in testing.
For more information about Visual Composer, please check our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks for your understanding!
Hello webowner001,
I suppose that you are using the Chrome browser, right? So, please notice that the widget was worked before and on the Chrome browser, but now it seems that it was got rid the localization for Chrome 50 version. We will investigate it deeper this cause and we will try to find another alternative in this regard in near future updates.
Thank you for your understanding!
Hello Prabs_k,
Please keep in mind that Visual Composer come bundled with our theme and you will have to use only the version which comes with the theme and not other to achieve better results. Our latest version of the theme is Newspaper 7.1.1 and the right version for required plugins are -> Visual Composer 4.11.2 and Social Counter 4.1.
As you can see, all the plugins are in constant development. Each plugin will have to be checked with our theme for a good working and this process it may take a while. For example, the latest version of Visual Composer is 4.12 and the latest version of the plugin which has been tested with our theme is 4.11.2. In the future, after our developers will check this latest version of Visual Composer with the theme and they will find that the theme does not need to do some adjustments for, we will release an update with the latest version of Visual Composer (4.12). Until we will release the update with these latest versions you will have to ignore these messages.
So, please notice that if you want to have the latest version of the Visual Composer, you will need to have the additional license of this plugin and also, we cannot say for sure if this version of Visual Composer will work 100% with the theme because this version it is in testing.
For more information about Visual Composer, please check our documentation here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks for your understanding!
Hello wale,
Please ensure that you are using the latest version of the theme and also, your have updated the Social Counter to 4.1 which come bundled with our theme. Clear all your caches and test it again.
Thanks for your understanding!