Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1360953

    martin.mato
    Participant

    Hi,

    I want to insert shortcode for a download created using “WordPress Download Manager” into a table I inserted into the accordion element.

    How do I do this please?

    Can’t seem to get shortcode off WordPress Download Manager.

    #1360988

    Christopher
    Moderator

    Hi there,

    Please provide us with URL and login credentials.
    Provide us with shortcode and let us where it should be added.

    Thanks.

    #1361079

    martin.mato
    Participant
    This reply has been marked as private.
    #1361089

    Christopher
    Moderator

    Hi there,

    I was able to add shortcocode, please check.

    Hope it helps.

    #1361112

    martin.mato
    Participant

    Hi,

    I checked and saw the shortcode added. I got this far too.

    I felt I had done something fundamentally wrong when I saw that the resulting download page swallowed so much space.
    But it is still that way. I want it to take just a small part of my table. How do I achieve this please?

    #1361223

    Lely
    Moderator

    Hi There,

    Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    table.custom-table tr td:first-child,
    table.custom-table tr td:nth-child(2) {
        width: 35%;
    }

    That CSS will set the first 2 columns with 35% width each and leaving 30% for the third. See attached screenshot.

    #1361590

    martin.mato
    Participant

    Worked like a dream!

    Thanks so much.

    #1362314

    Christopher
    Moderator

    You’re welcome.