swollenpickles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Threaded comments not threadingThanks, that fixed the issue of all comments being pushed to the right.
Now to edit the style of the nested comment, should I be playing around with ul.children in the css?
Forum: Fixing WordPress
In reply to: Threaded comments not threadingI’ve now uploaded the theme and you can see it working here:
https://www.swollenpickles.com/2010/03/17/a-new-theme-and-the-bug-hunt-begins/comment-page-1/#comment-53467That comment is a direct reply to the comment above it. It’s a css issue as far as I can tell, but I’m not sure what I’ve screwed up.
A standard comment (ie. not a reply to existing comment) should be left aligned with the rest of the pages content, but currently it seems to be pushed about 20px to the right as well.
Any advice?
Forum: Fixing WordPress
In reply to: Threaded comments not threadingI’m working on the theme on a local environment so it’s not live online anywhere (ie. it’s not a live site).
I’ve added the css code for the comments section to here:
https://wordpress.pastebin.ca/1834959Forum: Fixing WordPress
In reply to: Threaded comments not threadingThe inability to type was a plugin issue by the looks of things. I disabled MCEComments and now can type and submit ‘reply’ comments.
The replys still aren’t threading though, I’m guessing from here on it’s a css thing, but can’t be sure. I’ve attached the css to the bottom of the code here:
https://wordpress.pastebin.ca/1834959Forum: Fixing WordPress
In reply to: Threaded comments not threadingIf I leave a new comment the text field works fine, I can enter text, submit the comment and it all works as it should. If I try and leave a reply to a comment however I can enter the name, email, website but cannot even type in the text field.
Forum: Fixing WordPress
In reply to: Threaded comments not threadingThanks, that section was missing. I’ve added it now. The problem now is that when I hit the ‘reply’ link, it opens up the comment field, but I can’t type any text into the text field. Very weird.
Forum: Fixing WordPress
In reply to: Threaded comments not threadingI removed
'avatar_size=60'
but the comments still aren’t threading.Forum: Fixing WordPress
In reply to: Threaded comments not threadingIf you take a squizz at the code I’ve used
<?php wp_list_comments('avatar_size=60'); ?>
which i believe does the same thing as<?php wp_list_comments(); ?>
except also adjusts the avatar size. Any other advice?Forum: Fixing WordPress
In reply to: Threaded comments not threadingWell, here’s the code:
https://wordpress.pastebin.ca/1832644Forum: Fixing WordPress
In reply to: Weird layout questionI set the fixed height of the post containers on the home page and that seems to have fixed it. Couldn’t figure out how to do the clear:left thing to just the one column.
Forum: Fixing WordPress
In reply to: Weird layout questionThanks. I’ve tried firebug , but haven’t really figured out how to get the best out of it to be honest.
Forum: Fixing WordPress
In reply to: Post content not appearing in SafariOk, i think i’ve solved this. I removed the the following from the content div css and everything shows up in safari:
overflow: hidden;
Can anyone explain (in basic) why this was causing the problems?
Forum: Fixing WordPress
In reply to: Post content not appearing in SafariI should add, I’m only running two plugins – next gen gallery and automatic update. I’ve deactivated both of these and viewed the site with the same result. No content in Safari.
Forum: Fixing WordPress
In reply to: Post content not appearing in SafariSo has no one seen this sort of thing before? I was kind of hoping this was something that had come up before.
Thanks for taking a look guys.
@alism – As far as I can tell there is no robots.txt file that I can find. I’ve looked in the root directory using ftp and it’s not there. Would/could this be anywhere else?
@songdogtech – at this stage I’m more concerned with why basic content pages aren’t loading. Once I get that sorted I’ll go back and look at the jquery, although that appears to be a safari thing as well, as it seems to work fine in ie and ff.
Forum: Fixing WordPress
In reply to: Post content not appearing in SafariHere’s a link to a ‘page’ that views fine in firefox and ie, but doesnt display anything in safari.
Here’s a link to the archive page, where the same thing happens.
Finally, here’s a link to a post. Again, the same thing. Fine in FF and IE, blank in safari.
I really can’t figure this one out.