wakingmedia
Forum Replies Created
-
Thank you so much for your help! Yes, I tried that already. I got the same error on the clean instal. Right now, we aren’t using this plugin as we have another payment option in place – so it’s not urgent to fix it. But please let me know if you ever figure out what caused it. Thank you!
4.2.3
Hi – if I’m reading these posts correctly, then the plugin is broken until you get some funding together to fix it?
Forum: Plugins
In reply to: [PayPal Framework] PayPal Orders Getting Stuck in 'On Hold' On My SiteTHANK YOU!! I had the email addresses entered wrong. I’ve been searching all over for the answer. This post saved me hours!
Forum: Fixing WordPress
In reply to: twitter error: PHP 5.3.0 or later requiresThank you!! I had the same problem!
Forum: Themes and Templates
In reply to: Current Category HighlightAlchymyth – your code worked for me! Thank you!!
Forum: Plugins
In reply to: [Add Local Avatar] [Plugin: Add Local Avatar] Very difficult to configureWhat plugin are you using? I’m having trouble with this one too.
Did you find a solution? I think you need to use CSS for this. It’d be something like:
.ngg-slideshow {
border:none;
}I would love this functionality too. Have you found any solutions?
Thanks!The update broke my admin too. Yesterday I just deleted the files and reinstalled from the plugins admin panel and that fixed it. But today, I was prompted for another update, which again broke the admin. I uninstalled, then re-installed through the plugins admin and now it seems to be fine.
Hi, Thanks for the great plugin!
And I just want to add my vote that the duplicate content in the sidebar is still a problem for people trying to use Events Manager.
I used Jonah’s code and it fixed the problem.
Also, I followed this tutorial to add my social media and it doesn’t appear in the sidebar — http://wp.smashingmagazine.com/2012/01/19/facebook-twitter-google-wordpress/
I am having the same problem. Any news on this?
When I “view source” on my site – it shows:
<script type=’text/javascript’ src=’http://mysite.com/wp-includes/js/jquery/jquery.js?ver=1.7.1′></script>So – I assume that should be enough for the jquery requirements, right?
Is there anything else to try?
Thanks!I would love to know this too.
Forum: Plugins
In reply to: [Custom Query Fields] [Plugin: Custom Query Fields] problems with paginationHey arstuavitamea,
I think I found the answer to your problem here:
Query Posts PaginationYes, I think so — you’d just add this to your code:
GROUP_CONCAT(DISTINCT name ORDER BY name DESC SEPARATOR ‘, ‘) AS ‘newfield’
And create another field:
Field Name: newfield
Real Name: GROUP_CONCAT(DISTINCT name ORDER BY name DESC SEPARATOR ‘, ‘)I’m not really sure if that will work – but in theory…