David LeBlanc
Forum Replies Created
-
Nate, I am having a similar issue. Where does this bit of code go? Thanks for the help.
Forum: Reviews
In reply to: [WP Super Cache] Can't use Wp Super Cache with Godaddy Linux HostingIf you are using GoDaddy’s new managed WordPress service, you cannot use caching and security plugins. The service comes with it’s own caching and security features. I thought their new service was supposed to reject the instillation of those types of plugins. I guess not from what you said.
jpmizell,
Thanks for the reply. I have a lot of time trying to understand what is going on with this iThemes update fiasco and GoDaddy was using it to plug a new service. I can understand that, it’s business. However, it’s new service and some of people I have talked to at GoDaddy really don’t seem to have a clue about their new service. I have questions and they do not have answers and seem to just resort to some scripts they have memorized or in front of them.
The site is back up and running and for now I am just going to see what develops.
This is the fix GoDaddy apparently did.
This is the file code for the .htaccess file if anyone needs it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I also noticed in the .bak file GoDaddy saved of the file that crashed the site is the iThemes code and the code from WP-Supercache. I wonder if the somehow the combination of the two is in conflict.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Visual Editor Widget?I said that wrong and I apologize for any misunderstanding. To get the Visual Editor, BlackStudio has to first be installed. In the available widgets, it’s now just called Visual Editor.
Is it the weekend yet?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Visual Editor Widget?Sadly, it seems BlackStudio no longer works with Page Builder. It has been replaced with Visual Editor widget.
Forum: Fixing WordPress
In reply to: Limit revisions code not working in wp-config.php file.Troy,
Thanks for the follow up and sorry I am so late responding.
It limiter seems to work when an update is made. A site I am working on frequently changes its home page. Before the limiter it had 104 revisions. Now it’s down to five.
Thanks again for the help and follow up.
Dave LeBlanc
Forum: Fixing WordPress
In reply to: Limit revisions code not working in wp-config.php file.Troy, thanks for the reply.
These were created before adding the code.
I noticed now that if the cursor hovers over the revisions line in the publish box, it does now note that the site is configured to keep the 5 revisions. I guess it is working.
Are those revisions still there or is it just noting or listing that I made a certain number of revisions over a course of time and everything from 6+ is now gone?
Forum: Fixing WordPress
In reply to: RSS generator not creating a valid RSS feedFigured out my problem. I had no feeds or comments and that caused WordPress to not generate the feed or the comments. This is a static page website and I disabled all comments. Solution was to create a post and respond to it. Fixed.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] SmileysMarco. Thanks for the reply and the solutions.
Forum: Fixing WordPress
In reply to: RSS generator not creating a valid RSS feedI think I found a solution, if not an answer. In Yoast’s SEO plugin, there is a radio button to remove the feeds from the <head>. It seems to work. I would still like to understand why the pages did not properly generate, though.
Forum: Plugins
In reply to: [Yoast SEO] Can't reset meta robots or meta robots back to original settingFlatCurve and rlamb2,
Thanks for the replies and thanks for the solution Flatcurve. Now I just have to set aside some time to get it fixed.
rlamb2, I hope you are right about plugin update. You were doing what I was starting to plan to do. I hope I can save myself some work you had to go through.
DTL
Forum: Plugins
In reply to: [Fast Secure Contact Form] Connect contact from with Allclient databaseMike, thanks for the response and sorry for not responding earlier.
Wow,now I can claim to be a plugin developer!
Forum: Plugins
In reply to: [Yoast SEO] Can't reset meta robots or meta robots back to original settingB. V. Ramanarao
Sorry for not reporting back sooner and thanks for your help. Unfortunately, none of the suggestions worked or were applicable.
1. In the WordPress settings, settings>>reading, the search engine visibility option was unchecked.
2. In WordPress SEO, dashboard>>security and dashboard>>titles & metas, the values were/are set correctly.
3. I don’t have a cache plugin installed.It seems that once something is checked no follow, no archive, it stays that way, no going back.
The only way to fix it back is to recreate the page.
Forum: Fixing WordPress
In reply to: Addng a RSS XML site map Title tag.Adding to my post above, I found out about the problem by running Xenu to check for bad/broken links. My two bad/broken links are
1. https://www.taxproblem.org/feed/
2. https://www.taxproblem.org/comments/feed/I am worried how this will affect me with Google and the rest of the site.
Thanks for any help you can offer.