| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Apr 2 '12 at 13:44 | |
| stats | profile views | 4 |
|
Apr 12 |
awarded | Notable Question |
|
Feb 22 |
awarded | Popular Question |
|
Jun 8 |
awarded | Popular Question |
|
Feb 20 |
awarded | Student |
|
Feb 15 |
asked | child pages from home (or main) page |
|
Feb 15 |
comment |
Linked pages from plugin on front can't see $wpdb I tried creating my outout via function and including that in my main plugin page. and used admin init. That gave output into the main page (and also straight into the admin dashboard),...so maybe the correct way to do it is functions and shortcodes of those,..but thats not working out too well. the idea being the custom pages canthen just use the shortcode, which invokes the function which outputs html and db data. ???? |
|
Feb 15 |
awarded | Commentator |
|
Feb 15 |
comment |
Linked pages from plugin on front can't see $wpdb From the href link. "Menus.php" above. |
|
Feb 14 |
asked | Linked pages from plugin on front can't see $wpdb |
|
Jan 20 |
asked | How does one include the JQuery UI plugin to wordpress and enque it correctly in a plugin form? |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? i put an alert in the document.ready function, but that does'nt show either. I imagine my WP plugin is not responding to JQuery...Back to the RnD drawing board. Thx though for your help ,appreciated. |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? I just redid the form with no JQueryUI stuff in it, just the table and fieldset and your popup dialog code (referenced the #form-wrap div on my button click, but the div + fieldset still display on the page and don't popup. |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? One question re your popup, how do you call it from a button click? I see no event associated with it for a button, or a function Id , which the button's on-click can reference. |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? If I were to use my 'fieldset in its form tags and your example dialog .. I imagine i would be well on my way? |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? and the popup button 'AddBranch' does zilch....Thinking I must go with your suggestion / modal popup form for now (time running out) and keep playing/researching this JQuery thing later |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? and {page} also yep. Replaced it with add_action( 'admin_init', 'myplugin_admin_scripts' ); Then Got it working fine on std html page (just a copy of their demo with my own folders and et voila no problem) JQuery it is... checked my 2011 & 2012 themes and edited Header.php file added the Enque to jquery in it before the wp_head function. It's a fresh install of WP 3.3.1 on my WAMPserver WinPC. BUT on my page the jquery initiates are being passed by,..i.e. not invoked. SO my 'form' with the fields in it which is supposed to popup is visible with the rest of the table and fields immediately. |
|
Jan 20 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? Yep, my mistake,...it should be a call to a pho function. |
|
Jan 19 |
comment |
How do I implement JQueryUI dialog modal in a WP plugin? I am looking into your (Shane) suggestion, researching tags etc. 2 weeks of php and wpress. (11 years of c# Asp.net). also researching auto updating the parent form. |
|
Jan 19 |
revised |
How do I implement JQueryUI dialog modal in a WP plugin? added 254 characters in body |
|
Jan 19 |
revised |
How do I implement JQueryUI dialog modal in a WP plugin? deleted 371 characters in body |