awesomemeg13
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Applications not working and emails not sendingokay excellent! thank you so much! I appreciate all of your help!
Forum: Plugins
In reply to: [Simple Job Board] Applications not working and emails not sendingHi!
Awesome! I updated everything and now it works! The applications are now saved in the backend.
Just one more question… how do I get the jobs to display full width? I have the theme settings page as full width but it looks like they aren’t? See this link:
https://pommri.com/careers/Please advise. Thanks again!
Forum: Plugins
In reply to: [Simple Job Board] Applications not working and emails not sendingYes I know because I deactivated all the plugins and switched to the default theme but the applications still didn’t work. So I turned everything back on and put the theme back because I couldn’t have the site all messed up.
Please advise.
Thanks in advance!
Forum: Plugins
In reply to: [Simple Job Board] Applications not working and emails not sendingHi – so we deactivated all of the plugins and used the default wordpress theme… however, the applications still aren’t going through. Our developer said it’s a plugin issue. We also purchased the multiple file upload. The applications aren’t even getting stored in the wp-admin area. Please advise as we need this working asap. We love this plugin and are going to purchase more addons if we can get it to work correctly. Please advise. Thanks in advance!
Forum: Plugins
In reply to: [Simple Job Board] Applications not working and emails not sendingThanks for the quick reply! Is there anyway to see which plugin or which part of the site those script errors are being called from by any chance?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount Per Unit vs Total DiscountHi everyone,
This plugin worked great for me:
https://codecanyon.net/item/woocommerce-dynamic-pricing-discounts/7119279
I’d like to just do it with a shortcode directly on the pages/posts… so if I am editing a page or post in the wordpress admin area, I can just do something like:
[visible to everyone]
put content for everyone here
[/visible to everyone][visible to members only]
put content for members only here
[/visible to members only]I could do this with WP Members so I’m hoping you guys have something similar as I think you’re plugin is awesome!
Thanks!
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount Per Unit vs Total DiscountDid anyone find a solution to this? I want to do the same thing… if a customer buys 1-999 of a product, the price per unit is $6. If they buy over 1000, the price for each unit is $4… is there anything at all?
Hi Caimin – that worked perfectly! Thanks so much!
That worked perfectly! Thank you so much!
Yes, perfect! Thank you Caimin!!!
So I found the way to create custom fields here:
https://wp-events-plugin.com/documentation/event-attributes/But this is just showing me how to create dropdown menus. I’d like people to be able to choose multiple checkboxes for the topics.
If you click this link: https://www.pcutopia.com/rc/search and then click “Topic” you will see what I mean.
How can I create custom field checkboxes?
Thanks!
Resolved!
It did not work adding it to that array but it did work adding it to the array above it:
$categories = EM_Categories::get(array(‘orderby’=>’name’, ‘exclude’ => 9, ‘hide_empty’=>0));
So thank you so much!!! ??