RKS213
Forum Replies Created
-
Forum: Plugins
In reply to: [Toggle wpautop] WP 4.3.1 DetailsHello, were you able to reproduce this issue?
Forum: Reviews
In reply to: [Custom Content Type Manager] Becoming concernedIt looks like there were some commits back in May. The dev also added a patch but I don’t know enough about this plugin yet to know if that patch does anything you need.
Thanks for the update
Forum: Plugins
In reply to: [Appointment Calendar] Position of Text vs. Calendar on PageI found a very good example why this is not ideal. I was wondering why my use of your Booking Instructions setting wasn’t working correctly and it turns out you don’t even allow divs. I know you print the available elements one can use, but a div is such a basic building block of the web I didn’t even consider looking.
You also don’t allow spans. So even using a band aid to fix the lack of divs wouldn’t even work.
It doesn’t accept classes and escapes them when you try to use it.
As you can see, the reasons to stop using your proposed solution are mounting. This really needs to be upgraded form “not appropriate” as I mentioned above to “needs immediate attention.”
Perhaps if we investigated the why you need to make your calendar render outside of the normal page flow we can all help resolve this issue together. It really is a good plugin but this single reason makes it intrusive and borderline unusable for the serious developer.
Forum: Plugins
In reply to: [Appointment Calendar] Position of Text vs. Calendar on PageThis all doesn’t seem to be an appropriate solution to the issue at all. I don’t mean to be rude but editing a plugin’s php file to edit your page’s content is never the right answer. This is a wonderful plugin so far, but it you should really consider encapsulating your plugin so it is self-contained and doesn’t effect other elements on the page. This will allow the users to use their visual/text editor feature of WordPress when using your plugin.
Forum: Everything else WordPress
In reply to: Forum for contracting developers?…or whatever I was trying to say there.
Forum: Everything else WordPress
In reply to: Forum for contracting developers?Cool. That sounds like a good bet. With the other sites I do like, people are responding to job posts, but not really in an open bid type forum so you don’t get people telling you they’re going to build you the best website in the world for $150. It’s more of an “Are you interested in this” type thing. Thanks for the heads pointers.
Forum: Plugins
In reply to: [Visual Form Builder] Display forms in templates?Hello! I wanted to know if it’s possible to display the forms in templates? I really dislike the way WordPress handles (mangles) code in the pseudo text editor it has so I have moved all pages into their own templates and don’t use the editor at all. As such, I ran into a problem because the only instructions I can see on the form is to add a shortcode to my post and since I’m not using the posts, this obviously doesn’t work.
So is it possible to get the forms into a template instead of a post? Thanks.