Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › Swift Slider tags & self hosted videos
New Landing › How can we help? › Cardinal › Swift Slider tags & self hosted videos
- This topic has 13 replies, 2 voices, and was last updated 10 years by Rui Guerreiro – SUPPORT.
-
Posted in: Cardinal
-
October 26, 2014 at 10:17 pm #123174
Hello
Anyone got any idea of the tags you can use on the swift slider, I kind of figured out [one_half] from looking at the [one_third] in one of the demos, would be nice to get an idea of the other tags or is there a way to lay out the content automatically, thanks.
Would also appreciate some help with a self hosted video, I have a few tutorials on my site and would like to migrate them to my new wordpress install and have not had any luck loading a self hosted video, they are mp4’s.
is there any documentation for this theme other than the basic’s, I looked at the demos and there are sf_detail, sf_fw_media_display, are these detailed anywhere.
Thanks.
ShaneOctober 27, 2014 at 5:29 am #123211To elaborate a bit more, in one of your demos in the slide content tab there are some tags, [two_third] [/two_third] [one_third_last] [/one_third_last]
I understand that these position the elements within the slider, I would like to know what other options I can use, the two third option is not good for my slides as it places the elements too far apart I need them to be together in the middle.
I have looked through the documentation and cannot find a reference to these tags anywhere and it would be appreciated if someone can link me to, or tell me the options that I can use for spacing the items withing your slider.
I have 21 slides to add to an interface tour that I would like to get done so I can work on the rest of the home page, I do not want the images as a background as I would prefer them as you have them in your demo.
Also where is the import media button in the slide content tab? I cannot seem to find it anywhere.
Thanks. Shane.
October 27, 2014 at 6:36 am #123215Ok I sorted it out I found all the TAGS here
/////////////////////////////////////////
//// COLUMNS SHORTCODE OUTPUT
/////////////////////////////////////////if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘two_halves’ ) {
shortcodeHTML = “[one_half]1/2 Text[/one_half]<br/>[one_half_last]1/2 Text[/one_half_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘three_thirds’ ) {
shortcodeHTML = “[one_third]1/3 Text[/one_third]<br/>[one_third]1/3 Text[/one_third]<br/>[one_third_last]1/3 Text[/one_third_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘one_third_two_thirds’ ) {
shortcodeHTML = “[one_third]1/3 Text[/one_third]<br/>[two_third_last]2/3 Text[/two_third_last]”;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘two_thirds_one_third’ ) {
shortcodeHTML = “[two_third]2/3 Text[/two_third]<br/>[one_third_last]1/3 Text[/one_third_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘four_quarters’ ) {
shortcodeHTML = “[one_fourth]1/4 Text[/one_fourth]<br/>[one_fourth]1/4 Text[/one_fourth]<br/>[one_fourth]1/4 Text[/one_fourth]<br/>[one_fourth_last]1/4 Text[/one_fourth_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘one_quarter_three_quarters’ ) {
shortcodeHTML = “[one_fourth]1/4 Text[/one_fourth]<br/>[three_fourth_last]3/4 Text[/three_fourth_last]”;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘three_quarters_one_quarter’ ) {
shortcodeHTML = “[three_fourth]3/4 Text[/three_fourth]<br/>[one_fourth_last]1/4 Text[/one_fourth_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘one_quarter_one_quarter_one_half’ ) {
shortcodeHTML = “[one_fourth]1/4 Text[/one_fourth]<br/>[one_fourth]1/4 Text[/one_fourth]<br/>[one_half_last]1/2 Text[/one_half_last]“;
}if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘one_quarter_one_half_one_quarter’ ) {
shortcodeHTML = “[one_fourth]1/4 Text[/one_fourth]<br/>[one_half]1/2 Text[/one_half]<br/>[one_fourth_last]1/4 Text[/one_fourth_last]“;Now it’s looking OK would be good with bit more control for the placement of the text, is it possible to use CSS for custome tags if so it would be great if I could nudge the [/one_half_last] over a bit, but only in my interface tour slider, any ideas? thanks.
October 27, 2014 at 8:19 am #123228Hi,
Can you provide a mockup image of the of that Tour element modification.
And also the url of that page.Thanks.
-Rui
October 27, 2014 at 3:47 pm #123442Hi Rui
I figure if I start messing about with the CSS for the custom tags then the element is not going to be truly responsive so…
What I really need is this
if ( shortcode_select == ‘shortcode-columns’ && column_options == ‘one_six_one_third_one_third_one_six’ ) {
shortcodeHTML = “[one_six]1/6 Text[/one_six]<br/>[one_third]1/3 Text[/one_third]<br/>[one_third]1/3 Text[/one_third]<br/>[one_six_last]1/6 Text[/one_six_last]”;
}You can kind of see what I am aiming at here
http://www.scaleviz.com/wordpress/
Thanks
October 27, 2014 at 4:55 pm #123475Hi Rui
never mind I sorted it using this code:
[spb_blank_spacer height=”30px” width=”1/6″ el_position=”first”]
[one_third] image goes here [/one_third]
[one_third] text here [/one_third]
[spb_blank_spacer height=”30px” width=”1/6″ el_position=”last”]
Would be nice to have a reference, I’ve spent ages on this, doh!
I’ll make a new thread for the self hosted video when I get to that bit, what would be good is if you…
can you tell me how to make the image in the swift slider non clickable?
Thanks
October 27, 2014 at 5:00 pm #123477Ignore that last request my brain is dead after hunting down the correct tags to get the image and text in the slider to position correctly, I’ve just removed the tag, done, thanks.
October 27, 2014 at 5:02 pm #123478Can you provide an screenshot of the Swift Slider you are referring to ?
-RuiOctober 27, 2014 at 7:36 pm #123510Here you go Rui, just for you.
Don’t say I never do any thing for you <GRIN>
Shane
Attachments:
You must be logged in to view attached files.October 28, 2014 at 12:40 pm #123681Hi,
But that is the swipe movement, not a click event.
-Rui
October 28, 2014 at 1:29 pm #123702Not the slider, I know that is a swipe event I meant the image in the slider is clickable, or was I have removed the a tag and had already closed the thread as solved.
October 28, 2014 at 1:58 pm #123704Ah ok. Probably was inside the content of the slide.
Glad it’s sorted.Thanks.
-RuiOctober 28, 2014 at 3:58 pm #123748Thanks Rui, all sorted for now
October 28, 2014 at 4:23 pm #123758Great.
-Rui -
Posted in: Cardinal
You must be logged in to reply to this topic.