- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Hi,
@nuno As Chris stated you don’t have to worry as the activation system was developed to stop mass piracy of the theme and I know this is an extra step for paying customers and it dose nothing else.
As for the them update we also recommend to do it manually and use this guide to do it via FTP: https://forum.tagdiv.com/how-to-update-theme/
Thanks
Here’s how I did it:
1.) Create new folder in Newsmag theme directory called ‘bbpress’
2.) Find the form-reply.php file from bbpress plugin files
3.) Copy entire contents of form-reply.php and duplicate the file in the new bbpress directory you just created. Or, you can edit the file directly, but risk losing it if you update bbpress in future
4.) Find: <p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must be logged in to reply to this topic.', 'bbpress' ); ?></p>
5.) Replace with: <p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must log in to reply to this topic.', 'bbpress' ); ?></p>
But remove the aterisks * in code. This forum kept making it an actual link despite using code tags around it, odd. This will activate the ajax signin/join modal from within bbpress topic threads. You can apply the same: a class="td-login-modal-js" href="#login-form" data-effect="mpf-td-login-effect" structure to other links throughout your site to activate the modal 🙂
Hi guys,
I am very happy with the theme, but there a few things that should be better. I hope you solve/add these things in a future update…
For example:
1. There is a way to change the background color of the footer, but there is no way to change the text color like in the sub-footer:

2. When I am using menu’s in the footer, the top margin of the menu title is not equal to the top margin of other module titles:

3. Big gap between menu titles in mobile version:

4. Menu widget title background color is not editable in theme options panel.
5. Possibility to disable/enable ‘more from author’ and ‘related articles’ on single page individually.
6. Slider title in mobile version missing:

7. Footer menu title background is bugged:
Comparison

Detailed look

