essdeeay
Forum Replies Created
-
Forum: Plugins
In reply to: [Drop Cap Shortcode] BWL Spam Menu Added in Version 1.2I found this yesterday, too, and am surprised the author has let this happen. Drop Cap Shortcode is now disabled – I’ll wait to see if it wants an update without this BWL rubbish before I delete permanently. I use Drop Caps from the these I use (Divi) but this plugin is much easier – what a shame.
Forum: Plugins
In reply to: [File Away] Attachaway lists in random orderAh, that’s the option which doesn’t work then.
My shortcode is:
[attachaway postid=”127″ orderby=”menu_order” style=”silk” display=”list” iconcolor=”red” width=”100″]The page in question is:
http://www.liturgysingers.org/beverley-2014/ (I’ve removed the password for the time being)The order of the attachments in post 127, is listed below, but you’ll see they don’t display in that order:
Beverley Music plans
O where shall wisdom be found (Boyce)
Responses (Ayleward)
Responses (Byrd)
Seht, er kommt mit Preis gekrΓΆnt (Handel)
The Lord’s Prayer (Stone)
Ave Maris Stella (Monteverdi)
For lo, I raise up (Stanford)
Magnificat – Short Service (Gibbons)
Magnificat in G minor (Purcell)
Nunc Dimittis – Short Service (Gibbons)
Nunc Dimittis in G minor (Purcell)Many thanks,
SteveForum: Plugins
In reply to: [File Away] Attachaway lists in random orderThanks very much for sorting this – I can see now that it displays nicely in alphabetical order. Is it easy to allow the order that the files are listed in on the attachment page, or does WordPress not give you that much info?
Many thanks again for a great plugin,
SteveForum: Plugins
In reply to: [File Away] Attachaway lists in random orderAh, OK – sorry for being impatient. Thank you for the plugin.
Steve π
Forum: Plugins
In reply to: [File Away] Attachaway lists in random orderBUMP!
Forum: Themes and Templates
In reply to: twentyfourteen, page background imageNo, it doesn’t matter where in styles.css it goes, but don’t edit the TwentyFourteen theme directly, or when it updates, you’ll lose all your changes – this is why you should use a child theme. Alternative, use a plugin like https://ww.wp.xz.cn/plugins/simple-custom-css/ to make the changes without using a child theme.
However, If you’re asking questions about whether it matters where in the file you put it, you’re probably out of your depth – just a warning!
Steve
Forum: Themes and Templates
In reply to: twentyfourteen, page background imageV_Studio,
You need to make yourself a child theme (easy) then add the code I posted for my solution, to styles.css. Set WordPress to use your child theme, and set the background in WordPress as normal.
Steve
Forum: Plugins
In reply to: [Document Gallery] Shortcode not workingAha! – I was having the same problem as ‘iamcreating’ – I hadn’t added the media to any post/page, so I’ve done as you suggested and used localpost=false.
Thanks very much Dan for your support – it’s a great plugin and I will rate now.
Steve π
Forum: Plugins
In reply to: [Document Gallery] Shortcode not workingDan – thanks, we’re almost there. No code errors now, it’s just not displaying the files. If you check out this page, you’ll see: http://www.liturgysingers.org/test/
It could be that the taxonomy name is not ‘category’ when using this plugin. I don’t care which plugin I use, just want to be able to assign categories/tags to media so your plugin will display them nicely on my pages.
Alternatively, how do I find out the taxonomy name (if that’s what you call it?)
-Steve
Forum: Plugins
In reply to: [Document Gallery] Shortcode not workingHi Dan,
Thank you for taking the time to reply.
Yes, I enabled the Document Gallery plugin – I know you had to ask – it’s like checking if the power cable’s plugged in π
I’ve disabled *all* other plugins, and the only text on my page is now:
[dg [fancy=true] [category=test-category] ]But if you go to the page, you’ll see what I’m getting.
I’m using WordPress 3.9 and for the purposes of diagnosing this problem, and unmodified TwentyFourteen theme.
Kind regards,
SteveForum: Themes and Templates
In reply to: twentyfourteen, page background imagecan you post you website please so i can have a look
Forum: Themes and Templates
In reply to: twentyfourteen, page background imageAre you using a child theme or a custom CSS plugin?
Thanks Esmi – I was using a child theme, as I was making customisations
S π
Forum: Themes and Templates
In reply to: twentyfourteen, page background imageCracked it:
.site, .entry-header, .entry-title, .entry-content {
background-color: transparent !important;
}Forum: Themes and Templates
In reply to: twentyfourteen, page background imageWell, the most I can find out is to add the following CSS, but still it doesn’t work. I can actually make the content background a different colour, but when set to transparent, it shows white again… and I can’t find out what is making it so.
.site {
background-color: transparent !important;
}.entry-title {
background-color: pink;
/* background-color: transparent; */
}Forum: Themes and Templates
In reply to: twentyfourteen, page background imageThanks for the quick reply – I want to be able to see the background through the content area of the page called “Front”. The white background of “front” I don’t want to see.
Either that or add the page background to the actual page called “front”.
Many thanks π