The requested URL /about was not found on this server

That’s not a typical WordPress rewrite block. This is: See http://codex.wordpress.org/Using_Permalinks#Where.27s_my_.htaccess_file.3F Where’s my .htaccess file? WordPress’s index.php and .htaccess files should be together in the directory indicated by the Site address (URL) setting on your General Options page. Since the name of the file begins with a dot, the file may not be visible through … Read more

Prioritize Visible Content WordPress

I am running a WordPress site and created a custom theme. Now I’m stuck with optimizing it for Google PageSpeed. It shows the following for the Mobile page: Consider Fixing: Only about 63% of the final above-the-fold content could be rendered with the full HTML response This appears since I’ve included the Featured Image above … Read more

Child theme css not overriding parent

This problem is most likely caused be CSS selector specificity. Essentially, the parent css rule is more narrowly tailored to hit that element than the rule you’re assigning. You can get your css to take over by using rules that are more specific than the parent css, or use the same rules, in which case … Read more

How do I add a simple jQuery script to WordPress?

I know what you mean about the tutorials. Here’s how I do it: First you need to write your script. In your theme folder create a folder called something like ‘js’. Create a file in that folder for your javascript. E.g. your-script.js. Add your jQuery script to that file (you don’t need <script> tags in a .js … Read more

WordPress child theme style.css not working

Take a look at your <head> tag. More importantly look at the order of your stylesheets. The styles from your child theme are being added first and then all the styles from your parent theme. This will cause the styles from the parent theme to override your child theme styles. You can change the priority … Read more

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes)

WordPress overrides PHP’s memory limit to 256M, with the assumption that whatever it was set to before is going to be too low to render the dashboard. You can override this by defining WP_MAX_MEMORY_LIMIT in wp-config.php: I agree with DanFromGermany, 256M is really a lot of memory for rendering a dashboard page. Changing the memory limit is really … Read more

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