-
AuthorPosts
-
September 22, 2015 at 4:08 pm #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2015 at 4:09 pm #691670Hi there
Please provide your site URL and access. I’ll check it.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2015 at 4:09 pm #749355Hi there
Please provide your site URL and access. I’ll check it.Thank you,
Viet VuSeptember 22, 2015 at 4:22 pm #691674I 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
September 22, 2015 at 4:22 pm #749359I 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2015 at 4:26 pm #691676I assume you are using quickstart
In this case it’s module id 90
Our SPECIALITYJust change module title as needed.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2015 at 4:26 pm #749361I assume you are using quickstart
In this case it’s module id 90
Our SPECIALITYJust change module title as needed.
December 22, 2015 at 11:51 pm #829479Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 23, 2015 at 7:46 am #829686Hi 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
December 23, 2015 at 9:32 am #829755Great 🙂 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 fileOr change?
Thank you.
cjcesarNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 27, 2015 at 7:11 pm #832565ok 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
cjcesarNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 28, 2015 at 2:39 pm #833244Sure I understand, I have attached a screenshot I hope you will be able to help me n this.
Regards
cjcesar
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 29, 2015 at 3:15 am #833761Like 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; ?>
AuthorPostsThis topic contains 15 replies, has 4 voices, and was last updated by cjcesar 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum