am71722
Forum Replies Created
-
I have a problem with this as well. I am given an error referencing line 301 in gfcptaddonbase.php. “Can’t take string offset as Array” or something to that effect.
I made a temporary fix by putting that line in an if(is_array($field)) statement.
Forum: Plugins
In reply to: jQuery UI – is not a functionI think I understand why this never gets answered. Its because it comes from dumb coding mistakes. I was using head and body tags in my template.
LESSON: Don’t do that. And pay attention to copy and pasted code.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Best way to insert PHP into tabs?Works perfectly… thanks for helping a poor, dumb soul.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Best way to insert PHP into tabs?This might be a separate topic but since I did this:
echo do_shortcode( '[tabs title="" disabled="false" collapsible="false" active="0" event="click"]' . '[tab title="Ministry News"]' . $userRegion . '[tab title="Ministry Volunteers"]Tab 1 content[/tab]' . '[tab title="Ministry Resources"]Tab 2 content[/tab]' . '[/tabs]' );The $userRegion variable is being displayed in the second tab with “Tab 1 content” and the first tab is blank. Is this my coding error or is something strange going on?
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Best way to insert PHP into tabs?Thank you for your quick response. I think the do_shortcode is is exactly what I was looking for. Thank you.
Forum: Plugins
In reply to: [Widget Instance] [Plugin: Widget Instance] No Widgets in the DropdownUpdate downloaded. List still blank. No errors in error console of Firefox now though.
Forum: Plugins
In reply to: [Post UI Tabs] Tabs displaly as unordered listUnsure. Best way to determine this? How should I fix if I find another plugin using jQuery UI?
Forum: Plugins
In reply to: [Widget Instance] [Plugin: Widget Instance] No Widgets in the DropdownActually, yes and yes. The error is jQuery is not defined when i click on the puzzle piece and we just moved our whole site.
Forum: Plugins
In reply to: [Widget Instance] [Plugin: Widget Instance] No Widgets in the DropdownI’m having the same problem. I tried the debug log and nothing seems to be causing an error. Is there anything you can think of that could cause widgets to not display?