Warren
Forum Replies Created
-
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Howdy???Done that now celloblue.
As I’ve only used a small part of the plugin so far I don’t think I’m qualified to give 5 stars just yet! So I reckon 4 stars counts for the help by Jeremy Herve and the way ‘Subscribe’ works so well.
Names Warren btw 🙂Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Howdy???Success!
Thank you Jeremy that worked perfectly and sorry for the delayed reply!
Problem solved by :
1) Disconnecting Jetpack
2) Go to Settings/Reading and click “Save Changes” (not sure if this step is absolutely necessary but its what I did anyway)
3) Reconnect to Jetpack
4) Go to Settings/Reading check it says “Hi” and not “Howdy” in both Follower Settings fields and click “Save Changes”All Fixed!
Thanks very much for your help Jeremy, its much appreciated!
Warren
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Howdy???Okay Jeremy, here goes :
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Howdy???This is my clients site : http://pennyprestonpersonalstyling.com
Penny has been with the web host for a few years now, I think they’re based in London!
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Howdy???Hi Jeremy,
Thanks for getting back, its much appreciated! I was slightly annoyed yesterday so apologies for my grumpy post above.
I’m afraid I checked there too and although the word “Hi” shows up in Settings > Reading, the confirmation email still shows the word “Howdy” which I don’t understand.
Not to worry, I suppose Howdy will have to do for now.
Thanks anyway and great work BTW!
WarrenForum: Fixing WordPress
In reply to: Database Update RequiredHi Guys,
I just experienced the same problem and managed to fix it successfully. It seemed the database on my clients site had bloated to 123mb, which is probably too close to the default limit set in wp-config.php
This is what I did :
1) Increased the memory limit in wp-config.php (in your site root/base) to 228mb by changingdefine(‘WP_MEMORY_LIMIT’, ‘128M’);
to
define(‘WP_MEMORY_LIMIT’, ‘228M’);2) Then go back to http://www.yoursite.com/wp-admin/ and click update, it should take a little longer this time and then eventually take you to http://www.yoursite.com/wp-login.php where you should now be able to login as normal.
3) To stop this happening again next time, you will need to clear out your post “Revisions” to reduce the size of your database. To do this login to phpmyadmin and run the following SQL query DELETE FROM wp_posts WHERE post_type = “revision”; which should take less than a few seconds to run.
Note: Don’t forget to backup your database before and after you run this query. My first backup was 123mb, the second was 29mb!! So quite a saving hey.
4) Now FTP into your site and go to :
wp-includes/default-constants.php
Go to line 279 and change :
define(‘WP_POST_REVISIONS’, true);
to
define(‘WP_POST_REVISIONS’, 3);Note: You could choose a higher number of revisions if you like but I really think 3 is enough.
5) Finally go back to wp-config.php and drop WP_MEMORY_LIMIT back down to 128mb
My site works again perfectly!
Hope this helps!
Cheers
WarrenForum: Plugins
In reply to: [Twitter Widget Pro] Twitter Widget Pro Still not UpdatingI too was having problems with Twitter Widget Pro so I decided to change over to another plugin, link below :
http://ww.wp.xz.cn/extend/plugins/latest-twitter-sidebar-widget/
Twitter Widget Pro worked occasionally but most of the time displayed “No Tweets Available” so i gave up in the end.
Its probably a server thing but as I’m not responsible for the hosting company it was much easier to use Latest twitter sidebar widget instead!
Forum: Themes and Templates
In reply to: Twenty Ten menu behind dynamic content gallery in IE7Twenty Eleven Main Menu Problem Now Fixed thanks to bpmildh
Thanks bpmildh, you’re a star 🙂
Forum: Fixing WordPress
In reply to: Problem with nav-menus.php on MystiqueOkay, just found the solution here thanks to Joshua : http://ww.wp.xz.cn/support/topic/mystique-242-not-showing-top-menu-correctly?replies=18
Cheers
WarrenForum: Themes and Templates
In reply to: Mystique 2.4.2 not showing top menu correctlyJoshua thanks very much mate, I just followed the two steps and it worked Great!
My menu problem in Mystiqie 2.4.2 with WordPress 3.1.1 is now fixed and working perfectly 🙂
Cheers
WarrenForum: Fixing WordPress
In reply to: Problem with nav-menus.php on MystiqueI’m having problems with Mistique menus too, when I select a custom menu I’ve created as the Primary Navigation nothing happens, Mistique just carries on using the default menu!
I tried swapping the theme to Evolve and it worked fine, it seems like a problem with Mistique version 2.4.2 and WordPress version 3.1.1
I’m no php guru so I suppose I’m gonna have to just live with the problem!
Any suggestions would be great though folks 🙂
Cheers
WarrenForum: Fixing WordPress
In reply to: Disable Sticky Post OptionHi unseenmortal,
did you figure this out?
I’m having the same problem!
Thanks
WForum: Plugins
In reply to: [VideoJS Pro] [Plugin: VideoJS Pro] VideoJS video not working in Firefox MacHi Sparteneye, thanks for the reply.
I’m using h.264 codec for this.
I’ll have a look at videojs.com then and see what I can do.
Cheers
WarrenForum: Plugins
In reply to: [VideoJS Pro] [Plugin: VideoJS Pro] VideoJS video not working in Firefox MacI forgot to mention I’m exporting the video using Quicktime Pro
Forum: Themes and Templates
In reply to: Is WordPress the cms to use?This is really good if you want to change the header banner image on different pages :