Jason
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variable Product StockI will leave this unresolved unless anybody can explain why this might be considered correct behaviour. I find it odd.
Forum: Plugins
In reply to: [WooCommerce] Variable Product StockFigured, I was using ‘any variation’ to set the price for all, but this must override the stock as well (even though I left it blank). Never mind.
Forum: Plugins
In reply to: [Disable Visual Editor WYSIWYG] Not Available for Custom Post TypesOh, I’m wrong, the
dvew_checkbox
appears as a custom field when it’s activated. I guess that’s expected behaviour, then!Forum: Plugins
In reply to: [Disable Visual Editor WYSIWYG] Not Available for Custom Post TypesYou’re great, thanks so much for such a rapid response. Just what I need and seems to be bug free.
A small note though, in case it’s interesting to you, a custom field for
dvew_checkbox
was appearing while I was usingdisable_for_cpt
filter on a particular custom post type. Gone now that I‘ve removed the filter.Thanks again.
Forum: Fixing WordPress
In reply to: Custom taxonomy and custom post type using same slugJust found this https://mondaybynoon.com/2010/09/06/wordpress-archive-pages-taxonomy/ but no time to check it thoroughly, must dash to work! Will check back wen I’ve made some progress.
Forum: Fixing WordPress
In reply to: Custom taxonomy and custom post type using same slugFound no fix yet but desperately seeking to launch my new theme!
Forum: Requests and Feedback
In reply to: Request; Ability to change parent of custom post typeHere here!
Forum: Plugins
In reply to: Custom Post Type ParentWhat were those tweaks you mentioned Tamlyn? I’m clearly missing something here…
I may have solved my own problem.. but I’d like tos ee if anybody has a better suggestion.
In gallery templates I added:
global $gal; $gal = (array) $gallery;
Creating an array from the object $gallery. I tested it using:
global $gal; print_r($gal);
And success! Hope this helps anybody else.
Dear PHP gurus, is this good enough?
Forum: Fixing WordPress
In reply to: Styling the shutter on nextgen-galleryI have successfully styled Shutter with no problems. I added CSS background images for buttons with no problems. Did a bit of reordering the markup in the JS file too. All went swimmingly. Good luck.
Forum: Fixing WordPress
In reply to: Styling the shutter on nextgen-galleryYeah check the Plugins folder, follow it through to nextgen-gallery>shutter. In there is the CSS and JS. Easy.
I haven’t actually styled anything yet (because I hope to change the effect completely) but I did tweak the javascript to make my images display at a more reasonable size in the browser window.
Forum: Plugins
In reply to: Nextgen GalleryI wonder if checking the ‘Set fix dimension’ in Gallery>Options>Thumbnails might help things?