NickSheridan
Forum Replies Created
-
The “comment” and “like” functions are dev code from Facebook itself, indeed not part of WP. However they are not really the problem, only produce the same end result.
I am largely talking about when the URL is copied from the address bar of a browser and manually pasted into a status or comment on Facebook. Only the post title is carried, not the site title.
Forgot to mention I accept I could manually change every post title to include “[Crap Looking Books]” but that would make my archive pages look revolting.
Quick point- if the answer is “No that’s entirely a Facebook problem” then please don’t skim and pass on, let me know if it is!
Nick
Forum: Themes and Templates
In reply to: Change alignment of post titles/thumbnails (easy?)Code I needed was
#contentwrap .thumbwrap { text-align: left; float: none; !important} #contentwrap .itx-thumb { text-align: left; float: none; !important}
Will leave here
Forum: Themes and Templates
In reply to: Change alignment of post titles/thumbnails (easy?)UPDATE: With the following code in my theme’s custom CSS box I can move the image to the left or the right of the text but don’t know the terms to make it sit above the text..
#contentwrap .thumbwrap { text-align: left; float: right; !important} #contentwrap .itx-thumb { text-align: left; float: right; !important}
Forum: Fixing WordPress
In reply to: How to change font in the "Add New Post" box?UPDATE: I have managed a temporary fix by forcing Firefox to display all fonts as Arial, but this is not ideal since I have to switch it off to check my site fonts are displaying to the public correctly.
Scratch that, the code hadn’t updated to be the page yet and is working fine.