Jamie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Slugs not appearing in optionsIs slug enabled in the screen options? (see screenshot)
Forum: Fixing WordPress
In reply to: All new funcitions.php in headerCreate and install a child theme 🙂
Forum: Fixing WordPress
In reply to: FTP credentials for wordpress Test siteI’m not sure of your question but if you use the workaround, it will be disabled until you remove the lines of code.
Forum: Fixing WordPress
In reply to: site wont load – links broken?Then in the options table, look for the first 2 rows and edit the URL to what it used to be.
See screenshot below (click on link)
http://d.pr/i/15gV0For good measure, should do a database export before making these changes.
Forum: Fixing WordPress
In reply to: fatal error: allowed memory size of 67108864 bytes exhausted256 should be enough. If something is using more than that, worth investigating what is causing it.
Forum: Localhost Installs
In reply to: Blank white screen on localhost site after system restart…You’re welcome!
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked due to unexpected output.Did you try this suggestion in that thread? (I’m linking to the exact suggestion that I’m referring to:
Forum: Hacks
In reply to: Change Author URLYou probably can just change this in your theme but this plugin has good reviews
Forum: Fixing WordPress
In reply to: Call to undefined function get_header()Seems like a theme issue. Can you post the code from the theme index.php file?
Forum: Fixing WordPress
In reply to: Can't get into my dashboardDid you talk to your host and/or look at your server error log?
According to the plugin, the file should be in your media library. Are you sure it is not there?
I just tested the plugin and the image appeared in my media library.
Do you have any other plugins enabled? If so, try it with only Logaster enabled.
Forum: Fixing WordPress
In reply to: fatal error: allowed memory size of 67108864 bytes exhausted128KB or MB?
Your host would know what the default server setting is. You could also create a file on your server with the following in it
<?php phpinfo();?>Then go to the URL of the file and it will tell you a lot about your server. One will be the server memory limit (and then your setting for it).
Just make sure you delete that file after you’re done as it is a security risk to keep it on the server.
Forum: Fixing WordPress
In reply to: How to change arrows on the WordPress calendar widget?It is coded into the widget so I’m not sure that there is a way. If there is, I don’t see a way that won’t require code – either a hook or a hacky CSS solution.
Forum: Fixing WordPress
In reply to: fatal error: allowed memory size of 67108864 bytes exhaustedIncreasing the memory_limit will prevent/stop the error. What do you have the memory limit set to now?
Forum: Fixing WordPress
In reply to: Double items in android chrome browserThat link didn’t work for me most likely due to server being off but you can delete menu items from Appearance > Menus.