TeoAlex

Results 18 comments of TeoAlex

To test, set this setting in ST view & have a testimonial without email address or with an invalid email address. ![image](https://github.com/user-attachments/assets/b67fb242-88d0-4990-98b0-6d2083fa2e78)

The linked domains should allow for cross site access between them as they are both pointing to the same server and Access-Control-Allow-Origin header should allow the 'sibling" domain. But, if...

A possible fix is adding this line of code in htaccess: ` Header set Access-Control-Allow-Origin "*" ` Also, we cannot change the color of the icon if we change from...

For the moment i cannot reproduce the error but another option we can test is to set a query arg on the svg url `mask: url('../svg/chevron-right-solid.svg?no_cors_please')` https://www.hacksoft.io/blog/handle-images-cors-error-in-chrome

Fatal error: Uncaught Error: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class DLM_Debug does not have a method "dlm_debug_information" in /home/tamewpco/dev.tamewp.com/wp-includes/class-wp-hook.php on line 324

we also should try and set an icon to the entry ![image](https://github.com/WPChill/download-monitor/assets/19348508/dcedfb64-76f8-493c-b16a-3d19debac032) from whaqt i have found, extending this -> https://github.com/WordPress/WordPress/blob/master/wp-includes/js/dist/block-editor.js at line 51802 ICONS_MAP can add an icon or...

It seems like the Instagram Browser does not allow file download. 'Redirect to file' only works for files that can be opened in the browser like: .jpg, .csv, .pdf. etc....

We will remove the User Agent also