white spaces on the all sides [closed]

Your css file clearly shows a max-width of 1020px it appears as if your zoomed out or just on a large screen from your screenshot. If your window is bigger then 1020px then obviously there would be white space on either side. .container{ width: 100%; max-width: 1020px; margin: auto; } Also important to note this … Read more

I’m new in developing responsive WordPress Theme, so which framework to use or work from scratch? [closed]

The answer to which framework you should use is — no one knows. From code perspective there is certain degree of baseline theme functionality/experience — enforced by formal standards. Those things are recommended/required for inclusion into official theme directory, outside of that people can do things a little more lax. Frameworks exist for different reasons. … Read more

posts stuck as drafts

You probably have some custom functions in your themes functions.php Add a return; on top of this file. If the problem is solved: Move it below the first function. Proceed this way until you’ve found the function that is causing the problem. If this doesn’t work: Go and do the same for one template file … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)