Title: faolie's Replies | WordPress.org

---

# faolie

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Woo Search - Product Search for WooCommerce] Exclude categories from search](https://wordpress.org/support/topic/exclude-categories-from-search-2/)
 *  Thread Starter [faolie](https://wordpress.org/support/users/faolie/)
 * (@faolie)
 * [6 years ago](https://wordpress.org/support/topic/exclude-categories-from-search-2/#post-13306887)
 * Yes, it does work. I just realised that for some reason, all of our products 
   are also in the Uncategorised category as well as their proper category. If I
   remove products from the Uncategorised category, Search only shows these products.
 * I need to go through all our active products and remove them from the Uncategorised
   category.
 * Thanks for your help – great plugin by the way.
 * regards
 * David Heriot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Types and Custom Fields creator - WCK] Custom Fields No Longer Functioning Properly](https://wordpress.org/support/topic/custom-fields-no-longer-functioning-properly/)
 *  [faolie](https://wordpress.org/support/users/faolie/)
 * (@faolie)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-fields-no-longer-functioning-properly/#post-9580418)
 * What was the fix for this? We have the same issue after updating to latest WP
   and WCK plugin (free).
 * regards
 * David Heriot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contributors: shariarbd] Plugin Not Working On Opera Beta v.20](https://wordpress.org/support/topic/plugin-not-working-on-opera-beta-v20/)
 *  [faolie](https://wordpress.org/support/users/faolie/)
 * (@faolie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-not-working-on-opera-beta-v20/#post-4649803)
 * Thanks shariarbd. Works now for me on Chrome and on Opera.
 * Any idea why the button graphics aren’t showing on my blog on IE?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contributors: shariarbd] Plugin Not Working On Opera Beta v.20](https://wordpress.org/support/topic/plugin-not-working-on-opera-beta-v20/)
 *  [faolie](https://wordpress.org/support/users/faolie/)
 * (@faolie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-not-working-on-opera-beta-v20/#post-4649801)
 * Didn’t see this thread when I posted yesterday, sorry.
 * The buttons, while visible don’t function on [my blog](http://www.thesocialmediadirectory.com/blog/)
   or your demo for that matter on Chrome v33 or Opera v20. Click on the buttons,
   nothing happens. It works great on FF and ok on IE but there for some reasons
   the arrows don’t show.
 * My original problem with installation was wp_head & wp_foot functions not being
   installed. Once I inserted these into my head and footer it worked (bit hard 
   to do if you don’t know what you’re doing, perhaps give some instructions there?)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with permalinks after updating web.config file](https://wordpress.org/support/topic/problems-with-permalinks-after-updating-webconfig-file/)
 *  [faolie](https://wordpress.org/support/users/faolie/)
 * (@faolie)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/problems-with-permalinks-after-updating-webconfig-file/#post-1933671)
 * Here’s my web.config. Really just a copy from the WP prettylinks page with the
   addition of a defaultdocument. Works fine.
 *     ```
       <?xml version="1.0" encoding="UTF-8"?>
       <configuration>
       <system.webServer>
       <rewrite>
           <rules>
               <rule name="Main Rule" stopProcessing="true">
                   <match url=".*" />
                   <conditions logicalGrouping="MatchAll">
                       <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                       <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                   </conditions>
                   <action type="Rewrite" url="index.php/{R:0}" />
               </rule>
           </rules>
       </rewrite>
       <defaultDocument>
             <files>
               <clear/>
               <add value="index.php"/>
             </files>
       </defaultDocument>
       <httpErrors errorMode="Detailed" />
       </system.webServer>
       </configuration>
       ```
   

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