-
AuthorPosts
-
bvk1987 Friend
bvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
June 8, 2014 at 12:36 pm #198599I was wondering, in which folder can I find (change) the icons in for example the article Dental Clinic under “Medical Services”?
Cheers!
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 8, 2014 at 2:41 pm #538213hello bvk1987
icons are from FontAwesome
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 8, 2014 at 4:09 pm #538227First go to Global configuration and set Default editor to NONE and save
here is example
Open Dental Clinic article
and find this code
<li class="service-item media">
<div class="media-object pull-left"> </div>
<div class="media-body"><strong>Personal Adviser</strong>
<p>Nunc nec felis, feugiat pellente velit a eleifend dui nullam faci proin congue lacus.</p>
</div>
</li>
add red one to your code like this
<li class="service-item media">
<div class="media-object pull-left"> <i class="fa fa-hospital-o"></i></div>
<div class="media-body"><strong>Personal Adviser</strong>
<p>Nunc nec felis, feugiat pellente velit a eleifend dui nullam faci proin congue lacus.</p>
</div>
</li>
also u can see other icons here
http://fortawesome.github.io/Font-Awesome/icons/
just add icons that u need
hope this help!
and after u finisf this modification u can set Editor in global configuration as u need
Tolja
2 users say Thank You to Radonja Djurisic for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
June 9, 2014 at 10:35 am #538305Thank you for your answer!
I would prefer to have my own image in there. Is that possible?
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 9, 2014 at 10:22 pm #538396Ofc u can
here is example
create image 60×60 (or whatever size u want)
call that image 1.jpg (this 1.jpg is for example .. u can call it whatever u want .. but u need to modify code to call other image name)
and add that image in images folder
open dental clinic article and use toggle editor so u can see the code
now find this code
<li class="service-item media">
<div class="media-object pull-left"> </div>
<div class="media-body"><strong>Personal Adviser</strong>
<p>Nunc nec felis, feugiat pellente velit a eleifend dui nullam faci proin congue lacus.</p>
</div>
</li>
and replace with this one
<li class="service-item media">
<div><img style="float: left;" src="images/1.jpg" alt="1" /></div>
<div class="media-body"><strong>Personal Adviser</strong>
<p>Nunc nec felis, feugiat pellente velit a eleifend dui nullam faci proin congue lacus.</p>
</div>
</li>2 users say Thank You to Radonja Djurisic for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
June 10, 2014 at 10:00 am #538458Great, thank you!
Another question, where can I find the “about us” article under the menu “Bonus Pages”?
Also, how can I get rid of the “social media” slide under each member of “our team” on that page and on the homepage? See image.
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 10, 2014 at 5:02 pm #538495<em>@bvk1987 431612 wrote:</em><blockquote>Another question, where can I find the “about us” article under the menu “Bonus Pages”? </blockquote>
that is Custom html in modules .. module manager > “About us”
<em>@bvk1987 431612 wrote:</em><blockquote>Also, how can I get rid of the “social media” slide under each member of “our team” on that page and on the homepage? See image. </blockquote>
u can add this code in custom.css
.ja_slide_footer {
display: none;
}
1 user says Thank You to Radonja Djurisic for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
June 15, 2014 at 6:03 pm #538936How can I change the link and text in the “read more” button on the green and blue blocks on the homepage under the slideshow?
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 16, 2014 at 2:19 am #538957If u are using one language u can replace it in this file
templates/ja_medicare/html/mod_articles_category/default.php
around 135 lineecho 'Read more';
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 16, 2014 at 2:40 am #538964But if u are using multilingual u need more modification
fallow this one
open
templates/ja_decor/html/mod_articles_category/default.phparound 133 line replace
echo 'Read more';
with
echo JText::_('READ_MORE');
next is to find en-GB.mod_jacontentslider.ini
in language directorycopy that file to your language folder
for example to french (dont forget to change en-GB to fr-FR)
like this fr-FR.mod_jacontentslider.iniedit that file .. find “READ_MORE=”Read More”
and replace to french languageand u will get translation for both language
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 16, 2014 at 5:41 am #539000<em>@bvk1987 432307 wrote:</em><blockquote>How can I change the link and text in the “read more” button on the green and blue blocks on the homepage under the slideshow?</blockquote>
Alternatively to Tolja’s solution:
you can also play with replacing the “Read More” to a custom text in your language for “Urgent Care” block (green colored one) by opening “Urgent Care” article in your article manager -> tab “Options” -> option “Read More Text” and entering some text (adding single space at the end of it) in your language:
then the same for the “Doctors Timetable” article (blue colored block):
to get something similar to this:
Please keep in mind, that those “Read More” links once clicked upon will open up their respective articles. To force them lead elsewhere will need code customisation which is outside of the scope of our support.
Hope this helps,
Regards,
Alex
P S We would greatly appreciate if for your next question you kindly create a new thread. Thanks in advance.
- bvk1987 Friend
bvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
June 19, 2014 at 1:34 pm #539508How can I change the icon for the module “opening hours”? Currently it displays a clock.
I am guessing it has to be done in “Advanced” and than “Module Class Sufix”? I tried changing it to a laptop, but the icon turned out blank.
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 19, 2014 at 3:02 pm #539528To change to laptop icon
open that module and go to advanced and change
“icon-clock” to “icon-laptop”
see imagenow add this code to custom.css
.t3-module.box-icon-laptop:before {
content: "f109";
}-
2 users say Thank You to Radonja Djurisic for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
June 19, 2014 at 3:04 pm #539530here is a list of icons
http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/2 users say Thank You to Radonja Djurisic for this useful post
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 3 voices, and was last updated by Radonja Djurisic 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Icons in "All departments" articles under Medical Services
Viewing 14 posts - 1 through 14 (of 14 total)