Title: ModDish's Replies | WordPress.org

---

# ModDish

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/moddish/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/moddish/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/moddish/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/moddish/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/moddish/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/moddish/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] You have one or more BackWPup jobs that need to reauthenticate with Dropbox.](https://wordpress.org/support/topic/you-have-one-or-more-backwpup-jobs-that-need-to-reauthenticate-with-dropbox/)
 *  Thread Starter [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/you-have-one-or-more-backwpup-jobs-that-need-to-reauthenticate-with-dropbox/#post-15464523)
 * Perfect, thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] 404 Page Not Found on Products](https://wordpress.org/support/topic/404-page-not-found-on-products/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/404-page-not-found-on-products/#post-8676146)
 * installation page:
 * > Extract the zip file and upload the contents to the wp-content/plugins/ directory
   > of your WordPress installation and then activate the plugin from plugins page.
   > The plugin registers a new custom post type, so you’ll want to update your 
   > permalinks. No need to change your permalink structure, just go to “Settings-
   > >Permalinks” and click “Save Changes” without making any modifications.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] 404 Page Not Found on Products](https://wordpress.org/support/topic/404-page-not-found-on-products/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/404-page-not-found-on-products/#post-8676137)
 * I don’t normally reply to problems that are based on the fact that you never 
   followed the install instructions.
 * “go to Settings->Permalinks, and on that page click ‘Save Changes’. Once I’d 
   done that, all the pages started resolving properly.”
 * which is clearly stated….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Support Plugin](https://wordpress.org/support/topic/support-plugin/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/support-plugin/#post-8676127)
 * should be fine, just haven’t had the time to update the stats on wordpress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Products Command is gone](https://wordpress.org/support/topic/products-command-is-gone/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/products-command-is-gone/#post-7434904)
 * Hard to diagnose the site, without seeing the site 😉 could be a million things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Thumbnail product images](https://wordpress.org/support/topic/thumbnail-product-images/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-product-images/#post-6848646)
 * this is your themes single.php files featured image, nothing to do with the plugin.
   you will need to create an alternate single file for products to customize the
   individual view.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Products Command is gone](https://wordpress.org/support/topic/products-command-is-gone/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/products-command-is-gone/#post-7434774)
 * sounds like you disabled the plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms No CAPTCHA reCAPTCHA] Responsive / No fixed Width](https://wordpress.org/support/topic/responsive-no-fixed-width/)
 *  [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/responsive-no-fixed-width/#post-6609132)
 * EDIT:
 * /plugins/gravity-forms-no-captcha-recaptcha/public/class-gf-no-captcha-recaptcha-
   public.php
 * change:
 *     ```
       // Public sees CAPTCHA field
                       return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '"></div></div>';
       ```
   
 * To:
 *     ```
       // Public sees CAPTCHA field
                       return '<div class="ginput_container"><div class="g-recaptcha" data-sitekey="' . $site_key . '" data-theme="' . $theme . '" style="transform:scale(0.67);transform-origin:0 0"></div></div>';
       ```
   
 * you may need to play with the
    style=”transform:scale(0.67)
 * for your site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Using Shortcode in Widget](https://wordpress.org/support/topic/using-shortcode-in-widget/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/using-shortcode-in-widget/#post-6519472)
 * your theme needs to support shortcodes in widgets
 * add
 *     ```
       // Enable shortcodes in widgets
       add_filter('widget_text', 'do_shortcode');
       ```
   
 * to your themese function file.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Grid Products] Not working with WPe-commerce](https://wordpress.org/support/topic/not-working-with-wpe-commerce/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/not-working-with-wpe-commerce/#post-8002844)
 * Thats not what the plugin is designed for ….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Search products](https://wordpress.org/support/topic/search-products/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-products/#post-6447215)
 * there must be something in your theme preventing search, as the code to add them
   to the search is already in the plugin.
 * try adding this to your themes function file
 *     ```
       function filter_search($query) {
           if ($query->is_search) {
       	$query->set('post_type', array('post', 'grid_products'));
           };
           return $query;
       };
       add_filter('pre_get_posts', 'filter_search');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] How To Create Boxes Around Product Thumbs?](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [11 years ago](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/#post-5857731)
 * OR
 * in the plugin file do a fine and replace for
 * productmoreholder
 * replace with
 * productmoreholder btn
 * Then in the style sheet
 * .productmoretag a {
    float: right; -moz-border-radius: 5px 5px 5px 5px; border-
   radius: 5px 5px 5px 5px; background: none repeat scroll 0 0 #002e69; display:
   block; padding: 3px 5px; font-size: 10pt; color: #fff; text-decoration: none;}
 * replace with
 * .productmoretag a {
    float: right; -moz-border-radius: 5px 5px 5px 5px; border-
   radius: 5px 5px 5px 5px; // background: none repeat scroll 0 0 #002e69; display:
   block; padding: 3px 5px; font-size: 10pt; color: #fff; text-decoration: none;}
 * AND
 * .productmoretag a:hover {
    background: none repeat scroll 0 0 #6e95b6; text-decoration:
   none; color: #fff; text-decoration: none; }
 * WITH
 * .productmoretag a:hover {
    //background: none repeat scroll 0 0 #6e95b6; text-
   decoration: none; color: #fff; text-decoration: none; }
 * this will let your theme handle the buttons ( red button yellow hover )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] How To Create Boxes Around Product Thumbs?](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [11 years ago](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/#post-5857730)
 * just add a class
 * ul.products img {
 * }
 * to your style sheet, and but a border or whatever style you want on it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] How To Create Boxes Around Product Thumbs?](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-create-boxes-around-product-thumbs/#post-5857623)
 * link to your site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid Products] Can't find short code](https://wordpress.org/support/topic/cant-find-short-code/)
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/cant-find-short-code/#post-5640742)
 * Install tab of plugin:
 * Extract the zip file and upload the contents to the wp-content/plugins/ directory
   of your WordPress installation and then activate the plugin from plugins page.
 * The plugin registers a new custom post type, so you’ll want to update your permalinks.
   No need to change your permalink structure, just go to “Settings->Permalinks”
   and click “Save Changes” without making any modifications.
 * Possible Shortcode [product]
 * Shortcode options :
 * cat
 * Used to display only produces in a certain category. If not set ALL products 
   from any category will be shown.
 * Usage : cat=”category-slug”
 * id
 * You can insert a single Product
 * Usage : id=”1234″ – where 1234 is the post ID.
 * Note: the cat & the id attributes are mutually exclusive. Don’t use both in the
   same shortcode.
    hidetitle
 * Used in conjunction with the “cat” shortcode to hide the category title incase
   you would like to use something else instead of the category name.
 * Usage : hidetitle=”yes”
 * featured
 * Will set the background of the container to a default light grey.
 * Usage : featured=”yes”
 * view
 * The default view is a grid view, if you would prefer to use “list” view set this
   attribute to equal list
 * Usage : view=”list”
 * buttontext
 * The default button text is “Read More” if you would like to change the text use
   this attribute
 * Usage : buttontext=”your text here”
 * des
 * Used to disable the product excerpt in the default grid view.
 * Usage : des=”no”
 * maxdes
 * Used to set the number of words used in the excerpt in the default grid view.(
   default – 20) must be a number.
 * Usage : maxdes=”50″

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

1 [2](https://wordpress.org/support/users/moddish/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/moddish/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/moddish/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/moddish/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/moddish/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/moddish/replies/page/2/?output_format=md)