difreo
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] strpos() errorHi, I have the same problem. Also when trying to download the file it is downloading html with the same errors:
Warning: strpos(): Empty needle in /wp-content/plugins/download-monitor/src/FileManager.php on line 433
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/download-monitor/src/FileManager.php:433) in /wp-content/plugins/download-monitor/src/DownloadHandler.php on line 433
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/download-monitor/src/FileManager.php:433) in /wp-content/plugins/download-monitor/src/DownloadHandler.php on line 899
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/download-monitor/src/FileManager.php:433) in /wp-content/plugins/download-monitor/src/DownloadHandler.php on line 900
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/download-monitor/src/FileManager.php:433) in /wp-content/plugins/download-monitor/src/DownloadHandler.php on line 901
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/download-monitor/src/FileManager.php:433) in /wp-content/plugins/download-monitor/src/DownloadHandler.php on line 903
Forum: Plugins
In reply to: [Polylang Theme Strings] Erreur to activate the pluginSame here. You can try this solution https://www.ads-software.com/support/topic/register_uninstall_hook-was-called-incorrectly-6/ but plugin author should take care of this anyway i think.
- This reply was modified 5 years, 9 months ago by difreo.
Hi! I also would like this option to be available especially that wordpress generates passwords.
Forum: Plugins
In reply to: [Manual Image Crop] Saving streched imagesSame issue. Images get squashed. Original image is portrait and crop is landscape. When cropping square thumbnail it works OK.
I was also searching for solution but to no avail…
Forum: Plugins
In reply to: [JResizr] Update?Agree, very good plugin, but it would be nice to have the option to choose the image sizes to which you want to add the background.
Forum: Plugins
In reply to: [Custom Field Template] Repeating Data weird behavior“notice I don’t use blank=true”. Use blank=true.
Forum: Plugins
In reply to: [Image Widget] Image Widget 4.0 Translations NeededPolish translation:
https://sharesend.com/f4etp32j – image_widget-pl_PL.mo
https://sharesend.com/1zl9qe2w – image_widget-pl_PL.poForum: Plugins
In reply to: [Cleaner Gallery] Multiple galleries on one pageI think that You must do this manually by typing [gallery exclude=”24,30,43”] where the numbers are ids You want to exclude or beeter use this liitle plugin wich is much easier Multiple Galleries
Try this
#cft .dl_checkbox { margin:0; float:left; width:auto;} #cft dl:after { content:" "; clear:both; height:0; display:block; visibility:hidden; } #cft dt { width:30%; clear:both; float:left; display:inline; font-weight:bold; text-align:right; } #cft dt .hideKey { visibility:hidden; } #cft dd { margin:0 0 0 31%; } #cft dd p.label { font-weight:bold; margin:0; } #cft_instruction { margin:10px; } #cft fieldset { border:1px solid #CCC; margin:5px; padding:5px; } #cft .mceStatusbar { padding-bottom:22px; } #cft .dl_checkbox dt {clear:both; width:150px; margin-right:5px;} #cft .dl_checkbox dd { clear:none; margin:auto; width:200px; white-space:nowrap;} #cft>div { margin:0 0 20px 0; padding:20px 0; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; background-color:#F9F9F9; float:left; width:100%;}
Forum: Plugins
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Not Working!!!Cronolis… maybe You checked to disable the themplate by accident, like I did… shame on me. Now it is working ??
Forum: Plugins
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Not Working!!!Cronolis i have the exact same problem ??
mediaRemove allows you to decide if you want to remove the file from media library or not.
I found the cause of this and talked to the author. Think that this is resolved in the new 1.8.7 version.
Victory at last! ?? Thanks bbloye. It was the problem with registering the post type. I’ve checked the ‘Custom Post Type UI’ plugin and it turns out that You have to set higher priority for add_action. In your functions.php:
instead ofadd_action('init', 'register_post_type');
should beadd_action('init', 'register_post_type', 0);
Can anyone confirm this?