Title: jakemc's Replies | WordPress.org

---

# jakemc

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/jakemc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jakemc/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jakemc/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Query loop block variation with orderBy menu_order and CPT](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/#post-17999429)
 * If it helps anyone else, I discovered almost by chance that the problem was fixed
   by ensuring that my CPT supported “page-attributes” (which I’d assumed wouldn’t
   be necessary since it was defined as “hierarchical”).
 * So, changing
   `'supports' => array( 'title', 'editor', 'excerpt', 'custom-fields','
   thumbnail', 'revisions' ),`to`'supports' => array( 'title', 'editor', 'excerpt','
   custom-fields', 'thumbnail', 'revisions', 'page-attributes' ),`fixed the display
   problem for my query block variation in the block editor.
 * Not sure if this counts as a Gutenberg bug. I’ll be happy to submit it to Github
   if someone thinks it is…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Query loop block variation with orderBy menu_order and CPT](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/#post-17996751)
 * Thank you, Helena. I think my issue is different: the issue you’ve linked to 
   appears to be about one query block variation’s parameters affecting other queries
   on the front-end whereas my query block variation sits happily on the front end
   with other queries from other query block variations all with the desired output.
   The problem is that it’s not working in the block editor: the block appears but
   the results of the query are not displayed, just the block loading gif. No console
   errors are displayed either.
 * Please let me know if I’ve misunderstood, otherwise I’ll raise the issue on Github.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Query loop block variation with orderBy menu_order and CPT](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/query-loop-block-variation-with-orderby-menu_order-and-cpt/#post-17956468)
 * Can anyone tell me where I would report this as a bug?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Problem submitting form with Stripe](https://wordpress.org/support/topic/problem-submitting-form-with-stripe/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/problem-submitting-form-with-stripe/#post-14089550)
 * It was caused by jquery being included twice.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed | All social media in one place] PHP error on page](https://wordpress.org/support/topic/php-error-on-page-2/)
 *  [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-page-2/#post-8728599)
 * … or I should say that it *didn’t* then work for me, but it stopped the error
   occurring…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed | All social media in one place] PHP error on page](https://wordpress.org/support/topic/php-error-on-page-2/)
 *  [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-page-2/#post-8728594)
 * The two slashes should be separated by the content of a variable $theme. However,
   when setting up your feed in wp-admin, the default theme isn’t automatically 
   selected. Select and update and it worked for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to add links in visual editor](https://wordpress.org/support/topic/unable-to-add-links-in-visual-editor/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/unable-to-add-links-in-visual-editor/#post-8174984)
 * Thank you James. It was indeed a theme-specific issue. I’d used the admin_head
   filter hook to insert a CSS declaration. No idea why that caused the problem,
   but removing it solved the problem. Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Notif] User feedback when subscription form submitted?](https://wordpress.org/support/topic/user-feedback-when-subscription-form-submitted/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/user-feedback-when-subscription-form-submitted/#post-6870408)
 * Excellent! Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Notif] Possible to omit category selection?](https://wordpress.org/support/topic/possible-to-omit-category-selection/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/possible-to-omit-category-selection/#post-6856552)
 * Thanks Devon. Very happy to help with beta testing. Is there a way I can send
   you my email address privately?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Notif] Possible to omit category selection?](https://wordpress.org/support/topic/possible-to-omit-category-selection/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/possible-to-omit-category-selection/#post-6856494)
 * Thanks Devon.
 * The site I’m working ondoes have categories, but not all are relevant to blog
   posts, so it could be confusing. For the moment, I’ve commented the relevant 
   lines in public/views/post-notif-public-display-sub-prefs.php. Would it be possible
   to wrap the categories functionality in an action hook (which can be removed 
   in functions.php) in the forthcoming release?
 * Thanks again.
    Jake
 * P.S. I have a feature request! Are you happy for me to post here or would you
   prefer a feature request somewhere else?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No update notification on multisite installation](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/#post-6054008)
 * Thanks jkhongusc.
 * I honestly can’t remember where I got that information. Thanks for correcting
   me though.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No update notification on multisite installation](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/#post-6053986)
 * In case anyone else has the same problem:
 * I checked my wp-config.php again and noticed I had set
    define( ‘DISALLOW_FILE_MODS’,
   true );
 * removing this line allowed updates to be ‘noticed’ and performed.
 * I understood that this definition switched off the ‘edit’ menu for plugins and
   themes, not auto-updates. Could this be a bug?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No update notification on multisite installation](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/#post-6053954)
 * Thank you jkhongusc.
 * But, as I said, turning on debugging by setting define(‘WP_DEBUG’, true); hasn’t
   yielded any useful information. No errors are displayed in wp-admin.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No update notification on multisite installation](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/#post-6053952)
 * Thank you jkhongusc, but no PHP errors are reported in the admin area, and nothing
   useful I can see on the front of the site.
 * This is a serious problem because it means that I have to manually upload the
   full WordPress installation every time there’s an update (and there have been
   several in the past couple of weeks alone!)
 * Any more suggestions? Please?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No update notification on multisite installation](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/)
 *  Thread Starter [jakemc](https://wordpress.org/support/users/jakemc/)
 * (@jakemc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-update-notification-on-multisite-installation/#post-6053888)
 * Many thanks for your reply Mika.
 * I’ve manually reinstalled 4.1.3 but it’s still not aware that 4.2 is available.
 * Any further suggestions?

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/jakemc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jakemc/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jakemc/replies/page/2/?output_format=md)