Risultati della ricerca per 'Wordpress admin https'

Stai vedendo 15 risultati - da 256 a 270 (di 271 totali)
  • Moderator Cristiano Zanca

    (@cristianozanca)

    Ciao @shaovel,

    dando per vero che parli di WooCommerce, consiglio prima un BACKUP e poi prova questa soluzione:

    Go to the ‘Tools’ tab inside the WooCommerce > System Status of your WordPress administration panel. Here you first use the ‘Recount terms’ button and after that use the ‘Clear transients’ button. This will force the system to recount all the products the next time a category is loaded.

    Chi ha creato la discussione Anonymous User 14672596

    (@anonymized-14672596)

    Ciao Francesco,
    finalmente ho risolto il problema: ho installato il plugin AG Custom Admin che permette di scegliere tra varie opzioni di visualizzazione o meno di admin bar, dashboard, menu, pagine, ecc.
    https://it.wordpress.org/plugins/ag-custom-admin/

    Grazie mille di nuovo per l’infinita pazienza e la grande disponibilità!

    Daniela

    Forum: Varie ed eventuali
    In risposta a: Problema multisite

    Ciao,

    ho modificato il post eliminando le parti relative a W3TotalCache. Per favore, la prossima volta utilizza un servizio esterno come pastebin o gist per postare lunghi spezzoni di codice, come descritto nelle guidelines 😉

    Tornando al problema, sembra che tu abbia le regole per un multisite con le sottodirectory nel tuo .htaccess e non quelle per i sottodomini.

    Fai prima un backup del tuo file .htaccess e poi prova ad inserire queste regole al posto di quelle che hai tra # BEGIN WordPress e # END WordPress:

    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ wp/$1 [L]
    RewriteRule . index.php [L]
    </IfModule>
    # END WordPress
    

    e vedi se riesci a risolvere.

    Se così non fosse, ti consiglio di ripetere passo passo la procedura, utilizzando la guida che ho postato precedentemente, ovviamente effettuando un backup del sito prima.

    G

    Forum: Fixing WordPress
    In risposta a: Aiuto gestione sito
    Chi ha creato la discussione viaggiandosimpara

    (@viaggiandosimpara)

    grazie mille !!! sistemato !!!

    ora rimane il problema con l’aggiornamento.

    Mi richiedono come anticipato i dati FTP per poter fare degli aggiornamenti , pur inserendoli mi compare quanto segue :

    Download aggiornamento da https://downloads.wordpress.org/release/it_IT/wordpress-4.4.2.zip…

    Estrazione dell’aggiornamento…

    Impossibile creare la directory.

    Installazione non riuscita

    ho ricontrollato di dati sul mio dominio (shellrent) e sono esatti…dove sbaglio ?
    l’aggiornamento manuale da sola non riesco a farlo.

    inoltre, per quanto riguarda il back up ho scaricato un plugin, inizialmente facevo il back up e lo ricevevo via mail, ora compare questa schermata: Backup Database
    Your backup folder is NOT writable
    To correct this issue, make the folder /home/web/www.viaggiandosimpara.net/www/wp-content/backup-db writable.
    Click here to let WP-DBManager try to fix it
    This theme recommends the following plugin: Redux Framework.
    Begin installing plugin | Dismiss this notice
    Nascondi questa notifica.
    Checking Security Status

    .htaccess is present in /home/web/www.viaggiandosimpara.net/www/wp-content/backup-db

    index.php is present in /home/web/www.viaggiandosimpara.net/www/wp-content/backup-db

    Checking Backup Status

    Checking Backup Folder (/home/web/www.viaggiandosimpara.net/www/wp-content/backup-db) …
    Backup folder exists

    Backup folder is NOT writable. Please CHMOD it to ‘777’.

    Checking MYSQL Dump Path …

    MYSQL dump path does NOT exist. Please check your mysqldump path under DB Options. If uncertain, contact your server administrator.

    Checking MYSQL Path …

    MYSQL path does NOT exist. Please check your mysql path under DB Options. If uncertain, contact your server administrator.

    Checking PHP Functions (passthru(), system() and exec()) …
    passthru() enabled.

    system() enabled.

    exec() enabled.

    Please Rectify The Error Highlighted In Red Before Proceeding On.

    Note: The checking of backup status is still undergoing testing, it may not be accurate.

    Backup Database

    Option Value
    Database Name: viaggiandosimpar_wordpress
    Database Backup To: /home/web/www.viaggiandosimpara.net/www/wp-content/backup-db
    Database Backup Date: 7 febbraio 2016 @ 18:43
    Database Backup File Name: 1454870594_-_viaggiandosimpar_wordpress.sql
    Database Backup Type: Full (Structure and Data)
    MYSQL Dump Location: /usr/bin/mysqldump
    GZIP Database Backup File? Yes No

    … ho qualche speranza di venirne fuori in qualche modo ???

    grazie
    erica

    Chi ha creato la discussione belcarlo

    (@belcarlo)

    Eccolo, ho trovato il plugin che mi serviva
    Lo posto anche qui a futuro utilizzo di altri con le mie stesse problematiche

    Admin Columns
    https://wordpress.org/plugins/codepress-admin-columns/

    Moderator Guido Scialfa

    (@wido)

    Per i links all’interno di wordpress è conveniente utilizzare le funzioni proprie, get_template_directory() e get_stylesheet_directory() se serve un riferimento alla root del tema, mentre per il reperimento dei links interno ad admin admin_url().

    Vi sono inoltre funzioni apposite per le dir dei plugin, una è plugin_dir_path()

    A dipendenza di dove si trovano i files che vuoi linkare usi la funzione apposita.

    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @9j3thr0,

    ecco alcune azioni che possono aiutarti:

    Prima di tutto un backup di tutto (files e dump del database) per poter sempre tornare alla situazione attuale.

    Per poter fare qualcosa è necessario avere un account FTP e uno MYSQL (di solito tramite PhpMyadmin).

    Provare a disabilitare il tema, mettere attivo quello di default, e disabilitare i plugin via ftp e vedere cosa succede.

    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @wineyes,

    ci stanno lavorando :

    https://wordpress.org/support/topic/unable-to-update-pluginsthemes-post-44-update?replies=42

    al link qui sotto trovate alcune momentanee soluzioni:

    https://core.trac.wordpress.org/ticket/34976

    sembra che questa modifica possa funzionare:

    In file: wp-admin/includes/class-wp-filesystem-ftpext.php
    Changed:

    $file_list = @ftp_nlist( $this->link, '-a ' . $path );

    Changed To:

    $file_list = @ftp_nlist( $this->link, $path );

    After this edit, all worked as expected.

    Questa potrebbe essere una momentanea soluzione che, essendo fatta nel core, verrà cancellata al primo aggiornamento.

    Quindi da usare solo in caso di emergenza e seguendo i prossimi aggiornamenti per vedere l’evolversi della situazione

    Moderator Cristiano Zanca

    (@cristianozanca)

    Ciao @tommasoco e @el3na3,

    prima di tutto fare sempre un backup

    ci stanno lavorando :

    https://wordpress.org/support/topic/unable-to-update-pluginsthemes-post-44-update?replies=42

    al link qui sotto trovate alcune momentanee soluzioni:

    https://core.trac.wordpress.org/ticket/34976

    sembra che questa modifica possa funzionare:

    In file: wp-admin/includes/class-wp-filesystem-ftpext.php
    Changed:

    $file_list = @ftp_nlist( $this->link, '-a ' . $path );

    Changed To:

    $file_list = @ftp_nlist( $this->link, $path );

    After this edit, all worked as expected.

    Questa potrebbe essere una momentanea soluzione che, essendo fatta nel core, verrà cancellata al primo aggiornamento.

    Quindi da usare solo in caso di emergenza e seguendo i prossimi aggiornamenti per vedere l’evolversi della situazione

    • Questa risposta è stata modificata 10 anni, 2 mesi fa da Cristiano Zanca.
    • Questa risposta è stata modificata 10 anni, 2 mesi fa da Cristiano Zanca.
    • Questa risposta è stata modificata 10 anni, 2 mesi fa da Cristiano Zanca.
    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @luca_belli,

    lo vedi dal browser se è un problema di percorsi, usa l’inspector o firebug.

    quando si sposta un sito è sempre meglio seguire le istruzioni ufficiali:

    https://codex.wordpress.org/Moving_WordPress

    “Use the Search and Replace for WordPress Databases Script to safely change all instances on your old domain or path to your new one. (** only use this option if you are comfortable with database administration ** ) “

    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @wineyes,

    1) Fare un backup prima di tutto.

    2) Resettare la cartella dei plugin da FTP o PhpMyAdmin. A volte, un plugin apparentemente inattivo può ancora causare problemi.

    3) Ricaricare le cartelle wp-admin e wp-includes da una installazione nuova di WordPress.

    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @el3na3,

    il messaggio è stato modificato perché conteneva contenuti non conformi alle norme di questo forum

    Prima di tutto è meglio fare un backup di files e database

    Sono disponibili gli accessi ftp e mysql ?

    alcune operazioni consigliate:

    – Disattivazione di tutti i plugin per vedere se questo risolve il problema. Se funziona, riattivare i plugin uno alla volta fino a trovare il plugin che da problemi.

    – Impostare il tema di default (tema Twenty Sixteen) per escludere eventuali problemi specifici del tema.

    – Resettare la cartella dei plugin da FTP o PhpMyAdmin. A volte, un plugin apparentemente inattivo può ancora causare problemi.

    – Ricaricare le cartelle wp-admin e wp-includes da una installazione nuova di WordPress.

    Forum: Fixing WordPress
    In risposta a: Problema Cambio URL
    Moderator Cristiano Zanca

    (@cristianozanca)

    Ciao @sonoro,

    1) fare il backup ora, del database (dump del db con phpMyAdmin) e dei files (ftp) , qui ci sono degli esempi https://codex.wordpress.org/it:Backup_di_WordPress#Backup_del_sito

    2) installare e usare un programma come SRDB per fare la sostituzione del vecchio url col nuovo.

    Forum: Aspetto = Temi
    In risposta a: PROBLEMI EDITOR
    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve gcarfagnini,

    se si vuole modificare un tema la procedura migliore è sempre quella di fare un tema child

    Altrimenti ogni modifica fatta viene cancellata al primo aggiornamento del tema.

    Consiglio sempre di fare una backup di tutto prima di toccare i file, si deve avere accesso FTP e al database , di solito con PhpMyadmin, e un accesso da Administrator di WP

    Chi ha creato la discussione zacducati

    (@zacducati)

    Seguendo le sue indicazioni, ho trovato il file, di cui riporto il contenuto:

    <?php
    /**
    * Dashboard Administration Screen
    *
    * @package WordPress
    * @subpackage Administration
    */

    /** Load WordPress Bootstrap */
    require_once( dirname( __FILE__ ) . ‘/admin.php’ );

    /** Load WordPress dashboard API */
    require_once(ABSPATH . ‘wp-admin/includes/dashboard.php’);

    wp_dashboard_setup();

    wp_enqueue_script( ‘dashboard’ );
    if ( current_user_can( ‘edit_theme_options’ ) )
    wp_enqueue_script( ‘customize-loader’ );
    if ( current_user_can( ‘install_plugins’ ) )
    wp_enqueue_script( ‘plugin-install’ );
    if ( current_user_can( ‘upload_files’ ) )
    wp_enqueue_script( ‘media-upload’ );
    add_thickbox();

    if ( wp_is_mobile() )
    wp_enqueue_script( ‘jquery-touch-punch’ );

    $title = __(‘Dashboard’);
    $parent_file = ‘index.php’;

    $help = ‘<p>’ . __( ‘Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.’ ) . ‘</p>’;

    // Not using chaining here, so as to be parseable by PHP4.
    $screen = get_current_screen();

    $screen->add_help_tab( array(
    ‘id’ => ‘overview’,
    ‘title’ => __( ‘Overview’ ),
    ‘content’ => $help,
    ) );

    // Help tabs

    $help = ‘<p>’ . __( ‘The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.’ ) . ‘</p>’;
    $help .= ‘<p>’ . __( ‘Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.’ ) . ‘</p>’;

    $screen->add_help_tab( array(
    ‘id’ => ‘help-navigation’,
    ‘title’ => __( ‘Navigation’ ),
    ‘content’ => $help,
    ) );

    $help = ‘<p>’ . __( ‘You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.’ ) . ‘</p>’;
    $help .= ‘<p>’ . __( ‘Screen Options – Use the Screen Options tab to choose which Dashboard boxes to show.’ ) . ‘</p>’;
    $help .= ‘<p>’ . __( ‘Drag and Drop – To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.’ ) . ‘</p>’;
    $help .= ‘<p>’ . __( ‘Box Controls – Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a “Configure” link in the title bar if you hover over it.’ ) . ‘</p>’;

    $screen->add_help_tab( array(
    ‘id’ => ‘help-layout’,
    ‘title’ => __( ‘Layout’ ),
    ‘content’ => $help,
    ) );

    $help = ‘<p>’ . __( ‘The boxes on your Dashboard screen are:’ ) . ‘</p>’;
    if ( current_user_can( ‘edit_posts’ ) )
    $help .= ‘<p>’ . __( ‘At A Glance – Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.’ ) . ‘</p>’;
    $help .= ‘<p>’ . __( ‘Activity – Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.’ ) . ‘</p>’;
    if ( is_blog_admin() && current_user_can( ‘edit_posts’ ) )
    $help .= ‘<p>’ . __( “Quick Draft – Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you’ve started.” ) . ‘</p>’;
    if ( ! is_multisite() && current_user_can( ‘install_plugins’ ) )
    $help .= ‘<p>’ . __( ‘WordPress News – Latest news from the official WordPress project, the WordPress Planet, and popular and recent plugins.’ ) . ‘</p>’;
    else
    $help .= ‘<p>’ . __( ‘WordPress News – Latest news from the official WordPress project, the WordPress Planet.’ ) . ‘</p>’;
    if ( current_user_can( ‘edit_theme_options’ ) )
    $help .= ‘<p>’ . __( ‘Welcome – Shows links for some of the most common tasks when setting up a new site.’ ) . ‘</p>’;

    $screen->add_help_tab( array(
    ‘id’ => ‘help-content’,
    ‘title’ => __( ‘Content’ ),
    ‘content’ => $help,
    ) );

    unset( $help );

    $screen->set_help_sidebar(
    ‘<p>‘ . __( ‘For more information:’ ) . ‘</p>’ .
    ‘<p>’ . __( ‘Documentation on Dashboard‘ ) . ‘</p>’ .
    ‘<p>’ . __( ‘Support Forums‘ ) . ‘</p>’
    );

    include( ABSPATH . ‘wp-admin/admin-header.php’ );
    ?>

    <div class=”wrap”>
    <h1><?php echo esc_html( $title ); ?></h1>

    <?php if ( has_action( ‘welcome_panel’ ) && current_user_can( ‘edit_theme_options’ ) ) :
    $classes = ‘welcome-panel’;

    $option = get_user_meta( get_current_user_id(), ‘show_welcome_panel’, true );
    // 0 = hide, 1 = toggled to show or single site creator, 2 = multisite site owner
    $hide = 0 == $option || ( 2 == $option && wp_get_current_user()->user_email != get_option( ‘admin_email’ ) );
    if ( $hide )
    $classes .= ‘ hidden’; ?>

    <div id=”welcome-panel” class=”<?php echo esc_attr( $classes ); ?>”>
    <?php wp_nonce_field( ‘welcome-panel-nonce’, ‘welcomepanelnonce’, false ); ?>
    “><?php _e( ‘Dismiss’ ); ?>
    <?php
    /**
    * Add content to the welcome panel on the admin dashboard.
    *
    * To remove the default welcome panel, use {@see remove_action()}:
    *
    * remove_action( ‘welcome_panel’, ‘wp_welcome_panel’ );
    *
    * @since 3.5.0
    */
    do_action( ‘welcome_panel’ );
    ?>
    </div>
    <?php endif; ?>

    <div id=”dashboard-widgets-wrap”>
    <?php wp_dashboard(); ?>
    </div><!– dashboard-widgets-wrap –>

    </div><!– wrap –>

    <?php
    require( ABSPATH . ‘wp-admin/admin-footer.php’ );

Stai vedendo 15 risultati - da 256 a 270 (di 271 totali)