Ryan
Forum Replies Created
-
Forum: Hacks
In reply to: WordPress wpdb INSERTThanks. I was able to successfully add the tables and register them in the initialization of the plugin. The problem seems to come from writing to the tables during an AJAX call.
Forum: Hacks
In reply to: jQuery and Plugins — AJAX callsAnyone have any experience with this?
I have verified that everything works except for this one line. It looks like it is just ‘skipped’ on execution of my javascript.
Forum: Hacks
In reply to: $this->WP_Widget() syntaxGot it Mark. That was fast!! Many thanks for the info.
Forum: Hacks
In reply to: $this->WP_Widget() syntaxUPDATE: I found some information in trunk/wp-includes/widgets.php but I am not sure I am interpreting it correctly.
the ‘example-widget’ part is a Base-ID?
the __(‘Example Widget’, ‘example’) is the Name of the widget?
Forum: Plugins
In reply to: [iSlidex] iSlidex works….but customiSlidex does notUPDATE: I figured out at least part of the issue. It works fine when I use the Apple slider but when I change to the Nivo slider it does not. Is there a reason that the Apple slider would work with the customislidex but the Nivo wouldn’t?
I would be happy to work on/fix this even if coding is required if I had the correct direction to take.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Why did they ruin wp events?snumb130,
I have a quick question about EC that you might be able to answer. I have pulled a bunch of events via an API from a site and stored it into a mysql database. I am wondering what an automated way to add these events might be.Are the events stored as ‘posts’ or another method? The solution doesn’t have to be too simple I just need a way to automate this process since there will be a lot of events and it would take forever for me to keep track of.
Many thanks. Hopefully, that made sense.