alitheabdullah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Restrict a specific user from editing any posts@gappiah
Thanks for replying, I don’t want to change the role.
I trying to restrict a user form editing posts.Forum: Fixing WordPress
In reply to: Hide the post from its author, but post remains public@sterndata
Thank you for replying, I want to restrict a specific author from editing his posts while keeping the post published.As an Admin I tried to make the post private so the author can not edit it but it also hides the post from the front end.
Forum: Fixing WordPress
In reply to: Restrict a specific author to edit their post@threadi
Thank you for the reply, but this article shows how to restrict capabilities for a role, I looking to restrict a specific user to edit the post that is the author.Forum: Plugins
In reply to: [WooCommerce] Add a custom page before checkoutForum: Plugins
In reply to: [WooCommerce] Add a custom page before checkoutHi,
Thank You for replying, but this is not what I was looking for.
I am trying to create a multi step checkout with a custom page before checkout where I can add my contact form 7.so the goal is that when a student a course to the cart, then goes to cart, then the contact form 7 page and then checkout.
Forum: Plugins
In reply to: [Contact Form 7] Driving License Pattern Input Formathttps://www.ads-software.com/plugins/masks-form-fields/
Created a custom mask using this plugin/** * WordPress Plugin: Masks Form Fields - https://www.ads-software.com/plugins/masks-form-fields/ * Function to add custom mask. /wp-content/themes/YOUR-THEME/functions.php * Documentation, Demos & Usage Examples - jQuery Mask Plugin v1.14.0 - https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html */ function custom_masks_form_fields() { ?> <script type="text/javascript"> jQuery(document).ready(function($){ $("input[name='input_name']").mask('(000) 000-0000'); // $("input.class_name").mask('custom-mask'); }); </script> <?php } add_action('wp_footer', 'custom_masks_form_fields', 111);
Thanks for the reply @shafinahmad01
Creating a downloadable product is a good idea but there is a flaw, I can pay for only one ticket, then download it, and then send it to my friends, or what if I want to purchase multiple tickets for an event how can I do that?
Forum: Fixing WordPress
In reply to: Sync Airbnb With WordPressThank you for replying @corrinarusso
I am using WP Hotel Booking Plugin, can I use this booking calendar with the plugin? Can you explain how does this calendar works? I am not understanding this.Forum: Plugins
In reply to: [WooCommerce] Show a drop-down of my account after customer loginThank you for replying @plantprogrammer
Here is a link to the home of my website
https://sohabat.my/As you can see on the header these are static buttons and they don’t change after someone logs in. As I mention I want the login button to change to my account with a dropdown to dashboard, orders, and sign out
Is there any plugin for that ?
Forum: Fixing WordPress
In reply to: Member Signup and Appointment Booking WebsiteThere are two plugins Dokan & WCFM mostly used for the multivendor marketplace and they both work as an online store to upload products how can I create a profile with them and get rid of the store feature. And I think that it will need a lot of custom work to convert the plugin into that. I am looking for a much simpler solution.
Hi @champsupertramp thank you for the reply
the problem here is that the booking plugin will not get the profile information I have to manually add every member to the booking plugin.
Is there any booking plugin or any extension that supports Ultimate Member?
Forum: Fixing WordPress
In reply to: Member Signup and booking website.I am currently using ultimate member to create a user’s profile is there any way to integrate a booking plugin with it?