jmcn
Forum Replies Created
-
Same question here. =/ I see there’s reference to “$child_of = ”” inside the plugin file: wp-dtree_pge-functions.php. But if I put an integer in there it does nothing (doesn’t change the output of the tree).
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] shortcodes inside data cellsI have learned this is a problem with WP-Filebase and not with WP-Table Reloaded. WP-Table Reloaded accepted a test shortcode I wrote.
Forum: Plugins
In reply to: Questionnaire plugin?You can use Contact Form 7 or other similar plugin to set up something like this pretty easily. It does NOT allow you to send the user to a specific post or page based on how they fill out the form though.
Forum: Plugins
In reply to: Looking for a special search pluginI have a client project with the same challenge. Is there a plugin that can be adapted for use in making a flow chart, tree diagram, decision tree, etc?
Forum: Plugins
In reply to: [Plugin: WordPress Gallery Slideshow] control position of gallery slideshow?The slideshow is shown inside an object tag that has a unique CSS id on it. Usually slideshow-1 – you can control formatting in the CSS using this ID.
Forum: Plugins
In reply to: [Plugin: WordPress Gallery Slideshow] What should the next update include?I’m looking for a way to disable the loading image. If that’s not possible then that would be a nice thing to have in the future. Thanks for making this plugin – its simplicity is refreshing!
Forum: Plugins
In reply to: [Plugin: WordPress Gallery Slideshow] Not working in IE8Researching this further, I have found the issue may be related to my IE8 installation (a hacked standalone). Seems what I am seeing is a result of Javascript either not being enabled or the Javascript code not working for this plugin. In which case the full gallery is shown instead of a slideshow. My fix for now will be to just hide the gallery using CSS.
Forum: Plugins
In reply to: CMS – adding sidebar content within postThanks for the suggestion…but I don’t think that will work for me in this case. Maybe I shouldn’t have used the word “sidebar” as I don’t mean as in a WordPress sidebar, rather, I need content written in a blog post to display in two columns.
How can I dynamically add a
<div> </div>into an already posted blog post? Is there a way to search for a particular text string like<sidebar>...</sidebar>then remove that an d replace it with HTML?