ssiu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sela] Dropdown menu does not work on mobileI started playing with everything that was different from the parent theme in hopes of finding the snag, and it was in the last place I thought to look. I’m not sure what was wrong with my footer.php but I replaced it with code copied from the parent theme’s footer.php and then the menu started working perfectly again.
Forum: Themes and Templates
In reply to: [Sela] Display "Category" in entry-meta (and other questions)I had no idea you could do that in your browser! I played around with the code you gave me in my browser by going to Chrome > Inspect and it turned out beautifully! Thank you so, so much for all your help. I don’t know how to thank you sufficiently!
Forum: Themes and Templates
In reply to: [Sela] Display "Category" in entry-meta (and other questions)You are an ANGEL sent from WordPress heaven!! The conditional tags worked perfectly.
Oops, I took the mashshare box out temporarily while I was trying to figure out how to fix it. Here’s my latest post with the share buttons on the sidebar. And here’s a screenshot I took of the squishing effect on desktop! (It works perfectly in mobile mode)
Thank you so so much again!
Forum: Themes and Templates
In reply to: [Sela] Display "Category" in entry-meta (and other questions)I have no experience with PHP so your walkthrough was EXACTLY what I was looking for! Thank you so so SO much! I have 1 last question!
1. For the MashShare code, is there any way to only display that on posts page, and not on the home page, category pages, etc?
2. (Also for the MashShare code) When the sela theme is at its full width in desktop mode, the share buttons squish together vertically. I can’t seem to make the width of the share buttons smaller, is it possible to make the entry-meta sidebar wider?
Thank you so so much again, you have been a HUGE help!
Forum: Themes and Templates
In reply to: [Sela] Display "Category" in entry-meta (and other questions)Found a fix to #2 by using
.single-post div.entry-meta:after { content: "Disclosure: This post may contain affiliate links..."; }Forum: Themes and Templates
In reply to: [Sela] Change "Older Posts" button for Click-to-ScrollI actually plugged the original CSS into the Jetpack page you told me to go to (Appearance > Edit CSS) and it worked! It must have written over whatever was in the Jetpack CSS! Thank you so so SO much for all your help!
Forum: Themes and Templates
In reply to: [Sela] Change "Older Posts" button for Click-to-ScrollWhen I go to Appearance > Edit CSS, all the stylesheet there says is `/*
Welcome to Custom CSS!To learn how this works, see http://wp.me/PEmnE-Bt
*/`I uploaded the screenshot of it here: http://openstephanie.com/wp-content/uploads/2016/07/Screen-Shot-2016-07-01-at-11.38.35-AM.png
I also realized that what I was plugging all my CSS into was a plugin called Simple Custom CSS that I forgot I had installed! Thanks for the tip, I will move everything just to the child theme!
Forum: Themes and Templates
In reply to: [Sela] Change "Older Posts" button for Click-to-ScrollThanks so much for responding!
So I put that code
#infinite-handle span { background: #663399; font-size: 16px; }in both the child theme and the Custom CSS plugin, but the page still looks the same!
Forum: Themes and Templates
In reply to: [Sela] Change "Older Posts" button for Click-to-ScrollI tried that exact code into both the “Simple Custom CSS” plugin from Jetpack, and the child theme and the box looks exactly the same! (White lettering on a black background)
I also tried inspecting the element in my Google Chrome browser and it said this
#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover { display: inline; position: static; padding: 0; margin: 0; border: none; line-height: inherit; background: 0 0; color: inherit; cursor: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; }It says color: inherit, but I’m not sure what it’s inheriting from!
Both those things worked and look great. You’re amazing Kathryn! Thank you so much!!
Forum: Themes and Templates
In reply to: [Sela] Enable infinite scrollThank you so much! I wasn’t aware it was a module, that solved the problem perfectly!
Forum: Themes and Templates
In reply to: [Tracks] Removed featured image area for posts without imagesWorks like a charm!! Thanks so much, Ben. Tracks is the best!