iananderson
Forum Replies Created
-
Thanks for your reply.
I would like to fire the webhook when a new post is added for a custom post type.
Sorry for my lack of knowledge. Does the hook need to be specific to the custom post type? How would I know what the hook is?
Thanks again,
Ian
Thanks @kevinb
I’ve changed the “Role Level” of the user role to “10” which is the highest. However when I login to the dashboard with the user role, I still can’t edit other users. I can only edit myself.
I have checked all the “Users” boxes under “Editing Capabilities”, “Deletion Capabilities” and “Reading”, and I have checked “edit users”, “create users”, “delete users”, “promote users”, “list users” and “remove users”.
Is there something else?
Thanks
Ian
Forum: Plugins
In reply to: [Redirection] Can a redirect copy a URL parameter?Sorry, I realise I was using {.*} instead of (.*)
I worked it out by changing it to this:
Original url:www.disciplegrowth.org/results/[post_id]
Redirect Source: ^/disciplegrowth/results/(.*)
Redirect Target: /disciplegrowth/results/?church=$1&wdt_column_filter[churchid]=$1As an added bonus, the Original url is even shorter ??
Thanks
- This reply was modified 4 years, 2 months ago by iananderson.
Forum: Plugins
In reply to: [Redirection] Can a redirect copy a URL parameter?Hi John
I appreciate your help.
I’ve tried this:
Source: ^/disciplegrowth/results/?church={.*}
Target: /disciplegrowth/results/?church=$1&wdt_column_filter[churchid]=$1But it doesn’t work. Am I missing something?
Thanks
Ian
Forum: Plugins
In reply to: [WooCommerce] Will Paypal Subscriptions Continue if deactivated?Thanks for your reply.
I have copied the site over to a sub domain. Now I am getting this notification in the new sub domain site:
“It looks like this site has moved or is a duplicate site. WooCommerce Subscriptions has disabled automatic payments and subscription related emails on this site to prevent duplicate payments from a staging or test environment.”
Should I deactivate Subscriptions on the old site first, and then enable them on the new sub domain site?
Is this the right process to ensure the subscriptions keep firing in the new site and not in the old site?
I appreciate your help with this,
IanForum: Plugins
In reply to: [WooCommerce] Will Paypal Subscriptions Continue if deactivated?Hi
Sorry for the delay.
To follow up, if I was to transfer my site to a sub domain, would the subscriptions remain live and continue to process?
Thanks
IanHi,
Thanks for your reply.
Yes, BNFW sent the notification when I used the default password request.
However, some of the merge tags didn’t display properly. This is how the email rendered them:
Registered to: [user_login]
Email Address: [user_email]Thanks for your help,
Ian
Forum: Plugins
In reply to: [WooCommerce] Price not showing in CartThanks for your reply, I appreciate it.
However the cart page doesn’t show the item price. See my screenshots above that show the cart page for my theme and the default WP theme.
This has only happened since updating Woocommerce. It used to work fine.
Thanks again.
Ian
Forum: Plugins
In reply to: [Secondary Title] Insert category as Secondary TitleHi,
I have turned off the templates “Smooth Scroll” feature, and it seems to be scrolling fine now in Chrome. Interestingly, it was’t working in Firefox either with “Smooth Scroll” on.
It’s just a shame now that the Revolution Sliders on https://freedomchallenge.org.au/the-facts/ are a bit jerky. Is there any way to improve this?
Forum: Plugins
In reply to: [Secondary Title] Insert category as Secondary TitleHi,
Thank you so much. That works great!
I really appreciate that you would take the time to help me, even though it didn’t even involve your plugin. My own theme developer refused to help me with this, so I’m amazed that you would go out of your way to help.
I have tested my site in OS X Chrome and it scrolls fine (quite slowly though). But I’m worried if it’s not working for everyone. What could be causing this?
Again, thanks so much!
Ian
Forum: Plugins
In reply to: [Secondary Title] Insert category as Secondary TitleHi,
Thanks for your help with this.
I realise your plugin may not be necessary, but I’ve tried many options for inserting the category title into the post title, but nothing is working.
Unfortunately, your filter does’t work either. On my page here: https://freedomchallenge.org.au/fundraisers/tracey-rieck I’m trying to insert the category (Boonah Freedom Climb 2016) after the post title (Tracey Rieck) so that the title is Boonah Freedom Climb 2016 – Tracey Rieck.
The reason for this is because I need to send both the Category and the Post title to Paypal (when you click “Sponsor Now”). I have temporarily hard-coded the category title to display before the post title in the Paypal form, but obviously this isn’t helpful if I have more than 1 category.
Any ideas why your filter isn’t working?
Thanks
Ian