pietgolf
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochThank you for your help. It is displaying the date and time from the epoch of [last_update] but not the correct timezone. It is displaying the UTC date/time. But the good news is that I can now display the date and time using your shortcode.
Using another format seems not to work for me but maybe I just don’t understand what you mean.
Coudl you please change this line using the other format you mentioned?
return date(get_option(‘date_format’) . ‘ ‘ . get_option(‘time_format’), do_shortcode(‘[last_update]’));
It is for me a good exercise to get more familiar with php and shortcodes.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochI am using another plugin for showing the production of our solarpanels using shortcodes. One of these shortcodes is for showing the last update (date and time). This shortcode doesn’t actually show the date and time but the date/time in epoch format.
I do need to get the correct date/time to show to our users. I do have 2 problems:
1. I don’t know how to get the value of the epoch time in a variable or something like that that I can use as input for another shortcode/function. The plugin I am using has a shortcode to display epoch[last_update]
2. I do need a way to get the correct date/time based on the epoch time (timestamp)It should be a great help if you can have a shortcode to show the correct date/time based on the epoch date/time and hopefully you can tell me how to get the epoch date/time as input for your shortcode.
Forum: Plugins
In reply to: [WP Solar] Date settingYes I did.
Ja, dat kreeg ik.
Forum: Plugins
In reply to: [WP Solar] Annual power display colorsHello Angela,
I have seen your page “Our Solar Facts”. I am trying to do this for a website I developed for our community. I have used the 2 plugins (wordpress) you are using as well but my results looks different. Maybe the reason is that we have just our solar panels.
I am not an experienced wordpress developer and php but did you use just the standard php files from wp solar or did you changed them a little bit?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Set to certain pagesThat’s exactly what I needed. Thank you!
Finally found what the problem was. A setting for safari on my ipad was preventing showing the iframes. I changed the setting and it works fine now. So it has nothing to do with the plugin.
Tobias,
I switch notifying me because i get so many emails. Your support is excellent and very quick. You are an example for a lot of other plugin developers!
Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] size of logoOne of the plugins is causing the problem. Deactivating this plugin creates all kind of other problems so I have to choose: use your plugin and try to find a solution for the problems after deactivating the plugin or find another plugin similar as yours.
Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] size of logoAt the moment the plugin is installed in my test environment on windows 10 using wamp i will do some more testing and install the plugin also on our production server. This will take a couple of days. I will send you the requested link when the plugin is installed.
It could an error checking the certificate. I had the same problem and disabling validating certificate in php solved the problem.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] .jpg not showing iosSorry about the confusion. It was my mistake. The url to the images were not correct.
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Install version 8.0 proFound the email. Thank you
When you that (modify the php) the orientation is landscape for every printed table. Why not an extra option to the shortcode?
The problem occurs on my website (using wamp windows 10) but not on my production site. Problem solved on production site. Thank you for the fix. Hopefully they will change the plugin to solve the problem for the future.
added these lines to easy-wp-smtp.php But then I got “OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed”
I have no idea what to do next to solve the problem.