Title: InterlockSolutions's Replies | WordPress.org

---

# InterlockSolutions

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] No Search Results – Query Off](https://wordpress.org/support/topic/no-search-results-query-off/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/no-search-results-query-off/#post-18127045)
 * Thanks for pointing me in the right direction, Mikko. I had to make two minor
   tweaks to the code you sent to get it to work for me, but now the search is fully
   functional. I used the filter “relevanssi_modify_wp_query” and changed “any” 
   to “page,post”. That did the trick. Here’s the final code:
 *     ```wp-block-code
       add_filter( 'relevanssi_modify_wp_query', function( $query ) {	$query->set( 'post_types', 'page,post' );	return $query;} );
       ```
   
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Sharing Plugin - Sassy Social Share] Show Floating Icons on Certain Pages Only](https://wordpress.org/support/topic/show-floating-icons-on-certain-pages-only/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/show-floating-icons-on-certain-pages-only/#post-10142927)
 * Never mind! I just figured out that I can simply add the [Sassy_Social_Share]
   shortcode to the bottom of the page, and the icons show up like I want. Sorry,
   I should have realized that before pinging you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Sharing Plugin - Sassy Social Share] Show Floating Icons on Certain Pages Only](https://wordpress.org/support/topic/show-floating-icons-on-certain-pages-only/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/show-floating-icons-on-certain-pages-only/#post-10142881)
 * Thanks for the reply. I have created a custom field for the pages where I want
   this to show with the name of “social_share_icons” and the value set to “true”.
   Can you check that in a hook and then display the icons if it exists and is set
   to true?
 * If you have another idea of a $post property I can set, let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Displaying Page Menu on Post Page](https://wordpress.org/support/topic/displaying-page-menu-on-post-page/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/displaying-page-menu-on-post-page/#post-10116534)
 * Thanks, Mat. If you could let me know when that version is released, I will purchase
   and use it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Brilliant Web-to-Lead for Salesforce] Filter email field for Gmail and Yahoo](https://wordpress.org/support/topic/filter-email-field-for-gmail-and-yahoo/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/filter-email-field-for-gmail-and-yahoo/#post-10054921)
 * Nevermind. I found the answer here:
 * [https://wordpress.org/plugins/salesforce-wordpress-to-lead/](https://wordpress.org/plugins/salesforce-wordpress-to-lead/)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] Integrating with Facebook login](https://wordpress.org/support/topic/integrating-with-facebook-login/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/integrating-with-facebook-login/#post-6641159)
 * Is there some way to use some PHP code to log someone in that isn’t going through
   your login? For example, something like:
 * SwpmMemberUtils::log_member_in(‘abc@xyz.com’);
 * If there were a command to do this, I could use some WordPress hooks to log someone
   in to the Simple Membership plugin after they login via Facebook or WordPress.
 * Other than a few commands on your support pages, I did not see a full API to 
   access your plugin. Does something like what I’ve got above exist? Alternatively,
   can you please list all the commands that go with “SwpmMemberUtils”? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] Integrating with Facebook login](https://wordpress.org/support/topic/integrating-with-facebook-login/)
 *  Thread Starter [InterlockSolutions](https://wordpress.org/support/users/interlocksolutions/)
 * (@interlocksolutions)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/integrating-with-facebook-login/#post-6641152)
 * Thanks for the quick response. Is there a way to programmatically (using PHP)
   log somebody in to the Simple Membership plugin so I can work around this?

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