knowlem
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert or Embed Adobe Captivate Content into WordPress] Error messageOK to silence the errors I have put
@at the front of each line which apparently stops php Notice from appearing in wordpress…and it works. Doesnt solve it guys but gets rid of the error message.Forum: Plugins
In reply to: [Insert or Embed Adobe Captivate Content into WordPress] Error messageRegardless of whether I edit out the above or not I now get more Notices of undefined variables…
I have undefined variable users and groups errors on line 73, and 121.
The content still plays but the “Notice: Undefined variable…” error is above the captivate content.Forum: Plugins
In reply to: [Insert or Embed Adobe Captivate Content into WordPress] Error messageOk, checked out line 84
$return_content= "<iframe src='$src' width='$width' height='$height' frameborder='$border'></iframe>";and changed it to
$return_content= "<iframe src='$src' width='$width' height='$height' frameborder='0'></iframe>";It worked fine for a while…
Hi Michael
I love the plugin, really handy, just a quick question.
I have a custom taxonomy on my custom posts and they do not seem to show up by default when I view the post? There is a gap where they would normally be under the post title. Is this because I need to add something to my theme to get them, or is it a tick box in Custom UI?
Hope you can help.
Martin