Home › Support Forums › Theme Support › Pinboard › Slide Show (Slider) questions
Slide Show (Slider) questions
Q1.
I wanted to downsize the slide show (slider) size.
So, I changed it from 1140, 395, to 800, 600,
in functions.php.
add_image_size( ‘slider-thumb’, 1140, 395, 1 );
↓
add_image_size( ‘slider-thumb’, 800, 600, 1 );
But it didn’t change the size.
Will you tell me what else should I have done?
Q2.
How to move the title on the right side of inside of the slide show (slider) to appear lower than dead center?
Thank you so much.
1. In style.css for #slider .wp-post-image remove width: 100%; I don’t guarantee it will look good.
2. For the selector #slider .entry-title you can play with the top and left values to position the title.
Daniel-san,
Arigato Gozaimasu!
1. You are right. 100% does look better.
2. It did work.
Thank you so much.
hello,
how did you enable the slideshow ?
thanks
-
This reply was modified 7 months, 3 weeks ago by
Akasashasha.
in the themes option : discard “Display a slider of sticky posts on the front page”
… I managed to find how the slide-show is working, but I’m still not able to display a blog or portofolio under my slideshow as it is done on the demo homepage … I would like to have the menu, slideshow, and then blog 4 columns displaying the articles on one categorie…
someone to give me some light ?
thanks
You must be logged in to reply to this topic.