TeqToo
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Something weird happening with this plugin!Oh, Hughesnet isn’t my web host, it’s my Internet Service Provider. The webhost seems to feel that because Satellite providers are known for excessive caching in order to minimize resource use that the problem is with my own access to the new site, not a general DNS propogation problem. Just my luck!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Something weird happening with this plugin!Don, thanks for the reply.
I have cleared my browser’s cache about a dozen times, it seems to make no difference.
I didn’t set up any redirects for the admin pages, just for front pages that existed in the old (Windows server, non-Wordpress) site that are not part of the new site.
I don’t have any of the cache plugins you mentioned. I don’t know how to check and see if my theme (a child of Twenty Eleven) has caching or not.
My web host feels that it’s just a matter of needing more time. Interestingly, I must be going senile, because I just did a Google search on this issue and came up with this thread which (wait for it….) I STARTED less than a year ago when I had the same issue with another website I’d built! Oh my goodness, I DO hate Hughesnet!
Forum: Plugins
In reply to: [Slideshow] My slideshow won't float rightI think what it was, is that the slide show wouldn’t float unless I specified a maximum width, even though the specified height made the photos small enough to float.
Forum: Plugins
In reply to: [Slideshow] My slideshow won't float rightSure.
Forum: Plugins
In reply to: [Slideshow] My slideshow won't float rightWell, never mind, it just fixed itself…[:-/
Forum: Fixing WordPress
In reply to: Pretty Permalinks, redirects, DNS pointingI’ll give it a go. Thanks so much for your help!
Forum: Fixing WordPress
In reply to: Pretty Permalinks, redirects, DNS pointingEvidently not in Plesk – my host says no. Offers that there are “masses of articles” on redirection online. [:-/ Not really looking forward to wading through the masses, however, to find the particular articles that apply to my situation.
Forum: Fixing WordPress
In reply to: Pretty Permalinks, redirects, DNS pointingThank you linux4me2! This was very helpful. I just did step #1, now on to the rest. Question: Would you use one of the plug-ins to create the redirects? Or do it in the .htaccess file manually? I’ve never done redirects before so I’m a little nervous about it.
Forum: Themes and Templates
In reply to: Display Event Title for ai1ec event while hiding page titlesBenjamin from the ai1ec support forum helped me to do this. Thanks!
.single-ai1ec_event #content .entry-title
{
display: block;
}https://wordpress.org/support/topic/event-title-not-showing-on-detail-page?replies=3#post-6990421
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Title not showing on detail pageThat did it! Thanks again, Benjamin! “Good things come to those who wait.” [:-)
Forum: Themes and Templates
In reply to: Display Event Title for ai1ec event while hiding page titlesSorry, I forgot to put this in the post title – I’m using a child of Twenty-Eleven.
It seems to be doing better now – probably was my internet access. Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Title not showing on detail pageOh, maybe it’s because a long, long time ago, I added the following to my css editor:
#content .entry-title {
display:none;
}This is so that the page title would not appear at the top of every page that was not a blog post. I was able to make the titles appear in the blog posts by following the instructions in this topic: https://wordpress.org/support/topic/post-titles-not-showing-1?replies=4#post-5688966
I added:
.archive.category #content .entry-title {
display:block;
}
.single-post #content .entry-title,
.archive.category #content .entry-title {
display:block;
}
Is there a way to accomplish this same thing for the event titles without having the page titles show up in the rest of the site?I tried other browsers, but not other computers. It may have something to do with our satellite internet. I’ll try from my tablet later. Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Help to hide "All-day" badgeYES! Thank you, Benjamin!