Image Show Pro module for showing text slide

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 17, 2014 10:33 pm
Reply with quote
Report this post
Hi,

i would like to use Image show pro module, but only to show text slide.
If i don't select any image link the text is not showed.
If i put for example " #FFFFFF" in the box for image link i got an "alt" image.
What can i do?

Also i need to put up on the page the text of the slider, how can i define an offset on css?

Just go to http://www.upyourface.com (login like "Ruggero", and go to http://www.upyourface.com again.

You will understand


Thanks
User avatar
Gold Boarder

GK User
Sat Apr 19, 2014 9:42 am
Reply with quote
Report this post
no answer here?
User avatar
Gold Boarder

GK User
Tue Apr 22, 2014 10:30 am
Reply with quote
Report this post
some answer...?
User avatar
Gold Boarder

GK User
Tue Apr 22, 2014 9:50 pm
Reply with quote
Report this post
Hello,

Sorry for the late reply, but your replies in this topic made this topic invisible for us in our posts without reply detector.

Regarding the problem - the only style which supports only text slides is the gk_creativity style. Other styles needs the images for the slides and there is no way to change without big changes in the specific module styles and scripts.
User avatar
Administrator

GK User
Wed Apr 23, 2014 12:01 pm
Reply with quote
Report this post
Ok, i did it just puttin "0" in the image width (settings of the module).
But, now i need to shift up the text. How can i do that?
thanks
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 4:44 pm
Reply with quote
Report this post
In the style.css file of the used Image Show style please change the following fragment:

Code: Select all
.gkIsWrapper-gk_startup .gkIsText.active {
   top: 115px;
}


to:

Code: Select all
.gkIsWrapper-gk_startup .gkIsText.active {
   top: 0;
}
User avatar
Administrator

GK User
Wed Apr 23, 2014 5:51 pm
Reply with quote
Report this post
Ok,

i did it.
My last problem with the slider, is that i didn't define url for slider cause i don't want it and i disable slide links function too.
But only if i use firefox or from developer console i can see that the href is "/"
how to solve it?

Thanks
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 9:31 pm
Reply with quote
Report this post
The slide links option is connected with links for the slides images. In order to remove the link in the text you have to open file view.php from the gk_startup style and change the following line:

Code: Select all
<h2><a href="<?php echo $link; ?>"><?php echo $title; ?></a></h2>


to:

Code: Select all
<h2><?php echo $title; ?></h2>
User avatar
Administrator

GK User
Thu Apr 24, 2014 8:36 am
Reply with quote
Report this post
Hi,

i changed it at line 70 of start up style but nothing has changed..
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 10:01 am
Reply with quote
Report this post
Are you sure? I don't see links in your headers now.
User avatar
Administrator

GK User
Thu Apr 24, 2014 10:36 am
Reply with quote
Report this post
Please see line 70 of attached file
https://www.dropbox.com/s/op38k7tzv3qr2dk/view.php
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 11:09 am
Reply with quote
Report this post
yes i am sure, i cleaned cache but i can still see the slah in the slider if i use firefox
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 11:30 am
Reply with quote
Report this post
The slash comes from the alt attribute in the slideshow images - please hide the images using the following code:

Code: Select all
.gkIsWrapper-gk_startup.loaded img.gkIsSlide {
display: none!important;
}
User avatar
Administrator

GK User
Thu Apr 24, 2014 12:00 pm
Reply with quote
Report this post
where i have to put it? in custom css on in which file?
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 4:31 pm
Reply with quote
Report this post
In fact you can put it in any file, but the best place will be the same file where you made other changes (style.css in the gk_startup style directory).
User avatar
Administrator

GK User
Thu Apr 24, 2014 5:33 pm
Reply with quote
Report this post
Hi,
i did it but i can still see the slash.
Let me know please
thanks
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 7:43 pm
Reply with quote
Report this post
You have added the code to the wrong place or with some syntax errors - I've pasted the code to the style.css file and the slash disappears in my Firefox.
User avatar
Administrator

GK User
Fri Apr 25, 2014 12:10 am
Reply with quote
Report this post
yah, now it's works.
thanks
User avatar
Gold Boarder


cron