Title: stevieg's Replies | WordPress.org

---

# stevieg

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Ugrade 2.2.8 Breaks My site](https://wordpress.org/support/topic/ugrade-2-2-8-breaks-my-site/)
 *  [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/ugrade-2-2-8-breaks-my-site/#post-9228388)
 * This version sucks. Some sites have broken completely and giving just a row of‘?’
   and others have stopped working because Page Templates are not recognised!
 * How do I get a zip of the previous version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] How to remove "It's only fair to share…"?](https://wordpress.org/support/topic/how-to-remove-its-only-fair-to-share/)
 *  [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-its-only-fair-to-share/#post-8135464)
 * I also want to change this text but the Setttings don’t change even though the
   save comes back with a ‘Tick’.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Child theme CSS no longer recognised](https://wordpress.org/support/topic/child-theme-css-no-longer-recognised/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years ago](https://wordpress.org/support/topic/child-theme-css-no-longer-recognised/#post-7365635)
 * Hi James. Did that and the stylesheet now gets picked up. However, the theme 
   has changed so much ( its even wider) that it looks too different from the original
   to be acceptable. Cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery – YouTube Gallery & Responsive Video Playlist] Video Gallery hides thumbnails in small responsive mode](https://wordpress.org/support/topic/video-gallery-hides-thumbnails-in-small-responsive-mode/)
 *  [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/video-gallery-hides-thumbnails-in-small-responsive-mode/#post-5971023)
 * Hi. I’m running 2.1.0 but can’t see where to set this option.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Add site search to storefront](https://wordpress.org/support/topic/add-site-search-to-storefront/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/add-site-search-to-storefront/#post-6908165)
 * It’s not quite as simple (as you might expect) but that works fine. I was trying
   to avoid that in case the WP search was amended in storefront for some reason.
   Cheers.
    Just for info this was what I added to my child css
 *     ```
       .site-search .widget_product_search input[type="search"], .site-search .widget_product_search input[type="text"] {
           line-height: 1;
           padding: 0.618em 0.618em 0.618em 2.618em;
       }
       .site-search .widget_product_search form:before{top:0.618em;left:1em}
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Add site search to storefront](https://wordpress.org/support/topic/add-site-search-to-storefront/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/add-site-search-to-storefront/#post-6908095)
 * I’ve done that and actually it’s fine. I made a change to use the WP search for
   information pages/blog and the WC search woocommerce pages which works great 
   except that the styling is different. I tracked this to the fact that the WC 
   search has a class of widget_product_search which I would like to change to be
   widget_search to match the WP search form.
 * My problem is how to effect that change. I need to override the widget_cssclass
   in the WC_Widget_Product_Search widget. Any idea how to go about this in my child
   theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] Ad with script won't show but preview is fine](https://wordpress.org/support/topic/ad-with-script-wont-show-but-preview-is-fine/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/ad-with-script-wont-show-but-preview-is-fine/#post-6433678)
 * Spoke too soon. The ad has a script which runs in a Text widget just fine but
   when I try it in SAM I get the script but not the iframe that should appear.
   
   If you look at [http://www.hysterectomy-association.org.uk/contact-us/](http://www.hysterectomy-association.org.uk/contact-us/)
   you can see the ad at the bottom of the sidebar. Looking at the code, the ad 
   that is visible appears(in a TEXT widget) immediately following a SAM widget 
   displaying the ad place.
 * So, given that the ad script is fine, what am I missing to get the ad to display?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] Ad with script won't show but preview is fine](https://wordpress.org/support/topic/ad-with-script-wont-show-but-preview-is-fine/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ad-with-script-wont-show-but-preview-is-fine/#post-6433411)
 * Seems ok now. No idea what could have caused the prob – maybe cacheing
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ads Manager] Ad on specific page not showing](https://wordpress.org/support/topic/ad-on-specific-page-not-showing/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/ad-on-specific-page-not-showing/#post-6280602)
 * No worries found the problem. I needed to stop the default from appearing on 
   that page:-(
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] conflict with shortcode query](https://wordpress.org/support/topic/conflict-with-shortcode-query/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/conflict-with-shortcode-query/#post-4248780)
 * This has only become a problem with the latest version of Nextgen installed. 
   1.9.13 is fine. I’m following the conventions layed out in the codex. I’m not
   using the shortcode recursively. The Page simply has a [imquote tag=”east-view-
   barn”] to display posts with this tag.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] Conflict with Gravity Forms – Custom Post Type](https://wordpress.org/support/topic/conflict-with-gravity-forms-custom-post-type/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [13 years ago](https://wordpress.org/support/topic/conflict-with-gravity-forms-custom-post-type/#post-3710971)
 * Brilliant. that’s done the trick. Thank you very much for the quick response 
   it’s very much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] Conflict with Gravity Forms – Custom Post Type](https://wordpress.org/support/topic/conflict-with-gravity-forms-custom-post-type/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [13 years ago](https://wordpress.org/support/topic/conflict-with-gravity-forms-custom-post-type/#post-3710734)
 * It enhances Gravity Forms to allow you to populate Custom Post types and Taxonomies.
   In my case I am using it to populate a taxonomy via a checkbox. What happens 
   is that the field no longer displays. It’s supposed to offer the options i.e.
   the registered taxonomies.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] [Plugin: Gravity Forms Custom Post Types] Taxonomy field broken](https://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-taxonomy-field-broken/)
 *  [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [13 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-taxonomy-field-broken/#post-3078789)
 * Just found the conflict is with User Access manager new version 1.2.3 out yesterday.
   Will this be the same issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] [Plugin: Gravity Forms Custom Post Types] Taxonomy field broken](https://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-taxonomy-field-broken/)
 *  [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [13 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-custom-post-types-taxonomy-field-broken/#post-3078788)
 * I am using this to create Posts and am having the same problem in that the taxonomy
   field no longer displays the checkbox – a problem as its a required field.
    What
   is the quick fix I can make?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twntytwelve header image not showing](https://wordpress.org/support/topic/twntytwelve-header-image-not-showing/)
 *  Thread Starter [stevieg](https://wordpress.org/support/users/stevieg/)
 * (@stevieg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twntytwelve-header-image-not-showing/#post-3400576)
 * dOH. fILE PERMISSIONS

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

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