rtc
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Calendar ICS feed IssueTHanks for the reply. Is there something that I can do in the meantime? Is there a way to download and then import the files from Google? Or revert back to the prior plugin version? Or will I need to generate the events manually in the plugin itself? Thanks for any help!
RC
I deleted the file in the FTP and it worked. Thanks!
Forum: Fixing WordPress
In reply to: Can't re-install W3 Total Cache or re-activate any pluginsWPyogi, I just posted on that W3TC page as well. Thanks! I had seen that other post, but it is confusing.
Cybercobre, I am a bit afraid of touching the FTP since I am a novice, but will try it. Fingers crossed! Thanks.
Keeping this open until problem is resolved. Thanks all!
Ruth
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] AOL Blocking emailsThanks for that link! Apparently, I have some work to do on authentication! I will try and fix but may have a follow-up question so I will leave this open for now. Thanks!
RTC
Forum: Themes and Templates
In reply to: [Openstrap] Hide Menu on One Page onlyGood info!
Forum: Plugins
In reply to: [Redirection] Old Site RedirectJRF,
Thanks so much for your patience! This is very helpful! Just a couple of clarification points for this novice . . .In both of the solutions above, I see that “.html” is still being referenced. In my added code, “.html” is referenced as well. The problem is that the pages now redirect to the home page (which while not ideal, would be okay), but the “.html” reference is grabbing all “.html” pages including the “.html” wordpress media urls which are used when I try to edit a photo in wordpress. When I click on the edit button on the photo it sends me to the home page, instead of the edit page with advanced settings. Which of your solutions would be best to prevent this from happening? (I am guessing the second one?) Also, for the second solution, if that is best, do I completely remove the code that I added and just use this instead? Would I just copy it in the same place as the existing code? Thanks again!
Forum: Plugins
In reply to: [Redirection] Old Site RedirectJRF,
Thanks so much for the reply. I have canonical tags enabled in wordpress now so wouldn’t it know to correct for the www vs. non-www? Also, my wordpress site won’t let me create .html pages at all, which I assume would not be needed to get this fixed.If not, how do I add this instruction to the .htaccess file? I am not sure how to do this.
Currently, in the .htaccess file I have inserted the code below to send all urls with .html to the home page, but this is causing other problems in wordpress so I have to change that to the new code. Thanks!
RewriteEngine on
RewriteCond %{REQUEST_URI} .*\.html
RewriteRule ^(.*)/ / [R]Forum: Plugins
In reply to: Days MissingResolved
Forum: Plugins
In reply to: [List category posts] Spacing Between PostsGreat. I get so much help on these forums that it’s nice to be able to help someone else.
Forum: Plugins
In reply to: [List category posts] Spacing Between PostsSomeone fixed it for me. This is what they placed in the Edit CSS. Hope it works!
.lcp_thumbnail {
float: left;
margin-top: 5px;
margin-bottom: 15px;
margin-right: 10px;
}.lcp_catlist li {
clear: both;
}.lcp_catlist li {
list-style: none;
}Forum: Fixing WordPress
In reply to: Remove header from mobile devicesThis works! Thanks so much!
Forum: Fixing WordPress
In reply to: Remove header from mobile devicesWill try this now. Thanks!
Forum: Fixing WordPress
In reply to: Remove header from mobile devicesI will try above now. Thanks!
website: http://www.onlyoption.infoForum: Fixing WordPress
In reply to: Remove header from mobile devicesThanks for the fast response. I must admit that I am not familiar with media queries at all. I read the post that you provided (thanks!). Would the CSS code look like this? Not sure what to put for mobile size so I am just using “mobile”. I want it to work on all mobile devices so that the header is gone and replaced by text. Thanks for your patience!
@media max-width: mobile {
#header-image {
display: none;{
content: “My Text Here”;
font-style: italic;
color: #666;
}
}Forum: Themes and Templates
In reply to: [Openstrap] Hide Menu on One Page onlyWOW Dave! It works beautifully! I would never have been able to figure that out on my own! Thanks so very much!
Ruth