-
Posted in : cvCard WP
-
Hi I used the short code of slide as instructed in the document,
[slide first_slide=”yes” src=””]
[slide last_slide=”yes” src=””]the code i used was
[slide first_slide=“yes” src=“http://siyinlu.us/wp-content/uploads/2014/04/6393_10151354239962376_1089612020_n.jpg”]though It does not work, the effect was like below,
http://siyinlu.us/wp-content/uploads/2015/08/Screen-Shot-2015-08-19-at-10.55.21-PM.pnghow to make the short code work?
and I just tried the same way to add shortcode, such as social icon, it was the same result.
do i need to use short code generator plug in to do that?
I just checked your url and slide is working well. And i didn’t see any mistake life the preview picture.
Thankshi, actually I did not use short code, I used visual composer to create the slide so you can see it.
if i use the short code,
[slide first_slide=“yes” src=“http://siyinlu.us/wp-content/uploads/2014/04/6393_10151354239962376_1089612020_n.jpg”]
the site shows as below,
http://siyinlu.us/wp-content/uploads/2015/08/Screen-Shot-2015-08-19-at-10.55.21-PM.pngsimilarly the short code of social icon result in this effect,
http://siyinlu.us/wp-content/uploads/2015/08/Screen-Shot-2015-08-20-at-10.16.45-AM.png
the code is [social_icon type=“Facebook” url=“https://www.facebook.com/siyin.lu.1”]At least you need 2 pictures or more to show slider. And are you using last_slide shortcode end of the page ? This is awkward because have not get any mistake before.
[slide first_slide=”yes” src=””]
[slide src=””]
[slide last_slide=”yes” src=””]Hi,
I’m having problem with the image size of the slide using shortcode. Can I adjust the size of the image in Slides/Gallery, since I dont see the width/height option along with the shortcode ?I tried :
ul.slides li img {
bottom: 0;
left: 0;
margin: auto;
max-height: 500px;
max-width: 330px;
position: absolute;
right: 0;
top: 0;
}
ul.slides li {
height: 510px;
overflow: hidden;
position: relative;
text-align: center;
}
and it seems work.Is there any more flexible way to fix ? Can I manuelly size-fixing each slides instead of these above code apply on all slides box ?
You must be logged in and have valid license to reply to this topic.