Justin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Meta details on blog entry pagesOk, so I find that if I have it in Thumbnails the meta options are not there. No worries. I think I’ll go ahead and modify the child theme. All I really want to show on the blog entries page meta is the edit date and the tags. I’ll do some tinkering under the hood as in the reply to my original question above.
Forum: Themes and Templates
In reply to: [OceanWP] Meta details on blog entry pagesHi, I have realised that stuff isn’t showing in customizer.
For example, no meta elements show in:
WP Dashboard > Appearance > Customizer > Blog > Blog Entries
https://i.postimg.cc/8PkVw0CS/Blogentries.jpg
I have noticed this happening in other parts of the customizer. Like typography of the meta for single post. I’ve been changing the CSS in custom CSS to change the look of that.
I have another site running OceanWP and the meta elements show in the blog entries customizer.Forum: Themes and Templates
In reply to: [OceanWP] Meta details on blog entry pagesThank you. I shall have a tinker with it.
Forum: Themes and Templates
In reply to: [OceanWP] Categories block in sidebar has gone squiffyThank you. Yes, the hierarchy is super now. I did want to remove all the lines, but I can figure out how to do that. Thanks.
- This reply was modified 2 years, 3 months ago by Justin.
Forum: Themes and Templates
In reply to: [OceanWP] Different footer on Category lists?Ah! Yes, I see. Thank you!
Forum: Themes and Templates
In reply to: [OceanWP] Different footer on Category lists?Actually, I should have said “footer widget area” rather than “footer”. I have copyright alone in the footer, universal across the website.
Forum: Themes and Templates
In reply to: [OceanWP] Different footer on Category lists?Brilliant, thank you. Yes, I am experienced in PHP, Thanks for the tips, I like tinkering under the hood. The site mentioned is running a child theme.
Forum: Themes and Templates
In reply to: [OceanWP] Breadcrumbs holding onto old links?PLEASE IGNORE ABOVE. I had to go back to the drawingboard.
Forum: Themes and Templates
In reply to: [OceanWP] Hamburger icon for menu on any size screen?Ah, thanks. Yes, I did mean the desktop version. I changed the custom media query before but probably didn’t choose the right value. It works now on minimal, however, I tried fullscreen too and that also works perfectly.
Best regards, JustinForum: Themes and Templates
In reply to: [OceanWP] Border under page title/breadcrumbs?Actually I decided to leave it without a line under as I narrowed the content to 750px and it’s better now.
Forum: Themes and Templates
In reply to: [OceanWP] Blog Entry list not making a thumbnailSo I changed this to 100% and now the formatting with your code has sorted it:
.blog-entry.thumbnail-entry .blog-entry-content { width: 100%; }So all that was added:
@media(min-width:750px) { .blog-entry.thumbnail-entry .thumbnail { width: 20%; } } .blog-entry.thumbnail-entry .blog-entry-content { width: 100%; }Thanks for your help!
- This reply was modified 2 years, 4 months ago by Justin.
Forum: Themes and Templates
In reply to: [OceanWP] Border under page title/breadcrumbs?Happy new year too.
I seem to remember that the theme as standard had a line under the page title section? but I may be wrong, I’ve been fiddling with the theme so much it’s a distant memory.Forum: Themes and Templates
In reply to: [OceanWP] Blog Entry list not making a thumbnailThank you. For some reason the thumbnails will not change. I suspect something else is keeping them large (50% of the area)
I worked it out, just leave the “Restricted Access Post Title” blank!
Forum: Themes and Templates
In reply to: [OceanWP] Logo and site title text together?Thank you. Yes, I was thinking a custom header was the way to go. Cheers.