pbolduc99
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Folders] PHP Error in media-library-plus.phpI think what may have happened was my attempt to delete a folder using Media Library was denied because there were still contents in the folder. I had then deleted the folder manually from the file system when I notice the folder still appeared. Now Media Library still had them indexed when they no longer existed and using Media Library sync wasn’t observing the changes made to the file system. This caused problems and threw an error. My suggested fix worked as expected by eliminating the error from being displayed but I just needed to manually delete the file and folder references in Media folder library to clear the problem. The data itself does not live in the database, however it would be nice if phantom references exist in the database for a folder or file that Media Library would purge these references and only display what is current on the filesystem, instead of getting stuck with phantom references and mis-leading information being displayed in the Media Library. The Media Library should always reflect what is found on the file system not rely on stale cache which isn’t refreshed after a sync.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
- This reply was modified 1 year ago by pbolduc99.
I think I’ve finally tailored my security headers adequately to accommodate your plugin. Thanks and sorry for the trouble. I just had an incident on myside as a result of XSS. Hopefully my WAF filter rules now block most of the XSS attempts.
I had to disable the CSP that causes problems with the plugin. Which is why it was working for you. My system was just hacked lastnight as a result of not having this feature fully enabled. Here are the CSP settings below I require enabled in CSP which interfere with your image slider. I really wish to enable these settings as it would have prevented the XSS hack that I went through last night where I had to restore from backup. I’ve left my site broken with the strict features enabled so you can see the results when it is enabled.
script-src ‘self’
style-src ‘self’ https://fonts.googleapis.com ‘unsafe-inline’;- This reply was modified 1 year ago by pbolduc99.
Thank you so much! That totally resolved my problem.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Unable to save new slideGood morning,
I just wanted to follow-up with regarding a fix to a problem that was suppose to be released with the next update. It’s been close to 3 months and I’m wondering if there is any intentions of releasing an update to correct the problem I am experiencing?
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Unable to save new slideEven though the plugin errors when you create and save a new slide with 0 pictures attached, the slide still is saved. Slides which don’t contain any images should not throw an error when saving the slide information and if a slide is linked to a post page when no images are attached then it fails to load that page with an error as well.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Unable to save new slideHere is more in-depth error reporting from the latest plugin.
WordPress version 6.6.1
Current theme: Ready Review (version 2.9.2)
Current plugin: Ultimate Responsive Image Slider – 3.5.14 (version 3.5.14)
PHP version 8.3.1An error of type E_ERROR was caused in line 575 of the file /home/dukemaps/htdocs/www.mydomain.com/wp-content/plugins/ultimate-responsive-image-slider/ultimate-responsive-image-slider.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/dukemaps/htdocs/www.mydomain.com/wp-content/plugins/ultimate-responsive-image-slider/ultimate-responsive-image-slider.php:575
Stack trace: 0 /home/dukemaps/htdocs/www.mydomain.com/wp-includes/class-wp-hook.php(326): URIS->add_image_meta_box_save() 1 /home/dukemaps/htdocs/www.mydomain.com/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 2 /home/dukemaps/htdocs/www.mydomain.com/wp-includes/plugin.php(517): WP_Hook->do_action() 3 /home/dukemaps/htdocs/www.mydomain.com/wp-includes/post.php(4891): do_action() 4 /home/dukemaps/htdocs/www.mydomain.com/wp-includes/post.php(4993): wp_insert_post() 5 /home/dukemaps/htdocs/www.mydomain.com/wp-admin/includes/post.php(453): wp_update_post() 6 /home/dukemaps/htdocs/www.mydomain.com/wp-admin/post.php(227): edit_post() 7 {main}thrown
Thanks,
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Unable to save new slideI believe you’ve mis understood my problem. I’ve been using 3.5.X just fine until this last update. I am confident you’ll fix the problem and I will patiently wait for your upcoming fixes which will most definitely fix the bug at some point.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Unable to save new slidei’ve been using this plugin for many years and I upgraded to the latest version. However the current plugin didn’t install correctly and I was forced to manually deactivate the plugin and delete the plugin folder. Then I was able to install using the latest version.
- This reply was modified 1 year, 10 months ago by pbolduc99.
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] Invalid post type.Thank you very much!
It appears these error messages must have been generated during the plugin update process. I’ve cleared the log and tested the site and those errors haven’t resurfaced. I will consider this problem resolved.
- This reply was modified 6 years, 9 months ago by pbolduc99.
Okay I got it working! As it turns out I was able to specify in the shortcode for WP Download Manager an old Template File. Before I was using their current template file which obviously has some CSS problems.
Instead of using: [wpdm_package id=”3487″] I changed it to: [wpdm_package id=”3487″ template=”link-template-default-old”] to reference the old way before they updated their plugin and now you can see it is working with the CSS. Sorry for dumping this on your forum I wasn’t sure where the problem laid. Now I can see this is clearly a Download Manager Plugin problem and they were of no help as I had to discover this solution on my own.
Kind Regards,
PaulHi Tobias,
So the download buttons appearance are the problems themselves. The CSS formatting isn’t being applied to the button in the TablePress rows. The buttons should resemble that of the short code found here:
https://www.dropbox.com/s/hps2dej1y45ph9h/WPDMGR-Buttons.jpg?dl=0In order for these buttons to even appear within the tablepress row I need to disable this option in the Download Manager Plugin as shown here:
https://www.dropbox.com/s/ja4jwxmchtb4b9b/WPDMGR%20Settings.jpg?dl=0If I uncheck BootStrap CSS then it seems the button pushes the TablePress row off the screen and no matter what resolution you use you can’t see the buttons. So there is a conflict with the CSS in the Download Manager plugin when used within a Tablepress cell. The results you see on my webpage link is with BootStrap CSS Disabled which then leads to improper color and sizing of the download button but it is visible in the TablePress at least.
When I leave Bootstrap CSS unchecked this is how Tablepress reacts to that change:
https://www.dropbox.com/s/g0i1898f64um93s/Tutorials.jpg?dl=0Preferably, I would like to leave Bootstrap CSS unchecked so the download buttons outside of the Tablepress tables also appear as they should. See how the Table gets stretched to infinity. The Download Buttons no longer appear in Tablepress.
Regards,
PaulHi Tobias,
As mentioned previously I am using the WP Download Manager plugin to include Download links within a Tablepress cell. It appears that the CSS for the Download Manager buttons don’t work when the shortcodes for the downloads are embedded into a TablePress table. I’ve attempted to reach out to WP Download manager for support but since the problem lies within the Tablepress table they aren’t interested in offering support for my problem.
Do you have any suggestions on how I can have the proper CSS apply to the WP-Download Manager Shortcode button within Tablepress? What’s interesting is this use to work in older versions of TablePress, since updating it has stopped working along the way. I’ve attempted everything I know. I’m willing to donate if I can have this problem fixed. Not sure how I can specify custom CSS of one plugin to be adapted to the shortcode in a tablepress row.
Thank you,
PaulForum: Plugins
In reply to: [WP Product Review Lite] New Warnings Appearing in PHP Error LogLooks like I fixed your problem.
Here is the solution for Line 335 & 339 in your function.php file:
Line 335 should be:
<span><?php echo esc_html( number_format( ( (int)$option[‘value’] / $scale ), 1 ) ); ?>/<?php echo $display; ?></span>Line 339 should be:
$rating = round( (int)$option[‘value’] / $scale );No warnings and everything works. Make sure that your column structure is INT