spearmint_man
Forum Replies Created
-
Cheers who would have thought the old classic of switch it off and on again would work so well ??
Uninstalled worked a treat !
Cheers Javier
Forum: Plugins
In reply to: [Media Library Assistant] A simple list of files with a mini icon next to it.OK that last message was utter rubbish…. but still completely confused.
style list ….
<style type=’text/css’>
#[+selector+] {
margin: auto;
width: 100%;
}
#[+selector+] .gallery-item {
float: right;
margin: 0px 0px -0.4em;
text-align: center;
width: [+itemwidth+];
}
#[+selector+] .gallery-item .gallery-icon img {
margin: 0px 0px -0.4em;
border-bottom:none;
border:10px;
padding:1px;
}
#[+selector+] .gallery-caption {
margin-left: 0;
vertical-align: top;
}
/* see mla_gallery_shortcode() in media-library-assistant/includes/class-mla-shortcodes.php */
</style>The messed around in item markup and now have ….
<[+itemtag+] class=’gallery-item [+last_in_row+]’>
<[+icontag+] class=’gallery-icon [+orientation+]’>
[+link+][+caption+]
</[+icontag+]>
</[+itemtag+]>but getting confused so giving up.
Forum: Plugins
In reply to: [Media Library Assistant] A simple list of files with a mini icon next to it.OK so have created a template and its sort of working however now i seem to have style which is from my style.css which is causing me a problem…
.entry-content img, .content-sidebar img, .comment-content img {
margin: 0px 0px 1.5em;
max-width: 100%;
height: auto;so I want to overide this margin to be ….
margin: 0px 0px -0.4em; for example but am lost at this … I have tried to add this to the template but haven’t had much joy.
The site in question is here.
Forum: Plugins
In reply to: [Media Library Assistant] A simple list of files with a mini icon next to it.The nearest I have got to is ……
[mla_gallery post_mime_type=”application/pdf” size=icon mla_caption=”{+title+}” attachment_category=”eden-house-schedule” mla_itemwidth=”auto” mla_float=”left” mla_image_attributes=”width=16 height=16 ” link=”file” columns=”1″ orderby=”date DESC”]
But the gallery-caption is on a sepearte line feed if you will. I just want a simple succint list of files with a litle ico next to them. I can see myself using this plugin lots of other ways – but for now this problem is most puzzling.
Ive read about making my own style template – but this flumoxes me somewhat. The problem for me is that this plugin has so much capability – but I’m a complete fool!