eddydavik
Forum Replies Created
-
Pods, it seemed like.
But we ended up changing a setting in both Pods and PublishPress Permissions to get the permissions working the way they had been before the 7.0 update.
Hi,
We were able to resolve the issue.
Plugins not talking to each other properly during these updates.
Forum: Plugins
In reply to: [WP ADA Compliance Check Basic] [View Code] not showing codeBrilliant!
Thank you so much for that quick response.
Forum: Plugins
In reply to: [AddToAny Share Buttons] addToAny interfering with another plugin?The issue seems to have been resolved. Many thanks to the coding gods.
Forum: Themes and Templates
In reply to: [Plugin: NextGEN Gallery] working w/ nggpage in a category pageusing the hack introduced here: http://ww.wp.xz.cn/support/topic/180114?replies=3
Would still like the pagination to work, however.
Forum: Plugins
In reply to: [Plugin: NextGen Gallery]though not the solution, this is a decent work-around to the nggpage problem within a template.
With the current version, the lib is core.php and not the one mentioned above, but the hack is the same.
Forum: Themes and Templates
In reply to: [Plugin: NextGEN Gallery] working w/ nggpage in a category pagebump… sorry
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] New sidebar widgetSo how does related images work?
I would like to include the tag in my single.php template, but what is given at http://nextgen.boelinger.com/related-images/ doesn’t make sense, let alone work.
<p class="postmetaimages">; <php if (function_exists("the_related_images")) the_related_images([string $type],[int $numbers]); </p>I’m sure there is something that I am missing, but I don’t know what.