ElShaddai Edwards
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] Feature requestI’ll echo the thanks for any options we can have for customizing the date display. I like what you’re doing with this plugin!
Forum: Plugins
In reply to: [Event List] change date displayIf you want to edit the plugin’s core code, look for the function
html_datestarting on line 321 of theincludes/sc_event-list.phpfile. Editing the function’s definition should give you the results you want.However, any future updates by the author to the plugin will wipe the changes out. Which leads me to piggybacking on this thread for a request to add either admin options to control the date format or a filterable function that we can manually customize in our theme’s functions file.
If there is a way to already do this, I would appreciate any pointers. I’ve been very pleased with the basic plugin in testing so far as a replacement for an abandoned plugin I was previously using. The ability to customize without destroying the core code would be ideal!
Forum: Fixing WordPress
In reply to: Permalinks Not WorkingI ran into something similar when I converted a site from another blogging platform to WP. Somehow all the posts got flipped from “Published” to “Pending Review” for their status, so they were visible when I was logged in, but when logged out produced the 404. That said, I could still see the posts in the dashboard, so maybe that’s not the issue here.
Forum: Fixing WordPress
In reply to: Why does Blog become current_page_parent with Custom Post Type?Very helpful – solved the problem. Thanks!
Forum: Plugins
In reply to: [Plugin: Google Analytics & Feedburner] Page DisappearsJust adding a note that I’ve run into this situation as well. I’m getting the blank white screen on incoming Feedburner links, and I was also seeing an issue where the entire web page was being reloaded into the UI of the tabbed version of Section Widget where I used it in my sidebars.
Both issues resolved after deactivating the GA plugin. Unfortunately this is on a live site and I can’t send you a working link since my client needs it working properly.
Forum: Plugins
In reply to: [Plugin: Wickett Twitter Widget] “Error: Twitter Did Not Respond”@chrishajer: I am putting Twitter updates in a subsection of the footer area that is only shown on the home page. Since the overall subsection display is already being controlled by CSS, I don’t need to have widget-level display control, e.g. Widget Logic.
But as I mentioned above, the JavaScript would still load on every page – so I put a routine in my functions file to only load the JavaScript lines if the user was on the home page. Maybe Widget Logic would lead to same result, but I’m using a variety of custom page templates and have a lot of manual “widget” areas using hardcoded template tags and custom functions, so it was relatively trivial to handcode it. This is all in a child theme of the Thematic framework.
Since none of the non-Javascript Twitter plugins have been working, I’ve actually just gone ahead and used Twitter’s HTML/Javascript badge code right on the website – HTML in a text widget, JavaScript in the functions file. Not much control over the display elements, but at least it consistently works for my client.
Forum: Plugins
In reply to: [Plugin: Wickett Twitter Widget] “Error: Twitter Did Not Respond”The only Twitter widget I’ve been able to get to work consistently over the past few days is “Twitter Widget”, which says it uses the Javascript Twitter ‘badge’. But then you’re loading JavaScript on every page – and I’m only showing the Twitter feed on a home page. It’d be nice not to have the overhead when not needed.
Forum: Fixing WordPress
In reply to: Can only view imported permalinks when logged inAnd it was as simple as that – all of the imported posts were flagged as drafts (“last modified”), rather than as published. I’m still not sure why excerpts were shown for unpublished drafts on the public archive pages, but mass editing the posts to published status has resolved the linking problem.
Forum: Fixing WordPress
In reply to: Can only view imported permalinks when logged inAnother observation: if I go to Edit Posts and open an archived item with Quick Edit, then click Update Post, then the link will work correctly, whether logged in or logged out.
I’ve got 550+ posts in the archives – is there anyway to automatically republish everything?
Forum: Fixing WordPress
In reply to: Can only view imported permalinks when logged inMonth and name: /%year%/%monthnum%/%postname%/
Though I’m getting the same results with any of the permalink structures.
Forum: Fixing WordPress
In reply to: Can only view imported permalinks when logged inThanks for the suggestion – unfortunately, that still gives me the same error:
Not Found
Apologies, but we were unable to find what you were looking for. Perhaps searching will help.
Forum: Plugins
In reply to: [plugin BUG google-analytics-for-wordpress ] Error massage with Version 3.0Thanks for the quick fix!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails displayed in random order using tagsThe thumbs appear to be sorting correctly and staying sorted with the new 1.0.0 version of NextGEN Gallery – thanks!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails displayed in random order using tagsI have the same question – is there any way to apply the gallery sort order to thumbs displayed via
[tags=]?