Scott DeLuzio
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress CRM Plugin - WP-CRM System] “Start date” and “Due date”Thanks for reaching out about this. Unfortunately, as the developer of this plugin I only speak one language, so I rely on the community for help contributing translations.
Each plugin needs every text string to be translated in whichever language it is being used in for it to show up in that language. If you would like to help contribute to the translation of this plugin, you can visit the translation page here to find out what languages and text are still in need of translation.
There are many other plugins – and WordPress itself – that are in need of translation as well. If you are interested in contributing to the translation of those you can find out more here.
Forum: Reviews
In reply to: [Debug Info] Simple and has all basic infoThanks for the great review!
Forum: Plugins
In reply to: [In-Post Ads] When using the plugin for 2 years, Now it does not work ?Glad to hear everything is working for you!
Forum: Plugins
In reply to: [In-Post Ads] When using the plugin for 2 years, Now it does not work ?Hi @frankiestar13 as far as I can tell, the plugin is working just fine.
I’ve tested it on the latest version of WordPress (5.1.1) and using PHP 7.1, which has no problems at all.
I have also run the plugin through the PHP compatibility checker plugin, which shows that it is fully compatible at PHP 7.0, 7.1, and 7.2. If you can find something that indicates otherwise, I’d be happy to take a look.
There may be a conflict with another plugin that is causing the issue for you though. Try deactivating other plugins, then reactivate each one-by-one until the problem occurs again. The last plugin you activated before the problem comes back is likely the one that is causing the problem. If I have that information, I might be able to troubleshoot further for you.
Forum: Plugins
In reply to: [Unused Shortcodes] Off topic: Search for Elementor widgets being used?It might be possible, but not with this plugin. Honestly, I’ve never used Elementor so I don’t know exactly how that would work. You might want to reach out to someone who has more experience with Elementor to find out if something like this exists already though.
Forum: Reviews
In reply to: [Unused Shortcodes] Right on spot! Great cleaning companion! :)Thanks for the great review!
Forum: Plugins
In reply to: [Genesis Featured Video] Featured video not showingHi @ashimagoyal it looks like you are using the standard featured posts widget on your homepage. You’ll want to replace that widget with the Featured Posts with Videos widget.
See the FAQ’s for more information on how the Featured Posts with Videos widget works. You shouldn’t have to remove your featured images either, as is described in this FAQ.
Let me know if you need any other help.
Thanks!
Forum: Plugins
In reply to: [Subscriber Discounts for WooCommerce] Import/Add subscribersHi @vesaku,
I believe webhooks have been excluded from the import process. I think this is because you could end up using MailChimp’s service to DDoS the website where the webhook is pointed. Basically, sending 6,000+ hits to the webhook URL in rapid succession would eat up a lot of resources on your site and possibly cause it to crash.However, you could possibly use the API to subscribe batches of subscribers. Batch requests are limited to 500 pending requests, so you will need to run your batch import several times to get all subscribers added while triggering the webhook.
https://developer.mailchimp.com/documentation/mailchimp/reference/batches/
Hopefully that helps clear things up a bit for you.
If you are just trying to hide the search box on mobile devices, you can add this to Appearance > Customize > Additional CSS:
@media (max-width: 650px){ .only-search.with-image { display: none; } }
Be sure to click Publish after you add that.
Forum: Fixing WordPress
In reply to: Plugin Page does not show all pluginsIt sounds like your site may be running low on memory. Try deactivating some plugins to see if one of them might be eating up a lot of memory. Either that or contact your host to see if they can identify any that are using a lot of memory. They may also be able to increase the memory on your site for you.
You might also want to try adding this line to your wp-config.php file:
define( 'WP_MEMORY_LIMIT', '512M' );
Forum: Fixing WordPress
In reply to: Erase Personal Data – Change the wordpress@ emailThis bugs me too. Unfortunately, the
$headers
argument in thewp_mail()
function was left off in the privacy related emails. The$headers
argument is what you’d need to modify the “from” email.The only other option as far as I can see would be to change the sitewide “from” email by using the
wp_mail_from
filter. I’m sure there is a plugin out there that will modify the “from” email too.Forum: Plugins
In reply to: [Simple Full Screen Background Image] Transparent layers behind Bkgd Image?Hi Mark,
It would be possible with some CSS styling, but no it isn’t something this plugin does natively.Forum: Plugins
In reply to: [Genesis Featured Video] Ajax LoadingDo you have a link to a page where you’re having this issue? I’d like to see it first hand to see if I can reproduce the issue on my end.
Forum: Plugins
In reply to: [Subscriber Discounts for WooCommerce] How to exclude subscriptionsCan you check the coupon that was created to see if the products were excluded correctly?
See the Exclude Products section here.
If the correct product(s) are in the coupon settings, then there might be a conflict with another plugin. You can try manually creating a coupon with the same settings as the one this plugin created to see if there is any difference in the behavior at checkout.This error is from the pro version of the plugin. Edit the conditional fields and make sure each has a unique value in the sort order setting.
I’m closing this thread, as this forum is for the lite version of the plugin. If you continue having issues with this, please reach out to support https://conditionalcheckoutfields.com/contact/