kelvinramirez
Forum Replies Created
-
You′re the best guys, you fixed it, now it works perfect as usual, thank you very very much!!
You′re the best guys, you fixed it, now it works perfect as usual, thank you very very much!!
Thank you very much for your response @erania-pinnera I tried your recommendations and nothing yet, yes I added the code in my custom post types below there is the code I used for 2 years working perfect,
// <!-- ****************************************** --> // <!-- Service alerts post type --> // <!-- ****************************************** --> function ripta_alerts() { $labels = array( 'name' => _x( 'Alerts', 'post type general name' ), 'singular_name' => _x( 'Alerts', 'post type singular name' ), 'add_new' => _x( 'Add New', 'Alert' ), 'add_new_item' => __( 'Add New Alert' ), 'edit_item' => __( 'Edit Alert' ), 'new_item' => __( 'New Alert' ), 'all_items' => __( 'All Alert' ), 'view_item' => __( 'View Alert' ), 'search_items' => __( 'Search Alert' ), 'not_found' => __( 'No Alert found' ), 'not_found_in_trash' => __( 'No Alerts found in the Trash' ), 'parent_item_colon' => '', 'menu_name' => 'Alerts' ); $args = array( 'labels' => $labels, 'description' => 'These are the RIPTA services alerts', 'public' => true, // 'menu_position' => 5, 'show_in_rest' => true, 'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'comments' ,'author', 'publicize' ), 'has_archive' => true, //'taxonomies' => array('category' , 'post_tag'), ); register_post_type( 'alerts', $args ); } add_action( 'init', 'ripta_alerts' );
One thing I noticed is that in the dev site which is the site I shared I see a Unknown error (but im able to push regular posts) when I use the Jetpack debugger but in the live site https://www.ripta.com/ it says that it is perfect but I′m still having the same problem with the custom post types, before I was able to share any custom post type I wanted, but now only regular posts works.
Thank you very much for your help.
Hi @bruceallen thank you very much for your response.
I have three days trying to troubleshoot this I reinstalled Jetpack many times, disconnected the account, disabled the plugins, and some many things. I think the jetpack is well connected since I can push the blog posts without any problem, the thing is when I try to push a custom post type, below there is an example of a post that cant be pushed, I can see that the open graphs are there.
I don′t have the error anymore, appreciate your help.
view-source:https://ripta.gladworksinprogress.com/alerts/10x-north-scituate-park-n-ride-2/
Thank you very much, I will use the last version and try to troubleshoot, if I have a question I will post it here, thanks again.
Thank you for helping not sure wha to share to be honest, I did not see any error from the plugin it just stoped working we have this site https://www.ripta.com/alerts/ we set the alerts to expire in certain time, today I realize that there were a lot of repeated alerts, the old ones did not expire, did not go to trash as we usually do, I found a person that solved the problem reaching out the server support and by adding this “define(‘DISABLE_WP_CRON’,false);” they solved the problem other guy reached out the server support and they solve it adding the wp-cron.php somewhere in the server, the first solution did not work to me and the second the tech from Media temple said that they dont deal with that. Im using Version 5.8.1 of Wp and PHP (7.0.33). If you have a specific question for me please ask me im wondering if that is happening for the PHP version I have.
Thanks again.
Hey Steve, thank you very much for your fast response, I roll it back to Version 2.4.1 and it seems to be working, what you think could be the problem? Should I wait maybe to the next release?
Thanks again, this this a wonderful plugin.
Can I use a field for Twitter (Customize your message) and anothe field for Facebook? because if I only use the Customize your message the text is to short for facebook.