Lloyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Font-awesome not working with WordPressThanks for the suggestion Erik, it got me on the right path. I ended up targeting them more specific with
i.footer-social { padding-top: 10px; }Which means I added an extra class and had to give it some padding to center it in the circle.
Forum: Themes and Templates
In reply to: Child theme specific CSS question@crouchingbruin – that works, thank you. Still a little confused as to why it wouldn’t work before, but maybe it’s a mystery left to be unsolved π
Forum: Themes and Templates
In reply to: Child theme specific CSS question@crouchingbruin – I should have been a bit more clear. I don’t understand why it’s not centering. Thank you for the help with the fonts though.
Forum: Fixing WordPress
In reply to: Enqueueing to existing style sheetExactly what I was looking for, thanks! I also found that at the end of the hook you can add true to place the scripts at the bottom instead of in the head.
Forum: Fixing WordPress
In reply to: Child theme not workingWPyogi –
I changed the quotes and that didn’t fix it. I know this isn’t best practice, but it should still work.
I did manage to get it working using this website though:
http://wpsites.net/wordpress-themes/how-to-make-your-own-child-theme-for-wordpress-beginners-guide/
Thanks again.
Forum: Fixing WordPress
In reply to: Child theme not workingThanks WPyogi. I copied that in wrong and do have flozo instead of twentyfifteen.
I’ll switch out the curly quotes and try the other way on the link.
Thanks for the help!
Forum: Themes and Templates
In reply to: Table customizingOkay, I see hentry, but why choose that instead of type-page or status-publish or page …does it even matter?
Also, as your last sentenced points out, I would like to in fact have only this table hide the lines but can’t seem to add the correct selector:
#content div#post-547 .hentry tr td { border-color: transparent; font-size: 8px; }And lastly, is there a way I code it so I don’t have to put in the exact post ID? For example, if I want to create another table with no borders on a different page/post I’d have to add the ID of that page/post if I use your method. Can I make it more general?
Thanks very much for your help.
Forum: Themes and Templates
In reply to: Table customizingI’m using WordPress SEO and possibly a caching plugin – I’d have to look [internet isn’t what you’d call ‘good’ here, just adding the proper CSS takes a fortnight]. But I think I’ll leave them, because your suggestion worked.
However, I don’t see why/how the
.hentrycomes from though…Forum: Fixing WordPress
In reply to: Remove name of pageAndrew, thanks! That worked.
Forum: Fixing WordPress
In reply to: Remove name of pageAndrew, thanks for the suggestion.
That worked, but it also removed the title from the list of entries on the ‘Blog’ page – which I don’t want.
I also tried
.page .entry-title { display: none; }which gave me the same result
Forum: Fixing WordPress
In reply to: Remove name of pageMrinal, thanks for the reply.
I was kind of hoping to do it without a plugin. Any suggestions?