marcjc
Forum Replies Created
-
I fixed my issue… for anyone facing this. The plugin uses javascript. There are two lines of code I needed to enable javascript items for the webview to work correctly:
mWebview.getSettings().setJavaScriptEnabled(true);
mWebview.getSettings().setDomStorageEnabled(true);All is good now!
Forum: Plugins
In reply to: [Mmm Simple File List] logged in usernameThank you very much for the quick reply. I am going to take a look at your code, but I got it working with this (added the last line here to get the current user):
function ListFiles($atts, $content="") { ... $current_user = wp_get_current_user();added the last line above. Then on the first $folder line (line 64) I did this:
$folder = $this->_check_for_slashes($current_user->user_login);Then my shortcode I remove the folder completely since it is being forced to the current user:
[MMFileList format=”table” /].
- This reply was modified 3 years, 10 months ago by marcjc.
Forum: Plugins
In reply to: [Shortcode IMDB] Stopped working about 2 days agoExcellent… Thank you! Great support!
Forum: Plugins
In reply to: [Shortcode IMDB] Stopped working about 2 days agoThanks for your reply…
I have installed a plugin called “Clear Cache For Me” and I have cleared the cache. Please note that the example link was for a new post. I have also added another new post to a test post, https://www.tvthemes.app/2019/08/26/test-post-2/ and I have the same result… Seems that every post I make since 8/23 is not working correctly. I will send you an email as you requested shortly.
Thanks for your assistance.
-Marc