mattatifpd
Forum Replies Created
-
@steveryno, this seemed to have been resolved a while back for me. When I just went to your site the navigation works perfectly for me. Same browser as when I had a problem before.
That’s great to hear. Looking forward to the update. Thanks for the courtesy of following up on this.
Forum: Plugins
In reply to: [CryptX] Unable to Save Settings – WP 3.5.1 CryptX 3.22I also have this problem. Please provide a solution soon. This is a useful plugin that is currently unusable.
Forum: Plugins
In reply to: [Category Grid View Gallery] Authorization ErrorI have the same issue. Is there a fix?
Forum: Plugins
In reply to: [Save with keyboard] Focus issueOK, I found a little workaround. After I’m done editing in the WYSIWYG, I tab out and then hit ctrl-s. That’s an improvement over having to click. Still would prefer a fix for the focus issue. Thanks!
That got me in the right direction, even if I had to link through a few more related posts. For the record, I swapped out this:
$temp = $wp_query; $wp_query= null;
for this:
$temp = $wp_query; $wp_query1 = null;
Thanks… this just shows how little I understand templates and queries. Those posts seem to suggest this issue has come up a lot and that it’s consistently with the theme code. why would it be necessary to just add a “1” to the wp_query. And if it’s necessary, why don’t theme creators know about that? … OR, is there a workaround in EM that can avoid this issue? If you have a minute I’d be interested in a short laymens explanation.
Forum: Plugins
In reply to: [My Content Management] [Plugin: My Content Management] Email protectionI bought the manual after posting this and did see the short paragraph explaining that. Thanks for thinking of that. Really enjoying the plugin, and looking forward to how it develops (especially creating our own custom fields!)