ideabug
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] Cricular Overlay on HomepageTo make the post thumbnails circular add this to your CSS using a CSS plugin (I know you’ve already done this part, but in case others want to know how to do it):
.post { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; }For the part you’re looking to do as far as the hover overlay part, add this to your CSS using a CSS plugin:
.post:hover .post-overlay { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; }[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
You can also mess with the percentages for a different look. I used 15% for all of them for nice rounded-corner squares.
- This reply was modified 9 years, 1 month ago by bdbrown.
Forum: Themes and Templates
In reply to: [GeneratePress] Search Results Page Hide SKUAwesome! That worked perfectly! Thanks so much, Tom!!!
And I found a plugin that makes searches include the tags so I think I’m set on everything for now.
Thanks again, Tom!
Forum: Themes and Templates
In reply to: [GeneratePress] Search Results Page Hide SKUOk, well that did make it a little better. Although it’s still not exactly how I’d like it to look, they’re at least not ginormous, lol.
If you go to my site at http://www.forthesportsfan.com, the main page is the “Shop” page. Now search the term “baseball”. I’d like the results page that comes up to have them arranged the same way as the homepage (alignment, price, add to cart, etc.). Not sure if that is possible.
On a separate note now, do you know if there is a way to make searches search the tags of the items as well? Right now it only searches the titles. :^\
Thanks so much for the help! I like how this is starting to look and my purchase of the $30 add-on package at the beginning made it much easier! :^D
Forum: Themes and Templates
In reply to: [GeneratePress] Search Results Page Hide SKUFound how to hide the SKU! But I still have no idea about the search results thing…
Forum: Themes and Templates
In reply to: [Portfolio Press] How do I get the title on category pages?Yes, perfect! Thank you!!!
Forum: Themes and Templates
In reply to: [Portfolio Press] Search Results Page…Hey Devin. Were you able to find what coding I need to change to fix this? Thanks, man!
Forum: Themes and Templates
In reply to: [Portfolio Press] Search Results Page…Yes, all of the posts are image posts. Thanks for looking into it for me!!
Forum: Themes and Templates
In reply to: [Portfolio Press] Search Results Page…Can anyone give me some help on how to achieve this? Thank you!!!