dleer58
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Library] Posting timeHold on…
The problem seems to come from another plugin: Ajax Event Calendar
If I deactivate that plugin, current_time( ‘timestamp’ ) returns the correct time. If I activate it, the timestamp is 4 hours behind.
I’m searching around to see if there’s a fix somewhere…
Thanks
Forum: Plugins
In reply to: [Link Library] Posting timeServer is running Windows 2012 R2 fully patched, Microsoft-IIS/8.5, MySQL 5.6.30, PHP 5.6.0.
I added the following code in the link-library-admin.php file:
echo "current_time( 'mysql' ) returns local site time: " . current_time( 'mysql' ) . '<br />'; echo "current_time( 'mysql', 1 ) returns GMT: " . current_time( 'mysql', 1 ) . '<br />'; echo "current_time( 'timestamp' ) returns local site time: " . date( 'Y-m-d H:i:s', current_time( 'timestamp', 0 ) ) . '<br />'; echo "current_time( 'timestamp', 1 ) returns GMT: " . date( 'Y-m-d H:i:s', current_time( 'timestamp', 1 ) ) . '<br />';
The result is shown in this screenshot: https://goo.gl/WeLy43
Forum: Plugins
In reply to: [Link Library] Posting timeAs another test, I created a new page. The creation time is correct.
See screenshot: https://goo.gl/hiXieEForum: Plugins
In reply to: [Link Library] Posting timeI added that code and the displayed time is still off…
Screenshot here: https://goo.gl/rJBdH1
My computer time on the left, link time on the rightThanks
Forum: Plugins
In reply to: [Link Library] Posting timeAs I initially stated, my theme time zone is set for New York. The local time showing under that field is correct as is the time on my server. I have my own web server set up in my office (no hosting company).
I just posted a new link on my site and the time displayed is 6:29am. On my theme settings page, the UTC time is 14:29 and the local time is 10:29…
Forum: Plugins
In reply to: [Add Posts to Pages] Icon in front of "Read more"Added CSS to theme
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Line breaks in descriptionIs there any progress on this?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Days not showing in widgetWell I guess that all I had to do was go into the AiO Calendar Theme Options and change the text color which was set to white…
Problem solved!
ThanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Days not showing in widgetThat being said, my custom theme font color is white right out of the box…
But that doesn’t explain the behavior with a standard theme.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Days not showing in widgetI haven’t changed any theme colors. Besides, it happens with the basic Twenty Fifteen theme…
ThanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Days not showing in widgetI changed the permissions… Can you get to it now?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Line breaks in descriptionAny news about this?
ThanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Line breaks in descriptionI deactivated/activated each plugin, one by one and refreshed the webpage but that didn’t solve the problem. Just to make sure, I deactivated ALL of the plugins except All-in-One Event Calendar. Still no line breaks… As a final test, I left the plugins deactivated and changed to the Twenty Fifteen theme. Still no line breaks…
Here’s a link to a screenshot of what I’m talking about:
https://goo.gl/U2fs9GThanks
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Line breaks in descriptionIs there a solution to that problem?
ThanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Line breaks in descriptionTried with Twenty Fifteen… Same problem