WPShower's "Imbalance 2" customizations
-
I’m attempting something that’s just a little outside my skillset – I keep making a mess of things.
This is a Pinterest clone theme but I am excited to be using it to create multiple boards/galleries by category. My end goal is being able to send relevant (read: censored) collections of my work to prospective clients without them being able to stumble across something outside of the safety-zone I determine for them. (A sleazy punk rock band needing cd packaging will get to see a different set of images than the christian bowling team who needs a logo) But enough about that. I actually have that part figured out.
This theme displays a short preview of the code you include, but all links and formatting are removed in the preview. I’d like to be able to use html/php/shortcodes here. Can someone tell me how? This (I believe) is the relevant CSS:
#boxes { margin-top: 40px; } .box { width: 210px; margin-bottom: 70px; color: #636363; } .box .rel { position: relative; } .box .rel p { margin: 0; } .box .texts { position: absolute; top: -20px; left: -20px; width: 210px; color: #fff; z-index: 200; opacity: 0; filter: alpha(opacity=0); } .box .texts .categories a, .box .texts a, .box .texts .posted, .box .texts .posted a { color: #fff; } .box .texts .transparent img { opacity: 0.1; filter: alpha(opacity=10); } .box .texts .abs { position: absolute; top: 0; } .box .categories { padding-bottom: 10px; } .box .categories a, .box .posted a { color: #a1a1a1; } .box h1 { margin: 0; padding-bottom: 10px; font-size: 16px; } .box h1 a { color: #333; } .box .posted { padding-top: 10px; color: #a1a1a1; } .box img { display: block; }
One more thing. Is there a way to make “sticky” posts maintain their (left side) position when viewing by category?
I am sure these are both pretty simple, I’m just hitting a wall. Implementing these customizations would enable me to get around the themes lack of widget/sidebar support, and to customize each “board” with some info and relevant links.
https://pins.kevinbyrd.co/boards/wpshower/
Thanks!
- The topic ‘WPShower's "Imbalance 2" customizations’ is closed to new replies.