mstephans
Forum Replies Created
-
Forum: Plugins
In reply to: [Tweeple] Using Hashtag and Username?Thanks. Coding is going to be past my skill set though. I’ll try and find another way, but I don’t see one right now.
Forum: Plugins
In reply to: [Tweeple] Using Hashtag and Username?That’s a shame. Looks like it isn’t doable then. I would need something that parsed my timeline then did its own search of those outside of twitter. Oh well, thanks for checking!
Forum: Plugins
In reply to: [Testimonials Widget] Archive doesn't take the format of other postsIs layout.css in the widget or in my theme?
Forum: Plugins
In reply to: [Testimonials Widget] Archive doesn't take the format of other postsOK. Thanks for the help. It’s a WP theme so I need to update the custom.css so it doesn’t get removed in an update. I’m not very experienced with CSS. I guess if there isn’t a way to add the .post class to the HTML that is created by the widget, the only other solution is to look for all the .post stylings (and there are a bunch!), copy them to the custom.css, and find and replace .post with .testimonials-widget.
Is that the best plan? Your widget seems so useful if I can get this to work. Thanks again for your help!
Forum: Plugins
In reply to: [Testimonials Widget] Archive doesn't take the format of other postsThanks. It looks like what I want is for the testimonials to have the same formatting as posts. Is there a way to give the .testimonials-widget the same formatting as .post instead of trying to find all the .post stylings and copy them into the custom.css? TIA!