Tim Nash
Forum Replies Created
-
Estos son los foros ingleses. Aquí está la versión española:
http://es.forums.wordpress.org/Forum: Fixing WordPress
In reply to: Problems since 4.01 – wheel constantly spinningMake sure you update all your plugins and theme.
The WordPress 4.0.1 update was a security update which fixed a potential security hole. Unfortunately a small percentage of themes and plugins, which were not coded to use WordPress built in functions, were using the function which was patched in a way that wasn’t what it was meant to be used for and the patch broke these plugins.
Many of the broken plugins and themes are already updated to use the correct method, so chances are if this is your issue, updating your plugins and themes will fix your problems.
Forum: Fixing WordPress
In reply to: Error Uploading Videos on WordPress Based BlogWindows hosting is never fun, in this case it would appear your server has been locked down and this is effecting the plugin supercache.
First thing, as SuperCache is a caching plugin and assumes it can write and run various tasks on your server it may also assume you are using a linux server to do these actions. It might be worth checking if supercache is designed to work with Windows hosting.
If it is then it maybe your host has modified some settings so worth contacting them directly to see if they have changed something recently?
Forum: Fixing WordPress
In reply to: Disqus and comments not workingThis sounds like their is some issue with your javascript, which maybe because of a dodgy plugin or theme not behaving or the combination means there is a problem.
You have two choices, if you are using Firefox/Chrome you can open up the developer tools, and go to the console and reload the page and look for errors, which may indicate which plugin is having issue.
The second is to go and change theme (temporarily) to Twenty fourteen and see if the error persists (to rule out the browser) assuming that doesn’t work, then I’m afraid its a case of turning off your plugins and trying disqus if its working, then activating each one again.
Before doing any of these actions I strongly recommend backing up just in case.
Forum: Hacks
In reply to: if increase the WP ram usage, can I click auto update without reset changes?Increasing the RAM has no baring on auto-update resetting, the WordPress auto-updates leave all your content intact and simply updates files and performs any database changes if needed (such as changing the version number) they are designed to be seamlessly. However make sure you are always doing regular backups.
Forum: Fixing WordPress
In reply to: can't log inI’m guessing either yourself or your host put it there.
There is a small chance a plugin modified the htaccess file, but it’s unlikely as it shouldn’t have been sure it could write such files. Your host may have added this layer of protection as well. It’s unlikely it was put their maliciously.However couple of things to make sure all your plugins are up to date, you might also want to visit http://sitecheck.sucuri.net/ and run a check on your site.
Forum: Fixing WordPress
In reply to: Problems with publishingIf you click other buttons, they work without issue?
Is it just the publish post button?Do you have plugins that do something when you hit publish, for example, notify other sites etc?
Are all your plugins up to date?
Sorry for the barrage of questions, just trying to work out what might be causing any interference.
Forum: Fixing WordPress
In reply to: myphpadmin database reuse on fresh install??You can backup your database from phpMyAdmin, by selecting all the tables and exporting. However once you have done your backup, I strongly recommend you look at your plugins and theme and make sure they are up to date then, manually updating WordPress so go to the site, download unzip and reupload if you are able to.
A very small number of plugins and themes which were using badly written code, may accidentally now show shortcodes, things with square brackets. If they haven’t already plugin authors will be updating these plugins so there might already be a new version ready for you.
The recent update was really important and no one should go back to the older versions if at all possible,
Forum: Fixing WordPress
In reply to: Problem with removing filter and actionThe remove_filter has to know the specific function it is removing and the tag.
In the example you have the add_filter is calling a function within the class it is in, this case a function order_item_totals. So you would need to do like wise, either extending the class, or making sure you call the class as well as the function.
Forum: Fixing WordPress
In reply to: Implementing relationship between custom post typesProbably the best way to do this currently is with a plugin like post2post – https://wordpress.org/plugins/posts-to-posts/
Forum: Fixing WordPress
In reply to: Error: Undefined index: page inNormally the level of warnings you get are set by your host, if you are running a production site, you can ask for these notices to be switched off and errors to be recorded to an error log. This will stop the immediate issue, however the last error is indicating your theme “giant” is using a function which has been deprecated and might be removed in future versions of WordPress.
It’s worth contacting the theme owner as all the errors do relate to that theme, at the same time as asking your host to switch errors of for you,
Forum: Fixing WordPress
In reply to: Featured Image Capability Lost in 4.01Do you have any image based plugins installed by any chance?
Forum: Fixing WordPress
In reply to: WordPress Admin lost controls on meta & MenusIn chrome, if you right click, inspect element and then click console tab does it show any error? They normally show up as red links which you can then expand.
Forum: Fixing WordPress
In reply to: Editing functions missing on Pages, weird on postsThe site you exported to, was it also running 4.0.1 did it have the same configuration of plugins?
Forum: Everything else WordPress
In reply to: Media Pictures queryImages uploaded to the Media Library are a special type of post called Attachment – http://codex.wordpress.org/Post_Types#Attachment
So to answer your question, WordPress stores such data in postmeta