terriz
Forum Replies Created
-
Oh, duh. When I was testing I had to keep deleting cookies. Complete brain disconnect on that one lol!
Forum: Plugins
In reply to: [MailChimp Forms by MailMunch] Hack to set merge field?Thanks.
I have a similar question. I see that for the sidebar form, there is an option to not show the form again once the person subscribes (presumably via cookie). But I don’t see this option for the topbar or scroll forms.
This is very desirable, so if could be added to a feature request list please?
Forum: Plugins
In reply to: [MailChimp Forms by MailMunch] Hack to set merge field?Thanks for the quick reply! It’s a good solution – just not for me. I already have this data from my current subscribers in that field. But would work great for someone just starting their list on MailChimp.
Follow-on question – I can get analytics from MailMunch that might be a good substitute. But it’s not clear to me *what* analytics. It’s grayed-out until I buy, and I’m not ready to upgrade unless I know what I’m getting…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Only shortcode comes outI’m having a similar problem, although my tables have been up for months and was last changed 3 weeks ago (i.e., unlikely to be a caching problem). I’m hoping a solution was found as I have 35+ plugins and deactivating them is a major exercise…
Awesome, thank you!
Thanks for the quick reply!
I just figured out that I can get exactly what I wanted:
– I notify a specific user (my comment moderator) via this plugin
– I leave ‘Email me whenever anyone posts a comment’ and ‘A comment is held for moderation’ CHECKED under Settings > Discussion – and the individual author of that post gets notified too.Perfect!
Is this resolved? I enabled Unknown 404 Links Redirection to go to my homepage but 404s are not being redirected…
🙁 I was all set to buy the pro version until I discovered it doesn’t support custom post types.
Might that be coming soon?
🙁 I was all set to buy the pro version until I discovered it doesn’t support custom post types.
Might that be coming soon?
Forum: Plugins
In reply to: [MG Post Contributors] Custom Post TypesSame question. I can’t add contributors to custom post types. There is no box on the edit page.
Forum: Plugins
In reply to: [IM8 Box Hide] "In Hide" recurring pop-up dialogue boxBTW this is a great plug-in! Handled nearly everything I wanted to hide.
The only box I couldn’t get rid of was Access Group – from the Access plugin that works with Types. You might consider adding that to a future update!
Forum: Plugins
In reply to: [IM8 Box Hide] "In Hide" recurring pop-up dialogue boxYou are correct. Someone else added some code that is doing this! I just discovered it by accident.
Sorry!
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] SQL Syntax ErrorHi,
I have an error similar to this. I’m using WP 2.2.1. When I activate the plugin, at the top of the options page I see this error:WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' name from natural join where .taxonomy = 'category'' at line 1] select .term_id, name from natural join where .taxonomy = 'category'At the beginning of my posts is a much longer version of this error message. I’ve disabled the plugin for now…
Thanks in advance
Forum: Fixing WordPress
In reply to: how to format sidebar bookmarks WP 2.1Thanks for this! I wanted to remove the “>>” from in front of not just the bookmarks, but also the categories and archives. This CSS did all three for me:
#sidebar ul li.linkcat ul li:before { content: ""; } #sidebar ul li.categories ul li:before { content: ""; } #sidebar ul li ul li:before { content: ""; }