Hello,
The threat has been eliminated and you can restore the theme back to it;s original state. Please make sure your anti-virus did not delete any files from the install. Just to be sure, update your theme again using the main theme package you download from envato and use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
Well we are at version 7.5 now so you should try to update before you downgrade. The theme does not influence your traffic.
Please update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Plugins can also cause issues as they conflict between them and the theme or between each other.
Thank you!
Hello clasione,
Please try to update the theme to the latest version of it via FTP because this is the surest method in this regard. Please notice that the theme is changing a lot and if you want to bring best results you should keep up the steps with our updates because we cannot provide support for older versions of the theme. For more information about this, please consult our documentation here -> https://forum.tagdiv.com/install-via-ftp/
Notice that the WordPress has been changed and if you are using the latest version of it with an older version of theme it will not work.
Try to update the theme to the latest version of it and also, use only the latest version of required plugins in order to bring best results.
Thanks for the message and let us know how it goes!
Hello bilimsenligi.com,
First of all, please notice that the official language in this forum is English and in the future, I would kindly ask you to use this language for a better understanding.
Unfortunately, the latest version of Visual Composer (version 5) is not yet tested with our theme and you can’t use it with our theme, at the moment, sorry! Notice that this plugin should have to be adjusted and verified before being released. Our developers work hard in this regard and we will release that version in our near future updates. Until we will launch the future updates with this version of Visual Composer you should use the VC 4.12.1 version.
Thanks for your understanding!
Hello geospatialmedia,
Please notice that the Social Counter is fully compatible with our theme and until now, seems to work as expected. Please try to update the theme to the latest version of it and also, the Social Counter. Try to clear all your caches, purge CDN files if you are using the CDN system and check the results.
If your problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link of this topic so we can easily identify you.
Thanks for your understanding!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also make sure you switch to the main theme if you use a child theme to rule out any custom code or old child theme files that were not updated.
Thank you!
Bogdan B
Where do I go to download updates for visual composer. I found instructions on how to update…..just can’t find the file to download.
Hi,
So we were just about to flip live our upgrade to the latest version of NewsMag when I discovered that when blocks (any blocks) have any sort of pagination enabled (Infinite Scroll or Button to Load), watching the network activity via Google Dev Console reveals that, even if the user hasn’t moved on the page after load, js code continues to load posts and images forever until the browser becomes unstable through memory or (I guess if you waited long enough) it finished pulling down every post in the blog.
Shoot me a PM / email for the location of our beta site and I’ll pass over. I’d appreciate some assistance as this is stalling our update go live.
Thanks
I am not using Jetpack. Here are my installed plugins:
BackWPup
Deactivate | Edit
WordPress Backup Plugin
Version 3.3.4 | By Inpsyde GmbH | View details | Documentation
Select MOJO Marketplace
MOJO Marketplace
Deactivate | Edit
This plugin adds shortcodes, widgets, and themes to your WordPress site.
Version 1.0.2 | By Mike Hansen | View details
There is a new version of MOJO Marketplace available. View version 1.0.4 details or update now.
Select tagDiv Mobile Theme
tagDiv Mobile Theme
Deactivate | Edit
tagDiv Mobile Theme
Version 1.0 | By tagDiv | Visit plugin site
Select tagDiv Social Counter
tagDiv Social Counter
Deactivate | Edit
Social counter for WordPress. Widget and visual composer block.
Version 4.1 | By tagDiv | Visit plugin site
Select Thrive Leads
Thrive Leads
Deactivate | Edit
The ultimate lead capture solution for WordPress
Version 1.95.4 | By Thrive Themes | Visit plugin site | Check for updates
Select W3 Total Cache
W3 Total Cache
Premium Support | Settings | Deactivate | Edit
The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
Version 0.9.5.1 | By Frederick Townes | View details
Select WPBakery Visual Composer
WPBakery Visual Composer
Settings | Deactivate | Edit
Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.
Version 4.12 | By Michael M – WPBakery.com | View details
There is a new version of WPBakery Visual Composer available. View version 5.0 details. Automatic update is unavailable for this plugin. To receive automatic updates license activation is required. Please visit settings to activate your Visual Composer. Got Visual Composer in theme?
Select Yoast SEO
Yoast SEO
Well, WordPress 4.6x uses 1.12.4 — so why load two versions ?
I don’t use SpeedBooster, so no advice on that 🙂
I am using the “scripts to footer” plugin for testing, then I just move the stuff once I have critical CSS generated.
Guess that isn’t much of an answer, but it’s all I got.
I am actually working on a ‘plug-in’ right now for all my custom functions.
=========
building my own WP plugin called “[name pending]” to do this:
(1) remove junk from WP headers like versioning, emoji scripts, comments feeds
(2) change default WP image quality for thumbnails for better speed
(3) security fixes to disable poking the built-in password reset and password reset email junk not needed for most businesses;’ disable XMLRPC/pingbacks, etc.
(4) Sitemap shortcode, so one could drop a single line into a page to generate local sitemap of company pages and info
(5) OG tags generator for FB, Pinterest, social
(6) SEO basic headers to drop in keywords, schema, image, meta titles and descriptions based on type of page (without having to use a super bloaty SEO plugin that might actually mess up your site when updated)
(7) Remove /category/ and /tag/ base elements; option to rename /author/ slug to something else like /department/ or /expert/ 🙂
And more … all in ONE plugin which can easily be commented out if client doesn’t want something when developing their site.
I will put this onto the web once it’s done 🙂
(need to add toggles for on/off on things in the admin panel; version 1.0.1 does not have admin panel options)
-
This reply was modified 9 years by
simchris.
Sorry… been busy rescuing some sites which were borked due to improper backups (sigh) from Aug 5 web server crash (damn you Softlayer/IBM!)….
here was the updated bunny code which took out the renaming of the author slug to profile, and fixed the comment removal in footer, and the emojis….
this would go at bottom of functions file … if you want; only tested with Newsmag 3.1 and other themes I use (I do have a custom thing we use for e-commerce, and our news portal mothership, but those are super custom things):
=================
/** CUSTOM OPTIM CODE : by Christopher Simmons - REV 11..16 */
// Remove jQuery Migrate Script from header and Load jQuery from Google API
function simmonsbunny_remove_jquery_migrate_load_google_hosted_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js', false, null);
wp_enqueue_script('jquery');
}
}
add_action('init', 'simmonsbunny_remove_jquery_migrate_load_google_hosted_jquery');
add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
/** functions for headcleaner */
function rm_generator_filter() { return ''; }
add_filter('the_generator', 'rm_generator_filter');
remove_action('wp_head','wlwmanifest_link');
remove_action('wp_head','rsd_link');
remove_action('wp_head','feed_links', 2);
remove_action('wp_head','feed_links_extra', 3);
remove_action('wp_head','start_post_rel_link', 10, 0);
remove_action('wp_head','adjacent_posts_rel_link_wp_head', 10, 0);
remove_action('wp_head','print_emoji_detection_script',7);
remove_action('wp_print_styles','print_emoji_styles');
remove_action( 'wp_head', 'wp_resource_hints', 2 );
function remove_cssjs_ver( $src ) {
if( strpos( $src, '?ver=' ) )
$src = remove_query_arg( 'ver', $src );
return $src;
}
add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 );
add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
function remove_pingback_url( $output, $show ) {
if ( $show == 'pingback_url' ) $output = '';
return $output;
}
add_filter( 'bloginfo_url', 'remove_pingback_url', 10, 2 );
/** functions for security */
function no_errors_please(){
return 'You appear to be up to no good. Your IP logged and will be blocked.';
}
add_filter( 'login_errors', 'no_errors_please' );
function disable_reset_lost_password()
{
return false;
}
add_filter( 'allow_password_reset', 'disable_reset_lost_password');
function remove_lost_your_password($text)
{
return str_replace( array('Lost your password?', 'Lost your password'), '', trim($text, '?') );
}
add_filter( 'gettext', 'remove_lost_your_password' );
add_filter( 'send_email_change_email', '__return_false' );
/** functions for admin bar */
function mytheme_admin_bar_render() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wpseo-menu');
}
add_action( 'wp_before_admin_bar_render', 'mytheme_admin_bar_render' );
add_filter( 'wpseo_use_page_analysis', '__return_false' );
function my_custom_css() {
echo '<style>
.misc-pub-section.yoast-seo-score.content-score { display: none; }
.misc-pub-section.yoast-seo-score.keyword-score { display: none; }
</style>';
}
add_action( 'admin_head', 'my_custom_css' );
function dequeue_yoast_css() {
wp_dequeue_style('yoast-seo-adminbar');
wp_deregister_style('yoast-seo-adminbar');
}
add_action('wp_enqueue_scripts','dequeue_yoast_css');
/*remove embeds */
function disable_embeds_init() {
remove_action('rest_api_init', 'wp_oembed_register_route');
remove_filter('oembed_dataparse', 'wp_filter_oembed_result', 10);
remove_action('wp_head', 'wp_oembed_add_discovery_links');
remove_action('wp_head', 'wp_oembed_add_host_js');
}
add_action('init', 'disable_embeds_init', 9999);
// Remove comment-reply.min.js from footer
function chrisbunny_clean_header_hook(){
wp_deregister_script( 'comment-reply' );
}
add_action('init','chrisbunny_clean_header_hook');
/** End Christopher's magic bunny code; Copr. (c) 2013-2016 CLS */
-
This reply was modified 9 years by
simchris.
When I update the theme to 7.5 I am getting the following error messages:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: tdx_options is not set.
/nas/content/staging/stefaniephan/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
wp booster error:
Missing parameter: ‘file’
/nas/content/staging/stefaniephan/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php
Fatal error: Class ‘tdx_options’ not found in /nas/content/staging/stefaniephan/wp-content/plugins/td-woo-label/class-td-woo-label-panel-settings.php on line 75
Please advise how to resolve. Thanks!
Yes, as stated in the docs and sticky post at top of forum;
** VC plugin is ONLY updated when the theme is updated
** YOu don’t get a paid license to the plugin
** It is bundled version and cannot be “activated” through WP Bakery for support/updates
** You cannot update it via WP Bakery as you don’t get a paid license with bundle version
See the theme docs:
https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
I get the following error when attempting to update the Visual Composer NO LICENSES FOUND
Hello,
I have seen too a traffic drop after update to 7.3 and no recovery since then. Can you let me know step to downgrade or find a solution to traffic drop on 7.3.
My site is running on WordPress 4.6.1.
Please note that my site relies mainly on mobile traffic.
Thanks
-
This reply was modified 9 years by
gtech79.
Hey Tag,
This is Siddhartha from Farbound.Net. I have been using your theme for some time now and I have to say this – it is just wonderful with its intuitiveness, stylish appeal and flexibility. Plus your updates never cease to surprise. Though my support expired a while back, I was wondering if you could still supply me with some answers.
1. Can the smart side bar by any chance and via custom CSS be made to recognize stretched rows? Say I use template style 3 with the right side bar operational and then put some stretched VC rows into the content. If I do this right now the sidebar flows right over the VC containers. If I can get the sidebar to float underneath the stretched content, nothing like it. Presently I am using visual composer to do this.
2. The Smart List is not supposed to work with Visual Composer, is it? I tried that on template 5 with visual composer, but the sidebar gets pushed right below the content. Also sometimes the NEXT and PREVIOUS BUTTONS overlap each other. Or am I doing something wrong here?
3. For templates that include the headlines and subtitles within the featured image, is there any way to adjust both the subtitles and headlines to appear better with some spacing when viewing on mobiles? Right now it becomes a jumble. But works well with just headlines. These would be template style 3 and template style 7. For an example: view this page (I noticed this on chrome with the browser size minimized) – Outpost of a vanishing world
4. I followed your instructions and successfully placed an advertisement just above the footer section with a stretched visual composer row, background-color applied. The ad was visible but the background-color was not. Did I miss something?
5. Do you plan to include new post templates in the future? A template that has the headline and subtitle on top of a rather large full width image. I am doing this right now with visual composer.
6. I noticed the social share box at the bottom has some space. Was wondering if it could accommodate a COMMENT icon inside as well along with the word ‘COMMENT’ or just the word. You know, once people reach the end of the story they can not only share it if they like but also find the COMMENT WORD there – clicking which they could directly reach the comment section. The comment icon presently available right now is very stylish but I feel not many are aware what the icon stands for. Yes, I am also well aware people who comment are very less, but since I still come across a lot of reputable media sites using the comment word big and bold, I assume the word does better than an icon.
7. Do you plan to include the option of using custom background-colors with advertisements? I managed to add a light grey to the header ad by coloring the wrapper via css but if an adblock is on viewers only see the grey box. Not that I mind, I can always put a message that says kindly turn your adblock off. Though if you do add in that option, would be very nice indeed.
Thanks
It fixed now, was updated by plugin panel
This is exactly what I needed thank you. It looks as though I am using Newspaper V 6.5.1 – I do not see any update notifications anywhere so I have not even thought about updating it. As far as the Plugin, I am using WPBakery Visual Composer Version 4.7.4 (VC Seems up to date but maybe it is the wrong VC Plugin). Thank you again.
Yes. You can’t update to v 5.0 unless you go buy a copy from WP Bakery.
The version included with the theme is 4.12.1 or whatever. The free bundled version is ONLY updated when the theme is updated per the links and info provided.
Sorry – tried to help. I don’t work here. Good luck!
Merhaba,
Visual Composer eklentisini yükledim ancak “WPBakery Visual Composer için yeni bir sürüm mevcut. 5.0 sürümü detaylarını görüntüle. Bu tema için otomatik güncelleme mümkün değil. To receive automatic updates license activation is required. Please visit settings to activate your Visual Composer. Got Visual Composer in theme?” uyarısı alıyorum.
Ne yapabilirim.
Ayrıca türkçe destek neden yok.
Ben geçen hafta temayı aldım ve bazı sorunlar yaşıyorum.
Sorry for the late response. This is update that it works. Thank you.
Hello,
Please use this guide to update your version of the theme to the latest one: https://forum.tagdiv.com/how-to-update-the-theme-2/
As a note, there is an issue in the current version of wordpress that will not allow you to delete any theme so updating through wordpress could not be done. If this happens, we suggest using ftp
Thank you!
Hello,
You can ignore the update notice from visual composer. Please read this guide: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Thank you!
I have updated the theme and is not requesting for any theme update except the update for WPBakery Visual Composer
Hello sergioap61,
Please try to update the theme to the latest version of it which is Newspaper 7.5. Also, try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and rule out any conflicting plugins. Please notice that the PlayList is fully tested with the theme and seems to work as properly as you can see in our demo, like this -> http://demo.tagdiv.com/newspaper/video-playlist/ If the problem is still there, please try to make a new clean install from scratch and check the results because it should working fine.
Thanks for the message!