lawful1 0 Report post Posted June 20, 2012 After updating to 2.2 my blockquote's are not the same. The font size is bigger, a light grey color and the right margin is gone. How can I get it back to the way it was. It's style was native to the previous Framework release. I made no CSS modifications to blockquote. Thanks Share this post Link to post Share on other sites
Rob 547 Report post Posted June 20, 2012 Some CSS may have been affected by the 2.2 update. We're working on a solution to this known problem and will release a solution, likely by tomorrow. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted June 20, 2012 Yup some CSS was indeed updated, as we've incorporated the Bootstrap library from Twitter. You can still use the normal code, or you can use the new Pull Quote shortcodes, available here http://demo.pagelines.com/framework/tools Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
lawful1 0 Report post Posted June 20, 2012 Beardedavenger, all those shortcodes are automatically active in Framework 2.2 or do I need to download an additional plugin or something? Share this post Link to post Share on other sites
Rob 547 Report post Posted June 20, 2012 I don't think you have to download anything, just apply the shortcodes. Unfortunately, this is so new, i don't know exactly where and how to apply them yet. Beardedavenger is currently diligently coding solutions to other issues related to the 2.2 update. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
lawful1 0 Report post Posted June 21, 2012 Rangelone, any word yet on that CSS solution? Share this post Link to post Share on other sites
Rob 547 Report post Posted June 21, 2012 Version 2.2.1 came out late last night. It should be in your Dashboard along with a link to some info you should probably read before updating. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
travelcafe 0 Report post Posted June 22, 2012 [quote]Version 2.2.1 came out late last night. It should be in your Dashboard along with a link to some info you should probably read before updating.[/quote] So where's the "solution"? Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted June 22, 2012 Sorry for the confusion folks. There is no "CSS Solution" to anything. The styling of the blockquote has changed, as we've incorporated the Bootstrap library from Twitter. Nick Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
lawful1 0 Report post Posted June 22, 2012 I know nothing about Bootstrap. Can you please give me some direction as to how I can make my blockquote look something like it did before? Meaning, do I need to edit the blockquote.less file or some custom CSS? Directions please. Furthermore, I tried Pull Quote as you mentioned above and a few other short codes listed on that page and they're broken. The Pull Quote basically looked exactly like my blockquote does now (which I don't like) plus it put a weird line under the text. I also tried a Modal box and clicking it did nothing. Are there known bugs that still need to be worked out with those short codes? Thank you for your help. Share this post Link to post Share on other sites
Rob 547 Report post Posted June 22, 2012 Check this link, then, selecting the shortcode, just add it to your post where you want it. http://demo.pagelines.com/framework/tools/ (scroll down to the quotes) Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
lawful1 0 Report post Posted June 22, 2012 Like I said before, I tried to use the Pull Quote and it looked just the same as the blockquote (which I didn't like) except that it added a line below the text. I Firebugged the page and added some custom CSS that made it look the way I want: [code]blockquote { margin: 0 30px 18px 30px; padding: 0 0 0 15px; } blockquote p { font-size: 14px; font-weight: 300; line-height: 22px; margin-bottom: 2px; margin-right: 15px; margin-top: 2px; color: #333 } [/code] From what I've read about Bootstrap (http://twitter.github.com/bootstrap/index.html), it's probably really cool if you're an experienced developer, but I'm not. I think in the long run Pagelines probably made a good decision by intagrating Bootstrap and LESS into Framework, but it's a who new leaning curve for me - and probably a lot of other users too. I would have appreciated a big "heads up" about the fundamental changes before I upgraded. I would have been better prepared. Updated documentation would have been nice too. Thanks! Share this post Link to post Share on other sites