MD
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Audio player in blog, page 2I found the solution. I added this to the header of the site:
<script>
(function($) {
$(document).ready(function() {$(‘.wp-pagenavi a’).click(function(){
$(document).ajaxSuccess(function(){
$(‘audio’).mediaelementplayer();
});
});});
})(jQuery)
</script>Forum: Plugins
In reply to: [CM Tooltip Glossary] Error with Latest updateDo you know which version still works with php5 and can I download that from somewhere?
Thanks, MD
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Sharing problem on search pageThank you. Do you know how soon you can have this fixed with the update?
Thanks,
MDForum: Plugins
In reply to: [Theme My Login] Password link is invalidYes, it is.
Here’s a screenshot of the slugs – https://monosnap.com/file/l1z7NARtmWAQNrNmEQCYGBzg0Ht6Sk
Forum: Plugins
In reply to: [Page Links To] Post ExcerptsNevermind. We found a work-around…
Forum: Themes and Templates
In reply to: [Hueman] Hueman Add-ons Hiding the SliderWe don’t have cacheing and I deactivated each plugin one by one and the slider didn’t show up until I deactivated the Hueman add-on plugin.
Any other ideas?
Thanks,
MDForum: Plugins
In reply to: [Theme My Login] Change "Register" on login screen to "Create an Account"Thanks for the response. I’m not sure I follow though.
Are you saying if I change the title of the /register/ page to /create-an-account/ it will change the word “register” mentioned on the register page, as well as the word register that’s linked to on the /login/ page, the page with this shortcode on it – [theme-my-login login_template]?
Thanks,
MDForum: Plugins
In reply to: [Redirection] Redirect all 404's to custom pageIs there a setting in the plugin to customize that page? How do we do that?
Thanks,
MDForum: Themes and Templates
In reply to: [Hueman] Search ResultsThanks for your help. It was being caused by a plugin called “Twitter Tools”, which it turns out we didn’t even need. Everything works great now!
Many Thanks, MD
Forum: Themes and Templates
In reply to: [Hueman] Search ResultsAny thoughts on this?
Forum: Plugins
In reply to: [Comments - wpDiscuz] I optimized, but now I have to optimize new comments?Actually, the message just went away now. I didn’t do anything – it just disappeared.
Forum: Plugins
In reply to: [Comments - wpDiscuz] I optimized, but now I have to optimize new comments?Are you saying an admin user has to post a comment to get rid of this? There’s been plenty of comments since the optimization yesterday.
Going to the Discussion Settings was helpful.
I don’t know why, but these settings were reset with the update. Allowing nested comments also brought back the Reply option.
Thanks!
MDForum: Themes and Templates
In reply to: [Hueman] Display Comment Count on Closed Postsok – thanks for your help!
Forum: Themes and Templates
In reply to: [Hueman] Display Comment Count on Closed PostsBack to this issue again.
Now it displays on every post, even new posts with closed comments. That is what I wanted, but I didn’t realize how awkward it would look to have it display that it has “Zero comments”.
Do you know how to make it only show when there is at least one comment?
To summarize, I need it to display even when the comments are closed, but only if there’s at least one comment. Any ideas?
Thanks,
MD