Add pictures instead of letters in Intro

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Mon Feb 16, 2015 2:56 am
Reply with quote
Report this post
Hello Gavick Team,
How are you doing today?
My name is Jorge and I'd like to share with you a doubt about your Creativity Template for Joomla 3.x.

My website is:http://www.funwebsing.com

the post where I founded: https://www.gavick.com/forums/creative/intro-module-change-title-to-image-from-text-37967?p=188236&hilit=Intro%20in%20creativity#p188236

What I'd like to do is add a big image of my logo in one slide. So instead of putting a big background picture, I think it will be much better if I load it through CSS. I did a research before posting this post and I found this:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h2 {
font-size: 16px;
max-width: 500px;
background-image:url(http://www.yourdomain.com/path to image/image name);
background-repeat:no-repeat;
height: [input height parameter];
background-position:center;
}


Unfortunately, this didn't help much. I must tell you that I tested it in local so I changed:
Code: Select all
background-image:url(http://www.yourdomain.com/path to image/image name);

for this:
Code: Select all
background-image:url(http://localhost/funwebsing/images/funwebsing_intro.png);


Maybe, and most probably, I'm doing something wrong.
I also must ask if I can leave the slide blank, without putting title or content, or if I have to mandatory put something in the slide.
I will appreciate your answer,
Jorge Armas/ Funwebsing CEO
User avatar
Senior Boarder

teitbite
Mon Feb 16, 2015 12:53 pm
Reply with quote
Report this post
Hi

I think code should look like:

Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(1) h2 {
background-image: url('http://localhost/funwebsing/images/funwebsing_intro.png');
}
User avatar
Moderator

GK User
Thu Feb 19, 2015 9:25 am
Reply with quote
Report this post
Thanksss!!!
User avatar
Senior Boarder


cron