Sniper Kitten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Purple Pro] Changing the header imageObviously Purple Pro theme don’t use a header image …… but you can try add it in the theme header.php
I don’t think there’s easy way to do this, and I prefer to write a new one instead.
Voodoopress did make some reference about posting & editing from front-end:
http://voodoopress.com/review-of-posting-from-front-end-form/
http://voodoopress.com/edit-and-delete-posts-from-front-end-with-no-plugin/
http://voodoopress.com/edit-and-delete-posts-from-front-end-with-no-plugin-part-2/Forum: Themes and Templates
In reply to: Help customizing my footerFor footer to be higher … Try changing the top margin to some -10px to -20px.
#copyright { background: rgb(228, 228, 228); width: 960px; margin: 0 auto 20px auto; <<--- Change this to something like "-10px auto 20px auto" position: relative; padding: 10px; color: rgb(0, 0, 0); font-size: 15px; border-top: 1px solid rgb(255, 255, 255); }For the copyright [my company name] part, I believe you have solved it, right? Anyway, you can just make a line break or
<br />and add your contact detail right below the copyright [my company name].Forum: Your WordPress
In reply to: Can I get some Constructive Critic?Do you check for “gzipcompression” in http://www.yoursite.com/wp-admin/options.php Set it to 1 if it isn’t (which mean “true”)
Forum: Your WordPress
In reply to: Can I get some Constructive Critic?.htaccess is not a folder …… It’s a file that overwrite your server’s configuration on the directory (and it’s subcategory) which it’s located.
For WordPress, it’s located inside the root directory of the WordPress installation. If you can’t find it, it’s probably hidden and you need to change your setting in your file manager to show hidden files.
Forum: Your WordPress
In reply to: Can I get some Constructive Critic?You might want to use more high res image and a better theme. Your website just doesn’t give a nice impression to the visitors.
Use loseless image compressing if you care about your website performance.In fact, even your website’s appearance “appear” to be more than 5 years old and minimal …… You website performance is no better than a website with all those eye candies. Check your site with Google Page Speed and Y!Slow …… you’ll know what I mean
Forum: Your WordPress
In reply to: Suggest ubtav.comA image lazy load plugin and lossless image compression (such as smush.it plugin) would help.
Forum: Your WordPress
In reply to: Please review my websiteSome page load pretty fast, but some are not, especially the one with lots of images.
Take a look at Google Page Speed and its suggestion.
You will also want to use some image lazy load plugin.
Forum: Your WordPress
In reply to: My first wordpress blog – some feedback?Your theme looks pretty clean. Should be OK for a coding site. Do you design the theme yourself?
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] CRAP THEME!!!!!!!Just try to make your own mod of this theme yourself instead of arguing about it. But I do agree that a PRO version is not needed.
You can take a look at my website. I’m using a free, modified version of this theme.
http://stpm.scirefs.orgForum: Fixing WordPress
In reply to: Redirect Loop ErrorYour website is giving 404 error….
Forum: Installing WordPress
In reply to: Cant upload WP to host – 404 Not FoundLooks like your wordpress is in a subdirectory (www.designgrinder.net/here/) instead of the root of your website (www.designgrinder.net)
Can you tell me which is the URL you desired: http://www.designgrinder.net/here/ or http://www.designgrinder.net
Did you change the WordPress Address (URL) to something else?
Forum: Installing WordPress
In reply to: Moving WordPress – Database ProblemsWhat’s your wordpress database prefix? (the value placed in the front of your database tables) Is it something other than ‘wp_’?
If yes, look for this line in your wp-config.php:
$table_prefix = 'wp_';Change the ‘wp_’ to your db prefix as shown in your database tables.
Forum: Plugins
In reply to: [Social Login] [Plugin: Social Login] Default role for new userSorry looks like I forget the set the default role in the User role Editor plugin. Now it’s working as it should.