knowledgearc
Forum Replies Created
-
It seems related to the jetpack plugin, and even though acceleration was not enabled it was serving stuff from days or weeks ago. deactivated it and site works fine.
Hi, I updated to 1.8.1 and still get a broken error when trying to create a new page. Was working fine yesterday afternoon and this was the only plugin I installed yesterday. Thanks, Michael
This morning, after activating otter, the error is no longer there. Perhaps Atomic making an update somehow affected Otter?
The patch has fixed my issue. Thanks!
Atomic blocks was also causing the problem but they pushed out an update that fixed it.
Will gather some info for you
After the upgrade i am getting this error when laoding page:
The editor has encountered an unexpected error.
Attempt Recovery
Copy Post Text
Copy ErrorTypeError: this.activateMode is not a function
at https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:24754
at s (https://knowledgearc.io/wp-content/plugins/atomic-blocks/dist/blocks.build.js?ver=1550094112:1:548907)
at Function.ss (https://knowledgearc.io/wp-content/plugins/atomic-blocks/dist/blocks.build.js?ver=1550094112:1:591312)
at n._createModes (https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:24714)
at n.initialize (https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:24123)
at n.initialize (https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:25761)
at n.initialize (https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:28633)
at n.e.View (https://knowledgearc.io/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,underscore,backbone,&load%5B%5D=wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=5.0.3:62:14744)
at n.constructor (https://knowledgearc.io/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,underscore,backbone,&load%5B%5D=wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=5.0.3:65:2616)
at n.constructor (https://knowledgearc.io/wp-includes/js/media-views.min.js?ver=5.0.3:1:23570)Forum: Themes and Templates
In reply to: [Atomic Blocks] Social Icon AdditionsAnswering my own question, it is relatively easy to add more Font awesome icons.
I aded this to the custom css:
.social-navigation a[href*="t.me"] { font-size: 0; } .social-navigation a[href*="t.me"]:before { content: "\f2c6"; } .social-navigation a[href*="gitlab.com"] { font-size: 0; } .social-navigation a[href*="gitlab.com"]:before { content: "\f296"; }
Forum: Plugins
In reply to: [Po.et] How do we view/retrieve posts on the blockchain?There is no mechanism for viewing works via WordPress. Instead you can query the blockchain using the command line and curl:
curl -H "Content-Type: application/json" -H "token: PASTE_YOUR_FROST_TOKEN_HERE" -X GET https://api.frost.po.et/works
We have also built a simple 3rd party Po.et works browser which is open source and available at https://github.com/knowledgearcdotorg/poet-browser. You will need some basic sysadmin knowledge to get it working.