aquesada001
Forum Replies Created
-
Beautiful, works great. Thanks JapeNZ!
Forum: Plugins
In reply to: Wordfence Not Blocking IPsBy not blocking IPs, I mean I do not see any listed under the tab “Blocked IPs” and am now getting 1 email of a “lockdown event” per minute. I understand the email is saying there is a lockdown event, however, shouldn’t the IP be under blocked ips?
Forum: Fixing WordPress
In reply to: Where can I find this string?I checked the Social Meta, that title was correct..
I will check with Avada too, thanks!
Forum: Fixing WordPress
In reply to: Where can I find this string?Hey, thanks for the reply but I have never even activated Social Meta..
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] "robots.txt" IgnoredAny advice would help! Anyone have any input or ideas?
I cannot find those tick boxes, where can they be found?
Forum: Plugins
In reply to: [All in One SEO] Google not picking up Meta Description?Has anyone experienced anything like this before?
Forum: Networking WordPress
In reply to: Index of / cgi-bin/Any ideas? I have no clue how to fix this…
I entered this into wp-config:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘prestigemedical.org’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);/* That’s all, stop editing! Happy blogging. */
and this into the .htaccess file:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]# END WordPress
Forum: Networking WordPress
In reply to: Index of / cgi-bin/It seems like the new site store.prestigemedical.org sometimes works, and other times it shows the index of/
The dashboard shows a error 404 for the new site. The old dashboard still works correctly.
Forum: Networking WordPress
In reply to: Index of / cgi-bin/Hello,
Yes I noticed that right away and deleted it, thanks
Forum: Fixing WordPress
In reply to: How to change WordPress domain?There isn’t an easier way to do it? No software that will do it? It seems to be a lot of steps and I don’t think I will be able to do it, I am not very good when it comes to this.
If not I may have to hire someone to do it; I really don’t want to do something wrong and screw up the site…
I guess I don’t have much of a choice then but to keep it how it is; maybe in the future I will buy a new site..
This is what it says:
Your page contains H1 headings. Their contents are listed below:
Prestige Medical Center
Primary Menu
Home Page
Welcome Message
Useful Links
Medical News TodayActually, according to this SEO check website, I now have h1 tags. I just switched to the twenty thirteen theme to see if that one had it, then switched back to mine and it is now working apparently?
Okay, I understand. I just have one more question.. Since I am having all these problems with the <h1> tag and not being able to find it, can’t I just add it to the backend files somewhere so it works for SEO?