BDHorrigan
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Critical error on AMP version of siteThanks so much, that fix worked. No idea why my logo has zero height but I’ll look into it!
Forum: Plugins
In reply to: [Easing Slider] Turn Easing Slider into a 100% width banner.In what way is it affecting ul elements?
Whatever’s up with the plugin, I’ve got a workaround – you can override the images in your theme’s stylesheet. Stick this code in there, obviously using the URL of your own custom images:
article#slider div.lof-previous { background: url('https://www.artsbrand.co.uk/wp-content/uploads/2012/08/slider-icon-left.png') no-repeat left center !important; } article#slider div.lof-next { background: url('https://www.artsbrand.co.uk/wp-content/uploads/2012/08/slider-icon-right.png') no-repeat left center !important; }
You can see my results on my ArtsBrand homepage.
I’m stuck on the next/previous thing too! The input boxes are just greyed out…
Forum: Plugins
In reply to: [Easing Slider] Turn Easing Slider into a 100% width banner.Hi clemoendo, I’ve got a partial solution (which forces the width of the slider to change depending on the width of its parent div) but I’m afraid I can’t figure out how to get the height of the div to follow suit. This way looks okay though – just stick this code into your theme’s stylesheet:
article#slider div.lof-container, article#slider div.lof-slidecontent, article#slider div.lof-main-outer, article#slider ul, article#slider ul.lof-main-wapper li, article#slider ul.lof-main-wapper li img { width: 99.9% !important; padding: 0 !important; margin: 0 auto !important; }
I hope that helps ??
Forum: Fixing WordPress
In reply to: 404 error on one of my categories, why? the others are working.Never mind, sorted it now. The issue was with the Q2W3 plugin – I was putting one of my posts at the top and I think I must have clicked the ‘Update’ button twice because it was being slow (or I was being impatient). So it interpreted that as my post being both first AND second in the order, which is of course impossible! *Sigh of relief*
Forum: Fixing WordPress
In reply to: 404 error on one of my categories, why? the others are working.I’m getting this same issue on: https://www.artsbrand.co.uk/print/
This is marked as resolved – can I ask how you resolved it, reminisce32?
Thanks ??
Sorry, this was the bit I meant to copy:
Bad value for attribute href on element link: Must be non-empty.
<link rel="publisher" href=""/>
I’d like to second this – I’m getting a validation error as a result.
Line 50, Column 31: Bad value publisher for attribute rel on element link: Keyword publisher is not registered.
<link rel="publisher" href=""/>