veradeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirects with URLs in Cyrillic not workingHello, I had the same problem. All you need it’s to go /wp-content/plugins/redirection/models/request.php
the lines
if ( isset( $_SERVER[‘REQUEST_URI’] ) ) {
$url = $_SERVER[‘REQUEST_URI’];
}change to the
if ( isset( $_SERVER[‘REQUEST_URI’] ) ) {
$url = rawurldecode($_SERVER[‘REQUEST_URI’]);
}All was fixed in the version 1.9. Thank you for notice.
Forum: Plugins
In reply to: [Simple PDF Viewer] Visual Editor not workingAll was fixed in the version 1.9. Thank you for notice.
Forum: Plugins
In reply to: [Simple PDF Viewer] Simple PDF Viewer PRO: Big Files not working?Thank you for your notice. According to Google Drive’s help page, the maximum size of a document to be uploaded is 10GB. However if you want to convert the file, this limits are lower. If Pro Version will be updated, we will send you an e-mail with zip file.
Forum: Plugins
In reply to: [Simple PDF Viewer] Visual Editor not workingThank you very much for noticed this bug, it was fixed.
Forum: Plugins
In reply to: [Simple PDF Viewer] error loading via httpsThank you very much for noticed this bug. I fixed it)
Forum: Plugins
In reply to: [Simple PDF Viewer] Short CodeWas added some documentation with steps how to use.
Forum: Plugins
In reply to: [Simple PDF Viewer] Short Code…Was added some documentation with steps how to use.