mtgagents2021
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Populate text when checkbox checkedWould be great if CF7 answered this support ticket as no other option seems to work with the current version. Thanks
Have sent a support ticket. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Populate text when checkbox checkedI had seen that but one poster said that it didn’t work with CF7 (although was posted 2014) ..
Where does the Jquery go on my site and how do I find the latest proper jquery library to reference in my header ? .. I’ve searched online and I find websites about Jquery but non that seem to give these two answers lol
Thanks for your help
Hi,
So we use User Role Editor to give different capabilities to each user so they see different menu items based on their membership level. Each menu item can only be seen by a user who has a matching capability. We have used the User Role Editor to create our own different capabilities.
As soon as I upgrade your plugin, users can then see every single menu items regardless of capabilities set.
I am happy to provide you an admin login so you can see what is going on and how we are using the two plugins
Hi,
Yes mine validated fine but still paused, your techs logged into my account and fixed it so guessing they applied the above code as now sending again. Hopefully you’ll come up with a permanent fix shortly.
Many thanks
Hi,
When I upgrade to your latest version, it no longer recognises the capabilities set within the User Role Editor plugin ?
Any suggestions on why it’s doing that ?
WordPress Version 6.2
php 8.0
Current WP User Manager version that works with User Role Editor 2.7.2Thanks
- This reply was modified 3 years, 1 month ago by mtgagents2021.
It’s ok I worked it out myself
Thanks
Forum: Plugins
In reply to: [Contact Form 7] CF7 & WooCommerce ConflictIt’s the wordpress travelisious theme.
Forum: Plugins
In reply to: [Contact Form 7] CF7 & WooCommerce ConflictFlyMickey.co.uk/quote
I have found this temp code solution that will at least let the forms be submitted but the spinner still stops and looks like form isnt working for a moment or two which could result in people pressing submit multiple times.
Could do with a permanent fix. Both CF7 & WooCommerce are on the latest versions.
function ca_filter_is_api_request_to_allow_cf7_requests_through_api( $is_rest_api_request ) { if ( $is_rest_api_request ) { $rest_prefix = trailingslashit( rest_get_url_prefix() ) . 'contact-form-7'; $is_rest_api_request = ! ( false !== strpos( $_SERVER['REQUEST_URI'], $rest_prefix ) ); } return $is_rest_api_request; } add_filter( 'woocommerce_is_rest_api_request', 'ca_filter_is_api_request_to_allow_cf7_requests_through_api' );Forum: Plugins
In reply to: [Woo Donations] Undefined index: donation_priceAppears to be a conflict with the BoldThemes WordPress Importer plugin. Are you able to fix this ?
Hi,
Tried with deactivating first, manually uploading the version off your website. Once its on the latest version it ignores all role based criteria’s and every menu item becomes visible.
Any other suggestions ?
- This reply was modified 3 years, 4 months ago by mtgagents2021.
Hi,
Sorry for late reply. No, can’t manually upgrade or automatically upgrade. Always causes the error and the role based criteria’s get dropped so the entire menu becomes visible to everyone.
Any idea’s ?
I’ve off loaded every other plugin and reinstalled one by one, its definitely yours that causes the problem.
Thanks
Items 4 & 5, any chance you can tell me what these css items are called so I can style them ?
Thanks
Hi,
The random option under All Listings seems to only be for when the sort by filter is active which we are not using, however the shortcode ‘rand’ parameter works great thanks
Tom
Have sent in a contact request as indicated. Thanks