TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 01, 2024, 05:01:33 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,174
  • Total Topics: 21,220
  • Online today: 167
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 159
  • Total: 160
  • @rjen

Smooth Slideshow Help

Started by whoesa, January 25, 2007, 03:21:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SN

ok thanks, but i am not very good with coding. do you know what code i add and which file i add it to?

G6Cad


SN

Yes of course i read it all, did you read it all? like isaid i have got the slide show working i just want different font size

There are 4 Css files - html.css, jd.slideshow.css, layout.css & Print.css.

I don't know which file i need to edit to change the font size and even if i picked the right file, i don't know which part of the code changes the font size. like i said before im not very good with coding.

i just need someone to point out to me what i would be looking for in the css

ZarPrime

SN,

If you want to post a link to your site showing the slideshow, and point out which font you are trying to change, I'll take a look at it for you.

ZarPrime

SN

Its ok Now thank you, i went through all the css files and found it.

it was in jd.slideshow.css and this is where i edited

.jdSlideshow .slideInfoZone
{
position: absolute;
z-index: 10;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 55px; // [b]changed the height of the title bar here because of the bigger font now[/b]
background: #333;
color: #fff;
text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
padding: 0;
font-size: 100%; // [b]This was the title Font, i changed it to 100% before it was lower[/b]
margin: 0;
margin: 2px 5px;
font-weight: bold;
color: inherit;
}

.jdSlideshow .slideInfoZone p
{
padding: 0;
font-size: 80%; // [b]This was the Font Underneath the title[/b]
margin: 2px 5px;
color: #eee;


i just mess around with the percentages with the ones i marked and iits ok now... Thanks for the help with it :) looks great now

my site is not finished yet i will post i when its complete

ZarPrime

Great.  I'm glad you got it worked out. :up:

ZarPrime

G6Cad

Quote from: SN on September 03, 2009, 11:47:48 AM
Yes of course i read it all, did you read it all? like isaid i have got the slide show working i just want different font size

There are 4 Css files - html.css, jd.slideshow.css, layout.css & Print.css.

I don't know which file i need to edit to change the font size and even if i picked the right file, i don't know which part of the code changes the font size. like i said before im not very good with coding.

i just need someone to point out to me what i would be looking for in the css

The very reason i asked you to read and add in the info from the posting guide we ask for is a link to your site, With a link we can check it right away on your site instead of guessing our way forward.

Reko

is there a updated version of the code for this?

gezdirici

Demos page doesn't working

/scripts/mootools.release.83.js   ,

/scripts/timed.slideshow.js

/css/jd.slideshow.css

where is this page. 







ZarPrime

It appears that the site that had this code available and was posted in the OP of this topic has been closed down, along with it's associated demos.  Since the code is no longer available, this topic will now be locked.

gezdirici, if you want some sort of slideshow on your site, you will have to use one of the other block code snippets that still work, or post a topic in our Requests board (http://www.tinyportal.net/index.php?board=133.0) stating exactly what you are looking for.

Sorry for the inconvenience.

ZarPrime