uberjuice
Forum Replies Created
-
They are dropping the ball with this plugin and I am going to start looking into other options.
I am getting a different bug
If they enter a wrong password they are directed to a blank page
If they enter the correct password, they are directed to a blank page, but if they click back they can see the signup page.
I am in a real bind and need this resolved, any help would be appreciated!
Forum: Plugins
In reply to: WP Sweep "duration"?Having the same issue.
How were you able to resolve this?
Forum: Plugins
In reply to: [WP Better Emails] Not working with Postman SMTPThank you, I will look into this
I have this problem, after your fix it now says the error resides on line 96. This issue only shows when an author is logged in – not the admin
Forum: Plugins
In reply to: [WP Better Emails] Not working with Postman SMTPThanks Postman,
Do you have another recommendation on customizing wordpress’s default emails?
When I go to edit a widget the console is reading
TypeError: c.data.search is not a function sttAdmin.min.js:5
This is using the latest version released today
As mentioned above this is a conflict with simple-twitter-tweets – This pair has worked in the past but had issues since the last few Custom Sidebar updates
I could use help with this too.
I used this function before with another Custom Post Type plugin, and it worked – however it does not work with this plugin
function custom_post_author_archive( &$query )
{
if ( $query->is_author )
$query->set( ‘post_type’, array( ‘post’, ‘articles’, ‘premiumvideos’, ));
remove_action( ‘pre_get_posts’, ‘custom_post_author_archive’ ); // run once!
}
add_action( ‘pre_get_posts’, ‘custom_post_author_archive’ );
`I am in need of this too. I found the search will only look at the username field. It will not search by name email, or any other field.. does anyone know how to expand this beyond the username being the only item searchable?
Srdjan,
Can you point me in the right direction for this? I am coming from Custom Content Type Manager plugin where I was able to have all of my custom post types use the normal post categories without creating custom taxonomies.
Now when I go to a category I only see posts, and not the other types
Forum: Plugins
In reply to: [Custom Content Type Manager] Permalinks not workingThis did not work for me, all of my custom post types already had this box checked, and i’m still getting the 404 errors
Forum: Plugins
In reply to: [Custom Post Type UI] Permalinks and Custom Post typesMight this plug in be compatible?
https://www.ads-software.com/plugins/custom-post-type-permalinks/unable to test it as I am currently using custom content type manger (cctm) which it is not compatible.
If you find that this does work, I will suck it up – recreate all of my post types and jump ship for Custom Post Type UI
Forum: Plugins
In reply to: [Custom Content Type Manager] Permalinks not workingalso having this issue, none of the fixes I have found online seem to correct this.
Fixed
My problem was that the email was too similar to the default, so the spam filter was picking it up