Title: t2k's Replies | WordPress.org

---

# t2k

  [  ](https://wordpress.org/support/users/t2k/)

 *   [Profile](https://wordpress.org/support/users/t2k/)
 *   [Topics Started](https://wordpress.org/support/users/t2k/topics/)
 *   [Replies Created](https://wordpress.org/support/users/t2k/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/t2k/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/t2k/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/t2k/engagements/)
 *   [Favorites](https://wordpress.org/support/users/t2k/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Virtue/Ascend/Pinnacle Toolkit] Kadence toolkit update goes wrong](https://wordpress.org/support/topic/kadence-toolkit-update-goes-wrong/)
 *  [t2k](https://wordpress.org/support/users/t2k/)
 * (@t2k)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/kadence-toolkit-update-goes-wrong/#post-9269514)
 * Had the same Problem with the newest update, they changed something in the root/
   post_types.php … changed it with an old Version from [https://wordpress.org/plugins/virtue-toolkit/advanced/](https://wordpress.org/plugins/virtue-toolkit/advanced/)(
   at the buttom to download old Versions) and it works again after Setting -> Permalinks-
   > Save
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FooGallery Owl Carousel Template] Image not loading for Borders / Icons](https://wordpress.org/support/topic/image-not-loading-for-borders-icons/)
 *  Thread Starter [t2k](https://wordpress.org/support/users/t2k/)
 * (@t2k)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/image-not-loading-for-borders-icons/#post-7289133)
 * No, 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 wordpress.org Repo (Plugins-
   > Install Plugin -> FooGallery Owl Carousel Template)
 * edit:
    You can see in the Screenshot of this user ([https://wordpress.org/support/topic/want-4-items-in-stage-but-only-3-appear?replies=1](https://wordpress.org/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Fanpage import] Imports Same Post every Sync](https://wordpress.org/support/topic/imports-same-post-every-sync/)
 *  Thread Starter [t2k](https://wordpress.org/support/users/t2k/)
 * (@t2k)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imports-same-post-every-sync/#post-6249025)
 * So 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Centering Pictures in a Gallery](https://wordpress.org/support/topic/nextgen-gallery-centering-pictures-in-a-gallery/)
 *  Thread Starter [t2k](https://wordpress.org/support/users/t2k/)
 * (@t2k)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/nextgen-gallery-centering-pictures-in-a-gallery/#post-1500111)
 * Problem solved… i should delete cache first, before i post 😀

Viewing 4 replies - 1 through 4 (of 4 total)