Search Results for 'update'

Results from the Forum
jaypabs
Participant
#0

Hi,

I have some post which created today and should be updated 3 times by tomorrow. I noticed that when I search on Google and my site appears, the information is not updated.

Is there a way to tell Google to update the AMP version of my post right after it was modified?

giovanni114
tagDiv Member

Simion, I have the same issue. All of my plugins are related to Newspaper 9.

UPDATE: It actually was a plugin. All fixed now, thank you.

darkzac
Participant
#0

tried installing and reinstalling didn’t work

Ryansmccain
tagDiv Member

Ohhhh. ?

I’m using default so which php file should I update ?

thanks..

simchris
tagDiv Member

Also resave permalinks after any change or update to amp telated tech

  • This reply was modified 8 years by simchris.
wolfandkey
Participant
#0

Hey! We are using a Google font in our branding called “Nunito Sans” and I guess this is a newer font and isn’t in the list of Google fonts in the theme font settings. There is “Nunito” but that is a different font.

I tried using CSS to change the font, but it doesn’t work very well and all the custom CSS gets overridden.

Any idea how I can get Nunito Sans in the list of google fonts in the settings?

Cheers.

simchris
tagDiv Member

Might not help, but I find putting the eplicit https path to the themes directory (not to the theme being used, but main theme folder) and plugin directory in the wp-config.php file really helps with weirdo https stuff. Also checking your htaccess file, resaving permalinks after any update, etc.

aresglez
Participant
#0

Hi,
I’m using a CPT for images with quotes. With two taxonomies, topics (as categories) and autor (as tags).
I’m using this code but I have a Error 404 when I click in a single quote or in page:

add_action( 'init', 'add_citas' );

function add_citas() {
$labels = array(
'name' => _x( 'Citas', 'post type general name' ),
'singular_name' => _x( 'Cita', 'post type singular name' ),
'add_new' => _x( 'Añadir nueva', 'book' ),
'add_new_item' => __( 'Añadir nueva cita' ),
'edit_item' => __( 'Editar Cita' ),
'new_item' => __( 'Nueva Cita' ),
'view_item' => __( 'Ver Cita' ),
'search_items' => __( 'Buscar Citas' ),
'not_found' => __( 'No se han encontrado Citas' ),
'not_found_in_trash' => __( 'No se han encontrado Citas en la papelera' ),
'parent_item_colon' => ''
);

$args = array( 'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'query_var' => true,
'rewrite' => true,
'capability_type' => 'post',
'hierarchical' => false,
'menu_icon' => 'dashicons-format-image',
'menu_position' => null,
'supports' => array( 'title', 'editor', 'author', 'thumbnail' )
);

register_post_type( 'citas', $args ); /* Registramos y a funcionar */
}

add_action( 'init', 'create_citas_taxonomies', 0 );

function create_citas_taxonomies() {

$labels = array(
'name' => _x( 'Temáticas', 'taxonomy general name' ),
'singular_name' => _x( 'Temática', 'taxonomy singular name' ),
'search_items' => __( 'Buscar por temática' ),
'all_items' => __( 'Todas las temáticas' ),
'parent_item' => __( 'Temática padre' ),
'parent_item_colon' => __( 'Temática padre:' ),
'edit_item' => __( 'Editar temática' ),
'update_item' => __( 'Actualizar temática' ),
'add_new_item' => __( 'Añadir nueva temática' ),
'new_item_name' => __( 'Nombre de la nueva temática' ),
);
register_taxonomy( 'temática', array( 'citas' ), array(
'hierarchical' => true,
'labels' => $labels,
'show_ui' => true,
'query_var' => true,
'rewrite' => array( 'slug' => 'citas' ),
));

$labels = array(
'name' => _x( 'Autores', 'taxonomy general name' ),
'singular_name' => _x( 'Autor', 'taxonomy singular name' ),
'search_items' => __( 'Buscar autores' ),
'popular_items' => __( 'Autores populares' ),
'all_items' => __( 'Todos los autores' ),
'parent_item' => null,
'parent_item_colon' => null,
'edit_item' => __( 'Editar autor' ),
'update_item' => __( 'Actualizar autor' ),
'add_new_item' => __( 'Añadir nuevo autor' ),
'new_item_name' => __( 'Nombre del nuevo autor' ),
'separate_items_with_commas' => __( 'Separar autores por comas' ),
'add_or_remove_items' => __( 'Añadir o eliminar autores' ),
'choose_from_most_used' => __( 'Escoger entre los autores más utilizados' )
);

register_taxonomy( 'autor', 'citas', array(
'hierarchical' => false,
'labels' => $labels,
'show_ui' => true,
'query_var' => true,
'rewrite' => array( 'slug' => 'escritor' ),
));
}

Could you help me? It has to be a silly thing…

Thanks!

tagd1v2018
Participant
#0

Hi guys,

Is there a reason my TagDiv editor continuously loads, despite increasing max_execution_time to 60 and max_input_vars to 2000 so I get all green lights in System Status?

Following Support’s recommendation to increase resources to fix this, it still isn’t working (I’ve updated to v9 as well).

Please advise – I really need to update some key pages today!

Should I ask host to increase even further..?

Thanks,
Amee

beppepicaro
tagDiv Member

