xen.de
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Code Highlight.js] No longer available?is any alternate plugin available?
Forum: Plugins
In reply to: [WP-Spreadplugin] Need: auto “rebuild cache” nach updateDanke!
hier ein Schnipsel, ungetestet:
$articleData = WP_Spreadplugin::getCacheArticleData(); if (count($articleData) == 0 || $articleData == false) { add_action( 'admin_bar_menu', function { global $wp_admin_bar; $wp_admin_bar->add_menu( array( 'id' => 'spreadshirt-cache-bar', 'title' => '<span style="background-color:red;padding:2px;border: 1px white solid;border-radius:5px;"> Spreadshirt Cache veraltet! </span>', 'href' => '/wp-admin/options-general.php?page=splg_options', 'parent' => 'top-secondary', 'meta' => array( 'class' => '', 'title' =>'Der Cache ist nicht aktuell..', ), ) ); }, 1000 ); } unset($articleData);edit: gerade WP auf 4.7.1 aktualisiert, wieder “No articles in Shop. Please rebuild cache.”
BG,
DanielForum: Plugins
In reply to: [WP-Spreadplugin] Need: auto “rebuild cache” nach updatehi Thimo,
wenn das Plugin upgedated wird.
Wenn es da ein timeout Problem geben kann, dann wäre eine gut sichtbare Warnug “Spreadshirt Cache – out of sync” an Prominenter Position eine gute Möglichkeit dies im Backend erkentlich zu machen.
BG,
DanielHi,
thanks for your reply.
Hi matteo4536,
i have the same problem.
any solutions found?
Viewing 5 replies - 1 through 5 (of 5 total)