-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 24, 2014 at 1:32 pm #556318Hi there,
Let me collect enough information and reply you in a hour. Look likes we have some misunderstood here.
In basically all about HTM / CSS code 🙂Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 24, 2014 at 2:18 pm #556322Hi there
JA University latest already supported for Twitter Bootstrap. The old one no longer exists.
Yes, you still can use by check and restore needed HTML. But it’s not suggest.
Please check our latest demo ( or install quickstart in your localhost as reference ) and update your HTML.Note:// l’m checking with team why live demo and quickstart have different sample content.
Thank you,
Viet VuAndrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
November 25, 2014 at 12:24 am #556401Please advise which code exactly I need to add to my custom.css file, which files to copy and into which folder exactly. I prefer not to make changes to the template itself, because I’m worried those changes might get overwritten by the next template update.
I need both the JA Typo icons and background colours to work (e.g. sticky and warning, so that they can be used by both me and my writers) and the formatting in the ‘Connect with us’ and the ‘Contact us’ modules in module positions position-6 and position-7.
see http://awesomescreenshot.com/0783wmbx8c
I don’t understand why those icons were working on my JA T3 site and still are working on both your demo site but not on my upgraded side. Has the JA Typo plugin or the style sheet changed, but weren’t included in the update?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 25, 2014 at 7:53 am #556439@andrewwinkler: With the problem on JA Typo plugin, seems that it lacks some icons between old and new version can help you check and apply hot fix on your site and then I will raise to development team to fix and update for the new version.
About the problem of CONTACT US and CONNECT WITH US on your site, you can pm me URL of your site, admin login and FTP account. I will help you out
1 user says Thank You to Ninja Lead for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
November 25, 2014 at 5:15 pm #556500I’ve pm’ed them to you earlier tonight.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 26, 2014 at 8:17 am #556602<em>@andrewwinkler 454747 wrote:</em><blockquote>I’ve pm’ed them to you earlier tonight.</blockquote>
I fixed the problem in CONTACT US and CONNECT WITH US directly on your site and you can get it with my explain below
+ CONTACT US
Open templates/ja_university_t3/css/custom.css file and add new this rule
/* Contact list */
ul.contact-list li.email {
background: url(../images/icon-email.png) no-repeat 0px 5px;
}ul.contact-list li.phone {
background: url(../images/icon-phone.png) no-repeat 0px 5px;
}ul.contact-list li {
margin: 0;
padding: 4px 0 4px 22px;
}
+ CONNECT WITH US:
By default, TinyMCE and JCE do not support iframe script to be included in the editor form. However, you can turn off editor or refer to editor manual for stopping such stripping behavior
<blockquote>Admin -> Site->Default Editor -> select Editor – None and Save</blockquote>
Open CONNECT WITH US module, find and change
<div>
We're on Social Networks. Follow us & get in touch.</div>
<ul class="social-list">
<li class="twitter">
<a href="https://twitter.com/therebelsite" target="_blank" title="Twitter">Twitter</a></li>
<li class="facebook">
<a href="https://www.facebook.com/therebelwebsite" target="_blank" title="Facebook">Facebook</a></li>
<li class="feed">
<a href="http://therebel.org/en/component/obrss/rebel-news-and-opinion" target="_blank" title="Feed">Feed</a></li>
<li class="google-plus">
<a href="https://plus.google.com/u/0/b/117926780978248683798/+TheRebelOrg/posts" target="_blank" title="Google plus">Google plus</a></li>
<li class="vimeo">
<a href="https://www.youtube.com/channel/UCBWAuhA8lqFdeyjsWnoYoIg" target="_blank" title="Youtube">Youtube</a></li>
</ul>To
<p>We're on Social Networks. Follow us & get in touch.</p>
<!-- AddThis Follow BEGIN -->
<div class="social-list addthis_toolbox">
<a class="addthis_button_twitter_follow" addthis:userid="therebelsite"><i class="fa fa-twitter"></i></a>
<a class="addthis_button_facebook_follow" addthis:userid="therebelwebsite"><i class="fa fa-facebook"></i></a>
<a class="addthis_button_rss_follow" addthis:userid="joomla.org/rss.html"><i class="fa fa-rss"></i></a>
<a class="addthis_button_google_follow" addthis:userid="https://plus.google.com/u/0/b/117926780978248683798/+TheRebelOrg/posts"><i class="fa fa-google-plus"></i></a>
<a href="https://www.youtube.com/channel/UCBWAuhA8lqFdeyjsWnoYoIg" target="_blank"><i class="fa fa-youtube"></i></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5"></script>
<!-- AddThis Follow END -->
Now, you will see it’s working fine. Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
November 26, 2014 at 11:47 am #556637Marvellous. Thank you so much for fixing this for me.
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
December 1, 2014 at 2:07 am #557099There is still something wrong with JA Typo. The icon is not showing. Sticky box works, but warning box doesn’t.
http://therebel.org/en/community/about-us
I’ve defined both classes in the custom.css file of my JA University T3 template.
[PHP]
p.box-sticky {
background-color: #FFFF99;
border-color: #e1bc88;
color: #ca7326;
text-decoration: none;
}p.box-warning {
background-color: #FFFF99;
border-color: #e1bc88;
color: #ca7326;
text-decoration: none;
}
[/PHP]Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 3, 2014 at 4:31 am #557481@andrewwinkler: You can try with temporary fix for the problem box-warning in JA Typo plugin as below:
– Open plugins/system/jatypo/jatypo/typo/typo.css file
– Add new rule
body p.box-warning {
background-image: url(images/icons/message/icon-warning.png);
background-repeat: no-repeat;
background-position: 10px 15px;
}I also reported this bug to development team here. They will fix and update in upcoming release version.
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 24 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum