ashtonej
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] display-posts not workingacub – Aha – the plugin wasn’t mentioned on the WP shortcodes page so I assumed (silly me) that it was already built in to WP.
Thanks
Hi tomaja. Thanks for the tip.
Based on your code, I ended up with the following which works great for my pages and posts.
Image size 980 x 225, centred with a small gap under the lower header border.
Jim
.page #customizr-slider {
top:10px;
width:980px;
height:225px;
margin-left:auto;
margin-right:auto;
}.page #customizr-slider.carousel .item {
min-width:980px;
min-height:225px;
height:225px;
line-height:225px;
}.single #customizr-slider {
top:10px;
width:980px;
height:225px;
margin-left:auto;
margin-right:auto;
}.single #customizr-slider.carousel .item {
min-width:980px;
min-height:225px;
height:225px;
line-height:225px;
}Forum: Themes and Templates
In reply to: [Customizr] Width of SliderI used some simple css.
My slides are full width by 384px high.
This seems to work fine
#customizr-slider {height:384px;top:-50px;}
I used the following to make the over-text semi-transparent background a bit darker.
div.carousel-caption {background:rgba(0, 0, 0, 0.4);}
Forum: Themes and Templates
In reply to: [Customizr] change the slidergot it
Forum: Plugins
In reply to: [W3 Total Cache] Affiliates integration with W3Closed by Jim.
I didn’t realise that Affiliates also created a user – hence the problem.
duuuhhhh!!
Forum: Plugins
In reply to: [Plugin Organizer] Backdoor theme tweak?Thanks Jeff. My fault for not RTFM. Jim.
Also, can you indicate hidden fields?
I’d like to show a screen with the email on it but hidden.
Forum: Plugins
In reply to: [WooCommerce] Woo commerce not working with IE10I have woocommerce running in an iframe.
It works fine in all browsers except IE10.
It shows in IE10 but will not add to cart.
Is there a fix/work around for this. I know it’s the fault of MS and IE10 but it’s very annoying.
Thanks,
Jim
Forum: Reviews
In reply to: [Register Plus Redux] Insert in a pageWidgets on Pages
Forum: Plugins
In reply to: [Plugin Organizer] White screen of death w/ upgrade to WP 3.7went back to 3.6.1 Accoring to this plugin’s author, WP have done something to the core which may make plugin organizer completely unusable. Here’s hoping this is not true and it can be fixed.
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7Sounds like some bad news on the WP core system front.
I’m sticking with 3.6.1 until further notice. Without plugin organizer google will get very bored half way down my pages and f off without indexing.
I had to do some radical tweaking on the theme I use as well “X2” by Themekraft. X2 generates an inline css for each page based on I’m not sure what yet. I had to add code in to make it create and call external css files to make the code about 7 pages shorter.
Anyone know of a decent theme that doesn’t generate humungous inline css?
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7Same here. Had to downgrade back to 3.6.1 after a couple of hours of panic. In my case I got a broken upgrade and the whole WP site stopped-
Forum: Plugins
In reply to: [Plugin Organizer] How to apply on homepage….The filter works for me with:
in the permalink field.
Nice plugin. A must for getting pages optimised.
Forum: Themes and Templates
In reply to: Create and link an external css file?Thanks for the tips.
I tried enqueue and it messed up the page.
In the end I tweaked the template style.php page.
It was the culprit. I modified the code just before the css was sent to the page. It now saves the css file and serves it up via a <link rel
Here’s hoping it doesn’t cause problems. I’ve put an exclusive lock on each write so it should be OK. There’s a chance that there may be timing issues but for the moment the risk is in nano seconds and traffic isn’t an issue (for now at least).
Thanks for your lightening quick diagnosis, reply and fix.
Jim