steve2010
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatYes, that worked! I should have looked more closely at my earlier table that was working correctly. It had that same code!!
Thanks again.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatNow with a four-digit year, the date column sorts correctly in the default mode, but when you sort by date, it goes back to sorting by the first digit. (If I refresh the browser, it returns to the default with correct sorting.)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatThanks for figuring that out. I will find a way to change the date format and see how it goes. That makes sense, anyway, since the table that is working uses for full year format.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatAlso, I have a similar table on the site, and the date format and sorting are working fine.
https://www.savethepostoffice.com/document-table/
Thanks again for looking into this.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatThanks for the quick reply. Here’s the page:
https://www.savethepostoffice.com/suspension-table/
If I import as csv, the sorting works fine in the edit table mode, but when I insert the shortcode on this page, the sort stops working.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change the date formatHi Tobias,
There are lots of questions about this so sorry if i didn’t find the answer searching around. I have a table with dates in the format mm/dd/yy. When I import in Excel, the dates show with the times as well, but the sorting works correctly. If I import in csv, the dates are in the correct format (without the times), but the sorting doesn’t work (it sorts by the first digit). Can you help me out? thanks.
SteveMy host Siteground was able to identify the problem. It had to do with Apache’s mod_security blocking the request. The problem was fixed by modifying the .htaccess file.
Works great. Thank you very much.
It’s not really a solution, but I had the same problem so I reinstalled the previous version of Content Views and the top bar is back in action. The earlier versions are here:
https://ww.wp.xz.cn/plugins/content-views-query-and-display-post-page/developers/This is a great plugin. Looking forward to your fix on this glitch.
Hi, I am having the same problem since updating. The top admin bar only appears on pages with a content view; other pages (including the homepage) do not show the top menu bar. My site is http://travelstudies.org. Any help would be appreciated. Thanks.
Forum: Fixing WordPress
In reply to: Author's name on archive pageMark,
That worked perfectly. Very impressive. Thanks a bunch, really.
Steve
Forum: Fixing WordPress
In reply to: Author's name on archive pageNo, unfortunately, the URL for the author archive page just ends with the number ID for the user, e.g., /?author=2. (I could try getting the author name into the URL using permalink, but I’m not sure how to structure the permalink so it works the way you’ve set this up.) Thanks for following up on this.
Forum: Fixing WordPress
In reply to: Author's name on archive pageHi Mark,
Thanks for the reply.
The code is at http://wordpress.pastebin.com/p4ed6CjN
(or should I send it to you in another format?)
What I’d like to do is change the header on the author archive page. Now it reads “Author Archive.” I’d like it to read something like “Archive for [author’s name]”. Thanks for the help.