Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Help] Online magazine themeHey there,
Best place to start is in the WP repository:
You might also like to have a look at some premium providers like
http://ww.wp.xz.cn/themes/commercial/[Moderator note: You can just recommend the commercial vendors on ww.wp.xz.cn]
Hope this helps, have a fantastic weekend! 🙂
Take care.
Forum: Themes and Templates
In reply to: Documentation website examples?Hey there,
I know one guy that documents Tea:
http://hitchhikersguide.teatra.de/
Other than that, ww.wp.xz.cn is a great example 🙂
Take care
Forum: Themes and Templates
In reply to: [Marla] Remove menu search barHey there,
I just took a look at your site but don’t see anything there:
http://monosnap.com/image/PmxMi57a6IcVRCVF9PUOGBaHLtFO6Q
Did you get this one sorted?
If not then please let me know and highlight where you refer to.
Take care.
Forum: Fixing WordPress
In reply to: How to Change Theme on a Live SiteHey again.
I’m also checking out the “theme tester” plugin. Have any of you actually used it? It sounds intriguing — if it work!
Unfortunately I haven’t, the only one I’ve used is our own Snapshot plugin.
Let us know how that works out for you, will be interesting to know 🙂
Take care.
Forum: Themes and Templates
In reply to: [Pinboard] How to Remove "Leave a Reply"?Hey there,
You could disable them from the pages screen:
Admin –> Pages
Use the checkbox to select them all, then hit the Bulk Edit option. You can then disable comments there.
http://monosnap.com/image/POyMqvvY2utUNhhl4t2OVLVacD5341
You can also read up here: http://premium.wpmudev.org/blog/wordpress-comments-off/
It refers to a plugin I rather like, it may interest you:
http://ww.wp.xz.cn/plugins/disable-comments/
Hope this helps.
Hey there,
You have a full blank row there which is pushing the content down, Not sure why that was favourable over padding or a margin but you can hide it with some CSS like:
.row:nth-of-type(1) { display:none; }Hope this helps, have a great weekend! 🙂
Forum: Themes and Templates
In reply to: How can I add custom PNG background to a specific page?Hey there,
I think the first suggestion would be to share a link please, I can then take a peek. 🙂
In general WordPress will provided classes in the body tag, for example the home page would be .home-page and .home, there are then others for single, single-post and for specific pages you have postid-ID, the ID being the post ID.
If you’re wanting to know the CSS for a specific page and background on your site then please link me to that page.
Take care.
Hey there,
Could be a few things, one of them being memory but if it’s not a huge site it should be fine. You need to check your error_log, if you’re not sure where this is then it’s best to ask your host for assistance with this.
Generally you will find an error_log in your root directory.
You could also enable debug. You’ll need to edit some code for this, to output the WordPress debugging information you can open your wp-config.php file and change:
define('WP_DEBUG', false);To:
define('WP_DEBUG', true);You can also have these errors output to a debug.log file located in your /wp-content/ folder, to do this add the following to your wp-config.php file:
define('WP_DEBUG_LOG', true);Using WP_DEBUG would put the errors on the site, you can hide those and just have them out put the WP_DEBUG_LOG (if set to true) by using this as well:
define('WP_DEBUG_DISPLAY', false);Let me know what you find.
Forum: Fixing WordPress
In reply to: Recent Posts on Home PageHey there,
You didn’t mention the theme name, and it doesn’t seem like you posted in the appropriate theme support forum. Different themes sometimes do different things and have different features and settings.
You could also check to make sure you haven’t made any posts sticky:
http://codex.ww.wp.xz.cn/Sticky_Posts
Take care.
Forum: Fixing WordPress
In reply to: How to Change Theme on a Live SiteI’ve not used these but in the WP.org repostitory:
https://ww.wp.xz.cn/plugins/sitepush/screenshots/
https://ww.wp.xz.cn/plugins/tags/staging
Might be worth taking a peek 🙂
Take care.
Forum: Fixing WordPress
In reply to: Multisite main page does not open (but sub-directories do)Awesome, glad I could help! 🙂
Forum: Themes and Templates
In reply to: [Howard Simple] Plugins Gone After Updating ThemeHey there.
So if you deactivate the theme those plugins come back?
Are they still physically on the server?
Take care.
Forum: Fixing WordPress
In reply to: How to Change Theme on a Live SiteHey there.
You could backup the site and use that elsewhere, you would do it like you’re moving the site:
http://codex.ww.wp.xz.cn/Moving_WordPress
Work on it, get it setup, and then move the changed items back.
You could do that in a sub domain, a totally different domain, something local. It’s fairly easy but there are backup type plugins like Snapshot from WPMU DEV that can help with this is you wanted.
Take care.
You’re most certainly welcome! 🙂
Forum: Fixing WordPress
In reply to: Folder permissionsHey there,
Silly question maybe, but why not go to linux?
They recommend this themselves:
http://www.easyspace.com/pdf/wordpress_linux_install.pdf
I’m guessing they get this a lot as I searched for easyspace folder permissions windows and that WordPress doc was the first item in the results for me on Google.
I’m not a windows users but I noticed your thread was starting to age, it would be worth contacting EasySpace direct to ask them for assistance because they will know their set ups best. Maybe they lock that stuff down, I’m not sure.
Here are a couple of articles that might help:
http://www.customfitonline.com/news/2013/6/20/solve-wordpress-on-windows-server-problems/
http://zachis.it/blog/7-dangers-of-using-windows-server-on-a-wordpress-installation/
Sorry I couldn’t help further, hopefully they will be able to get you sorted 🙂
Take care.