Matthew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need help with imagesYou will need to make some edits to your css file in order to achieve the desired results. You will find your css file here:
/wp-content/themes/zexee/style.css
1) Image Borders
On line 76 remove;.post-wr a img { border: 1px solid #DDDDDD; }On line 265 remove:
.entry p a img { border: 3px solid #AAAAAA !important; margin: -3px; }2) Image Alignment
It is possible that the default WordPress image alignment styling is not already in place within your CSS file. I’d suggest taking a look at this article in the codex:
http://codex.wordpress.org/Wrapping_Text_Around_ImagesForum: Fixing WordPress
In reply to: Multiple Category Email SubscriptionDidn’t go with this feature in the end. The only solution I could think of was to use something like feedburner and add each individual category feed URL as separate signup options.
For example: yourdomain.com/category/books/feed/
Forum: Fixing WordPress
In reply to: Multiple Category Email SubscriptionNope, couldn’t find a dynamic solution.
Forum: Plugins
In reply to: Editing Comment Meta in edit comment admin panel@adriantoll – that code will add the comment meta data to the main comments list page. I was looking to be able to add the comment meta data to the edit comment form to be able to make the comment meta editable… but last I don’t think this is currently possible.
Forum: Plugins
In reply to: Editing Comment Meta in edit comment admin panelI too would like a solution to this. Not found it yet.
Forum: Fixing WordPress
In reply to: PHP Out of memory on Custom Post Type…
Forum: Fixing WordPress
In reply to: PHP Out of memory on Custom Post TypeMy host has just replied and say that
If your scripts require more than 99MB worth of memory, you will need to move over to one of our (dv) Dedicated-Virtual Servers
I find it difficult to believe that our site is currently ‘too big’ to be supported by our current shared host service.
Why doesn’t this error show when trying to edit other custom post types?
Forum: Plugins
In reply to: [Simple Facebook Connect] Migrate to OAuth 2.0I’ve not found any other plugins which use OAuth. Sounds like Facebook is a little bit ahead of the WP plugin developers on this one.
I’m currently reading up on the interstitial pages option, but hopefully someone else will be able to point us in the right direction.
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Unhelpful Error MessagesGot it! The conflict is with the ‘Private! WordPress Access Control Manager’ plugin. I have disabled that plugin. I believe there is a similar plugin which is pretty nice over at Code Canyon which can do the job of ‘Private! WordPress Access Control Manager’.
Thanks.
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Unhelpful Error MessagesI’ve just disabled that plugin and tested again with the same results. I really don’t know where that error is coming from. I’ve searched for it in the source code of all my plugins but no luck.
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Unhelpful Error MessagesAny thoughts on this?
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Unhelpful Error MessagesI’m sorry to say we have quite a few plugins. Any help here is greatly appreciated.
Add Link to Facebook (Marcel Bokhorst)
Akismet (Automattic)
Audio player (Martin Laine)
Audio Player Widget (Corey Snow)
FV WordPress Flowplayer (Foliovision)
Link to Post (Julien Appert)
NextGEN Gallery (Alex Rabe)
Ninety Ajax Login/Register (Ninety Degrees)
Post video players, slideshow albums, photo galleries and music / podcast playlist (Cincopa)
Private! WordPress Access Control Manager (Oliver Sperke)
Private Messages For WordPress (Rilwis)
Rating-Widget Plugin (Vova Feldman)
Safe Report Comments (Thorsten Ott)
Twitter Goodies Widgets (NetWebLogic LLC)
WP-EMail (Lester ‘GaMerZ’ Chan)
WP-reCAPTCHA (Jorge Peña)
WPaudio (Todd Iceton)
WP to Twitter (Joseph Dolson)I was under the impression that the ‘Login With Ajax’ plugin uses its own registration form, not the core WP registration form. I tried the Registration Plus plugin to extend functionality but no luck.
Forum: Fixing WordPress
In reply to: Custom Page Titles for Custom TaxonomiesThanks maverickguy. But I was actually trying to customize the page title for the Custom Taxonomy page (similar to the category page).
I found a way to do this with the help of All in one SEO and a nice patch from Katz Web Services here – http://www.seodenver.com/add-taxonomy-support-allinone-seo-pack/
Forum: Fixing WordPress
In reply to: change color of text posted from commentsThanks for sending the link.
Ok, you need to update line 463 of your theme’s stylesheet. The stylesheet can be found at http://barriogirls.ocixx.com/wp/wp-content/themes/twentyten/style.css
The line currently reads: “color:#333333;”
To match the rest of your site’s body content change the colour code from #333333 to #888888