djgreer1977
Forum Replies Created
-
Thanks. I disabled that plugin and it’s working now. It must have auto updated overnight or something. I’ll come back to it after this sale. Just really needed that CC to work.
Forum: Fixing WordPress
In reply to: Problem migrating to Godaddy host…Great timing! I just happened to be in the site’s cpanel when you replied. That was it! Thank you so much!
Forum: Networking WordPress
In reply to: Multisite subdirectory url not resolvingThanks for the help.
Changing that line from true to false worked for getting the subdirectories set up. Now mainsite.com/forums opens but is clearly broken with no theme displaying. When I try to go to /forums/wp-admin I get a I get a redirect error. I was never prompted with new htaccess code.
Here is what is in there now….
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPressForum: Plugins
In reply to: [Edge Suite] Edge Animation as HeaderYou’re right. I apologize. I was frustrated at trying to make this work and should not have phrased it in such a way.
Forum: Plugins
In reply to: [Edge Suite] Edge Animation as HeaderWow ti2m, that was really helpful. /sarc
I’ve watched the tutorial and it refers to a code snippet that trials off the screen. The written tutorial is poorly written and only gives part of the snippet shown in the video. Where can one get this snippet to copy and paste?