Razvan Aldea
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Critical error after editing approved download pathsThank you for the info, we’ve prepared an update that will address the issue, which will be launched later today most probably.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Issues After Upgrading to 5.0.10Hello @safety13 ,
We’re investigating the issue.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Critical error after editing approved download pathsHello @jayfeeney ,
Could you send us the PHP error log to examine the issue?
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] I can’t see Add download paths settingsAwesome news!! ??
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] I can’t see Add download paths settingsHello @martinjstephens ,
Please follow the documentation here.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Access denied to any fileHello @martinjstephens ,
Yes, there’s a minor issue where the Tab for Download Paths doesn’t appear unless the plugin is activated network-wide or on the main site. We’re releasing an update today to resolve this, ensuring the tab will be displayed as usual, but only visible to the network admin.
Please wait for this update, then instruct your network admin (or yourself, if that’s you) to navigate to the site’s dashboard > Downloads > Settings > Advanced > Approved Downloads Path to add the path.
Warmly,
RazvanForum: Plugins
In reply to: [Modula Image Gallery] Masonry with 8 columns possible?Awesome news ??
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Download stuck in a retry loop since updateHello,
Please use the contact form located here.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Download stuck in a retry loop since updateHello @andrewsheldon17181 ,
Thank you for the link. Could you please go in the admin dashboard and edit that Download, make a screenshot of that screen and send it?
Warmly,
RazvanForum: Plugins
In reply to: [Modula Image Gallery] Masonry with 8 columns possible?Hello Torsten,
You can do that by adding the following PHP Snippet to your child theme’s functions.php file or using a plugin to add PHP Snippets:add_filter( 'modula_gallery_fields', 'custom_modula_fields', 15 );
function custom_modula_fields( $settings ) {
// Add 7 & 8 columns for the grid type
$settings['general']['grid_type']['values']['7'] = __( 'Seven Columns(7)', 'modula' );
$settings['general']['grid_type']['values']['8'] = __( 'Eight Columns(8)', 'modula' );
return $settings;
}This way, you can specify for each gallery in part the number of columns by selecting the number of columns you wish.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Approved download paths.Could you please follow this doc , the part about the multisite, and let me know if the issue still persists?
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Question About Payment PlatformsHello @2chicks ,
Apologies for the delayed response. Download Monitor currently tracks downloads but does not monitor sales made through WooCommerce. While we do offer shop functionality, it only supports PayPal at the moment. We plan to integrate Stripe and enhance the shop features in the future, but I can’t provide a specific timeline for these updates.I hope this clarifies things.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] wp_download_logHello @cakru ,
You can disable the logs/reports by adding the following PHP snippet into your child theme’s functions.php file:add_filter( 'dlm_enable_reports', '__return_false' );
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Disable log for selected IP addressesHello @torkild ,
You might hook to this filter, define an array of IPs and return false if there is a match between the user’s IP address and one defined by you. This will disable the log creation for that download call.
Warmly,
RazvanForum: Plugins
In reply to: [Download Monitor] Access denied to any fileHello @onelikenoone ,
Have you followed the instructions from here?
Warmly,
Razvan