rboatright
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with CSS on chrome / firefoxNo way to help without the code. Can you point to a page, or do a save-as and post the html as a static page somewhere?
Forum: Plugins
In reply to: [Download Monitor] Remove the download countnot quite…
assuming your theme is “MyTheme” the custom template needs to go into
Note that it goes INSIDE your actuive theme, and that the download-monitor foldeer should be all lower case.
Then, when you call it in the shortcode, it’s just template=filename the content-download part is inserted by DLM.
Forum: Plugins
In reply to: [Download Monitor] Problem with downloading versionsSo, I got the template code from github, and put it in instead
I now get this:
- 4.rtf H_Grantville_Gazette_Volume_76.zip - 3.html Grantville_Gazette_Volume_76.epub - 2.epub Grantville_Gazette_Volume_76.mobi - 1.mobi D_Grantville_Gazette_Volume_75.zip - 4.rtf H_Grantville_Gazette_Volume_75.zip - 3.html Grantville_Gazette_Volume_75.epub - 2.epub Grantville_Gazette_Volume_75.mobi - 1.mobi
in the upper case, the url that all four link to is simply
https://grantvillegazette.com/wp/download/grantville-gazette-volume-76/
and in the second case…
https://grantvillegazette.com/wp/download/grantville-gazette-volume-75/
and again, if I even -try- to create the download of the specific version I get
Download does not exist. Go to homepage →
no matter what url I link to… /version=XXXXX or /v=####
also, testing tells me that for each $version $version->get_download_id() always returns the id for the LATEST version, not the version in question… ooops
Annnd — it’s fixed. Email list now working.
Rick
Forum: Fixing WordPress
In reply to: Event Calendar Plugin Abandoned?Yep. If any of us with access to the plugin page had KNOWN the email list was down, it would have been less than 20 days.
We were distracted.
Rick B
No, it has NOT been abandoned. The last update was only in January…
But the email list is broken just now. For now, post your questions here, and we’ll answer them. Please use EC3 or EventCalendar in your subject so we can find it.
I just posted to the blog to that effect.
Rick B
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] >> show when removed on navigationupgrade to 3.2 dev at https://downloads.www.ads-software.com/plugin/event-calendar.zip
and it might fix it
Forum: Plugins
In reply to: fitting Event Calendar in a small columnit’s not a functionality built into ec3. It would require modifying the calendar display code.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Language Switch IssueThere has been considerable discussion of this (and some solutions) posted on the EC3 email support list.
Join it at https://penguin.firetree.net/eventcalendar
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Use the UniTip hover instead?it would be a good idea to post this request on the support email list monitored by the author at https://penguin.firetree.net/eventcalendar
Forum: Fixing WordPress
In reply to: [Plugin: Event Calendar 3] Tooltip CSS issueTo get good help with this, please post your request to the ec3 support email list at https://penguin.firetree.net/eventcalendar
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Calendar LinksPlease post this to the ec3 support email list.
If you want to follow up here, we’ll need to know what version of ec3 and of wp
Forum: Fixing WordPress
In reply to: edit posts list now has days from instead of datesok, I patched it in wp-admin/includes/template.php
if ( ( 'future' == $post->post_status) ) { if ( $time_diff <= 0 ) { /* $h_time = sprintf( __('%s from now'), human_time_diff( $time ) ); */ $h_time = $t_time; } else { $h_time = $t_time; $missed = true; }
and that fixes it. I’m still not sure why this wasn’t an OPTION tho.
Forum: Fixing WordPress
In reply to: lost entire website, but wordpress installs still existSo, let me see if I understand…
You deleted EVERYTHING in the root folder EXCEPT the blog1 folder.
Then, you ran an out-of-the-box wp install into the root folder, created a wp-config.php, and it doesn’t run.
is that right?
R,
DELETE all the folders in wp-content/themes
(after making a backup.)
Then, upload the default theme.
When you get to the appearance screen in wp, it will tell you that it can no longer use XXX theme because the files are gone, and it will revert to the Kubrick theme that is the “default” theme, not the one you have set.
Try that please.
Also, I would strongly suggest that you try REMOVING from the wp-contents/plugins folder any plugins you have in there, don’t just turn them off, delete them. (after making a backup)
Then see what’s what.