• Resolved snailshoe

    (@snailshoe)


    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

    (@isabel104)

    Sorry for this issue. I just released version 2.1 which fixes this.

    Thread Starter snailshoe

    (@snailshoe)

    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

    (@isabel104)

    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.