splatcard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error page after comment submittedI would say thats good advice after having numerous problems with Bueno. Have you got any advice, on any good themes that will be well written? As dont want to have the same problems again.
Thankyou for your time
Forum: Fixing WordPress
In reply to: Error page after comment submittedHow weird, what browser do you use? I am using Firefox. Seem to annoyingly have alot of problems with browswers,for instance u cant click on anything in IE 7
Forum: Fixing WordPress
In reply to: Error page after comment submittedSorry probably didnt explain that well enough. Basically making that change, made it an offical error message appear rather than the random code.
But the about us page is still not appearing when the comment is posted?
Forum: Fixing WordPress
In reply to: Error page after comment submittedThankyou for your help, I just made that change and now the proper error message is displayed but for some reason it doesnt display the proper about us page like it should once the comment is posted, any other ideas?
Thanks for your help
Forum: Fixing WordPress
In reply to: Comments not appearing under postCan anybody help?when I click on the comments now they dont even appear
Forum: Fixing WordPress
In reply to: Error page after comment submittedSorry I am extremely new to wordpress and dont really no how to do that, will it be a proble in the 404.php file then?
This is the code in my file, do you notice anything wrong there? if not could you tell me how to upload the new 404.php as I dont have the orginal untouched file.
Thanks alot
<?php get_header(); ?>
<div id=”content” class=”col-full”>
<div id=”main” class=”col-left”><?php if (have_posts()) : $count = 0; ?>
<?php while (have_posts()) : the_post(); $count++; ?><div class=”post”>
<h2 class=”title”><?php _(‘Error 404 – Page not found!’, ‘woothemes’) ?></h2>
<p><?php _(‘The page you trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.’, ‘woothemes’) ?></p></div><!– /.post –>
<?php wwsgd_the_message(); ?><?php endwhile; else: ?>
<div class=”post”>
<p><?php _e(‘Sorry, no posts matched your criteria.’, ‘woothemes’) ?></p>
</div><!– /.post –>
<?php endif; ?></div><!– /#main –>
<?php get_sidebar(); ?>
</div><!– /#content –>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Blog not working properly in Internet Explorer 7Hiya Shane,
Thankyou for your reply, just did that and actually that has helped the situation a bit as the side bar now appears in Internet Explorer.
But I still have the problem on everything on the post except the top bar being unclickable, have you any other ideas what to do?
Thanks alot!
Forum: Fixing WordPress
In reply to: Error page after comment submittedCan anybody help?
Forum: Fixing WordPress
In reply to: Blog not working properly in Internet Explorer 7Can anybody help?
Forum: Fixing WordPress
In reply to: Error messageHello everytime now someone submits a comment, it still works but takes the user to this page with the message displaying:
Warning: _() expects exactly 1 parameter, 2 given in /home/splat/public_html/wp-content/themes/bueno/404.php on line 12
I think the damage was done changing some code, but as I am very new I dont no what to change to fix it would really appreciate your help on the matter, because I need to get it sorted asap, my blogs domain is http://www.studentspayless.com
Thanks alot
Forum: Fixing WordPress
In reply to: Comments Not Appearing Under PostHello I am having a very similar problem, I cant make the previous comments appear under my post, I have read up on this greatly and one thing I did find was to insert
<?php $withcomments = 1; ?>
<?php comments_template(); ?>in the Main Index but this still doesnt seem to work, my sites http://www.studentspayless.com would appreciate any help that I could get
Thanks alot
Forum: Fixing WordPress
In reply to: browser problemHello I have recently set up a blog http://www.studentspayless.com, basically realised the blog doesnt work well Internet Explorer 7 even though it works in 8. The blog appears ok its just all the links are unclickable bar the tab on the top.
So far I have re pasted the code in the proper way rather than straight from word, also saw someone mentioning validating? I got a list of errors, but dont now how to find those pieces of code and change them. Do you think if I manage to change it that will sort it or could it be another problem?
Thanks in advance