Title: Andrew's Replies | WordPress.org

---

# Andrew

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Constant Contact Forms] Using Forms in a template](https://wordpress.org/support/topic/using-forms-in-a-template/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-forms-in-a-template/#post-12935327)
 * I had to echo the do_shortcode[]. My fault! Thank you for that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MINDBODY Widget] Deprecated create_function](https://wordpress.org/support/topic/deprecated-create_function/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/deprecated-create_function/#post-11697275)
 * I’d like to bump this issue as I’m getting that error as well. Code should be
   updates to be in line with PHP 7.2 specs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] sometimesfree.biz – nasty injection that Wordfence missed](https://wordpress.org/support/topic/sometimesfree-biz-nasty-injection-that-wordfence-missed/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/sometimesfree-biz-nasty-injection-that-wordfence-missed/#post-9949251)
 * Thank you [@jodamo5](https://wordpress.org/support/users/jodamo5/), I’ve got 
   a site that had some nasty JS dancewithme.biz injected all over and it was not
   picked up by Wordfence either.
 * You’re solution did the trick. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Issues with Select2 fields and reverting to standard Select Fields](https://wordpress.org/support/topic/issues-with-select2-fields-and-reverting-to-standard-select-fields/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/issues-with-select2-fields-and-reverting-to-standard-select-fields/#post-9690203)
 * Thank You Nicola! That will help me get things running for the mean time and 
   allow me to troubleshoot it down the road (when it’s not holiday shopping time!)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] No Social Meta for WooCommerce Products](https://wordpress.org/support/topic/no-social-meta-for-woocommerce-products/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/no-social-meta-for-woocommerce-products/#post-9581328)
 * That was it! I didn’t have SEO on Products & Variations checked off in the General
   Settings.
 * Thank you sir. Case Closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] No Social Meta for WooCommerce Products](https://wordpress.org/support/topic/no-social-meta-for-woocommerce-products/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/no-social-meta-for-woocommerce-products/#post-9581063)
 * Michael,
    I’ve gone through the site, disabled all plugins except AIOSEOP & WC
   and reverted to the deafault twentysixteen and still did not get output on my
   products. I reset all settings to default within AIOSEOP and resetup the social
   meta module and still no output.
 * What can we do next?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] 3.0 Product gallery issues on Mobile](https://wordpress.org/support/topic/3-0-product-gallery-issues-on-mobile/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years ago](https://wordpress.org/support/topic/3-0-product-gallery-issues-on-mobile/#post-9042046)
 * Hi Crew,
    I figured out how to force mobile friendly image sizes via CSS. it 
   took a bit of testing to figure out. Below is the media query I had to add to
   my style.css to have product images fit within the screen size.
 *     ```
       /* Small Screens */
       @media screen and (max-width: 460px) {
         .woocommerce-product-gallery__image {
           min-height: 300px;
         }
         div.product div.images img, #content div.product div.images img {
           width: auto;
         }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shop redirecting to Home Page](https://wordpress.org/support/topic/shop-redirecting-to-home-page/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/shop-redirecting-to-home-page/#post-9031919)
 * Harvey, It works fine for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Image Gallery – full size pictures in 3.0 upgrade](https://wordpress.org/support/topic/product-image-gallery-full-size-pictures-in-3-0-upgrade/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/product-image-gallery-full-size-pictures-in-3-0-upgrade/#post-9031913)
 * This is an issue I ran into already. Basically the 3.0 upgrade changed these 
   elements drastically and your old gallery broke on update. The new gallery requires
   you to add theme support for the new elements.
 * This [blog post](https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/)
   has everything you need to get sorted and start using the new galleries.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WooCommerce Password Reset Issue: RESOLVED](https://wordpress.org/support/topic/woocommerce-password-reset-issue-resolved/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-password-reset-issue-resolved/#post-8782770)
 * Joe! Thank you for posting this. We’re having the same issue and it saved a ton
   of time (we host with WP Engine too).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Country and State/Province fields not working in iOS](https://wordpress.org/support/topic/country-and-stateprovince-fields-not-working-in-ios/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/country-and-stateprovince-fields-not-working-in-ios/#post-8419716)
 * Oh Thank goodness [@atmacmillan](https://wordpress.org/support/users/atmacmillan/)!
   Thanks a ton. That worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Polylang Conflicting with LearnDash LMS](https://wordpress.org/support/topic/polylang-conflicting-with-learndash-lms/)
 *  Thread Starter [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/polylang-conflicting-with-learndash-lms/#post-8339770)
 * Nope! Never got it sorted and we had to switch our entire translation system 
   to WPML. If you’re starting from scratch I’d recommend WPML (not because I like
   it better as a translation plugin, but because we haven’t had any conflicts with
   LearnDash as of yet).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Slide show stopped appearing on page](https://wordpress.org/support/topic/slide-show-stopped-appearing-on-page/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/slide-show-stopped-appearing-on-page/#post-8324584)
 * [@dxwallace](https://wordpress.org/support/users/dxwallace/) You’ll need to place
   this CSS in your theme’s CSS file (style.css).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Country and State/Province fields not working in iOS](https://wordpress.org/support/topic/country-and-stateprovince-fields-not-working-in-ios/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/country-and-stateprovince-fields-not-working-in-ios/#post-7741072)
 * Hey Josh, What did you find as the culprit? I believe I’m dealing with the same
   problem.
    -  This reply was modified 9 years, 8 months ago by [Andrew](https://wordpress.org/support/users/cipes/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No products were found matching your selection woocommerce](https://wordpress.org/support/topic/no-products-were-found-matching-your-selection-woocommerce-1/)
 *  [Andrew](https://wordpress.org/support/users/cipes/)
 * (@cipes)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/no-products-were-found-matching-your-selection-woocommerce-1/page/2/#post-7567151)
 * [@vishalraj232](https://wordpress.org/support/users/vishalraj232/), The issue
   is that my theme employed a custom post type ‘portfolio’ and inadvertently I 
   had changed the theme settings and suddenly all my WooCommerce products became
   portfolio items and were thus hidden.
 * Does your theme have any custom post types? Because if you’ve done something 
   by accident like I did, even if you de-activate the theme, it will not fix the
   issue as the theme fundamentally altered the WP database.
 * If you feel like sharing your credentials I can look at it for you (privately).
   Otherwise I’d look into that custom post types within your theme and see if you
   managed to move your products to a different post type accidentally.

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

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