jeromias
Forum Replies Created
-
Hi Thilak,
Thanks for the link.
I have done some more tests and realised that it is not the 15th of a month where the issue appears, but between 12th and 13th.
Now it makes more sense: the issue is a formatting issue between European / English date format and US format.The date on our order is: 2017-06-21
The printing function for the invoice ‘thinks’ we have yyyy-dd-mm, which is not the case…
If I change the date to: 2017-06-12, the invoice will show: 06-11-2017, which is wrong, it should say: 11-06-2017Any idea how this could be solved?
Sorry for pointing earlier in the wrong direction.
I will also write to the support link you have provided me with, but I thought that maybe you have a solution for this issue, now that it is better defined.
Thanks again for your help
Jeromias
Hi Thilak,
ok, Woocommerce is now updated to version 3.1.1, but still same issue.
To be sure, I have cleared cache, just in case.Thanks for help
regards,
JeromiasHi Thilak,
Sorry, just seen that you required the WP and Wooc versions:
– WP: 4.8
– Wooc: 3.1.0Indeed, this is not the very latest. I will see that I update this one and do some tests.
thanks again
Hi Thilak,
yes, I have updated the plugin and tested again, with same result.
Version is now: 2.1.3But why should the order date not been found?
I use the same order and update the date:
– if date lower than 15 –> all good
– if date greater than 15 –> 1.1.1970Thanks for quick replies
Forum: Fixing WordPress
In reply to: How to Disable Visual Editor in The Text WidgetHi,
I’ve got a weird issue too. The editor is removing the links that I’m coding in the text!.. Even when using the ‘text’ editor instead of ‘visual’ and even if using the link button that is made available..
Any hook that we can implement in our functions.php?
thanksForum: Plugins
In reply to: Slider Revolution blurry imageHi again,
so here is my problem:
– on a different site, the revolution slider offers me to set the Image Source Size to ‘Orignial size’.
– on this site (see above), I can only choose from the cropped options. There is no “Original size” in the drop-down…Has anyone an idea how I can change that?
Thanks
Forum: Plugins
In reply to: Slider Revolution blurry imageHi,
I think I’ve just found the suspect… the theme is cutting all images to a maximum size of 1024×285… What ever I’m doing, the image.jpg ends up to be image-1024×285.jpg at its biggest.
I’m going to have a look inside the functions.php …
Perfect! The page is showing now.
Thank you so much for your help!
kind regards,
JeromeHi Samuel,
alright, can see it now ??
I’ve copied it and will test soon.kind regards,
JeromeHi Samuel,
sorry, I’m getting a “This page has been removed!” when I click on the link above
Regards,
JeromeForum: Plugins
In reply to: [bbPress Mentions Email Notifications] Errors when loadingHi Samuel,
Thank you for your prompt reply and sorry, Samuel and Robin, for jumping into this thread. Will not happen again ??
I will come back to you when I have decided on upgrade or not.
Thanks again.
JeromeForum: Plugins
In reply to: [bbPress Mentions Email Notifications] Errors when loadingHi Samuel,
sorry for all the confusion above, this was an unrelated problem.
The issue remains like I’ve described it first though:
The program passes the line:
add_options_page( 'bbPress Mentions Email Notifications', 'bbP mentions', 'manage_options', 'bbpmen', array( $this, 'bbpen_settings' ) );
… but the methodbbpen_settings
is not called..Thanks for help,
JeromeForum: Plugins
In reply to: [bbPress Mentions Email Notifications] Errors when loadingHi Samuel,
I made some more tests and realise that the issue appears before this line.
In the __construct() method, the program breaks at line 42, when it says:
$this->settings['format'] = get_option('bbpen_format')...
– I’ve tried to wrap the conditional in brackets, but didn’t help.
– If I remove the conditional and just add a string, then it works (or at least goes to the next line)
– I’ve seen now an error that tells me a bit more: Call to undefined function get_option()Trying now to get the function to be recognised…
thanks if any ideas
JeromeForum: Plugins
In reply to: [bbPress Mentions Email Notifications] Errors when loading… sorry, using wordpress 4.5.1 on both platforms ??
Forum: Plugins
In reply to: [bbPress Mentions Email Notifications] Errors when loadingHi Samuel,
I have the same (similar) problem, where the settings page goes blank.
I could figure out that it happens at the same spot (line 55), but the reference with ampersand (&$this) didn’t help.
When testing on my localhost, it works.Localhost: PHP Version 5.5.9-1ubuntu4.16
Online: Version 5.3.3The only errors/warnings I see on the online are :
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /var/www/vhosts/photosynthesis.org.au/httpdocs/wp-includes/plugin.php on line 525
.. which I have to guess comes from this page.Any idea what else I could try?
thanks for help,
Jerome