Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • bvk1987 Friend
    #198599

    I was wondering, in which folder can I find (change) the icons in for example the article Dental Clinic under “Medical Services”?

    Cheers!

    Radonja Djurisic Friend
    #538213

    hello bvk1987

    icons are from FontAwesome

    Radonja Djurisic Friend
    #538227

    First 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

    bvk1987 Friend
    #538305

    Thank you for your answer!

    I would prefer to have my own image in there. Is that possible?

    Radonja Djurisic Friend
    #538396

    Ofc 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>

    bvk1987 Friend
    #538458

    Great, 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.


    1. out-team
    Radonja Djurisic Friend
    #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;
    }

    bvk1987 Friend
    #538936

    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?

    Radonja Djurisic Friend
    #538957

    If u are using one language u can replace it in this file

    templates/ja_medicare/html/mod_articles_category/default.php
    around 135 line

    echo 'Read more';

    Radonja Djurisic Friend
    #538964

    But if u are using multilingual u need more modification

    fallow this one
    open
    templates/ja_decor/html/mod_articles_category/default.php

    around 133 line replace

    echo 'Read more';

    with

    echo JText::_('READ_MORE');

    next is to find en-GB.mod_jacontentslider.ini
    in language directory

    copy 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.ini

    edit that file .. find “READ_MORE=”Read More”
    and replace to french language

    and u will get translation for both language

    alexsmirnov Friend
    #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.


    1. custom_text_for_read_more
    2. read_more_for_doctors_timetable
    3. custom_text_for_read_more_done
    bvk1987 Friend
    #539508

    How 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 Friend
    #539528

    To change to laptop icon

    open that module and go to advanced and change
    “icon-clock” to “icon-laptop”
    see image

    now add this code to custom.css

    .t3-module.box-icon-laptop:before {
    content: "f109";
    }


    1. Screenshot_1
    Radonja Djurisic Friend
    #539530
Viewing 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