Thank you for your reply. I updated everything, don’t use other plugins but yours. I don’t have a CDN system nor I use a wp caching plugin at the moment. Cleared browser cache and tested with other browsers and machines as well.
The shop page won’t change.

In the Woocommerce status I see that the Shop Page indicated is the one I designed, but when I open it, I keep seeing the default one. If I select another page as Shop Page, then the one I designed shows correctly. It is as if Woocommerce wants to show only its own Shop Page no matter what.

So I installed the plugin “Show Current Template” and the template for the Shop Page is always “archive-product.php”

In the Woocommerce System Status page, at the bottom, I see:
Overrides:
Newspaper/woocommerce/archive-product.php,
Newspaper/woocommerce/single-product.php

beppepicaro
tagDiv Member

Thank you, now it does show the big 9! Sorry, I must have made confusion with the updates I downloaded.

great1212
Participant
Help me… - topic
#0

The problem I am facing is that whenever I try to update or modify the product page, post or page then I recieved error. Error 404 Page not Found. What the hell is this? Please help me to solve this

Neil Shastry
tagDiv Member

Hi,

I uploaded the latest version of theme.

This has solved the problem of loading instagram.

However, pictures are not getting updated or deleted as per the instagram ID.

Regards,
Neil

paperweight
tagDiv Member

Sorry, one more thing. Because this site is a frequenbtly updated news website, I need to include H:i for the time. And I need to show the timezone: CST.

So an example time output I need to show on posts is like this:

2018年08月24日 — 22:14 CST

That is a standard way Bloomberg and other news outlets output their timestamp.

waveseeker
Participant
#0

Hi there,

I am setting up a site ready to go live and the tagDiv Social Counter is showing FB and Instagram has having 0 fans/followers which is not right.

Also the instagram footer is only showing the name of the instagram account – not images.

I am on theme Newspaper version 9.0.1 and the theme plugins are updated.

Can anyone help at all?

Thank-you very much 🙂

Matt.

Simion C.
tagDiv Staff

The tagDiv composer has options of it’s own for this. Simply select the viewport and hide the element
https://www.screencast.com/t/fkuD2GDafe
https://www.screencast.com/t/F1uHjs926oO
I am not sure if those classes worked before without WPBakery active, never tried that. If you say that they worked, maybe recent changes in updates affected them.

Catalin
tagDiv Staff

Hi,

Do you have updated the theme to the latest version of it? Remove all of the untested plugins, purge CDN files, clear all the caches and check the results.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That would be impossible. It would mean the theme has not been updated properly. The old theme files will be replaced entirely with the new ones, so still serving the old stylesheet is quite not possible.

This is the update guide you can follow, most recommended and reliable method is by FTP
https://forum.tagdiv.com/how-to-update-the-theme-2/

The current package available for download is 9.0.1
https://www.screencast.com/t/RO0VkNeH5
Try and reinstall it again, follow the steps in the guide and there should be no problem.

Simion C.
tagDiv Staff

That guide has to be updated, now the columns can be made sticky with this option
https://www.screencast.com/t/rw9X9wNkZIe
The theme panel setting has to be active for this to work
https://www.screencast.com/t/fWy9gXHLe
Each column has the sticky setting, check it and the columns should be sticky.

delizard
tagDiv Member

Hello Simion,

thank you for your info.

A last a question/doubt please: i haven’t a child theme on my website. If i update the theme to version 9.0.1 and then i upload the old files that i have changed (to rewrite some css and php new files with my actually files), you think all will go well?

Thank you very much,
Francesco

Simion C.
tagDiv Staff

Hi,

The latest version is 9.0.1, you can update to that, there should be no problem. Please check the changelog to see what has changed in the theme since the version you are using
https://themeforest.net/item/newspaper/5489609 (bottom of the page)

This is an update guide you can follow, also some advice like making a full backup before attempting to update
https://forum.tagdiv.com/how-to-update-the-theme-2/

Also check the updated theme requirements guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

We don’t have services for updating the theme unfortunately. But it is not difficult to do, you can do it yourself by following the guide. Simply make a full backup before, just to be safe. The most recommended and reliable method is by FTP.

Thanks

oilhavense
Participant
#0

I’ve been experiencing an error that appears to happen overnight. When i enter the site, the page only loads the topbar and main menu (www.oilhavense.com). I’ve found that when i go edit the main page with tagdiv composer the system gives me the message: “Error at rows: 7(models) : 1(dom). The model does not match the content”.

Via trial and error i’ve found that if i go to edit the page with the main wordpress editor and just click “update” the problem is solved. But then after some hours or in the next day, it comes back.

Any help?

beppepicaro
Participant
#0

Hello, I have updated the theme as usual, but I still get version 8.8.2 an not 9, even the style.css file shows
Version: 8.8.2

I downloaded the update from these two places, but they are identical.
https://themeforest.net/item/newspaper/5489609
https://themeforest.net/downloads

AxisBridge613
Participant
#0

I am having a problem with the WP Bakery Visual Composer Plugin. My site went down, and the web server company told me that the crash was due to the WP Bakery Visual Composer Plugin. I’m assuming this was due to an update. But I need that plugin in order for this theme to work. Currently, the plugin is deactivated, but the theme is not working. This is urgent because people are coming to the site. How can I fix this? Thank you.

simchris
tagDiv Member

Best to update via FTP, as you can take full backup at same time.

Viewing 25 results - 22,801 through 22,825 (of 45,280 total)