Title: Shortcode Not Working
Last modified: April 9, 2017

---

# Shortcode Not Working

 *  Resolved [snailshoe](https://wordpress.org/support/users/snailshoe/)
 * (@snailshoe)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-197/)
 * I can’t get the shortcode to show the spec table in any page. The spec table 
   does show on the download page, just not any page I create.
 * I made a blank page and added the shortcode for it and for the EDD button. Only
   the button shows. Here is only what is on the page:
 * [edd-software-specs download_id=”2000″]
 * [purchase_link id=”2000″ style=”button” color=”blue” text=”Purchase”]
 * Do you know why the spec table isn’t showing

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

 *  Plugin Author [isabel104](https://wordpress.org/support/users/isabel104/)
 * (@isabel104)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-197/#post-9013311)
 * Sorry for this issue. I just released version 2.1 which fixes this.
 *  Thread Starter [snailshoe](https://wordpress.org/support/users/snailshoe/)
 * (@snailshoe)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-197/#post-9013326)
 * Thanks! It works now.
 * It shows as a full width table, unlike the table that shows on the download page.
 * Is there a way to adjust the table width in the shortcode version to be the same
   as the download page table?
 *  Plugin Author [isabel104](https://wordpress.org/support/users/isabel104/)
 * (@isabel104)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-197/#post-9013640)
 * Sorry about that. I’ve added that to the list for the next update. For now, you
   can do this by adding some custom CSS code.
 * (Adding custom CSS is easily done in your WordPress dashboard. Go to Appearance–
   > Customize. Click on the “Additional CSS” tab. Enter or paste your custom CSS
   in the box. Click “Save & Publish”.)
 * Add this CSS to make the widget the same width as the regular download page table:
 *     ```
       .widget_edd_software_specs_widget table#isa-edd-specs,
       .widget_edd_software_specs_widget table#isa-edd-specs td:first-child,
       .widget_edd_software_specs_widget table#isa-edd-specs td:last-child {
       	width:auto;
       }
       ```
   
 * If you want to center the widget, you can also add this:
 *     ```
       .widget_edd_software_specs_widget table#isa-edd-specs {
       	margin-left:auto;
       	margin-right:auto;
       }
       ```
   

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

The topic ‘Shortcode Not Working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-digital-downloads-software-specs_ffffff.
   svg)
 * [Easy Digital Downloads - Specs](https://wordpress.org/plugins/easy-digital-downloads-software-specs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-digital-downloads-software-specs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-digital-downloads-software-specs/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-digital-downloads-software-specs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-digital-downloads-software-specs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-digital-downloads-software-specs/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 3 replies
 * 2 participants
 * Last reply from: [isabel104](https://wordpress.org/support/users/isabel104/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-197/#post-9013640)
 * Status: resolved