rajeevrf
@rajeevrf on WordPress.org
- Member Since: May 24th, 2019
-
Posted a reply to How to stop offloading specific file type to S3, on the site WordPress.org Forums:
Thanks. This worked like a charm.4 months ago
-
Created a topic, Excellent Plugin with extra ordinary support, on the site WordPress.org Forums:
As this plugin also has a premium version, I was doubt…4 months ago
-
Posted a reply to Disallow offload to s3 bucket, on the site WordPress.org Forums:
If you are adding the code directly to functions.php, then you should remove the code…4 months ago
-
Posted a reply to Disallow offload to s3 bucket, on the site WordPress.org Forums:
No not wp-config.php file. Inside your theme folder, there should be a functions.php file. Add…4 months ago
-
Posted a reply to Disallow offload to s3 bucket, on the site WordPress.org Forums:
Hi, Instead of code snipper plugin, can you try adding the below code directly in…5 months ago
-
Posted a reply to Disallow offload to s3 bucket, on the site WordPress.org Forums:
You need to hook it. Use the below code along with your code. add_filter( 'as3cf_pre_update_attachment_metadata',…5 months ago
-
Created a topic, How to stop offloading specific file type to S3, on the site WordPress.org Forums:
Hi, I am using this plugin on my website to offload th…5 months ago
-
Posted a reply to Not able to regenerate thumbnails AWS S3, on the site WordPress.org Forums:
Hi, But as per Delicious Brains' response, it is supposed to work even after deleting…11 months ago
-
Posted a reply to Not able to regenerate thumbnails AWS S3, on the site WordPress.org Forums:
Hi, I don't have access to the WordPress CLI tool. No other way to regenerate…12 months ago
-
Created a topic, Not able to regenerate thumbnails AWS S3, on the site WordPress.org Forums:
Hi, I am not able to regenerate thumbnails for the im…12 months ago
-
Posted a reply to How to modify the Enquiry email template, on the site WordPress.org Forums:
Thanks for the prompt response.12 months ago
-
Created a topic, How to modify the Enquiry email template, on the site WordPress.org Forums:
Hi, I would like to edit the inquiry form email templ…12 months ago
-
Posted a reply to Customize the Single Team template, on the site WordPress.org Forums:
Yes, I added the image to header.php and used CSS to hide to other pages.…12 months ago
-
Created a topic, Customize the Single Team template, on the site WordPress.org Forums:
Hi, Thanks for the wonderful plugin. How can I custom…12 months ago
-
Posted a reply to THE WORST MEMBERSHIP SOFTWARE AND THE MOST EXPENSIVE!!! BUYER BEWARE, on the site WordPress.org Forums:
Hi All, I agree to disagree here. I am using PMPro for our membership websites.…1 year ago
-
Created a topic, Favorite Posts taking time to load, on the site WordPress.org Forums:
Hi, I am using the Favorites plugin to bookmark/favor…1 year ago
-
Created a topic, Add new fields to the Event Dashboard table, on the site WordPress.org Forums:
Hi, I dono how to use the below code which you provid…1 year ago
-
Posted a reply to Hide unwanted fields in Event Dashboard page, on the site WordPress.org Forums:
Hi, Thanks for the code. I am not able to understand how to use this.…1 year ago
-
Posted a reply to Hide unwanted fields in Event Dashboard page, on the site WordPress.org Forums:
Hi, Below code worked. Thanks. add_filter('event_manager_event_dashboard_columns','your_theme_name_event_dashboard'); function your_theme_name_event_dashboard($columns){ unset($columns['event_location']); return $columns; } Can I add…2 years ago
-
Created a topic, Hide unwanted fields in Event Dashboard page, on the site WordPress.org Forums:
Hi, In Event dashboard page, how can I remove the unw…2 years ago
-
Created a topic, Excellent Plugin with extra ordinary support, on the site WordPress.org Forums:
Such a wonderful plugin which is very well supported b…2 years ago
-
Posted a reply to Disable Front end preview, on the site WordPress.org Forums:
Hi, Thanks for your reply. I Managed to get this done using below code as…2 years ago
-
Posted a reply to Disable Front end preview, on the site WordPress.org Forums:
Hi @hiteshmakvana , It worked like a charm. Thanks for your support. Much appreciated. I…2 years ago
-
Created a topic, Disable Front end preview, on the site WordPress.org Forums:
Hi, I need to disable the Preview option while postin…2 years ago
-
Created a topic, Storing Partial entries from Gravity Forms in Hubspot CRM, on the site WordPress.org Forums:
Hi, I am using Hubspot CRM Integration plugin along w…2 years ago