WpThemesPlanet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.6 MP4 Video 1280×720 won't playIn some cases, it seems more like a problem with the server, rather than the client. I noticed that in some sites, the conversion works and HD works too.
While in other blogs, hosted in other servers, it doesn’t work.
Is there any special feature or library needed in the server for this to work properly?
EDIT: In the sites where it works, it only works in Chrome or FireFox, but not in Explorer 8. Also found other incompatibilities with Explorer 8 and WP 3.6, for example try to quick edit a post and check “Sticky Post”, and the title will vanish completely.
I know Explorer is old and everything, but quite a lot of people are still using it. Explorer might be old, but it’s not Netscape Navigator. It’s IE8.
Just my two cents.
Forum: Everything else WordPress
In reply to: Does Anyone Else Dislike New Image Posting With WP 3.5?I agree about the New Media Manager, I don’t like it. It takes a while to load all the images and I don’t really want it to load all the images every single time I want to add one image to my post. It really makes no sense. Also sometimes it takes so long to load that it hangs my browser, never had that happen before this version. I will try a piece of code someone posted and see if that works in one of my blogs.
Forum: Plugins
In reply to: [WordTwit Twitter Plugin] ErrorsI tried to look into the Word Twit plugin in that link but it has no post-box-functions.php, I think that this file is only inside the PRO version, so can’t check it.
Maybe you should ask the Plugin Developer or someone with access to that plugin.
Forum: Plugins
In reply to: [My Link Order] Displays "missing argument" errors in sidebar on WP 3.5I would not edit the “wp-db.php” unless WordPress gives an official statement. That file is part of WordPress core.
People above are talking about the plugin file of My Link Order, the PHP file inside the plugin.
Forum: Plugins
In reply to: [My Link Order] Displays "missing argument" errors in sidebar on WP 3.5To those asking, the user “carmelosantana” is probably referring to change this line:
$results = $wpdb->get_results($wpdb->prepare($query));
with this one:
$results = $wpdb->get_results($wpdb->prepare($query, $args=null));
But if you have question or you are not sure, I recommend asking the developer of the plugin. Don’t take my advice in this topic as fact please, since I’m more into themes, rather than plugins.
Thank you.
Forum: Plugins
In reply to: [My Link Order] Displays "missing argument" errors in sidebar on WP 3.5Hello, I posted this in another thread, with same error but different plugin.
There are lots of plugins affected by the new update.
Just did a google search for “wp-includes/wp-db.php on line 990” and only list the sites in the last 24 hours, and already thousands of sites show up with problems in different plugins.
So, I guess that probably 100+ plugins were affected by this update, and probably much more.
Now, chaging so many plugins would take very very long.
A Plugin developer told me in another thread the following:
“We fixed it already in our plugin and it’s a very easy fix. WordPress isn’t doing anything wrong they simply changed a second argument in the prepare() function mandatory instead of optional.”
Any ideas how to fix this in every plugin?
I posted this in another thread, with same error but different plugin.
There are lots of plugins affected by the new update.
Just did a google search for “wp-includes/wp-db.php on line 990” and only list the sites in the last 24 hours, and already thousands of sites show up with problems in different plugins.
So, I guess that probably 100+ plugins were affected by this update, and probably much more.
Now, chaging so many plugins would take very very long.
Is there a way to fix this in WP ?
Forum: Plugins
In reply to: [Advanced Post List] Plugin broke with WP 3.5 updateHello, by any chance you get some kind of error about Line 990 in wp-db.php ? If not, just ignore my post.
Thanks.
Forum: Plugins
In reply to: [WP Super Edit] WP 3.5 update broke WP Super Edit :(There are lots of plugins affected by the new update.
Just did a google search for “wp-includes/wp-db.php on line 990” and only list the sites in the last 24 hours, and already thousands of sites show up with problems in different plugins.
So, I guess that probably 100+ plugins were affected by this update, and probably much more.
Now, chaging so many plugins would take very very long.
Is there a way to fix this in WP ?
I noticed the same, any ideas?
Forum: Fixing WordPress
In reply to: Fatal memory error when trying to update to 3.2Ok people, I finally contacted my host and they fixed it.
If it is of any help to anyone this is what they told me:
“it looks like there were rlimits set within your apache configuration file”
They fixed this and it’s working perfectly fine now.
The problem is resolved.
Cheers.
Forum: Fixing WordPress
In reply to: Fatal memory error when trying to update to 3.2The strange part is that I’m running this on a VPS (not shared) and have plenty of memory free, just checked via SSH (free -m) and 50% memory free. I have 1GB memory on that VPS.
I have another identical VPS and I don’t see the problem on that server. I just auto-updated like 10 blogs to WP 3.2 there with no issues.
Also I always run the automatic update on these sites and never noticed any problems.
Thanks for any inputs or help you can give. If there is really no solution, well I will keep with manual for now. Just strange, since I can’t find any logical reason right now.
Cheers.
Forum: Networking WordPress
In reply to: Migrating Multisite to new hostVery appreciated Andrea!
thank you so much,
Alex.Forum: Themes and Templates
In reply to: Newb Question on Custom PagesSure, try this, create two pages, page 1 and page 2. Give it the template you create to each page.
Then go to “Settings -> Reading” and in “Front page displays” select “A static page”. Now you must tell WordPress which page you want to set as home. So in “Front page” select the page you want to show as main, in this case “Page 1″ with the template Page1.php. This will be the first page to show up when you enter your site. Then in “Posts page” you must select in what page you want to show your posts or articles. In this case “Page 2″ associated with “Page2.php”.
Forum: Themes and Templates
In reply to: Massive News Theme – Top category list scrambledRight too many cats make it wrap like that, you should check if that theme has dropdown menus. IF it includes dropdown menus, you could try merging some child categories under other PARENT categories.