janmoes
@janmoes on WordPress.org
- Member Since: June 7th, 2017
-
Posted a reply to Front end validation in step-form, on the site WordPress.org Forums:
So should I make like a switch, where I loop through all the inputs and… -
Posted a reply to Front end validation in step-form, on the site WordPress.org Forums:
@a2hostingrj I've seen and tried that way yeah. In my example I just loop through… -
Created a topic, Front end validation in step-form, on the site WordPress.org Forums:
Hi there, I'm building a step form. I already managed … -
Posted a reply to Ajax call not being able to return sent data, on the site WordPress.org Forums:
I was able to fix it. Normally I use jQuery, and I figured out, that… -
Created a topic, Ajax call not being able to return sent data, on the site WordPress.org Forums:
Hi there, I've made a couple of plugins so far, inclu… -
Posted a reply to Creating custom post type items with meta fields, on the site WordPress.org Forums:
Yeah I thought so too. If I register the Post Type in the activation hook,… -
Posted a reply to Creating custom post type items with meta fields, on the site WordPress.org Forums:
I managed to fix it like this: register_activation_hook(__FILE__, 'activate_cpt_locations'); function activate_cpt_locations(){ $locations = [ [… -
Created a topic, Creating custom post type items with meta fields, on the site WordPress.org Forums:
Hi there, I've created a plugin that creates a CPT cal… -
Posted a reply to Custom velden in Custom Post Type, on the site Support forums:
@rdd Bedankt voor je bericht! De makkelijke manier via ACF heb ik weleens geprobeerd. Vind… -
Created a topic, Custom velden in Custom Post Type, on the site Support forums:
Hoi, Ik wil een plugin maken die een custom post type… -
Created a topic, Creating a detail page, on the site WordPress.org Forums:
Hi there, I created a plugin that adds an extra item t… -
Posted a reply to Selfmade plugin giving error, on the site Support forums:
Ja klopt, de ene keer sluit ik een php bestand wel af, de andere keer… -
Posted a reply to Selfmade plugin giving error, on the site Support forums:
@guido07111975 Heb het toevallig net opgelost. In het plugin core bestand, had ik geen lege… -
Posted a reply to Selfmade plugin giving error, on the site Support forums:
Hoi Guido, dacht dat ik op de internationale zat haha. Ik heb dat topic even… -
Created a topic, Selfmade plugin giving error, on the site Support forums:
Hi there, I've build a plugin that renders some pages,… -
Created a topic, Passing over data from one function to another, on the site WordPress.org Forums:
Hi there, I'm building a plugin. The plugin has a core… -
Posted a reply to Errors when enabling a plugin, on the site WordPress.org Forums:
In case you want to see that core file, just message me. -
Created a topic, Errors when enabling a plugin, on the site WordPress.org Forums:
Hi there, I'm new to plugin development. I've just bui… -
Posted a reply to API GET Request, on the site WordPress.org Forums:
shouldn't I loop through $email['CustomerResources'] since I convert the object as an array? -
Created a topic, API GET Request, on the site WordPress.org Forums:
Hi there I've built my own plugin. Where you can fill … -
Posted a reply to Error when activating my own plugin, on the site WordPress.org Forums:
Ah okay, cool! Do you have an example? -
Posted a reply to Error when activating my own plugin, on the site WordPress.org Forums:
What kind of table from wordpress standards would you prefer? -
Posted a reply to Error when activating my own plugin, on the site WordPress.org Forums:
It's for an api, for the rest it has nothing to do with WP. So… -
Posted a reply to Multiple AJAX calls in one form, on the site WordPress.org Forums:
Managed to fix it. Apparently you don't need a form to perfom an ajax request.… -
Created a topic, Multiple AJAX calls in one form, on the site WordPress.org Forums:
Hi there, I made a submit form which works with AJAX,… -
Posted a reply to Error when activating my own plugin, on the site WordPress.org Forums:
Oh that part somehow happened when posting this issue. Otherwise, if that's not what you… -
Posted a reply to Autoloading classes, on the site WordPress.org Forums:
Yeah my dumb fault, it was a long day and I was tired. I literally… -
Posted a reply to Error when activating my own plugin, on the site WordPress.org Forums:
I made my own custom plugin, and need to generate a table for api results.… -
Created a topic, Error when activating my own plugin, on the site WordPress.org Forums:
Hi there, I'm working on my own plugin right now. It c… -
Created a topic, Autoloading classes, on the site WordPress.org Forums:
Hi there, I've included classes.php in my core plugin … -
Posted a reply to Rendering a php/html page with data, on the site WordPress.org Forums:
Yeah I actually thought about. In the backend you either return the success message like… -
Posted a reply to Rendering a php/html page with data, on the site WordPress.org Forums:
Didn't know about that wp_send_json method :), I started working on developing plugins a week… -
Posted a reply to Rendering a php/html page with data, on the site WordPress.org Forums:
I've tried using AJAX with Jquery. In the success I want to return a message… -
Created a topic, Rendering a php/html page with data, on the site WordPress.org Forums:
Hi there, this is the first time I'm building a plugin… -
Posted a reply to 403 on inserting style, on the site WordPress.org Forums:
I somehow fixed the issue. At first I loaded in the css using this line… -
Created a topic, 403 on inserting style, on the site WordPress.org Forums:
Hi there, I'm developing a plugin that renders a conta…