That was me trying to add the sub directory and the silk theme.
Here is a shortcode from a page that did display the silk theme until I updated to version 3 of FA.
[fileaway sub=”spice” mod=”yes” style=”silk” corners=”elliptical”]
Now, it no longer shows the silk theme.
http://demodavepro.com/spice
When using the shortcode generator, I don’t see the option of the silk theme anymore. Just silver bullet or minimalist. Also, did you remove the ability to define the sub directory from the FA generator?
Sorry if these are dumb questions.
I see what I did wrong. We are all good! Sorry about that!
Actually, we’re not all good. The Silk theme has been accidentally ignored from the list of options. I will include a fix in the next update, but for now, go to:
/wp-content/plugins/file-away/lib/cls/class.fileaway_attributes.php
Go down to line 116 and change this:
if($type === 'flightboxes')
to this:
elseif($type === 'flightboxes')
The sub attribute is still there, never went away. But it’s not available on the Attach Away generator, if that’s what you were doing.
Well I still don’t see how to get silk with the light background anymore.
Just saw our response. Thank you!
And that fixed it!! Thank you!!!