If you have WordPress website that used all absolute URL’s instead of relive ones, and you want to change all in MySQL, here is the way how you can do that in PHPmyadmin. It will be a bit complicated search and replace procedure. First go to Search tab, enter your old URL, select all tables…
Blog
Code in head of Genesis WP for particular page
by admin • • 0 Comments
Occasionally we all need to place some piece of code in header.php but to show up just on some page, not on all of them. Not needed to be custom page, but maybe you need it just on home page or just to one category, etc. In usual themes that’s easy. You make page-2.php if…
Blog
Email Forwarder and Undelivered Mail Returned to Sender
by admin • • 0 Comments
You have setup Email Forwarder form @domain email to Gmail, Live, Yahoo or some other webmail service you use frequently. It works great but when you receive bounced email, “Undelivered Mail Returned to Sender” from MAILER-DAEMON, you receive it just
Blog
You do not have sufficient permissions to access this page
by admin • • 0 Comments
If you run a wordpress website and you transfered it to another server/hosting, or made some other significant change, when you try to loggin to WP as administrator, you might get this message: You do not have sufficient permissions to access this page. There are several solutions on net I have found, but none of…
Blog
Contact Form 7 Submit doesn’t work: SyntaxError: JSON.parse
by admin • • 3 Comments
I experienced situation with Contact Form 7 on one WordPress website recently, when submit button didn’t want to work at all. Spinning circle didn’t appeared, not any message (error or succesfuly sent) email wasn’t sent, nothing. On click to Submit button just notning happened. When I opened Developer Tools Console in Chrome browser, I got…