roflman79
Forum Replies Created
-
No still not found a fix for this
Forum: Plugins
In reply to: [Date and Time Picker Field] Posts not sorting by time fieldYou need to check the option, save as UNIX timestamp.
This should fix the ordering then.
Forum: Plugins
In reply to: [thumbGen] Thumbgen generated images are black@esmi I though I was contributing the the discussion by mentioning the fact the plugin doesn’t work on WordPress 3.8. I was about to make my own post on the subject but surely people contributing to the same post about the same subject is preferable to many people posting the same error on a forum post that didn’t have any advice or help on in the first place?
Forum: Plugins
In reply to: [thumbGen] Thumbgen generated images are blackSame problem for me on WordPress 3.8
Forum: Plugins
In reply to: _e() in ajax script doesn't translate textI have the exact same problem, adding the include to wp-blog-header.php usually works for ajax stuff, did you fix this?
I have also had this, but can’t seem to figure out how to fix it
Forum: Themes and Templates
In reply to: $post Object DisappearedThat’s fixed it! Thanks so much Keesie.
I put it after get_header() in my template and hey presto!
Forum: Fixing WordPress
In reply to: Article Image with Teaser on separate page?this is exactly what im trying to do, so an image is a separate column in the data for the post rather that within the post. did you find an answer?
Forum: Fixing WordPress
In reply to: Can’t get widgets no matter whatIve tried everything ive read on this page
I have the code in sidebar.php looking for if dynamic_sidebar exists.
I have the following in functions.php in my theme:
if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '', 'after_title' => '', ));
But still i still cant get the widgets to work. Please help.
Forum: Fixing WordPress
In reply to: Lost Password, Link In Email Not Valid (key), ‘Fix’ Does Not Workthx
if ( empty($key) || preg_match(‘/[^a-z0-9]/i’,$key) != 0) {
worked perfectly