paulwwb
Forum Replies Created
-
Forum: Plugins
In reply to: [Prosodia VGW OS] Mehrfachaktion Zählmarke zuordnenWar am Ende nur ein Jquery Problem, sodass die Optionen nicht angezeigt worden sind
If you want to make Version 2.1.5 work again, just go into “inc/course” and open the lp-course-functions.php
There you have to remove lines 757 to 775. The following has to be removed:
add_action( 'template_include', 'learn_press_prepare_archive_courses' ); function learn_press_prepare_archive_courses() { global $wp_query; $query = !empty( LP()->wp_query ) ? LP()->wp_query : $wp_query; if ( !$query || !$query->is_main_query() ) { return; } if ( !empty( $query->posts ) ) { $ids = array(); foreach ( $query->posts as $_post ) { $ids[] = $_post->ID; $_post = sanitize_post( $_post, 'raw' ); wp_cache_add( $_post->ID, $_post, 'posts' ); } _learn_press_get_courses_curriculum( $ids, false, false ); _learn_press_count_users_enrolled_courses( $ids ); //update_meta_cache( 'post', $ids ); } }I think it is because they improved the sql queries performance.
WordPress now get the wrong information about the page. E.g. If I open a single post, WordPress thinks this is a page and now use the page.php template file instead of single.php template file.
Same here, even with their Thimpress Themes. We have to wait for an update.
Forum: Fixing WordPress
In reply to: Update button not working after upgrade to WordPress 4.3Here the same: After deactivating Advanced Custom Fields 4.4.3 (free version) all works now
Forum: Plugins
In reply to: [Prosodia VGW OS] Import von älterer VersionJop, genau so hab ichs mir vorgestellt. Danke!
Forum: Plugins
In reply to: [Prosodia VGW OS] Import von älterer VersionKönntest du vielleicht auch eine Einstellungsmöglichkeit einbauen, dass der Haken bei “Diesem Beitrag eine Zählmarke zuordnen ” standardmäßig gesetzt ist?
Forum: Plugins
In reply to: [Prosodia VGW OS] Import von älterer VersionHört sich gut an. Sag Bescheid, sobald es die Premiumversion zu kaufen gibt.
Forum: Plugins
In reply to: [Prosodia VGW OS] Import von älterer VersionHallo Ronny,
erstmal frohes neues Jahr. Der Import hatte problemlos funktioniert.
Eine Sache (auch wenns nicht zum Topic passt): Planst du eine Zählmarkenrecherche wie Torben Leuschner? Also man gibt den öffentlichen / privaten Code ein und dann wird einem direkt Titel, URL, Text angezeigt, den man dann nur noch kopieren und bei der vgwort einfügen muss?
Grüße
PaulForum: Plugins
In reply to: [Prosodia VGW OS] Import von älterer VersionHallo Ronny,
vielen Dank für die schnelle Antwort. Ich werde das Ganze dann in wenigen Tagen ausprobieren. Backup wird zur Sicherheit natürlich angelegt 😉
Grüße
Paul