Title: Mark Ward's Replies | WordPress.org

---

# Mark Ward

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] Showing custom field twice](https://wordpress.org/support/topic/showing-custom-field-twice/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/showing-custom-field-twice/#post-10397518)
 * Here is a hacky solution:
 * Add this script to the bottom of your product pages.
 *     ```
       <script>
       jQuery(".wccpf-fields-group-1:not(:first)").remove();
       jQuery(".wccpf-fields-group-2:not(:first)").remove();
       </script>
       ```
   
 * Be sure and replace ‘.wccpf-fields-group-x’ with the id of your field groups.
 * I also had an issue with the datepicker script not being included so I added 
   this to my functions.php file:
 *     ```
       function add_my_scripts( $scripts) {
           if(is_product()){
              wp_enqueue_script( 'jquery-ui-datepicker' );
           }
       }
       add_action('wp_enqueue_scripts', 'add_my_scripts');
       ```
   
 * Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] Showing custom field twice](https://wordpress.org/support/topic/showing-custom-field-twice/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/showing-custom-field-twice/#post-10388982)
 * Any update here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe To Comments Reloaded] “Manage subscriptions” list empty](https://wordpress.org/support/topic/manage-subscriptions-list-empty/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/manage-subscriptions-list-empty/#post-9543504)
 * You need to see what the collation of the tables are in the database table “wp_subscribe_reloaded_subscribers”.
   I had to change the collation to “utf9_general_ci”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] get_formatted_variation_attributes() function error when adding products [fixed]](https://wordpress.org/support/topic/get_formatted_variation_attributes-function-error-when-adding-products-fixed/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/get_formatted_variation_attributes-function-error-when-adding-products-fixed/#post-6968881)
 * @anttiviljami your plugin works as expected. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] Paypal redirect to Cart page and no payment accomplished](https://wordpress.org/support/topic/paypal-redirect-to-cart-page-and-no-payment-accomplished/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/paypal-redirect-to-cart-page-and-no-payment-accomplished/#post-5568503)
 * any update on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Explanatory Dictionary] Bug with escaping quotation marks](https://wordpress.org/support/topic/bug-with-escaping-quotation-marks/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/bug-with-escaping-quotation-marks/#post-4493422)
 * I would also like to see the case-sensitivity feature. It would be great if it
   was an option at the item level, so if you have a proper noun or organization
   name like “YOU” for example you could just enable it when needed.
 * Great, simple plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stop Spammers Classic] Conflicts with WooCommerce Advanced Payments Gateway](https://wordpress.org/support/topic/conflicts-with-woocommerce-advanced-payments-gateway/)
 *  Thread Starter [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/conflicts-with-woocommerce-advanced-payments-gateway/#post-4850511)
 * Hey Keith, thanks for the quick response here and the helpful tip. I know I’m
   not the only one experiencing this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social] Scheduled autobroadcast not working](https://wordpress.org/support/topic/scheduled-autobroadcast-not-working/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/scheduled-autobroadcast-not-working/#post-4675444)
 * Also having this issue…anybody make any progress or have any more information?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yelp Bar] Yelp Bar Star Images Link to https star image instead of http….](https://wordpress.org/support/topic/yelp-bar-star-images-link-to-https-star-image-instead-of-http/)
 *  Thread Starter [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/yelp-bar-star-images-link-to-https-star-image-instead-of-http/#post-4114612)
 * This plugin cause warnings to appear because it is linking to unprotected images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Emails not sending](https://wordpress.org/support/topic/emails-not-sending-9/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/emails-not-sending-9/#post-3753956)
 * Did you figure this out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Global Search] Multisite Global Search Pagination](https://wordpress.org/support/topic/multisite-global-search-pagination/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/multisite-global-search-pagination/#post-2679921)
 * I implemented pagination recently. See the code here: [http://pastebin.com/7bHsKipa](http://pastebin.com/7bHsKipa)
 * Pagination magic starts on line 94 of pastebin code.
 * Look for function `if( !function_exists( 'ms_global_search_page' ) )` line 158
   in multisite-global-search/inc/shortcodes.php.
 * Got the help from this post: [http://wordpress.mcdspot.com/2010/11/25/pagination-using-paginate_links/](http://wordpress.mcdspot.com/2010/11/25/pagination-using-paginate_links/)
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Custom Fields] [Plugin: NextGEN Custom Fields] How can you filter gallery by custom field?](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-how-can-you-filter-gallery-by-custom-field/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-how-can-you-filter-gallery-by-custom-field/#post-1638583)
 * You get any feedback on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Slideshow (non-Flash) stuck on loading animation](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/#post-2072147)
 * <!– ADDED JQUERY CALL –>
    <script type=”text/javascript” src=”[http://code.jquery.com/jquery-1.5.2.min.js”></script&gt](http://code.jquery.com/jquery-1.5.2.min.js”></script&gt);
 * This line in your code might be messing things up…you have two versions of jquery
   being called…wordpress loads jquery by default.
 * Check this link out:
    [http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/](http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Slideshow (non-Flash) stuck on loading animation](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/#post-2072145)
 * How are you including Jquery?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Slideshow (non-Flash) stuck on loading animation](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/)
 *  [Mark Ward](https://wordpress.org/support/users/markwarddesign/)
 * (@markwarddesign)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/slideshow-non-flash-stuck-on-loading-animation/#post-2072144)
 * Set “shuffle” to false and see if that does anything. It looks like it is throwing
   an error.
    Maybe that is defined in one of the other plugins that he offers?
 * You also have a js error with your supersubs…perhaps it isn’t being loaded.

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

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