podman99
Forum Replies Created
-
Forum: Your WordPress
In reply to: Strut! :) Of courseOh, and all coded by hand….
Well most of it 🙂
Yes… Woothemes Developer subscription. Very worth while, however as you can see its been modified, and hidden in there somewhere are custom post types. 🙂
Feel free to guess which section has that. Should be easy to work out.
Forum: Your WordPress
In reply to: Strut! :) Of courseUmm… I think it was My Dogs….. but I couldn’t be sure, I wont stay in the same room as him.
million monkeys million typewriters
Forum: Your WordPress
In reply to: Arcade games online site powered by wordpressTasty and wordpress powered 🙂 Like it.
Forum: Your WordPress
In reply to: Designmodo – Web Design BlogLove the design elements.
I am likely to use sections of this in my design works 🙂
Forum: Your WordPress
In reply to: Experimental siteLooks good, however On my Mac Book Pro i7 8GB Ram 120GB SSD, it is a little laggy on scrolling. Would suggest that there is some quite heavy JS running.
But other than that … looks very cool 🙂
Forum: Your WordPress
In reply to: My New Vegan Website!Thats a lovley header 😉
Forum: Fixing WordPress
In reply to: Upload Multiple Images (Different fields)Update
Found a post elsewhere with the same issue.
Create
var uploadID = '';Comment out both
//jQuery('#logo').val(imgurl);Replace with
uploadID.val(imgurl);Insert above:
formfield = jQuery('#photo').attr('name');the following
uploadID = jQuery(this).prev('input');Forum: Fixing WordPress
In reply to: Upload Multiple Images (Different fields)http://pastebin.com/MKF4Dgia
Forum Moderated my code out – SorryAlso, Aware this is not made by yourself Andy, but perhaps you may know the fix.
Pluggin: extra-widget-properties-set
Different topic ISH,
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/vhosts/supermail.co.uk/httpdocs/wp-content/plugins/extra-widget-properties-set/blv_extra_widget_properties.php on line 165When adding/configuring widgets, appears to be building list of sidebars, or trying to at least and failing?
Assistance/Patch ideas would be gratefully received.