Title: c.note's Replies | WordPress.org

---

# c.note

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [WordPress Rest API search](https://wordpress.org/support/topic/wordpress-rest-api-search-results/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wordpress-rest-api-search-results/#post-16843829)
 * Post type descending not description. I have the standard search as well as an
   API driven search which looks at **post**, **page** and a custom post type **
   article**. The descending is to ensure **posts** are at the top of the results.
 * Its now working, I had a **pre_get_posts** for the search.php but it had a **
   is_main_query** so was being ignored when it was the API query.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Rest API search results endpoint](https://wordpress.org/support/topic/rest-api-search-endpoint/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/rest-api-search-endpoint/#post-15646966)
 * [@standoutpk](https://wordpress.org/support/users/standoutpk/) I didn’t end up
   using the plugin that particular time as I just used a custom function in functions.
   php rather than installing the plugin for my project. Its a good plugin but unless
   I was going to use the settings then a function was sufficient for me.
 * I didn’t have to do anything to make it work – simply installing the plugin was
   sufficient it worked straight away. Check the plugin settings I can’t recall 
   if its enabled by default to search those fields.
 * > what did you mean by having checked the postmeta?
 * Here I meant that I was able to confirm that the search was indeed including 
   the ACF fields in the search as my tests were based on specific search terms 
   I added and I checked/compared the postmeta to confirm the accuracy of the results.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Rest API search results endpoint](https://wordpress.org/support/topic/rest-api-search-endpoint/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/rest-api-search-endpoint/#post-15229243)
 * Found the time to do a quick test and **YES** it works exactly as I hoped it 
   would both the search and the Rest API return results having checked the postmeta.
 * Nice options in the settings so it will only check certain field types.
    -  This reply was modified 4 years, 4 months ago by [c.note](https://wordpress.org/support/users/cnote/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Rest API search results endpoint](https://wordpress.org/support/topic/rest-api-search-endpoint/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/rest-api-search-endpoint/#post-15227535)
 * Not yet I will try it over the weekend. I’ll setup a playground WP site and install
   your app.
 * I was hoping someone might be able to tell so I know whether to even bother trying
   it, should it work?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Prevent the plugin loading jquery.js](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/#post-10437882)
 * Hi,
 * Thanks for the offer, I’m keen to discover the solution so I will try to get 
   it online ASAP and send a link.
 * In the meantime I’ve managed to look at it again on my local environment and 
   I noticed that when I add the deregister the CDATA and instagram js file aren’t
   added to the footer. I’ve added it manually everything appears to work.
 * I used the same approach I’ve implemented for other plugins where I prevent an
   older version of jquery being loaded, this for example is the approach recommended
   for Contact 7 Form applied to Instagram Feed.
 * Does that make sense?
 *     ```
       <?php if(function_exists('sb_instagram_scripts_enqueue')): ?>
       <script type="text/javascript">
       /* <![CDATA[ */
       var sb_instagram_js_options = {"sb_instagram_at":"197202987.M2E4MWE5Zg==.NjA1MmJjOWRmMzUzN.DU0MjgzN2JkYWFkODNlZjFhM2E=","font_method":"svg"};
       /* ]]> */
       </script>
       <?php
           $url = plugins_url('instagram-feed/js/sb-instagram.min.js?ver=1.8.3');
           echo "<script type='text/javascript' src='$url'></script>";
       endif;
       ?>
       ```
   
    -  This reply was modified 7 years, 10 months ago by [c.note](https://wordpress.org/support/users/cnote/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Prevent the plugin loading jquery.js](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/#post-10422635)
 * Hi,
 * Its a custom theme so pretty much all script enqueueing is customised and I’m
   using [https://code.jquery.com/jquery-3.2.1.min.js](https://code.jquery.com/jquery-3.2.1.min.js)
   in header.php as far I ‘m aware that not one of the light versions. Incidentially
   I see its actually one sub version removed from the latest as its now 3.3.
 * When I wp_deregister_script(‘jquery’) the Instagram widget hangs on the loading
   icon. No errors in the console.
 * [Screenshot on tinypic](http://i64.tinypic.com/v4ur84.jpg)
 * Its not a big problem the only impact I have noticed is I have to place a couple
   of jquery plugin link tags in the footer (jquery.backstretch.min.js,bootstrap.
   min.js etc.) instead header otherwise I get a js error because of the old jquery
   file.
 * I try to follow best practice as much as I can and to me it doesn’t make sense
   to load jquery twice if I can avoid it.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Prevent the plugin loading jquery.js](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/prevent-the-plugin-loading-jquery-js/#post-10420135)
 * No idea how or where the plugin is triggering the load but wp_deregister_script
   serves the purpose.
    wp_deregister_script( ‘jquery’ );
 * Although the plugin doesn’t seem to work without the old version of jquery.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Thumbnail Preview Issue](https://wordpress.org/support/topic/wp-thumbnail-preview-issue/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/wp-thumbnail-preview-issue/#post-10077336)
 * Hosting company needed to update the relevant modules, took them a while to figure
   it out at first they pointed the finger at recent theme developments but I could
   see from the media library roughly when it stopped working so that didn’t fit
   with the theme development updates timeline, so it was server issue.
 * Can’t believe it stopped working both locally and remotely at roughly the same
   time. I was initially stumped by this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Thumbnail Preview Issue](https://wordpress.org/support/topic/wp-thumbnail-preview-issue/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/wp-thumbnail-preview-issue/#post-10070201)
 * Ah thank you.
 * I had upgraded the version of my MAMP Pro in recent times and Imagick/ImageMagick
   was no longer enabled. I was certain it enabled by default as I don’t ever recalling
   manually enabling it in the past.
 * That explains the local environment so hopefully I can get answers from the hosting
   company.
 * Its a very useful feature to have a front-cover thumbnail auto-generated.
    -  This reply was modified 8 years, 2 months ago by [c.note](https://wordpress.org/support/users/cnote/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Everything] Search Everything with Advanced Custom Fields?](https://wordpress.org/support/topic/search-everything-with-advanced-custom-fields/)
 *  [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/search-everything-with-advanced-custom-fields/#post-6338751)
 * It should work as I’m using it now for the same purpose, I’ve never had any issues
   with that feature.
 * Are you searching a custom post type? If so make sure its public otherwise it
   wont appear in the search.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Types Order] Conflicts with ACF](https://wordpress.org/support/topic/conflicts-with-acf-1/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/conflicts-with-acf-1/#post-6352939)
 * Just noticed this topic, while its not a complete solution it helps.
 * [https://wordpress.org/support/topic/problem-with-acf?replies=4](https://wordpress.org/support/topic/problem-with-acf?replies=4)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] Migrating site loses Admin Menu Editor settings](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/#post-6167959)
 * Out of interest, how do you deal with the same issue when migrating a site that
   is part of a multi-site setup? Is exporting the menu settings (Pro version) the
   only option in order to retain the settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] Migrating site loses Admin Menu Editor settings](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/#post-6167783)
 * Edit: It worked on the second attempt
 * Handy tool!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] Migrating site loses Admin Menu Editor settings](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/#post-6167781)
 * I tried in a site I was just about to migrate and no joy on that server due to
   security
 * > 2: set_time_limit() has been disabled for security reasons in /home/../replace/
   > srdb.class.php on line 283
   >  The dry-run option was selected. No replacements
   > will be made.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] Migrating site loses Admin Menu Editor settings](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/)
 *  Thread Starter [c.note](https://wordpress.org/support/users/cnote/)
 * (@cnote)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/migrating-site-loses-admin-menu-editor-settings/#post-6167777)
 * > Does your process for migrating a site involve running a direct search & replace
   > on WP database tables to replace the old URL with the new one? …
 * I’ve just being doing it manually on the SQL dump and to be honest for the most
   part its fine. Just annoying when one of the plugins loses its settings and a
   lot effort has gone into configuring those settings.
 * I’ll check it out, thanks

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

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