kstadden
Forum Replies Created
-
My calendar feed has not changed.
https://www.google.com/calendar/ical/battlegroundsvictoryriders%40gmail.com/public/basic.icsDone. Uh-oh. Now my upcoming events are gone.
Hmmm, I do not see “Calendar Themes” under Appearance. I have:
Themes
Widgets
Menus
Theme Extensions
Theme Options
Header
Background
EditorNo, would like black background where the text is, in the rounded-radius boxes.
I had marked this as resolved but there is one issue still: the background is white. Previous to the upgrade, the background was black like the rest of the page. I’ve poked around and tried some CSS to my child theme’s stylesheet, but this didn’t work. Of course I am reluctant to change the plugin’s stylesheet. Is that what I must do?
This is what I added to child stylesheet:
.ai1ec-agenda-widget-view,ai1ec-date {
background-color: black !important;
}Yani,
Thank you! That worked!
Forum: Fixing WordPress
In reply to: bad page suffix in URLMeltingDog,
In what you posted there are no hidden characters that I can detect. Try copying and pasting from your post above. If your issue is being caused by something else, I’m stumped. Good luck, and post here when you find a fix.
kstadden
Forum: Plugins
In reply to: Easing slider – random orderI have the same question. I would consider purchasing the author’s Premium Slider to get random order, but I see no mention it in the documentation, and there appears to be no way to contact him at https://www.premiumslider.matthewruddy.com/ or anywhere else.
Forum: Fixing WordPress
In reply to: bad page suffix in URLNever mind. The invisible character was lodged in the very link I posted above (although I think it was stripped out when I posted).
I edited out the character in WP– it was detectable by using arrow keys to go over it (the cursor paused at the invisible character)– and everything is hunky-dory.
Now I want my 20 minutes back.
??
Forum: Fixing WordPress
In reply to: bad page suffix in URLI’m getting this issue and it’s not caused by the permalink.
My page page contains the following link:
<a href="https://imedicinereview.com/online-qa1500-by-mail?">.
When you click the link, you get “page not found” although the URL in the address bar appears correctly as:
https://imedicinereview.com/online-qa1500-by-mail.However, when you cut and paste the URL from the address bar into Notepad,
you see this:
https://imedicinereview.com/online-qa1500-by-mail%E2%80%8E.I can’t seem to fix this. Never saw it before. Has anybody else seen it and diagnosed the cause?
Forum: Fixing WordPress
In reply to: McAffee SiteAdvisor will not validate WordPress SitesTHANK YOU scotte68 — the .htaccess rename trick worked for me, and saved me hours of frustration.
Forum: Fixing WordPress
In reply to: wp_title returns page title AND site titleThat fixed it! The functions.php that came with the Starkers theme has that bug. But Starkers is just based on the Twenty-Ten theme. So… why would it be there?
I commented out line 264 and all is well:
// Otherwise, let’s start by adding the site name to the end:
//$title .= get_bloginfo( ‘name’, ‘display’ );Thanks for your help.
Forum: Fixing WordPress
In reply to: wp_title returns page title AND site titleVoodoo, thanks for that idea. I’m looking at my theme’s functions.php and it looks like it may be the culprit. Will be back to report on success or failure.
Forum: Fixing WordPress
In reply to: wp_title returns page title AND site titleSpent, not spend. I meant to write “spent.”
Like I am.
Forum: Plugins
In reply to: wordpress stats not workingThat was it! I just added <?php wp_footer(); ?> to my footers, and it works. I was knocking my head against the wall, the floor, the desk… is this clearly stated in the setup instructions? If so, I really need to get my prescription checked.