Search Results for 'logo'

Results from the Forum
neakriti
tagDiv Member

Already made the first update to that plugin, versioning now as 1.1

With the update the plugin other than the “widget”, it provides a shortcode [CustomNewspaper6Login]

Using that shortcode anywhere in a post or a page, it does the same job as the widget, therefore you are not limited to use the login/logout functionality only from a widget, but anywhere in your theme.

The first post on that topic contains the updated plugin.

  • This reply was modified 11 years by neakriti.
modernmavens
tagDiv Member

No wonder it’s all messed up. Thanks once again Alin!

If I want to use the Default Template, how do I put H1 tag to the header logo? This is because the site name appears at the front end of the page if I opt for Pagebuilder

elambulante
Participant
#0

Hi.
How can i change the size of my header. My logo is not big and header is so high
elambulante.com
thanks

R Renard
tagDiv Member

Nice site! But check out the footer logo if you haven’t noticed already – it’s the newspaper 6 logo, not yours

bgo
Participant
#0

Hi,

I am using V6, i notice my top and bottom ad are not position wel. Problems comes on IOS/Safari … . Chrome and FF looks fine. Any fix?
example: https://www.dropbox.com/s/rit5rju9s2a5ey5/Schermafdruk%202015-06-18%2019.57.44.png?dl=0

Another problem i see is that cannot change the header color on a mobile device. It’s like always black … My logo issent lookin nice on a black bar 🙂

Thnx!

station
tagDiv Member

Ive managed to change the title colours ( oops, really should play about more! ) … I just can’t change the text colour under the logo bottom left in the footer :-\ Tried all the other options, nothing is chnaging.

Also, what’s “Block Settings” >>> ” predefined style ” For? – On the home page on the demo for example, you have ” Latest Articles ” In black, I am wanting to change this to red – but struggling where to find that , is it anything to do with these predefined styles?

Alin [tagDiv]
tagDiv Staff

Hi,

Theme has different header style that you can use, so if you want to use a bigger logo you can set a style that will display full size logo that you upload there – http://screencast.com/t/8Mk0SgEFe Please provide more details what you are trying to do and also your site URL so we can take a look if you refer to the default style and you want to remove padding from logo. This can be done only with custom css.

Please try to regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/ and also clear cache.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use this custom css in Theme Panel->Custom Css:

.footer-logo-wrap {
display: none;
}

Thanks!

themusic20202
Participant
#0

Hi
i used newspaper v4 and upgrade to v6. I really like the layout but i can’t seem to change the logo size.
In v4 in the header logo section i uploaded and selected medium size. But now i can’t seem to update the size nor would it change.

Another problem is the big slide on the homepage seems like the images don’t fit the entire width of the box.
i don’t know if this a problem with the speed booster plugin.
I did remove it and now my images disappeared. I would appreciate your help

Ing Geek
Participant
#0

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

frasercarly89
Participant
#0

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/

Alin [tagDiv]
tagDiv Staff

Hi,

Replied here – https://forum.tagdiv.com/topic/header-3/ your logo should be displayed at full size.

Thanks!

pabloafain
Participant
#0

Hi! How can I hide the logo on footer style 1?

Thanks in advance!

Pablo

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we’ve answered to the most oldest topics and because you’ve added a new reply we missed your post!
If you use an header style with full logo you can use a bigger logohttp://screencast.com/t/Tno85zLVFG2
Not sure what you are trying to do please provide more details and also your site url so I can inspect and try to provide an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and the logo appears – http://screencast.com/t/7jnfi0Mm8vlP please clear cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css for desktop screens where your logo width will be 340pxhttp://screencast.com/t/VDmWFNySES

@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px;
width: 340px;
padding-left: 0px;
}
.td-header-style-1 .td-header-sp-logo img {
right: auto;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css to remove padding – http://screencast.com/t/ejFqz3rI

.header-style-3 .td-full-logo .td-grid-wrap, .header-style-3 .td-full-logo .container-fluid {
padding: 0!important;
}

Thanks!

aesthetixx
Participant
Header - topic
#0

Hey guys how i can make the Header bigger ? i got the Header Option 10 ( Full logo on top ) but i need a bit more place cause my logo got small text in there

http://epvpimg.com/Gjdid

screenshot of my Header

careongo
Participant
#0

Hi,

Logo is not appearing, despite uploading the logo. Help me out.

Regards,
careOnGo

R Renard
tagDiv Member

To fix this go to Appearance > header menu > then click the down arrow next to the home link. Before I had ‘Home” written, I replace it with just this – <i class=”fa fa-home”></i>
Now have home logo icon without text

R Renard
tagDiv Member

Having similar problems.

The big grid slider was replaced by a static grid, I had to add a new grid slider and delete the static grid. Not sure if this is because it is a depreciated Visual composer element.

Haven’t figured out the home logo yet

modernmavens
Participant
#0

Hi,

I’m getting the error below when I click into one of the article.

Fatal error: Call to undefined method td_module_1::get_commentsAndViews() in /home2/fionaloh/public_html/modern-mavens.com/wp-content/themes/Newspaper-child/loop-single.php on line 36

2) The HOME logo no longer exist?

3) I can’t find the child theme that comes with the Newspaper 6?

4) How do I change the full width of Big Grid 2 to the previous Big Slide size?

Thanks

Daniel Finch
tagDiv Member

Thanks for getting back to me…

I’m not able to close the gaps with the CSS you gave me: http://take.ms/T7Xe9, http://take.ms/XgVIC

Link to my site to take a look at the logo: http://news.snowwatch.org.uk/

skyride
Participant
#0

Hello,

On my old theme my logo was large and crisp – in news paper it is small;l and fuzzy.

I have uploaded the exact same image on both.

How can I make my logo full size in newspaper and look great like on my other site?

http://www.mediafire.com/view/l7xtmwy1lbdv6bi
http://www.mediafire.com/view/dabg5e91a6eb5ng

Many thanks,

Kane

Viewing 25 results - 10,651 through 10,675 (of 12,143 total)