- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
Unfortunately for the moment you will have to use custom css, I added this on our list and it will be added an option on Theme Fonts also for list on posts.
.td-post-content li {
font-size: 13px;
}
Thanks!
Hi,
You can use this custom css in Theme Panel > Custom Css to hide it on all categories pages – http://screencast.com/t/WTxSKfs20
.category .td-category-pulldown-filter.td-wrapper-pulldown-filter {
display: none;
}
Thanks!
@modernmavens Sorry, i cant edit the firs post 😛 and I forgot a comma in english part
add_filter( 'jetpack_implode_frontend_css', '__return_false' );
function dequeue_devicepx() {
wp_dequeue_script( 'devicepx' );
}
add_action( 'wp_enqueue_scripts', 'dequeue_devicepx', 20 );
Copy all the code i put on spanish part, and paste at the end in your functions.php
Regards
Hi, how come I get an error on this line? add_filter (‘jetpack_implode_frontend_css’ ‘__return_false’);
Howdy Gents,
On my customized home page, now that I have started to add articles they are displaying in a single 1X4 column as opposed to a 2×2 block.
That row is broken into 2/3 (module 4) + 1/3 (sidebar) columns. Here is the page:
http://ctrlp.press/front-page/
Module displays fine with sidebar on default home page. (http://ctrlp.press/)
I have no custom width settings in CSS.
Please advise.
Thx,
Paul
This tutorial is for all those who speak Spanish and also serve to people who speak English. The tutorial is written in Spanish and English.
Newspaper 6 no es una actualización de la versión 4. Es un rediseño interno completo del Theme, por lo tanto la manera óptima de hacerlo funcionar al 100% es realizar una instalación limpia.
¿Cómo realizar una instalación limpia de Newspaper?
– Entra en http://www.yoursite.com/wp-admin/themes.php
– Activa un theme diferente a newspaper
– Borra el antiguo newspaper
– Sube el archivo de Newspaper 6
– Activa Newspaper 6 e instala los plugins que vas a utilziar como speedbooster, social, etc.
– Ve a Install demos: http://www.yoursite.com/wp-admin/admin.php?page=td_theme_demos
– Selecciona el estilo que quieres utilizar para tu sitio web. NOTA: NO ACTIVES “Include content” porque eso importará el contenido original del theme como imágenes y post, salvo el hecho de que quieras importarlo para trabajar sobre ellos en tu sitio web.
– Listo, ya tienes newspaper 6 funcional. Ahora tienes que ir a http://www.yoursite.com/wp-admin/admin.php?page=td_theme_panel y ajustar a tu gusto con tu logotipos etc.
Te recomiendo seguir las instrucciones de las dimenciones en logotipos e imágenes que establece el theme como por ejemplo para el logo principal que sea de (272 x 90px) y no de mayores dimensiones. Esto ayudará a tener mejores tiempos de carga.
Cómo optimizar newspaper 6
El Newspaper utiliza otras dimensiones de imágenes para ciertas áreas por lo tanto es recomendable regenerar las thumbnails para que todas estén en el tamaño óptimo y funcionen a la perfección.
– Entra en http://www.yoursite.com/wp-admin/plugins.php
– Instalar Regenerate Thumbnails, activarlo y ponerlo a funcionar. Lo encuentras en el menú “herramientas”
Vamos a eliminar elementos no útiles con ayuda de functions.php, este archivo lo encuentras en Apariencia + editor + functions.php . Nos posicionamos hasta el final del archivo functions.php y copiamos y pegamos el siguiente código
/* si usas jetpack, con esto eliminamos devicepx */
add_filter( 'jetpack_implode_frontend_css', '__return_false' );
function dequeue_devicepx() {
wp_dequeue_script( 'devicepx' );
}
add_action( 'wp_enqueue_scripts', 'dequeue_devicepx', 20 );
/* FIN si usas jetpack, con esto eliminamos devicepx */
/* con esto hacemos los 2 jquery de wordpress en uno solo*/
function optimize_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_deregister_script('jquery-migrate.min');
wp_deregister_script('comment-reply.min');
$protocol='http:';
if($_SERVER['HTTPS']=='on') {
$protocol='https:';
}
wp_register_script('jquery', $protocol.'//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js', false, '3.6', true);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘template_redirect’, ‘optimize_jquery’);
/* FIN de con esto hacemos los 2 jquery de wordpress en uno solo*/
/*Otras optimizaciones */
function wpb_imagelink_setup() {
$image_set = get_option( ‘image_default_link_type’ );
if ($image_set !== ‘none’) {
update_option(‘image_default_link_type’, ‘none’);
}
}
add_action(‘admin_init’, ‘wpb_imagelink_setup’, 10);
function no_errors_please(){
return ‘Tu computadora se autodestruirá en 60 segundos!’;
}
add_filter( ‘login_errors’, ‘no_errors_please’ );
Damos clic en guardar o actualizar.
Newspaper 6 cuenta con Speedbooster, un plugin para mejorar el rendimiento aunque no funciona en todos los sitios web ya que hay que cumplir ciertas características, como por ejemplo tiene incompatibilidad con akismet y algunos otros plugins que comúnmente se utilizan.
Si tu sitio web solo usa el plugin visual composer, entonces puedes usar speedbooster. De lo contrario usaremos otro plugin.
Desactivaremos los AVATARES de Gravatar en: Ajustes + Comentarios + retiramos la opción mostrar Avatares.
Adicionalmente puedes utilizar el plugin “WP-Usuario-Avatar” para establecer un avatar cargado desde tu propio sitio web. Esto mejora drástica mente la velocidad de carga de una entrada con comentarios.
Cómo optimizar tu instalación de wordpress
Si tienes varios plugins vamos a desactivar y borrar TODOS los plugins que no usemos ni usaremos. Recuerda que entre menos plugins tengas instalados es mas veloz tu sitio web.
– Entra en http://www.yoursite.com/wp-admin/plugins.php
– Instala Plugin Garbage Collector
Activamos garbage collector y lo iniciamos. Este plugin nos ayudará a borrar tablas de datos viejas para mejorar la velocidad de carga de la base de datos. Si no te permite eliminar tablas desde el plugin tendrás que hacerlo desde PHPMyAdmin y borrar manualmente las tablas en la base de datos.
– Instala plugin WP-Optimize
Activamos WPOptimize y hacemos una optimización completa de la base de datos.
Regresamos a la pestaña de plugins y desactivamos, thumbnails regenerate, garbage collector y wp-optimize.
PARA USUARIOS AVANZADOS
Entramos por FTP y editaremos el archivo wp-config.php Vamos a eliminar todos los comentarios y solo dejaremos las líneas esenciales. De este modo pesará menos y quedará algo como este ejemplo.
<?php
define('WP_HOME', 'http://www.yoursite/');
define('WP_SITEURL', 'http://www.yoursite/');
define('DB_NAME', 'yourbase');
define('DB_USER', 'youruser');
define('DB_PASSWORD', 'pass');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('AUTH_KEY', 'your key');
define('SECURE_AUTH_KEY', 'your key');
define('LOGGED_IN_KEY', 'your key');
define('NONCE_KEY', 'your key');
define('AUTH_SALT', 'your key');
define('SECURE_AUTH_SALT', 'your key');
define('LOGGED_IN_SALT', 'your key');
define('NONCE_SALT', 'your key');
$table_prefix = 'wp_';
define('WP_DEBUG', false);
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . 'wp-settings.php');
Guardamos cambios y subimos el archivo editado
PLUGINS DE CACHE
Para el test instalé Newspaper en un sitio de pruebas con el estilo TECH. Tengo la licencia de Zen Cache PRO y WP Rocket, aunque también probé con 2 plugins gratuitos como w3 cache y Wp Super Cache. El test fue realizado con GTMetrix, el servidor del sitio web está en españa.




