doczimute
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Translation for “No access in a modal window (pop-up)”Files to download with the “members only” restriction.
Downloads > Settings > Advanced > Access > Pages and :Case 1
– Access denied page: none
– Restricted access modal window: off
5.0.12: nothing happens (expected)
5.0.14: Unstyled message “Access denied. You do not have permission to download this file.” around the download link.Case 2
– Access denied page: none
– Restricted access modal window: on
5.0.12: Opening a modal window with the warning logo, the title from the language variable “No access!”, the label from the language variable “Access denied. You do not have permission to download this file.” and the Close button.
5.0.14: Opening a modal window asking to log in (But there is no link to register, which concerns the majority of visitors who will want to download) => the content of the modal window of version 5.0.12 is, for me, the most relevant. Asking only to log in does not bring anything, because most members will already be logged in (except for deleted cookies).Case 3
– Access page prohibited: none
– Restricted access modal window: on
– Use the default modal window: on or off
5.0.12: option not present.
5.0.14: on or off; no effect and result same as case 2. What action is expected?I am staying in version 5.0.12, the operation of the modal window of which seems the most interesting to me.
Daniel
Forum: Plugins
In reply to: [Download Monitor] Translation for “No access in a modal window (pop-up)”See here on a development server with version 5.0.13
Click the download icon.Forum: Plugins
In reply to: [Download Monitor] Translation for “No access in a modal window (pop-up)”For the title (next to the warning logo): the language variable exists, but is not taken into account when displayed.
For the label: the language variable __( ‘Only members can download’) line 95 of the file /wp-content/plugins/download-monitor/src/DownloadHandler.php is not included in the language file (.pot)
The button (close) is correctly translated.
Forum: Plugins
In reply to: [Download Monitor] Translation for “No access in a modal window (pop-up)”French by default, if I switch to English by default, the result is the same.
This is working with Version 5.0.12 and I use in functions.php :
add_filter(‘dlm_timestamp_link’, ‘__return_false’);Forum: Plugins
In reply to: [Download Manager] No Access Modal?Now if you click on the icon that your image indicates, the styled modal window appears correctly.
Forum: Plugins
In reply to: [Download Manager] No Access Modal?I found the cause of the problem. The links to the files to download had a relative path (/download/myfile), by putting an absolute path (https://mysite.com/download/myfile), the plugin’s styled window (CSS) is applied.
Furthermore, there seems to be a problem with translations including special characters, accents, etc., or more precisely, something must be missing in a source file:
– If the window title (No access!) includes special characters, they are interpreted in UTF8.
– If the window label (Access denied. You do not have permission to download this file.) includes special characters, they are misinterpreted in UTF8. You must then replace them with their HTML code to avoid having strange characters on display.Forum: Plugins
In reply to: [Download Manager] No Access Modal?None of that. Standard installation without extra CSS and specific modal window. The plugin’s modal window styling just doesn’t apply. And I know why?
Hi
Version 2.0.4 solves my problem.It’s all good, thank you.
Hello
I don’t know what happened with the plugin revisions, but the path in the database was /acymailing/media/images/poweredby_black.png which changed to /acymailing/media//images/editor/poweredby_black.png makes the “Built with AcyMailing” logo appear instead of the alt text. And the color choice works now!The usually used shape is no longer available for the header (the “Shape Divider” option available in 1.9.4 is no longer offered) and the “section” blocks for the content have, after update, a wave shape for a setting to none (Masking/Shape settings for the “Section” block inoperative, option not present in V1.9.4).
I tested with other browsers than Firefox, which I use, it’s ok. I cleared my browser cache and it’s all good now. The fix works fine.
I don’t find this problem in private window. I have this problem on my Android smartphone.
I removed the additional CSS and put v 3.0.2
538 / 5?000
Sorry, but version 3.0.2 still does not fix the column stacking issue.
I have 2 so 2 columns, one containing 2 small paragraphs and one containing a contact form.
In desktop mode, the form is taller than the 2 paragraphs.
In mobile mode, the heights do not adapt to the content and are equal heights. Lots of spaces at the bottom of the paragraphs and the form is cropped at the bottom.
Before version 3.0.0, the column heights adapted to the content of each in mobile mode.