earthtojeremy
Forum Replies Created
-
Figured it out, for anyone having the same problem.
Go to this section of style.css:
@media screen and (min-width: 680px) { .portfolio-view #content .hentry { float: left; width: 32%; margin: 0 2% 2% 0; } .portfolio-view #content .hentry:nth-of-type(3n) { margin-right: 0; } }
Delete the “nth-of-type” margin fix entirely. This fixes the original spacing issues, but then adds an extra 2% width to the content which won’t fit in the container. To fix this you have to shrink something a tiny bit. The final result should look something like this:
@media screen and (min-width: 680px) { .portfolio-view #content .hentry { float: left; width: 31%; margin: 0 2% 2% 0; } }
Hope this helps someone.
I think figured out part of the problem, though I have no idea why it’s doing it or what to do about it.
I have posts displayed by category on the above page in the 3-column, full-width gallery setting. If the number of posts in a given category isn’t a multiple of 3 (that is, all full rows of 3 thumbnails each,) it breaks the thumbnail spacing for one entire column in the following category.
Currently trying to brainstorm why this would happen. If anyone has any ideas let me know. Thanks.
I think “Theme Options” is just an outdated term. You can change some display options, including what you’re trying to do, if you go to Appearance > Customize. Click “Archive” and uncheck “Display Image and Gallery Formats on Posts Page.”
I don’t know if you’re a bot or what, but please don’t fill this thread with junk posts. I’m trying to address a problem that many WordPress users are also experiencing and your insistence that I should already know how to do the thing I’m telling you I don’t know how to do is as useless as it is condescending.
Does anyone have any useful help? Thanks!
OK I obviously don’t know what you’re asking then, please elaborate if you can.
If I input text into the description field for an image, it will save that in the Media library, and from then on out if whenever I insert the image, it will include this data. It will not, however, append this new description data to any copy of this image that already exists in posts. This means that I currently have to go back and edit 4 years worth of posts to add a description to an image. I need to be able to edit the description field in the Media library, and have these changes reflect anywhere said image appears in all 4 years of posts.
I also need to display the description text as a caption on the front end, which is a whole other insanely convoluted can of worms that seems to have no solution.
I’ve come across this in my searches but again, I could figure out how to display every bit of associated data with it except for description. Do you have any further insight into this? I need this to be how my site automatically handles all images.
Can anyone figure out how to edit the Image Caption Easy plugin to do this? It’s only supposed to display alt text but I’ve managed to get it to also display the image title, but I can’t get it to display image description.
Yeah, which is no good obviously. We need to be able to display whatever image metadata we need for images in posts. I can’t redirect users to an attachment page every time I want to insert an image.
Forum: Themes and Templates
In reply to: Can't change title attribute in header.phpShould also note that I’ve made probably 20 WordPress sites and I’ve never had this problem before, so I don’t know what’s going on. Maybe something in functions.php?
Clever work-around, but I’d like it to be integrated into my site’s aesthetic. I would honestly like to purchase the Pro version of this plugin if I can get it to work! Based on the description it covers everything I need. Is the author anywhere to be found?
Same here. No products found, no matter what I do. Anyone make any headway on this?
Forum: Plugins
In reply to: [Affiliate Super Assistent] Include description in product listing?Great! That’s what I needed, thanks.
Forum: Plugins
In reply to: [Amazon Link] Nothing shows up no matter what I doYes something comes up when I try either of those, but I’m trying to use a template that has the image, description, price, etc. When I try any of the templates in the Add Amazon Link panel, nothing comes up.
Always search the docs first.