Angelo Rocha
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Input group drag and dropThanks!
I already encountered the issue in github before opening the topic, but I did not find any solution =(Forum: Plugins
In reply to: [CMB2] Field type text with repeatable true – Lost data on post updateMichael, problem found.
Data fields store in wrong format, cmb try solve but lost data, i fix it in my field list and “data_format” paramms.
Thanks for your attention.
Solution:
... $sheet1->add_field( array( 'name' => 'Período dos dados solicitados na Ordem de Servi?o (O.S.), data inicial:', //'desc' => 'field description (optional)', //'default' => 'standard value (optional)', 'id' => '_periodo_data_1', 'type' => 'text_date', 'date_format' => 'Y-m-d' ) ); ...
- This reply was modified 6 years, 7 months ago by Angelo Rocha.
Forum: Plugins
In reply to: [CMB2] Field type text with repeatable true – Lost data on post updateForum: Plugins
In reply to: [CMB2] Field type text with repeatable true – Lost data on post updateHi Michael, my code:
if ( file_exists( dirname( __FILE__ ) . '/lib/cmb2/init.php' ) ) { require_once dirname( __FILE__ ) . '/lib/cmb2/init.php'; } elseif ( file_exists( dirname( __FILE__ ) . '/lib/cmb2/init.php' ) ) { require_once dirname( __FILE__ ) . '/lib/cmb2/init.php'; }
Is it?
Forum: Plugins
In reply to: [CMB2] Add options tabs in admin submenu pageThanks Michael!
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Auto post don’t workHi!
Cron ok, tested with another methods and plugins.Now, i change:
define('DISABLE_WP_CRON', true);
to
define('DISABLE_WP_CRON', false);
After set another cron interval in your plugin settings, auto post works again.
- This reply was modified 6 years, 10 months ago by Angelo Rocha.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Stopped AutopostingHi @luxinterior
How to solve it?
For me don’t auto post =(Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Stopped AutopostingForum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Reposter post repeatingSame problem, snap don’t work, error log:
Y:| WHERE (flt = “snap” OR flt = “cron” OR flt = “sys”) |
Plugin verion: 4.1.1
Forum: Plugins
In reply to: [CMB2] How to CMB2 store dataHi!
Solved!
WordPress convert array in serialized data auto! Thanks!
Forum: Plugins
In reply to: [CMB2] How to CMB2 store dataHi Michael!
I am using CMB2 to save data in repeating fields on the admin side.
But i need send data in the site front end too, via XML data loading.
This is my problem, sorry if i’m not able to explain.
Forum: Plugins
In reply to: [Yoast SEO] 5.6.1 update not workingError 500 after update…
Forum: Plugins
In reply to: [FeedWordPress] Feedwordpress Advanced Filters does not workSame problem =(
Fatal error: Cannot access protected property FeedWordPressCategoriesPage::$context in C:\Ampps\www\mysite\wp-content\plugins\faf\feedwordpress_advanced_filters.php
- This reply was modified 7 years, 11 months ago by Angelo Rocha.
Forum: Plugins
In reply to: [FeedWordPress] Problem to set categoryThe problem is faf.
Forum: Plugins
In reply to: [CMB2] Taxonomy selec field not saving in page optionCorrect! Thanks again.