munsunc
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error messageI wish I could help on this, hope someone else can.
I feel like GoDaddy (who I also host with) is intentionally making WordPress non-compatible.
Forum: Plugins
In reply to: [Contact Form 7] Error messageCheema, I am receiving the same error.
Do you happen to use GoDaddy for hosting?
Forum: Fixing WordPress
In reply to: Unable to change Permalinks to anything but standardClayton,
Added your code both ways and toggled permalinks both times.
EX:
SetEnv HTTP_MOD_REWRITE On Options +FollowSymLinks Options -Multiviews # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
and
# BEGIN WordPress SetEnv HTTP_MOD_REWRITE On Options +FollowSymLinks Options -Multiviews <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
I have also tried adding the following as WordPress suggests after changing permalinks:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>
Thanks for the help brother!
Forum: Fixing WordPress
In reply to: Unable to change Permalinks to anything but standardHi Clayton,
They mentioned nothing about mod_rewrite.
Any edits I can make to fix it?
Forum: Plugins
In reply to: [AGP Font Awesome Collection] fa-calculator missingAlexey, you did not read my post carefully.
Try being a little nicer today my friend.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] fa-calculator missingHello Denis,
The AGP Font Awesome Plugin is using Version 4.3…
Font Awesome is now at Version 4.4.0, this might be the issue.
Font Awesome is also experiencing pressure from third parties (i.e. Facebook now has an official “fa fa-facebook-official” icon.
If need be I can give you instructions to install it the ‘ole fashioned way’ with CDN.
Best,
Munzy
Forum: Fixing WordPress
In reply to: All links broken after 4.3.2 updateJames, I am experiencing a similar issue and have literally gone through the same troubleshooting as Beloveds (i.e. Rewriting .htaccess file, disabling all plugins and I am simply using the 2015 theme).
I’m unable to change the permalinks to anything but the standard settings (which is no bueno for SEO).
I’ve tried editing the .htaccess file to:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>
…as it suggests, but to no avail.
Any help would be greatly appreciated and I would love to buy you a coffee for it my friend.
htmlfriendly.com/blog (i’m apparently PHPstupid.com :p )