Search Results for 'ftp'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

1) try disabling all plugins except visual composer
2) don’t use child theme; activate main theme
3) turn off/clear caching if using before doing anything; if using caching turn off all minification settings
4) turn off mod_pagespeed if using to clear caching
5) if using CDN server; you need to “retire/refresh” cache
6) if installing via FTP, make sure your FTP software set to automatically upload files properly (e.g., as text or binary depending on type of file)
7) make sure you have enough memory allocated; you may need to edit your wp-config.php file in your root WP folder to increase default memory from 40MB to at least 96MB (128MB recommended)
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

TRY #7 FIRST 🙂

giacowo
Participant
#0

Hi guys,
Using a Child Theme with Newspaper 4, I have copied throught the FTP access the new theme folder but something went (very) wrong. Right now I cannot see nothing, not the site and the WP interface, so I cannot using the plugin to restore the previous version.
Could you help me?
Thanks,
g—

OK, I’ve done a successful backup. So the website is ok. How could I upload the theme without trouble?

Radu
tagDiv Staff

Hi,

please send us your server error log to contact@tagdiv.com .

If you want we can download the log our self if you send us ftp login credentials and also wp-admin access.

Emil G
tagDiv Staff

Hi,

I suspect it’s coming from a plugin, try to disable all plugins and see if the issue is still there.
You could also rename(via ftp) the wp-content/plugins folder and check again.

Thank you, Emil G.

simchris
tagDiv Member

It’s pretty much just a patch to move from v 1.7 to v 1.71.

If you’re doing a normal, more traditional upgrade, via FTP, you can ignore that. It’s there as optional upgrade method, not required.

yannc04
tagDiv Member

what could block my wordpress install that prevents the display of the site since the V6 Which side should I watch? Because there, I tried again after deletion via ftp all themes, all plugins and as soon as I put the V6, I have a blank page

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

You can show the review box also on top of your article, but you have to edit post template that you use and copy the code like this – http://screencast.com/t/tvKrttt4g6http://screencast.com/t/aGhfTPfh06C
If you want to remove the bottom reviews, just delete the review code from bottom.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Novaque
Please try the above solution it should work, as many users had this issue and it worked. If you cannot manage to fix it please send an email at contact@tagdiv.com and provide ftp and wp-access so we can take a look, also paste a link to this topic so we can know who you are. We will answer as soon as possible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@bastian-pl

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

We recommend to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings and it will change the shortcode like you can see in the documentation. Also you need to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you run the script?
Please make sure that you have updated the theme properly, first make a backup of your current theme installation, then remove the old theme(it should not remain old theme files) and upload the new theme version (you can try to do this via FTP), follow the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ run the script and regenerate your thumbnails. Also update the theme plugins from the /plugins folder.

It seems to be an issue with Theme Panel(it will be fixed as soon as possible), so if you have Theme Panel grey/disabled please follow this solution – https://forum.tagdiv.com/topic/not-able-to-set-up-anything/
Also you can find the old theme version in old_version folder from package that you have downloaded from themeforest – http://screencast.com/t/C7W1dtMv6fEh

Hope this helps and sorry for inconvenience!

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

Alin [tagDiv]
tagDiv Staff

Hi,


@muhannad
Please make a backup of your current theme installation, then remove the old theme(it should not remain old theme files) and upload the new theme version (you can try to do this via FTP), follow the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ run the script and regenerate your thumbnails. Also update the theme plugins from the /plugins folder.
It should work, please let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

We recommend to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings, change the shortcode like you can see in the documentation. The theme has more features(example- big grid on categories, smartsidebar) so you will have to set those mannually. Also the custom css may not work at this it should be regarded as a new theme(changed classes, ids).
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

MrOrsh
tagDiv Member

Ok. So guess I’ll just go with ftp deleting and redoing the whole theme then 🙂 I realise I have to put my site in maintenance mode during the upgrade. However, is there a way to run both themes next to each other (copy over the new files from 6 into its own folder) and developing the new look while the old one still is live?

No one have still answered my question about where the new theme finds information about the old theme settings when the old theme is completely deleted though 🙂

findlay
tagDiv Member

Hi Chris,

Could you please clarify one thing about the upgrade process from 4 to 6 about these steps:

Updating from Newspaper 4:
We recommend that you do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one. If you do a ftp update over the existing theme there may be issues. Please make sure that you delete the following files from Newspaper 4:

page-homepage-bg.php
page-homepage-bg-loop.php
page-homepage-blank.php
page-homepage-loop.php
page-homepage-timeline.php

