gardcomm
Forum Replies Created
-
Oh, found a fix! By putting text in the actual “Excerpt” section of the post, the code now reads. I guess the automatic truncation necessitated disabling formatting. Makes sense ?? Thanks!
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Limit title lengthI’d also like to know, thanks!
Forum: Plugins
In reply to: [AnythingSlider for WordPress] Slider Order Being IgnoredThe slider seems to remember the last slide you were on when you were last on the page. Even upon refreshing the page, it will remember and load that slide first. It should still be in the same order – but you can’t guarantee the first slide will be first to load unless you haven’t been to it before OR you completely clear you cache. I’d love a fix to this problem, if anyone knows one.
Forum: Plugins
In reply to: [Tippy] how to use image classes with tippy image triggerokay, after a few headaches, I figured it out by adding the following to the stylesheet:
.tippy_link img { margin-left: auto !important; margin-right: auto !important; margin-bottom: 0 !important; margin-top: 0 !important; padding: 0 !important; position: relative !important; vertical-align: baseline !important; center: 0 !important; width: auto !important; height: auto !important; display: block !important; bottom: 0 !important; max-width: 100% !important; clear: both !important; }
It’s possible you don’t need ALL of those, but after so much trial and error, I know it works, so I’m keeping it.
It’s a great plugin and I’m happy with it – just wish this could have been in the original stylesheet. Maybe for future updates? ??
Thanks!
Forum: Themes and Templates
In reply to: twenty twelve make responsive image in body outside of containerokay, i had to put a password back on, so if anyone can please help and look, the password is 1140manz!
Forum: Themes and Templates
In reply to: twenty twelve make responsive image in body outside of containerNote – if making it stretch outside of the container isn’t possible, I at least need to make it always resize and align perfectly with a corresponding image. Can I have some help with that coding? Thanks!
Forum: Themes and Templates
In reply to: twenty twelve make responsive image in body outside of containerand if it requires changing/adding a div element to a .php file, please be as specific as possible. I’m still struggling with understanding how to change those, since I’ve mainly been working with just stylesheets/css.