dw
Forum Replies Created
-
Forum: Plugins
In reply to: [User Members Access (Manage User Roles and Capabilities)] Can't delete itI’m having the same issue, is there a fix?
Forum: Plugins
In reply to: [WordPress Social Login] Is there a way to edit the bouncer template / css?@VentureCore As far as I know there’s no way to customise the template / css.
As a compromise a friend came up with a solution at template level for me which detects whether a @example.com email address is used and prompts the user to update their email address, this seems to be working pretty well
I’m also looking for an answer to the same question, I’m using the latest version of the plugin but when a user logs in they are always redirected to the homepage
Forum: Alpha/Beta/RC
In reply to: Ajax functions brokenAfter upgrading to WordPress 3.5 RC4 I have the same issue, I’ve tried a fresh download of the files, disabling all plugins and resetting my browser but the issue still persists
anyone have any ideas?
Sorry, just realised the best way to do what I’d like… ignore my last post
Playing around with this now. I’m looking at creating a new formats template, looked through the readme and followed the instructions which is all good, however the readme file doesn’t explain how to call the new format template to my theme?
Thanks, not sure how I missed that!
Thanks guys, having trouble finding the right page in the documentation though, found the shortcodes but can’t seem to find how to override the format using code in a template.
Sorry was supposed to add [Plugin: Events Manager] to the title of this…
Forum: Themes and Templates
In reply to: Pagination not working for custom post typeI’m using WordPress 3.2 with custom post types and having the exact same problem, using news-archive.php when going to the ‘next page’ (/news/page/2) I get error 404.
I’ve looked over just about every post in these forums with the same issue but can’t seem to find a fix.
My custom post type function: https://pastebin.com/uG1L6YNu
My news-archive.php file: https://pastebin.com/vjcx77F7
My rewrite rules print: https://pastebin.com/jbaDANYrWould really appreciate anyones help here, I’ve been tearing my hair out over this all day!
Forum: Alpha/Beta/RC
In reply to: 2.6 beta 1 get_posts bug?@gamerz Thanks for the help… I tried the code but it didn’t work, played around with some of my wordpress settings and realised that a plugin was causing the problem which is probably why I couldnt get it working myself.
Thanks again though!
Forum: Alpha/Beta/RC
In reply to: 2.6 beta 1 get_posts bug?Any possibility someone could spare me 5 minutes to help re-write my portfolio page with query_posts? I’ve confused myself with it.
Forum: Alpha/Beta/RC
In reply to: 2.6 beta 1 get_posts bug?@gamerz thanks for the pointer, not quite sure how to get the template working with query_post though. It looks a bit more complicated than get_posts.