Dragonaut
Forum Replies Created
-
That was very helpful, thank you so much!
Thank you! What I did was uncheck the “Auto-Display Images” option, and then manually add a gallery with the submitted images inside the submitted post (this way I get to chose the images and the order).
Only problem I can think of here is if 2 users send 2 articles with images in them, when I’ll get around to edit/publish them I won’t be able to tell which images belong to which submitted article since they all share the same Media Library.
Any ideas?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Plugin takes a big chunk of runtime according to P3Thanks! either way, solid plugin you have here. Keep it up!
Forum: Plugins
In reply to: [WP Help] WP Help PerformanceSame deal here. With a fresh WP Help install, here’s what P3 (Plugin Performance Profiler) says:
Before installing WP Help:
http://i.imgur.com/r3ucszO.png
After installing WP Help:
Forum: Fixing WordPress
In reply to: Center a header imageHi,
Try adding a margin to the image like this for example:
#branding { margin-left: 400px; }You should add it in your CSS file.