Hi Lucian,
That is exactly what I need – Unfortunately both screencast links (added in blockquote) are not able to be displayed anymore. Is it possible for you to update them?! That would be a great help. Thanks in advance!
Hi,
Add this function into the
functions.php
file, like this: http://screencast.com/t/42g35dlHA
This will allow you to modify the sort order of post on category page:function foo_modify_query_order( $query ) { if ( $query->is_category() && $query->is_main_query() ) { $query->set( ‘orderby’, ‘title’ ); $query->set( ‘order’, ‘DESC’ ); } } add_action( ‘pre_get_posts’, ‘foo_modify_query_order’ );
Change the order as you like.
For the Mega menu you have to add this line of code
$atts[‘sort’] = ‘alphabetical_order’;
, like this:
http://screencast.com/t/0OmLDPNkD9U
Change the sort order as you like, using the values set for sort here: http://screencast.com/t/Gv2I6uUsThanks
Your theme:
Theme: Newspaper by tagDiv.com 2017
Version: 8.6 (rara)
Update your theme to the latest version.
The latest version is Version 8.7.4 – May 4th, 2018
The problem with instagram was fixed in ver. 8.7.3:
…
…
When release a new update your theme, you replace files or rewrite?
What I means, for example, if I have a custom change in file module1.php and you released update for this file, my changes be replaced and be disappeare or not?
How I can saved my changes after update your theme?
hi
I guess after WP updates or Newspaper T . This problem has occurred:
I want to update ( tagDiv Social Counter)links . But tagDiv Social (widgets) I do not see it on my Effective widgets list!!! Although it works and exists For visitors !!
Also I have widgets is Effective and in list But I can not Edit them !
Do you have any idea to solve the problem ?
Thanks for your help
I purchase your newspaper theme in 59 dollars.
1) i have 4 websites so I want to use your newspaper theme on all websites that is possible.
2) how many time we can use(personally) your theme if I purchase in 59 dollars.
3)how to update your theme? what is the process?
4)if your theme updates available so you can give me the lifetime updates if after 2 ya 3 years
your theme update comes so you will give me
I am using Disqus so it’s not an issue for me.
Edward, can you confirm whether the Newspaper theme will include cookie consent popup option?
Most of the themes are already updated to included that option.
-
This reply was modified 8 years by
MayankParmar.
Waiting for the theme update.
https://forum.tagdiv.com/topic/cookies-law-pop-up/
A theme update is planned in the matter of GDPR, it should be available soon. Please have a little more patience.
The update is currently in final stages. It will be released before the deadline, the team is working fast to provide this update as soon as possible.
Hi. I’m using Newsmag 4.3. I’m looking for someway to assign a different look to certain parts of my site – preferably by using a different demo look. Is that possible? Also I’ve updated the latest jscomposer plugin and it does not show up on the pages.
Hello.
While trying to update a page using tagdiv I get the following error:
“Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!”
The page hangs and I cannot save or dismiss.
Please advise.
Kind regards
Hi, just to give an update on this issue.
The @media queries work but the pixel widths are not right. They tend to be out of sync by about 30-150px.
So, for example, in coding a design change I will put “@media screen and (max-width: 350px) and (min-width: 300px)” which actually has the effect of, “@media screen and (max-width: 290px) and (min-width: 240px), for example.
Thanks,
Chris
Hello,
I have updated on WordPress 4.9.6, in the comments must appear an OPT-IN see picture: https://www.dropbox.com/s/oij8iqgxlls1s95/InkedScreenshot%20%28226%29_LI.jpg?dl=0 .This does not appear with your theme!
Find the 404.php file inside the Newspaper theme and remove this code (preferably in a child theme not to lose the changes with the theme update).
<h4 class="block-title"><span><?php echo __td('OUR LATEST POSTS', TD_THEME_NAME)?></span></h4> <?php
$args = array(
'post_type'=> 'post',
'showposts' => 6
);
query_posts($args);
$td_loop_block_module = td_util::get_option('tds_404_page_layout');
//$td_loop_block_module
locate_template('loop.php', true);
//get_template_part('category', 'slider');
wp_reset_query();
?>
Hi,
as I always got an error I updated the TagDiv-AMP plugin to 1.1.. But even after that update it doesn´t change.
The error Message: AMP Test failed – Inline-Attribut “Style” not allowed
In another post I saw a Screenshot of V 1.2.. Is it solved in this one.
If Yes, where to find it? I downloaded the latest bundle on envato but that doesn´t seem up to date.
Thanks for help!
1. Please keep in mind that theme has no infected. To be sure, you should re-download the latest theme version for Theme Forest and make a new clean install from scratch via FTP way because this is the subject theme method in this case (https://forum.tagdiv.com/install-via-ftp/).
2. Also read carefully this forum thread: https://forum.tagdiv.com/topic/traffictrade-malware-newspaper-8-1-all-updated/
https://forum.tagdiv.com/topic/cookies-law-pop-up/
A theme update is planned in the matter of GDPR, it should be available soon. Please have a little more patience.
The update is currently in final stages. It will be released before the deadline, the team is working fast to provide this update as soon as possible.
Catalin
Thank you for getting back to me. I installed via the WordPress install instructions provided in the zip file once purchased. If their is an update, I can try to pull it down and install it but I am uncertain where to go to get that update.
Any information would be appreciated. I will also look on the site to see if I can figure out where the install or update is located.
Thanks again,
1. Normally, the Envato policy allows using a theme only on one install. You can, however, use the theme on a sub-domain if you plan on creating a testing site, but if we are talking about totally different sites with different content, then only one theme per install is legally allowed. In your case, you should buy three other licenses if the sites are different projects.
2. Here is the guide to update Newspaper Theme https://forum.tagdiv.com/how-to-update-the-theme-2/.
3. The theme comes with lifetime updates (per regular installation).
(NB: I don’t work here).
I have 4 websites and I purchase your theme 59 dollar
1) i want to know how many time we can use newspaper theme
2) if your newspaper theme available, how to update?
3) if your newspaper theme available, you will give me lifetime theme updates when updates come
1. If you don’t think you need to make any changes to the main theme core files, then you do not need a child theme. Here are the files that can be changed via a child theme https://forum.tagdiv.com/the-child-theme-support-tutorial/.
2. The custom CSS is saved in your database. So, you will not lose the custom changes on theme update. But to be safe, always backup your site before updating the theme.
3. The Custom CSS panel is the recommended way by the theme developers to add custom CSS. If you want to add the CSS to the main theme, you would have to make changes to the main style.css file by looking at the main instances where each code appears and make the changes there, but you would need to backup the file (and redeploy the changes with each new theme update) or the changes will be overwritten with each update. The custom CSS panel works for both the main theme and the child theme.
4. Again, see this tutorial on how to use the child theme https://forum.tagdiv.com/the-child-theme-support-tutorial/.
5. TD composer is a page builder specifically built and configured to be used with the Newspaper theme. It will continue to receive updates in future and the theme developers recommend it over visual composer. However, the visual composer will still continue to be bundled together with the theme. It is not recommended to use both page builders at the same time. So, it is your choice really on what you want to use between the two (I personally use td composer).
6. The tagDiv Multi-Purpose adds additional elements to the TD composer. It is more beneficial for building landing pages. Read more about it here https://tagdiv.com/newspaper-8-5-update-what-s-new/.
(FYI, I don’t work here).
First, give me some answer to my question.
1) Is it necessary to create a child theme?
2) If I update my theme in future will I lose all custom CSS if I don’t have a child theme already?
3) I have added all my CSS to a theme panel custom CSS CODE field, is there any way to add that CSS directly to theme? If yes then where to add, in the parent theme, or in a child theme?
4) If a child theme is really good for safety then please guide me step by step to create a child theme of my parent theme.
5) In plugin section, there is two-page builder plugin one is td -composer another one is wp bakery page builder, Is it necessary to keep both or one is enough to build any page? If one is enough then which one should I use.
6)How to use tagDiv Multi-Purpose? And how can i take benefit from this plugin?
I hope I will get all answer.
Hi guys,
I just update from Newsmag 4.2 to 4.3. I also use KeyCDN so I purge all files.
The problem is that I can’t see social buttons as you can see.
Would you like to help me?
Really appreciate your help!
https://claudiafrom5to7.com/
https://forum.tagdiv.com/topic/cookies-law-pop-up/
https://forum.tagdiv.com/topic/cookies-law-pop-up/#post-233899 A theme update is planned in the matter of GDPR, it should be available soon. Please have a little more patience.
https://forum.tagdiv.com/topic/cookies-law-pop-up/#post-234075 The update is currently in final stages. It will be released before the deadline, the team is working fast to provide this update as soon as possible.
Hi,
The best and also most recommended method to update themes is by FTP. Most reliable also
– https://forum.tagdiv.com/how-to-update-the-theme-2/
That error could be caused by permissions
– http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Or maybe it could be caused by insufficient disk space on the server, or exhausted memory
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hola.
Trying to update from Newspaper 8.7.2 to the newest version. And for several times it failed: once the reply was “Cannot copy Newspaper/includes/wp_booster/td_category_template.php.”, the other time “Cannot copy Newspaper/includes/wp_booster/td_api.”
My website is http://www.dalibude.com.ua
How can I fix that?