Tagged: cornerstone
-
AuthorPosts
-
February 7, 2017 at 5:01 am #1360953
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.
February 7, 2017 at 5:44 am #1360988Hi there,
Please provide us with URL and login credentials.
Provide us with shortcode and let us where it should be added.Thanks.
February 7, 2017 at 7:05 am #1361079This reply has been marked as private.February 7, 2017 at 7:10 am #1361089Hi there,
I was able to add shortcocode, please check.
Hope it helps.
February 7, 2017 at 7:29 am #1361112Hi,
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?February 7, 2017 at 9:10 am #1361223Hi 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.
February 7, 2017 at 12:48 pm #1361590Worked like a dream!
Thanks so much.
February 7, 2017 at 11:25 pm #1362314You’re welcome.
-
AuthorPosts