alexrogahn
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-Typography] Still dashes and span class="amp" in titlesCurrently having the same problem, any help would be appreciated! Is there a way you can stop WP-Typography targeting text and adding HTML within attribute tags?
Nevermind, after doing further digging around I’ve found this http://wordpress.org/support/topic/howto-integrate-the-media-library-into-a-plugin?replies=4
It seems the problem was that my PHP couldn’t find the JS file. So instead of having it externally, I changed it to being internal, within the echoed HTML and it appears to have made it work. A few other tweaks and it’s perfect for use within a theme options page.
Anyone?
Forum: Fixing WordPress
In reply to: Remove Parent Category Links off Post.Haha thanks! Not sure if you’ll find much though, I’ve been searching for a couple of days now. Well at least I have the option of custom fields, obviously not the best solution by any means. I’ll keep looking too, hopefully somone will find a good viable solution. 🙂
Forum: Fixing WordPress
In reply to: Remove Parent Category Links off Post.It’s a lot easier with a sidebar or navigation bar as the links are fixed. With the post it’s a variable thing… I could theoretically use custom fields but that’s just annoying and (should be) unnecessary.
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.Yeah I’ve fixed it now, I have no idea how, few code changes and pop! All better… strange :S
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.if I comment the PHP script out… it’s fine… if I comment the js out… it’s fine. Are the two things somehow clashing and if so – why?
Another strange thing is, if I view source, everything is as it should be… :S
If I take two of the three sections out, no error. Strangeeee…
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.EDIT: Nope, sorted all the errors out – Still being weird :/
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.The jQuery which is also offending, just in case it helps… Although I’m guessing no one knows how to fix this issue? :S
$('#explore_widget > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.*gets on knees and begs* I’ve literally tried EVERYTHING. It’s the Javascript as well but I’m too much of a n00b to fix it. No I’m not being a whiney b*tch, I just want/need it fixed >_<
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.Bump.
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.I decided to take the script off for the time being. Here’s a pic of the problem though: http://tutshelf.com/strange.png again *any* help or advice is helpful. I really want to get it sorted :p
Forum: Fixing WordPress
In reply to: Really, really, really messed up sidebar.Really could use some help please 🙁
Forum: Requests and Feedback
In reply to: RSS not working at all.I threatened Safari with Firefox and now it’s behaving 😛
Forum: Requests and Feedback
In reply to: RSS not working at all.Under closer inspection it’s only safari that is having a fit, which might be something to do with the Safari 4 Beta.