some small problems

GK User
Tue Mar 24, 2015 6:39 pm
Hi,
I'm setting the Photo template (I love!), but I have these problems: 1) I can't change the icon of the author above the text of the articles.. where can I change this? 2) The button for the GK4: now I see mod_image_show_photo_readmore. How can I change it? 3) how kind of module works at home in your demo > portfolio 1?
Thanks!!! :)
User avatar
Senior Boarder

GK User
Tue Mar 24, 2015 8:43 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Mar 24, 2015 8:47 pm
1) I can't change the icon of the author above the text of the articles.. where can I change this?
This image can be set for each user in components->k2->authors
User avatar
Moderator

GK User
Tue Mar 24, 2015 8:49 pm
3) It is an Image Show module set to gk_photo style.
User avatar
Moderator

GK User
Mon Mar 30, 2015 7:24 am
Cyberek wrote:Could you please post an url to your site?

Yes! thanks! :) http://www.oxytocinatattoo.com
User avatar
Senior Boarder

GK User
Mon Mar 30, 2015 7:43 am
2) The button for the GK4: now I see mod_image_show_photo_readmore.
You mean how to change the text to any different?
User avatar
Moderator

GK User
Mon Mar 30, 2015 8:10 pm
solved! :D (very easy)

the problem was at > /modules/mod_image_show_gk4/styles/gk_photo >
line 81 >
$link_text = JText::_('MOD_IMAGE_SHOW_PHOTO_READMORE');

I changed with:
$link_text = JText::_('READ MORE'); :D

Thanks!!
User avatar
Senior Boarder

GK User
Wed Apr 01, 2015 7:30 am
That's not the best idea to change the text. You can set text of each slide in module settings:
Code: Select all
[Custom link text]http://somedomain.com

in url field will create link to somedomain.com with "Custom link text" over it,
User avatar
Moderator


cron