Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • luismi Friend
    #691615

    Hey guys,

    In the home page in postion home-1 we have a module called “Our Speciality”.

    I wish to change the title text that shows in the centre of the squares for an image.

    Can anybody give me a clue on how to do this?

    Cheers

    jooservices Friend
    #691670

    Hi there
    Please provide your site URL and access. I’ll check it.

    Thank you,
    Viet Vu

    jooservices Friend
    #749355

    Hi there
    Please provide your site URL and access. I’ll check it.

    Thank you,
    Viet Vu

    luismi Friend
    #691674

    I still have the website in a localserver, but i attach a printscreen where you can see the title i wish to change for an image.

    Thanks

    luismi Friend
    #749359

    I still have the website in a localserver, but i attach a printscreen where you can see the title i wish to change for an image.

    Thanks

    jooservices Friend
    #691676

    I assume you are using quickstart
    In this case it’s module id 90
    Our SPECIALITY

    Just change module title as needed.

    jooservices Friend
    #749361

    I assume you are using quickstart
    In this case it’s module id 90
    Our SPECIALITY

    Just change module title as needed.

    cjcesar Friend
    #829479

    Hi I would like to disable the module title and just insert a logo.

    Is this possible?

    How can be done?
    Many thanks in advance.

    Ninja Lead Moderator
    #829686

    Hi I would like to disable the module title and just insert a logo.

    In this case, you have to make the custom work from templates/ja_charity/acm/features-intro/tmpl/style-absolute.php file

    <?php if($module->showtitle || $helper->get('block-intro')): ?>
        <?php if($module->showtitle): ?>
            <h2 class="mod-title"><?php echo $module->title ?><?php echo $helper->get('block-intro') ?></h2>
        <?php endif; ?>
    <?php endif; ?> 

    Hope it helps

    cjcesar Friend
    #829755

    Great 🙂 thank you for your help on this but can you please specify what exactly I have to do 🙁

    Do I need to insert the code into:
    templates/ja_charity/acm/features-intro/tmpl/style-absolute.php file

    Or change?

    Thank you.
    cjcesar

    Ninja Lead Moderator
    #830419

    My replied above is for the code the title of Our SPECIALITY module and you can change it to image if you want

    cjcesar Friend
    #832565

    ok I understand you are trying to help and I really appreciated but I am still not get what you meant? I try to change everything with image on that file and nothing help. I had a new style with the option to insert a image but all the rest was very different.

    What exactly I have to do, is very sad this is so hard to do not sure way there there is a option on this module to use image or text and we can choose, it will make the life much more easy for everyone.

    Regards
    cjcesar

    Ninja Lead Moderator
    #832894

    @cjcesar: You can give me the screenshot and description on that, what you are trying to do on your site. It would help to understand of your expectation may I help you out.

    cjcesar Friend
    #833244

    Sure I understand, I have attached a screenshot I hope you will be able to help me n this.
    Regards
    cjcesar


    1. Screen-shot-2015-12-28-at-14.32.32
    Ninja Lead Moderator
    #833761

    Like I said before that, you can change it as:

    Open templates/ja_charity/acm/features-intro/tmpl/style-absolute.php file

    find and change

    <?php if($module->showtitle || $helper->get('block-intro')): ?>
        <?php if($module->showtitle): ?>
            <h2 class="mod-title"><?php echo $module->title ?><?php echo $helper->get('block-intro') ?></h2>
        <?php endif; ?>
    <?php endif; ?> 

    to

    <?php if($module->showtitle || $helper->get('block-intro')): ?>
        <img src="images/joomlart/gallery/gallery-9.jpg" width="100%" height="100%">
    <?php endif; ?>

    1. Screen-Shot-2015-12-29-at-10.13.11
Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 15 replies, has 4 voices, and was last updated by  cjcesar 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum