metaeditor
Forum Replies Created
-
Solved was a Service Worker SuperPWA preventing from reload
Manual installed the Worker
like described below
https://love2dev.com/blog/how-to-uninstall-a-service-worker/
THX for these Great Plugin- This reply was modified 1 year, 11 months ago by metaeditor.
Hi @tallhat
A simple and quick solution to sort custom post Type with this plugin .
Since i also need it and don’t want to miss the comfort zone of this pluginJust add the following line at the end of the plugin
replace #testimonials in the code with the name of your custom post type name
if you need multiple custom post type repeat the line with your custom post type names .:-)
`
add_filter( 'manage_edit-testimonials_sortable_columns', 'modified_column_register_sortable' );
Forum: Reviews
In reply to: [Ultimate Category Excluder] Some PHP BugThank you great plugin waiting for the Fix, just found another Warning on the front end when searching. Probably some php version Warnings ?
With the Relevanssi Search Plugin aktiv
Warning: Invalid argument supplied for foreach() in /usr/www/users/meademo/wp-content/plugins/ultimate-category-excluder/ultimate-category-excluder.php on line 167
- This reply was modified 3 years, 8 months ago by metaeditor.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Mixed Content Error in consoleThank you SuperPWA , solved the problem .
This happens only if some other JS error are on the page Console.
Not from your Plugin !
But still surprised, probably you can simulate that case
Very nice Plugins THX – UpvotedForum: Plugins
In reply to: [Search & Replace] Appears multiple times under Tools menuSame problem with a MUI install 5 Menus for Search & Replace
Forum: Plugins
In reply to: [Nav Menu Roles] Nav Menu Roles not working!The Workaround destroy/overwrite any custom Menu Settings
Not a good solution if you have a Menu already
Loved this Plugin for many years since most custom Theme work with some kind of
menu walkers.
Tried NMR Toggle as suggested
have to find some other solutionForum: Reviews
In reply to: [Knight Lab Timeline] Looks great, doesn’t workOk same Problem with Missing Start Date. Using the default Google spreadsheet from knight lab .Starting debugging
-Spreadsheet header not changed
– Date format like orginal
– Spreadsheet shows on the preview embed on the knight lab page
– New Spreadsheet url generated as recommended on KnightLAb
Console Error on timeline.min.js
ypeError: VMM.getJSON(…).error is not a functionSpreadsheet Url
https://docs.google.com/spreadsheets/d/1VHkw4nC0-fz7Y7tpfVG_tC8wVKeP2X_HNSvmJMdgOEs/edit#gid=0Forum: Plugins
In reply to: [WP Kanban] API Helper Borken #buglogFinally got it working,
It was simple but a lot of headage , you need to have a organisation in your trello board setup. even if you don’t need them. Without Organisation the plugin Admin Board Selector where you get the Ids will fail and stay disabled.Got to this after a lot of hacking in the code to fix it but was a good lesson . Documentation is even more important than code.
that’s sound cortical, have you tried to run in DEBUG MODE ? Often hidden errors cause that kind of massive performance lost.
just thinking if I should try this plugin …Forum: Plugins
In reply to: [WP Kanban] API Helper Borken #buglogHi Vladimir , No JS Error in the console , DEBUGG ON no php error. Tested on multiple WP installs local + Remote .
Must be some chaege in the Option API FrameworkRJS Media ,the way around is to find your related trello ID by hand. That’s how i did it for now . B
How to find the Trello Board ID
If your Board have a link like https://trello.com/b/mOu3B0ce/web-developer
just add “.json” at the end it will show a json file with a section for the id
the url will now look like
https://trello.com/b/mOu3B0ce/web-developer.jsonFixed it in the Theme File kbe_knowledgebase.php Just for #MEMO
+ global $wpdb;
+ $table_term_tax = $wpdb->prefix. ‘term_taxonomy’;foreach($kbe_terms as $kbe_taxonomy){
.
.
.
$kbe_count_sum = $wpdb->get_var(“SELECT Sum(count)
+ FROM “.$table_term_tax .”
WHERE taxonomy = ‘”.KBE_POST_TAXONOMY.”‘
And parent = $kbe_term_id”
);Same Error on the Host DEBUGG ON
KBE_PLUGIN_SLUG get not defined correctly
Fixed this for me with this fall back on wp-knowledgebase.php on line 227
Till the Devs find a smarter solutionif (isset($kbe_settings[‘kbe_plugin_slug’])){
define(‘KBE_PLUGIN_SLUG’, $kbe_settings[‘kbe_plugin_slug’]);
}else{
define(‘KBE_PLUGIN_SLUG’,’Knowledgebase’);
}Forum: Plugins
In reply to: [DNUI] Error, please see the console or the debug tabThe Angular Error popups up if a second Plugin use Angular lib
Very nice Plugin hope you can fix the problem, at the moment the best Plugin to clean up Media Library
Thanks for this great workForum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] PHP notice Array to string conversionSame Error on Debug On
Array to string conversion in …plugins/media-cleaner/wpmc_settings.php on line 62Multiple Time in the backend
Scan return Zero results