fuchsdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Datepicker NMR] Arrows missingcan you explain how? i tryed to add the png in the correct place but did not work
Forum: Plugins
In reply to: [Custom Datepicker NMR] Arrows missingi’m trying to add this png, but it is still not working:
https://www.steinwandterhof.bim.name/wp-content/plugins/custom-datepicker-nmr/css/images/ui-icons_444444_256x240.pngForum: Plugins
In reply to: [Extended User Search In WP-Admin] Search not workingworks great now after the update. thank you
Forum: Plugins
In reply to: [Extended User Search In WP-Admin] Search not workingi also tried to deactivate all plugins and switch to standard theme, but still is not working…
Forum: Plugins
In reply to: [WooCommerce] Billing number is already usedit is coming from woocommerce, please check screenshot – https://prnt.sc/njfv2s
Forum: Plugins
In reply to: [WooCommerce] Billing number is already usedhi ross,
i still get the “Billing number is already used”-error, also if i use standard-theme of wordpress and set phone number not obbligatory in design/customize.
i also deactivated the plugin “WooCommerce PayPal Checkout Gateway”, but this is one of your plugins …Forum: Plugins
In reply to: [WooCommerce] Billing number is already usedthanks for your reply. but i found out that this is happen when i use the same phone-number for more customers.
a bit strange because it says “billing number is already used” and not “phone numer is already used”.Forum: Fixing WordPress
In reply to: After Update: Notice: wpdb::preparei had the problem too, updating wpml to 3.8.4 solve it
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Updatesnice work florent. you should contact plugin author so he can make an official update?
Forum: Plugins
In reply to: [Imsanity] switch of auto rotationyou can find my settings here: https://www.rehmann2.bim.name/wp-content/settings.png
and the original image: https://www.rehmann2.bim.name/wp-content/dreischusterhuette5.jpgbut anyway, i find out that i can rotate the images in wordpress/media so for me that is also working good. thanks your your effort anyway. keep up the good work of the plugin!
Forum: Plugins
In reply to: [Imsanity] switch of auto rotationok, i now made
/ try to correct for auto-rotation if the info is available
if (function_exists(‘exif_read_data’) && ($ftype == ‘jpg’ || $ftype == ‘jpeg’) ) {
$exif = @exif_read_data($file);
$orientation = is_array($exif) && array_key_exists(‘Orientation’, $exif) ? $exif[‘Orientation’] : 0;
switch(0) {
case 3:
$editor->rotate(180);
break;
case 6:
$editor->rotate(-90);
break;
case 8:
$editor->rotate(90);
break;
}
}but its still not working
Forum: Plugins
In reply to: [Imsanity] switch of auto rotationok, i try to change:
// try to correct for auto-rotation if the info is available
if (function_exists(‘exif_read_data’) && ($ftype == ‘jpg’ || $ftype == ‘jpeg’) ) {
$exif = @exif_read_data($file);
$orientation = is_array($exif) && array_key_exists(‘Orientation’, $exif) ? $exif[‘Orientation’] : 0;
switch($orientation) {
case 3:
$editor->rotate(0);
break;
case 6:
$editor->rotate(0);
break;
case 8:
$editor->rotate(0);
break;
}
}but it still rotates the image …
Forum: Plugins
In reply to: [Imsanity] switch of auto rotationi have some images with 3000 with and 4000px height and the plugins rotate the image to 1000px width and about 800 height …
i agree with sparkyboy22 – seems a problem of cronjob. if i go back to the expired posts and save them again they will gone.
anyway its better to set a cronjob, i used easycron, seems to be free.
https://www.easycron.com/cron-job-tutorials/how-to-set-up-cron-job-for-post-expiratorForum: Reviews
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Great tool – but 18 mb bigi don`t wont to criticize your great work – i was only wondering why other plugins are less smaller and are also in differen languages …