NOTA: En lugar de Speed Booster recomiendo usar el plugin Above The Fold Optimization y solo excluir el archivo style.css
——————————————————————–
———————–E N G L I S H ——————————-
——————————————————————–
This tutorial is for all Those Who Also Serve speak Spanish and speak to people WHO Inglés. The tutorial is written in Spanish and Inglés.
Newspaper 6 is not an update of the version 4. It is a complete internal redesign of Theme, so the optimal way to make it work 100% is performing a clean install.
How to perform a clean installation of Newspaper?
– Enter http://www.yoursite.com/wp-admin/themes.php
– Enable a different theme to newspaper
– Delete the old newspaper
– Upload the file of Newspaper 6
– Turns Newspaper 6 and install plugins you will use as SpeedBooster, visualcomposer, social, etc.
– Go to Install demos: http://www.yoursite.com/wp-admin/admin.php?page=td_theme_demos
– Select the style you want to use for your website. NOTE: Do not select “Include content” because it will import the original content of the theme as images and post, except for the fact that you want to import it to work on them on your website.
– Ready, already you have 6 Functional newspaper. Now you have to go to http://www.yoursite.com/wp-admin/admin.php?page=td_theme_panel and adjust to your taste with your logos etc.
I recommend following the instructions in the dimentions logos and images that set the theme as such for the main logo that is of (272 x 90px) and no larger. This will help to have better load times.
How to optimize newspaper 6
The Newspaper uses other dimensions of images to certain areas so it is advisable to regenerate the thumbnails are all in the optimal size and function perfectly.
– Enter http://www.yoursite.com/wp-admin/plugins.php
– Install Regenerate Thumbnails, activate it and make it work. You find it in the menu “tools”
We will remove not useful elements using functions.php, you find this file under Appearance + editor + functions.php. We position until the end of functions.php file and copy and paste the following code
/* If you use jetpack, with this we remove devicepx */
add_filter ('jetpack_implode_frontend_css' '__return_false');
dequeue_devicepx function () {
wp_dequeue_script ('devicepx');
}
add_action ('wp_enqueue_scripts' 'dequeue_devicepx', 20);
/* END if you use jetpack, with this we remove devicepx */
/* 2 do with this jquery wordpress into one */
optimize_jquery function () {
if (! is_admin ()) {
wp_deregister_script ('jquery');
wp_deregister_script ('jquery-migrate.min');
wp_deregister_script ('comment-reply.min');
$ Protocol = 'http:';
if ($ _ SERVER ['HTTPS'] == 'on') {
$ Protocol = 'https:';
}
wp_register_script ('jquery', $ protocol '// ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js', false, '3.6', true.);
wp_enqueue_script (‘jquery’);
}
}
add_action (‘template_redirect’ ‘optimize_jquery’);
/* End with this we jquery wordpress 2 into one */
/* Other optimizations */
wpb_imagelink_setup function () {
$ Image_set = get_option (‘image_default_link_type’);
if ($ image_set! == ‘none’) {
update_option (‘image_default_link_type’, ‘none’);
}
}
add_action (‘admin_init’ ‘wpb_imagelink_setup’, 10);
no_errors_please function () {
return ‘Your computer will self-destruct in 60 seconds!’;
}
add_filter (‘login_errors’ ‘no_errors_please’);
We click save or update.
Newspaper 6 features Speedbooster </ strong>, a plugin to improve performance but does not work at all as there are websites that meet certain characteristics, such as is incompatible with akismet and some other commonly used plugins .
If your website only uses the visual composer plugin, then you can use SpeedBooster. Otherwise we will use another plugin.
deactivate avatars Gravatar : Settings + Comments + withdrew the Show Avatars.
Additionally you can use the “WP-User-Avatar” plugin to establish an avatar loaded from your own site. This improves drastically loading speed of an post with comments.
How to optimize your wordpress installation
If you have multiple plugins we will deactivate and delete all plugins not to use or will use. Remember that the less have installed plugins is faster your website.
– Enter http://www.yoursite.com/wp-admin/plugins.php
– Install Plugin Garbage Collector
Activate and start garbage collector. This plugin will help us erase old data tables to improve loading speed of the database. If not let you delete tables from the plugin will have to do it from PHPMyAdmin and manually delete old tables in the database.
– Install plugin WP-Optimize
We WPOptimize activate and make a complete optimization of the database.
Back to the plugins tab and deactivate, regenerate thumbnails, garbage collector and wp-optimize.
FOR ADVANCED USERS
Walked through FTP and edit the file wp-config.php We will remove all comments and leave only the essential lines. This will weigh less and be something like this example.
<? Php
define ('WP_HOME', 'http: //www.yoursite/');
define ('WP_SITEURL', 'http: //www.yoursite/');
define ('DB_NAME', 'yourbase');
define ('DB_USER' 'youruser');
define ('DB_PASSWORD', 'pass');
define ('DB_HOST', 'localhost');
define ('DB_CHARSET', 'utf8');
define ('DB_COLLATE', '');
define ('AUTH_KEY', 'your key');
define ('SECURE_AUTH_KEY', 'your key');
define ('LOGGED_IN_KEY', 'your key');
define ('NONCE_KEY', 'your key');
define ('AUTH_SALT', 'your key');
define ('SECURE_AUTH_SALT', 'your key');
define ('LOGGED_IN_SALT', 'your key');
define ('NONCE_SALT', 'your key');
$ Table_prefix = 'wp_';
define ('WP_DEBUG', false);
if (! defined ('ABSPATH'))
define ('ABSPATH', dirname (__ FILE__) '/'.);
require_once (ABSPATH 'wp-settings.php. ");
Save changes and upload the file
plugins CACHE
For Newspaper 6 TEST, i installed in a test site with TECH style. I have licence of Zen CAHE PRO and WP Rocket (the best cache plugins for wordpress), but also tried with 2 free plugins like w3 cache and WP Super Cache. The test was conducted with GTMetrix, the server of the website is in Spain.




NOTE: Instead of Speed Booster recommend using the Above The Fold Optimization plugin and only exclude the file style.css
Hello,
My logo size is HUGE since the update. I used to use this custom CSS, but it no longer works:
.header-style-9 .td-full-logo .td-logo {
max-width: 60%;
}
Is there a different custom CSS that I should be using now?
I’m currently in staging for my site. The link is here: http://livelovefruit.staging.wpengine.com/
Hi,
I want put a background diagonal line (seemless) like http://www.gogirlmagz.com/
how to fix it css custom?
this my link http://goo.gl/EKBr8P
regards
Hi,
I see that you have modified the style.css file manually and have strange characters. http://screencast.com/t/r7YS79v0bzJ
please remove the custom css from there and add it in Theme Panel -> Custom CSS section, without all those text comments. http://screencast.com/t/PBFVIhRB8 and see if works.
Thanks for the message!
Hi,
Unfortunately the custom css that you have used on version 4 of the theme will not work on the new version as the theme was practically rewritten(it should be regarded like a new theme) . You can install version 6 on a development site and make your customizations and the migrate to your main domain.
Thanks!
@Alin – Thanks for letting me know how to change color.
I think he and I were wanting to be able to add custom text to the Newsticker.
For instance.. Instead of just “Blog Title”
We can put..
“Today Only – $10 Off Any Order Over $100” with a choice to pick URL
— As a side question… Adding all this Custom CSS, will this affect page speed?
Please make sure that the ad box is empty in the panel (id does not have new lines or spaces in it). The theme thinks that there is content in that spot, we will make the check a bit smarter in the following updates.
If that dosn’t work, add this in theme panel -> custom css section
.td-header-sp-ads {
display:none;
}
Hi,
You can change blockquote to look like qoute box center using custom css – http://screencast.com/t/cx6cxzv6Y9JC
.td-post-content blockquote {
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
clear: both;
margin: 0 0 29px 0;
}
.td-post-content blockquote p {
color: #777777;
font-size: 13px;
line-height: 21px;
padding-bottom: 16px;
margin: 0;
text-transform: none;
}
Do you refer to the theme width?
Unfortunately the theme was initially designed at this width – http://screencast.com/t/JKpaAQXuu with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
Hope this helps!
Alin said:
Please try this custom css in Theme Panel > Custom Css and it should work what you choose from block setting:
.wpb_single_image .vc_single_image-wrapper {
display: inline-block !important;
}
And it’s working!
Thanks! 🙂
Hi,
1. Please try this custom css in Theme Panel > Custom Css and it should work what you choose from block setting:
.wpb_single_image .vc_single_image-wrapper {
display: inline-block !important;
}
I also added this on our list and it will be fixed as soon as possible. Thanks for reporting!
2. Please provide a link so I can take a look and also provide you an accurate solution.
Thanks!
Hi,
I’m not sure what you mean. The News Ticker block display articles titles and it has option to “filter post by” like the other tagdiv blocks – http://screencast.com/t/UBOS5qqW4S4
You can change the News Ticker block title background using custom css in Theme Panel > Custom Css – http://screencast.com/t/NZhkx1fhu8
.td-trending-now-title {
background-color: red;
}
Thanks!
Hi,
@wpfan3751
“Do I need to upload the script in the welcome page?”
Please follow the steps from documentation and make sure that you have updated the theme properly – https://forum.tagdiv.com/how-to-update-the-theme-2/ and run the script(you can read also there what it will do). Let me know how it goes.
@papeldeperiodico Unfortunately theme doesn’t have an option to set a background color for all blocks widgets, but I have added this on our list and it will be added an option in a future update.
Also I have checked and you can change the background/color for block 7 from widgets section – http://screencast.com/t/Ix8i1pHU – http://screencast.com/t/uh4r1Ysna1
For newsletter you will need to change it via custom css, please provide a link.
Thanks!
Hi,
@Ernst Please provide a link and what widget do you use in sidebar and what content you want to change as it may need custom css to change it.
Thanks!
Hi,
@Crabouille I have added this issue with top menu on our to do list and it will be fixed as soon as possible.
Unfortunately theme doesn’t have an option to change mobile menu background but you can do it using custom css – http://screencast.com/t/7YBJ8ESckz9
@media(max-width: 767px) {
.td-header-wrap.td-header-style-12 .td-header-main-menu {
background-color: #4db2ec !important;
}
}
@bestofbristol Do you refer to the mobile menu color?
Please try this custom css in Theme Panel > Custom Css this it will apply only on header style 5(just remove .td-header-style-5 if you want to apply this on all header styles mobile menu): http://screencast.com/t/tAiO4CbO1Q6
@media(max-width: 767px) {
.td-header-wrap.td-header-style-5 .td-header-main-menu {
background-color: #4db2ec !important;
}
}
Thanks!
Hi,
Seems that it is an issue with article ads on safari, please try this custom css in Theme Panel until we will fix it:
.td-g-rec-id-content_top .adsbygoogle, .td-g-rec-id-content_bottom .adsbygoogle {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
Thanks!
Hi,
I guess that you refer to the IOS Slider(normal slider) – http://demo.tagdiv.com/newspaper/ios-slider/
Please try this custom css – http://screencast.com/t/9Ml9NEcS7
.td_block_slide .td-post-views {
display: none;
}
Thanks!
I’ve got the same issue. I’ve tried the css and it doesn’t work either: http://bestofbristol.co/
Hi,
@snowwatchGB Please check this custom css for your logo and see if it helps: http://screencast.com/t/xsGckVM3vyGr
@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px;
width: 340px;
padding: 0px
}
.td-header-style-1 .td-header-sp-logo img {
right: auto;
}
}
Also for that gap please try this css – http://screencast.com/t/5D91dcqZUKmg try to use !important tag
.td-post-template-4 .td-post-header-holder {
margin-bottom: 20px !important;
}
@themeforest_antonio Did you updated also the Visual Composer plugin to the latest version provided with the theme?
Also did you removed the old theme and uploaded the new one properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ Please provide more details about this, also you can check it without any plugins active leave just Visual Composer active, clear cache and check again if you can edit the blocks.
Unfortunately new version of the theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/MsM6Dc3q9j
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello,
I already did a full backup of my website but even now i’d like to spare time by updating the theme correctly. I read that you suggest to remove the old theme e load the new one, but doing so wouldn’t also remove all my customizations? If it would, is there anyway i can save and load them quickly after upgrading?
I’m talking about different font sizes/type, custom CSS, Analytics code, Post Settings, etc.
Btw the new theme looks great, nice job!
Sebastian
Hello,
I would like to ask for a suggestion.
I upgraded to v6, its great 🙂
but only think which worries me is my bbpress http://www.uspornaziarovka.sk/forum/diskusie/diskusna-tema/led-pasy-pasiky/.
The CSS or something has not applied, can u please advice me how to fix it ? thank you