Did you
1) clear all cache on server and CDN as applicable before doing update
2) did you change theme before update to default
3) did you turn off all plugins prior to update
4) did you fully delete old plugin folder
5) did you fully delete old js_cmposer folder (for VC plugin)
6) did you then install new version of theme, and plugin(s)
7) then turn on ONLY new visual composer, then new theme
8) check visual composer works
9) then turn on your other plugins?
If updated correctly, it works perfectly.
Hello!
I have two licenses for the Newspaper theme and I’m trying to make some of the images on the front page round.
The only way to do this is with CSS on a div, but i need to identify the div in some way, and your divs have the class=”thumb-wrap” but don’t have any form of individualization.
Is there any way you could implement this change in your theme as to give users the possibility of affecting the intended div with our CSS code ? The ideal would be each post div have the categories the author chose inside the class (for example: class=”thumb-wrap europe society”) and like that your CSS would work and we would code the css for “europe” or “society” or whatever we wanted.
I ask this because if i do it myself and change the theme, then i can’t continue installing theme updates when you release them, and i think this would be a nice visual addition to the Newspaper theme.
Thanks in advance for all your help and congratulations on an fantastic theme.
You can pretty much *not* use the Envato plugin for anything, as it never worked right for me. WP can’t auto-update the theme as it’s not a free theme in the WordPress.org repository, so typically you always have to manually update a commercial theme, unless there is specific hook added by theme developer (Woo added this very recently, for example).
When I activated the theme nothing was sent to Envato, so I would not worry about it.
I manually update all my sites 🙂
Hi!
In my theme settings there is the theme activation request.
There is no problem, but I do not want that Envato stores any information from me or my site stuff. Is that ok?
As well I prefer upgrading the theme manually doing backups with BackupBuddy than having automatic updates. Does the activation do some conflict with my prefer way of working?
Please keep me up to date.
Thanks!
Hi,
You don’t need to activate the visual composer, is included with the theme. https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Hi,
In the next update the Newsmag will have bbPress plugin support. About the register/login, you can use the widget from bbPress for that.
Thanks!
Hi,
Is not responsive, something is wrong there. You have modified the theme files? Please can you update to latest theme version and see if works? Also disable all plugins and see if works.
Thanks!
I think you can find my suggested pagespeed settings for the htaccess file in this thread someplace – perhaps do a search. (I added below 🙂 )
For the server side settings, you would need to test that as the actual settings tend to vary slightly depending on what OS you’re running, whether you’re using something like APC cache, etc.
Usually for the server side config, simply running with “all filters on” works (CoreFilters default) and you can also put in a config line to specify NOT optimizing the wp-admin folder.
We actually used this as a starting point, then tweaked
http://www.ray.45press.com/optimal-mod_pagespeed-configuration-for-wordpress-hosting/
If your web host doesn’t suck you should be able to request they setup the config file for a wordpress site.
Note the config for https is slightly more tricky, but if you’re just running http it’s not terribly complex once you try running with default settings on.
I then “dial in” the settings I want in my htaccess file per site, also so I can turn OFF mod_pagespeed to do site updates (!).
So
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
and then switch to
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>
when doing major updates such as WP version, theme update, or changing any logo file with same file name, or regenerating thumbnails.
Hope that helps. Don’t freak out if it crashes your site the first time. It’s a learning process and the Google docs kind of (totally) suck.
Hi and Happy New Year,
I have two problems and I need your help and advice:
1) Ι have two sites with Newspaper Theme : http://www.alexiptoto.com/ and http://constantinoupoli.com/ .
The first has 4.6.1 version and the other one 3.8. I do not update it cause I have a problem with greek letters.
In both I have enable GREEK EXTENDED SUPPORT and just GREEK SUPPORT and in some devices like INEW Mobile (not all) the letters look like black boxes. In constantinoupoli.com 3.8 everything looks fine in all devices.
2) I have a bandwith problem on my server and I try to reduce it. I post every one hour an article on http://www.alexiptoto.com/ . Do you suggest and plugin which can help?
Also can you send me the code for expire headers that you advice for the theme to add on htaccess file???
so i updated my theme to the latest version, I deactivated all the plugins, and still, the pagination won’t show or even appear on category pages. plus when i try deactivating my visual composer, my whole website becomes unreachable. Regardless, please help, i receive high levels of traffic, and my content is not available for my users to see beyond 10 posts per category page
Marius have the same problem, my version is updated 4.6.1 and updated plugins also. Thanks!
-
This reply was modified 11 years by
Abner Santana.
Are the plugins designed to work with responsive themes and are they updated to work properly with WordPress 4x (not all are)?
Many plugins use their own CSS for their content, and it that content uses fixed elements, the theme cannot magically make them responsive, such as tables, or fixed pixel widths set in the CSS loaded by the plugin.
Of course if the plugins work properly in the default responsive WordPress theme (did you try that?), then you would be more likely be able to massage them to work with the theme.
You get an error when you change themes or sometimes update WordPress.
Or, if somebody tries to access your theme folder directly, which is not normal.
Typically, click the “fixed” button. And if it happens again, look at your web site error logs to see what is being done to create that error.
This is more common when you load the demo content which isn’t real content and only for “demo” purposes not for a live site being managed in Webmaster tools.
Strange… code in loop-single.php updated to:
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
<p>Last updated: <?php echo the_modified_date(); ?></p>
Cache emptied – but still not getting ‘last updated’ showing on individual post pages. Are we missing something obvious? 🙂
Hi,
You do not have to worry about that as updating the theme will not remove the settings you’ve chosen only if the customizations where made to the theme files, in that case you can take note of the changes you’ve made any redo them after each update as the theme files will get overwritten.
Please always make sure you back-up your current theme installation so that you can revert back to it if something goes wrong.
Use this the FTP method from this guide to update the theme: https://forum.tagdiv.com/how-to-update-the-theme/
Thanks
Hi,
Please note that we haven’t made any changes to this feature in the last updates. This can also be caused by the latest WordPress update or in use with other plugins but we haven’t tested it during the latest WordPress update so I can’t provide an accurate answer to this.
We will carefully investigate this and if we find anything wrong with this we will fix it as soon as possible.
Sorry for the inconvenience!
Thanks for the message!
Hi.
I updated to WordPress 4.1 and I also updated every plugin (included the ones you provide in the template) and the template. After that when I click in my home big slide, the site don’t open. Also in Console I see this error every time I click in a big slide element: Uncaught RangeError: Maximum call stack size exceeded
The site is http://www.evopokemon.com/
What can I do?
Hi. Thank you for the informaation you provided and the cause of this issue. Of i will update the theme, will my custom widgets, elements, pages, posts will be removed? Do i have to redo all of them? If thats it i will dont mind upgrading it. Thank you
Thanks Lucian – no problem with the ‘published’ date. We’ve added the following code to the loop-single.php file – but it’s not working for us 🙁 Any ideas?
<div class="meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<p>Last updated: <?php the_modified_date(); ?></p>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>
Hi,
@kinichb Sorry for the delay! Unfortunately due to holidays we are working on limited staff here and we all do our best.
Unfortunately we had some issues with the plugin version which was included into the last theme update but we have managed to fix it. You can download the theme form themeforest and install the plugin for /plugins folder as instructed here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
@bonfaru You can also download the theme with the right plugin from themeforest install it according to the guide I have mentioned and please let me know if this still happens.
Sorry again for this inconvenience caused and for the delay!
Thanks for the message!
Hi,
We know about this issue and we have it on our todo list for future updates when we plan to redesign all Visual composer elements. Until then you can use this custom css to align the image to center: http://screencast.com/t/RuxUkWntd5k
.wpb_single_image.vc_align_center {
text-align: center;
}
Thanks
Hi,
That usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page. This problems were reported when using the latest plugin version which is 3.0 and which was provided with the latest theme version (4.6).
I suggest you update the theme to the latest version and also update the speed booster plugin then let me know if you still have this issue.
Thanks
-
This reply was modified 11 years by
Lucian.