piratepictures
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sRGB images STILL looking washed out in thumbnailsi actually might be able to help. is there a place i can take a look at your site/thumbnails?
Forum: Fixing WordPress
In reply to: WP gallery questionForum: Fixing WordPress
In reply to: WP gallery questioni can help you with this since i did this exact thing just a little while ago. i’m just on my way back to my computer but in the meantime check out this site and let me know if that’s what you’re looking for. if it is, i’ll post the code for you the minute i get back.
Forum: Fixing WordPress
In reply to: recent comments on images dont show in sidebar listFor anyone else having this problem I found a solution, albeit one that I didnt really want to do.
Uninstall the Get Recent Comments plugin and install the Recent Comments plugin by Rob Marsh instead. I didnt want to have to uninstall the original but the problem seemed to be with that plugin alone and I didnt find a solution for it. The new plugin also has A LOT more options and customizations.
So, there ya go. hope that helps.
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pageyep, i can do that. just totally forgot….
thanks again!!
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pagethat did it. no alignment issues or anything else that i can see. works in chrome, firefox and IE.
so glad that worked out, thanks a lot.
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pageParse error: syntax error, unexpected ‘/’ in /home/content/m/i/s/missprestin/html/wordpress/wp-content/themes/pixel/image.php on line 26
hmmmm.
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pageyah, i figured i might have trouble with that. i’ll try. maybe i can realign the comments to the right or margin them or something…
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pageactually, that got it half way there. the text doesnt show up but the black box is still there.
anyway to put the black box inside that code as well?
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pageperfect, that stops it from collapsing.
but i still have the problem of the ‘previous image’ text showing up on the first photo page without there being any thumbnail.
I dont know how to write a conditional statement so that when there is no ‘previous image’ thumbnail to not show the ‘previous image’ text either.
any ideas?
the css for that section is here
Forum: Fixing WordPress
In reply to: dont show prev/next img links on first/last pagethanks for getting back.
here‘s the pastebin link.
i think what you’re saying would work. and actually, it might make it much easier than what I was thinking which was to remove the ‘previous pic’ text. first, because i’m really not sure how i’d even do that and second because it would mess up the float alignment of my comment box, which it already has…
Forum: Fixing WordPress
In reply to: Please helpfirst, did you type wp-oembd or wp-oembed? because in your most recent reply you misspelled the tag I wrote in that code… you left out an ‘e’…
if it still doesnt seem to work i think you’re making a mistake in how you’re putting the code into the stylesheet. here’s my solution so you can keep working at it yourself:
download google chrome web browser.
install it and go to your webpage.
go over the link you’re trying to modify, right click, and click on ‘inspect element’if you have a bit of experience around a stylesheet you can use google chromes ‘inspect element’ to get all the classes and tags you need to modify the site.
if you’re still having trouble post back, i’ll check this again.
Forum: Fixing WordPress
In reply to: Please helpi’m not a web designer by any means, but try putting this at the bottom of your stylesheet and see if it works:
.post a.wp-oembed {
border-bottom:1px dotted #999999;
color:#CCCCCC;
}
.post a.wp-oembed:hover {
color: #fff;
}
if it doesnt just delete it and let us know…