-
AuthorPosts
-
champchoel Friend
champchoel
- Join date:
- June 2008
- Posts:
- 19
- Downloads:
- 10
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 16, 2013 at 12:44 pm #187547Hello Joomlart,
I’m so curious about the typography’s feature on T3v3, I saw you have good stuff here http://t3-framework.org/typography.html How could I make things like that…?? I download your latest t3 quickstart and install it on my localhost, but I don’t get like in your demo.
Regards,
SamNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 17, 2013 at 11:26 am #493136T3 also uses Less & Bootstrap the same way as Joomla 3 and typography is included on Bootstrap framework by default, you can have a look at this reference: http://twitter.github.io/bootstrap/base-css.html
champchoel Friendchampchoel
- Join date:
- June 2008
- Posts:
- 19
- Downloads:
- 10
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 18, 2013 at 2:32 am #493203Hey, thanks for your quick reply. I’ve tried to follow bootstrap’s instruction of using this shortcode. but some of those instruction are not working. the unworking shortcode is when I try to use a text-icon http://twitter.github.io/bootstrap/base-css.html#icons when I write it on my joomla’s backend editor the <i> tags is not saved, so on my frontend theres no icon on its left. Could you please suggest me how to use it…???
Cheers,
Samtilovas Friendtilovas
- Join date:
- February 2013
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 16 times in 9 posts
May 18, 2013 at 8:45 am #493215Hey Sam,
Can you write the exact code you are using? Because I believe that you using the correct code. It’s just disappears after you klick “save”. For eg.:
<p><i style="font-size:48px;" class="icon-columns pull-left"></i></p>
</p>
<h4>Title</h4>
<p>Some text, some text text text.</p>
This code should work for you. It just disappears after you click “save”, you’ll see that the code changed to:
<p> </p>
</p>
<h4>Title</h4>
<p>Some text, some text text text.</p>
I don’t know why the code changing after you click save. But you should see the icon on your front end. But if you klick save again you’ll lose your icon or you should write complete code again. So.. this code can do what you need, it just disappears after saving. Not big deal 🙂 But maybe someone knows the other way, how to keep the code.
Cheers
1 user says Thank You to tilovas for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
champchoel Friendchampchoel
- Join date:
- June 2008
- Posts:
- 19
- Downloads:
- 10
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 21, 2013 at 8:20 pm #493547Hello @tilovas : yea, it’s exactly, the code (i tag) is gone after hitting save button. @ninja Lead, the problem is still persist, now I have to go to global configuration and set my default editor to “none” if I’d like to insert any text-icon. is there any suggestion how to insert text icon while using TinyMCE editor…???
Regards,
SamNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 22, 2013 at 9:10 am #493614@champchoel: You can use this way
1. Add Extended Valid Elements script: p,i
2. Add this script into editor form
<p><i style="font-size:48px;" class="icon-columns pull-left"> </i></p>
</p>
<h4>Title</h4>
<p>Some text, some text text text.</p>Let me know the result
champchoel Friendchampchoel
- Join date:
- June 2008
- Posts:
- 19
- Downloads:
- 10
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 25, 2013 at 8:20 am #493929<em>@Ninja Lead 373835 wrote:</em><blockquote>@champchoel: You can use this way
1. Add Extended Valid Elements script: p,i
2. Add this script into editor form
<p><i style="font-size:48px;" class="icon-columns pull-left">*</i></p>
</p>
<h4>Title</h4>
<p>Some text, some text text text.</p>Let me know the result</blockquote>
Hello Ninja Lead,
Thank you very much for your help. Unfortunately your suggestion still doesn’t solve my problem. is there any other way?
Regards,
SamNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 27, 2013 at 4:10 am #494021I have tested solution sent to you:
from
<p><i style="font-size:48px;" class="icon-columns pull-left"> </i></p>
</p>
<h4>Title</h4>
<p>Some text, some text text text.</p>change to
<p><i style="font-size: 48px;" class="icon-columns pull-left"> </i></p>
<h4>Title</h4>
<p>Some text, some text text text.</p>
I can help you check this problem on your site, please pm me URL of your site and admin access.
1 user says Thank You to Ninja Lead for this useful post
champchoel Friendchampchoel
- Join date:
- June 2008
- Posts:
- 19
- Downloads:
- 10
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 28, 2013 at 6:28 pm #494224Perfect….!!! It’s solved, Thank you very much for your much help, You’re the real Ninja…, hehehe
May 29, 2013 at 4:01 pm #494316anybody can help me how can i use Tabs?
May 29, 2013 at 4:43 pm #494329<em>@fun99 374750 wrote:</em><blockquote>anybody can help me how can i use Tabs?</blockquote>
Thanks now i got how to use, but Still looking How to use left nav like this page http://twitter.github.io/bootstrap/components.html
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2013 at 4:06 am #494502Hi fun99,
You should also raise this concern in the twitter-bootstrap forum, you might get better answers there.
Regards
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Typography and shortcode on T3
Viewing 13 posts - 1 through 13 (of 13 total)