Is the deletion of these files only necessary if you do an ftp update over the existing theme and therefore doesn’t apply if you delete the old theme and upgrade from the Newspaper zip file using WordPress?

Do you run the script you supply AFTER you activate Newspaper 6?

Is it best to deactivate all plugins except the Newspaper 6 plugins before activating Newspaper 6?

Thank you for your help – I appreciate it.

Derek

muhannad
Participant
#0

Please help i keep getting
this
ON hOME PAGE FOR Related i con

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_module_search is not set.
/home/bestthin/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php

wp booster error:
Missing parameter: ‘file’
/home/bestthin/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php

wp booster error:
Missing module: td_module_search
/home/bestthin/public_html/wp-content/themes/Newspaper/loop.php

wp booster error:
Missing parameter: ‘file’
/home/bestthin/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php

wp booster error:
Missing module: td_module_search
/home/bestthin/public_html/wp-content/themes/Newspaper/loop.php

wp booster error:
Missing parameter: ‘file’
/home/bestthin/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php

wp booster error:
Missing module: td_module_search
/home/bestthin/public_html/wp-content/themes/Newspaper/loop.php

wp booster error:
Missing parameter: ‘file’
/home/bestthin/public_h

i deleted the old version via ftp and upload the V6 but even so i got This Massage nothing work its disaster
i need to rebuild the website again , and i keep getting this error

Please help

By the way its great theme but i am sure idid something wrong

Please help

Ing Geek
tagDiv Member

@yannc04 Enter vía FTP, go to wp-content/themes/newspaper/ and rename newspaper folder (example: newspaper2).

Refresh http://www.parolesdefoot.com/wp-admin/ enter and go to themes, delate newspaper and reupload.

shogunteam
Participant
Errors - topic
#0

I updated to Newspaper 6 and my site looks very bad now:/
How can I fixed it?

dojczland.info

( I updated it via FTP: https://forum.tagdiv.com/how-to-update-the-theme-2/)

MrOrsh
Participant
#0

As I read through the comments people doesn´t seem to be very happy with all the work that has to be made to upgrade from Newspaper 4 to Newspaper 6. Just checked out the demo of 6 and I must say it looks freaking awesome!

With that said, I would really like to upgrade but there is a guide, written by the developers, for this specific cause missing. Chris´s general guide for updating is OK but it does not cover this upgrade specifically. I know virtually nothing about WP upgrades (hence the reason of buying a premium theme that will do the work automatically for me). I am though totally OK with logging in via FTP, deleting the old theme-files and putting the new ones there instead and then (as some people say but there also is warning presented in the Newspaper 6 documentation ) press a button to import my old settings in to the new theme version.

I do feel very unsure about where those settings are supposed to come from since I would have just deleted the whole folder with my old theme and theme settings. Those kind of questions needs to be answered 🙂

Again, new version looks great. But we novice users that aren´t WP gurus (or not even trainees) need guidance. Can´t wait for it 🙂

Thanks
Christoffer, http://www.enkelteknik.se

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

Please remove the old theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Hope this helps!

yasirhashmi15
Participant
#0

Hello,

I tried newspaper 6 on my test site with old version and i followed this https://forum.tagdiv.com/how-to-update-the-theme-2/ but no good test site link: http://723.8f9.myftpupload.com/. I did many customization in CSS. Is there any way that i can keep both? So i start working with new theme and fit as per my need then i can switch? like rename the folder name of theme? it would work?

Thanks.

fid
tagDiv Member

no way. tried everything but all pages are simply empty. Deleted old theme and installed new one….just update…via ftp…via wordpress…always the same result.
why this problem? anyone else? do i need to revert back to old version 4 and forget 6?

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

You have to remove theme via FTP and install the new one(the theme was practically rewritten ) and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Or if you have updated automatically please make sure that youe delete these files(old page templates):

page-homepage-bg.php
page-homepage-bg-loop.php
page-homepage-blank.php
page-homepage-loop.php
page-homepage-timeline.php

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to remove the old theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Or if you have updated automatically please delete these files(old page templates):

page-homepage-bg.php
page-homepage-bg-loop.php
page-homepage-blank.php
page-homepage-loop.php
page-homepage-timeline.php

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, we have tested the theme before release, you will have to re-add/add some options as the theme contain now more features. If you run the import script after the update it should – https://forum.tagdiv.com/how-to-update-the-theme-2/
Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

You have to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE

After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir

Also regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks and sorry for inconvenience!

Viewing 25 results - 7,176 through 7,200 (of 7,814 total)