Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Can you try switching theme?
    Activate the default WordPress theme and see if that works.
    And then reactivate to your original theme to see if the issue is fixed.
    Also try deactivating WP Super Cache plugin.
    Always clear cache before you recheck the page.

    ?Puedes intentar cambiar de tema?
    Active el tema predeterminado de WordPress y vea si eso funciona.
    Y luego vuelva a activar su tema original para ver si el problema está solucionado.
    También intente desactivar el complemento WP Super Cache.
    Siempre borre el caché antes de volver a verificar la página.

    • This reply was modified 4 years, 10 months ago by irizweb.
    • This reply was modified 4 years, 10 months ago by irizweb.
    • This reply was modified 4 years, 10 months ago by irizweb.

    Can you tell me what is your post type?
    Make sure this part is correct

    
    // Comprovem que Learning Tools és un CPT
        if ( 'learning_tools_date' != $_POST['post_type'] ) {
            return $post_id;
        }
    

    Also you need to echo the value here like this.
    echo('<input type="date" name="learning_tools_date" id="learning_tools_date" value="'.$learning_tools_date.'"><br><br>');

    • This reply was modified 4 years, 10 months ago by irizweb.
    • This reply was modified 4 years, 10 months ago by irizweb.
    • This reply was modified 4 years, 10 months ago by irizweb.

    Can you try downloading a fresh copy of WordPress?
    Empty the current folder of https://getbluesample.gcconcierge.com/
    Download WordPress
    Unzip, rename wp-config-sample.php to wp-config.php, then change the database parameters carefully and upload it to your web folder and make sure all files are uploaded without fail. If you are using a ftp client make sure there are no any failures.
    Try installing it again.

Viewing 3 replies - 31 through 33 (of 33 total)