morvarghmatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Product CategoriesWill do; 🙂
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Product CategoriesHi Kyle
Many thanks for a super quick response! It’s a real shame that Mailchimmp has this limitation; I can achieve what I need to do by selecting the product so no major issue.
It might be worth adding this limitation on the plugin documentation as I’ve spent the best part of the morning searching round for the answer.
Thanks again!
Matt
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Option to display registered voluteersI’d like to +1 for this feature!
Sadly may need to use a different plugin for my volunteer sign-ups as this feature would really save us a lot of time.
Without it I need to change the description in the volunteer opportunity to tell my volunteers which role is taken e.g. 5 spots; 1 being role x, 2 being role y 2 being role z.
Would be really nice to either enable roles within a single volunteer opportunity or list who has signed up
Regards
Matt
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] orientationok, thanks very much 🙂 I’ll look at your link
Thats great thank you!
Hi
I’ve found where the drop down is populated in your code. 🙂
I know it’s very bad practice to do so but I have edited your code in ‘/wp-content/plugins/erp/modules/hrm/includes/functions-employee.php’ and added the entry ‘volunteer’ to the following:
function erp_hr_get_employee_types() {
$types = array(
‘volunteer’ => __( ‘Volunteer’, ‘erp’ ),
‘permanent’ => __( ‘Full Time’, ‘erp’ ),
‘parttime’ => __( ‘Part Time’, ‘erp’ ),
‘contract’ => __( ‘On Contract’, ‘erp’ ),
‘temporary’ => __( ‘Temporary’, ‘erp’ ),
‘trainee’ => __( ‘Trainee’, ‘erp’ )
);Is there a better way for me to do this and not have to make the change if the plugin is updated?
Thanks in advance for any pointers
Regards
Matt
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] admin-ajax issueJust the standard htaccess that comes with wordpress. I’ve googled the issue of admin-ajax to death on google as well. Am scratching my head with this one! 🙂
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] admin-ajax issueSadly not got this resolved yet.
My host has assured me that they are not running any security rules or software that should stop access to admin-ajax.
Just diving back into this issue now as I have a few hours this afternoon.
Forum: Plugins
In reply to: [Rescue Shortcodes] Font AwesomeThat fixed it!
Thank you so much for coming back to me so quickly!!!! 🙂
Awesome
Forum: Themes and Templates
In reply to: [Politics] Hero ImageWow, thank you so much for coming back so quickly!!!
It’s the home page images in the hero at http://www.morvargh-sailing.co.uk
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] admin-ajax issueCool, thank you 🙂
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] admin-ajax issueThanks 🙂
I’ve disabled all plugins other than ‘Give’ and still get the error.
Do you know if when opening admin-ajax.php in the browser I should see a ‘0’ output or is that telling me it doesn’t work?
Thanks so much for your help!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] admin-ajax issueWow, thanks so much for the quick reply.
Sadly, i’ve already worked through your document already 🙁
Forum: Plugins
In reply to: [Slick Google Map] Latitude, LongitudeHi Norbert
Thanks so much for the quick reply! And in looking at a the problem. 🙂
I’m using your plugin alongside FormidablePro forms builder so will look at doing some magic with PHP to convert the form fields to decimal and then adding it to your shortcode.
Thanks
Matt
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] WP GPX Maps not displayingHi Lewis
Sorry me again, link on the WP GPX plugin forum with a new thread.
http://devfarm.it/forums/topic/printing-to-pdf/
Thank you so much for your help!!!!
Regards
Matt