Platoscave
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Permalinks] Redirecting to index.php instead of 404Hi Sami,
Sorry no that’s not correct, I have a bit of js redirecting so the issue doesn’t appear to users. Please try https://staging.humancondition.com/freedom-essays/lkjl;kj
Thanks very much.
Forum: Plugins
In reply to: [Custom Permalinks] Redirecting to index.php instead of 404Hi Sami,
The following is included in my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
To reproduce on your end you can go to https://www.humancondition.com/freedom-essays/lkjl;kj
Obviously, that url shouldn’t exist and should load the 404 page, but it doesn’t it loads the index.php
Thanks Sami.
Forum: Plugins
In reply to: [Custom Permalinks] Redirecting to index.php instead of 404Hi Sami,
Thanks again for getting back to me and your help. I have tested on wordpress theme Twenty Seventeen and I am still seeing the issue.
I really think there is something in the plugin that is redirecting to the index.php and not the 404 for some reason.
Anyway, what should I try next?
Forum: Plugins
In reply to: [Custom Permalinks] Redirecting to index.php instead of 404Hi Sami,
I have turned all the other plugins off and I am still seeing the error.
Could you advise something else to test?
Thanks very much.
Forum: Plugins
In reply to: [Custom Permalinks] Redirecting to index.php instead of 404Hi Sami, thank you very much for getting back to me I appreciate it. I have tried these steps and it hasn’t solved it. The .htaccess file definitely contains the default wordpress rules. Do you have any other ideas? Thank you very much for your time.
Forum: Plugins
In reply to: [Duo Two-Factor Authentication] Can’t download the pluginThanks very much for getting this sorted.
I think it would be awesome to redo the playlist setup. Currently the out of the box version is very limited. I will await your work eagerly.
Hi Again Ulrich,
Yes, we had made the customisation into the file flowplayer5/admin/class-flowplayer5-taxonomy-meta.php . Only a thought but you might want to add the option to the plugin. I think it’s a very handy addition.
I added this at line 129:
<div class="form-field fp5-select-splash"> <label for="term_meta[fp5-select-splash]"><?php _e( 'Select Splash Image', 'flowplayer5' ); ?></label> <input class="media-url" type="text" name="term_meta[fp5-select-splash]" id="term_meta[fp5-select-splash]" value="<?php if ( isset ( $term_meta['fp5-select-splash'] ) ) echo esc_attr( $term_meta['fp5-select-splash'] ); ?>" /> <p class="description"><?php _e( 'Background image for playlist', 'flowplayer5' ); ?></p> </div>
And then this at 168:
<tr class="form-field fp5-select-splash"> <th scope="row" valign="top"><label for="term_meta[fp5-select-splash]"><?php _e( 'Select a splash image', 'flowplayer5' ); ?></label></th> <td> <input class="media-url" type="text" name="term_meta[fp5-select-splash]" id="term_meta[fp5-select-splash]" value="<?php if ( isset ( $term_meta['fp5-select-splash'] ) ) echo esc_attr( $term_meta['fp5-select-splash'] ); ?>" /> <p class="description"><?php _e( 'Select a splash image for this playlist', 'flowplayer5' ); ?></p> </td> </tr>
Could you possibly tell me which file is responsible for the playlist GUI. I assume this is the file that I will need to check to see if some change has been made?
Thank you for your time looking into this.
And sorry, this is Version 1.10.6
It is in the edit playlist form. Please see this screenshot: https://images.humancondition.com/playlist_screenshot.png
Hi Ulrich, Thank you very much for getting back to me. This sorted it.
I have another question. Have you taken the ability to add splash images to playlists for a particular reason in this version of the plugin? I use that splash image for every one of our playlists. Are you going to put back in or is there a work around to get one in?
Thank you very much for your time.