Home › Forums › Theme support › Allslider Size
This topic contains 28 replies, has 4 voices, and was last updated by 7Theme Support 9 years, 10 months ago.
-
AuthorPosts
-
We are talking about the slider on this site here right?
When we visit this site, the images in the slider are centered…
It’s finally centered! Thank you! One last thing the client is picky about…now that I took away the [two_third] shortcode- the area the slider sits on is larger than the images. Anyway to make those two match up, or at least smaller so there isn’t such a large “border” around the images?
Edit the page in “text” mode and wrap the slideshow shortcode with a div:
[your_shortcodes]Like that? <div>[slideshow type=”cycle” width=”585″ height=”498″ float=”center” effect=”fade” nav=”false” pause=”3000″ speed=”5″]
[/slideshow]</div>
Didn’t help…sorry to be such a pain.
Oh sorry, the editor has removed the HTML tags.
Ok, wrap it with this code:
< div style="margin:0 auto; width:600px"> … < / div >
Please remove the white-space between the “<" sign and the "div" in the code above
That worked! Thank you! One final thing…the slider is acting as though I have four images set to roate- it’s showing 4 little rectangles below the slider images and is throwing 2 “blank” slides into the mix. I however only have 2 right now. Will this get better as I put more in?
Hi,
WordPress / the editor has insert < br /> tags between the images, please remove it, then all works.
Nope- no <br/> tags.
This is all thats seen in the text editor side:
<div style=”margin: 0 auto; width: 600px;”>[slideshow type=”cycle” width=”585″ height=”498″ float=”center” effect=”fade” nav=”false” pause=”3000″ speed=”5″]
[/slideshow]</div>
<p style=”text-align: center;”><span style=”color: #000000;”>An Eco Friendly Inn- in beautiful Decorah, Iowa!</span></p>Hello,
yes, sorry, the Editor doesn’t display the
tags in the source code. You can try do remove the white space between the code, i.e.[slideshow ...]<img src=".."/><img src=".."><img src="..">[slideshow]
then WordPress can’t insert the BR tags…
Hi,
I have a minor issue related to this thread. I am using the Marea theme. An earlier portion of the thread was helpful, where I found code to center my smaller images on the page:
#cycle_header img {
margin:0px auto;
}But can you provide some shortcodes to try, so I can control the vertical placement of the slideshow? When the text content of my page is modified, some of my panoramic photos (which aren’t very tall) move up on the page, causing the photo headlines to be written below the photo (thus the headlines are invisible, white on white).
Thanks!
Hi,
please insert this code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.cycle_element h2 {
top:20%;
}You can replace “20%” also with “10px” or a value of your choice.
I want to adjust the height of the allslider on my main page. How can I do it?
Hi mmcco,
the height of the slider is always up to the height of the images you use in the slider. To adjust the height of the slider, please use bigger / smaller images.
-
AuthorPosts
You must be logged in to reply to this topic.