t2k
Forum Replies Created
-
Forum: Plugins
In reply to: [Virtue/Ascend/Pinnacle Toolkit] Kadence toolkit update goes wrongHad the same Problem with the newest update, they changed something in the root/post_types.php … changed it with an old Version from https://www.ads-software.com/plugins/virtue-toolkit/advanced/ (at the buttom to download old Versions) and it works again after Setting -> Permalinks -> Save
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Image not loading for Borders / IconsNo, its offline / in maintaince mode right now because it will go online next month.
What i also realized:
If i install Owl Template from the foogallery Extension Tab it is installing OWL Carusel Plugin and not this plugin, and i cant select the OWL Carusel in the foogallery Settings. So I installed it from the www.ads-software.com Repo (Plugins -> Install Plugin -> FooGallery Owl Carousel Template)
edit:
You can see in the Screenshot of this user (https://www.ads-software.com/support/topic/want-4-items-in-stage-but-only-3-appear?replies=1) what i mean with missing Border and Icon Images in the Admin Panel!Forum: Plugins
In reply to: [Facebook Fanpage import] Imports Same Post every SyncSo i looked at the commits @ github and found the soloution:
…plugins/facebook-fanpage-import/components/import/import-stream.php
Line 118:
Old: $sql = $wpdb->prepare( “SELECT COUNT(*) FROM $wpdb->posts AS p, $wpdb->postmeta AS m WHERE p.ID = m.post_id AND p.post_type=’%s’ AND p.post_status = ‘publish’ AND m.meta_key = ‘entry_id’ AND m.meta_value = ‘%s'”, $post_type, $entry->id );
New: $sql = $wpdb->prepare( “SELECT COUNT(*) FROM $wpdb->posts AS p, $wpdb->postmeta AS m WHERE p.ID = m.post_id AND p.post_type=’%s’ AND p.post_status <> ‘trash’ AND m.meta_key = ‘entry_id’ AND m.meta_value = ‘%s'”, $post_type, $entry->id );Will be pushed with Version 1.0.0 beta 2
Have fun!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Centering Pictures in a GalleryProblem solved… i should delete cache first, before i post ??