New Landing How can we help? Cardinal Swift Slider tags & self hosted videos

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Cardinal
  • #123174
    shanehogan
    Member
    Post count: 115

    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.
    Shane

    #123211
    shanehogan
    Member
    Post count: 115

    To 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.

    #123215
    shanehogan
    Member
    Post count: 115

    Ok 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.

    #123228
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a mockup image of the of that Tour element modification.
    And also the url of that page.

    Thanks.

    -Rui

    #123442
    shanehogan
    Member
    Post count: 115

    Hi 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

    #123475
    shanehogan
    Member
    Post count: 115

    Hi 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

    #123477
    shanehogan
    Member
    Post count: 115

    Ignore 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.

    #123478
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide an screenshot of the Swift Slider you are referring to ?
    -Rui

    #123510
    shanehogan
    Member
    Post count: 115

    Here 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.
    #123681
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    But that is the swipe movement, not a click event.

    -Rui

    #123702
    shanehogan
    Member
    Post count: 115

    Not 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.

    #123704
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ah ok. Probably was inside the content of the slide.
    Glad it’s sorted.

    Thanks.
    -Rui

    #123748
    shanehogan
    Member
    Post count: 115

    Thanks Rui, all sorted for now

    #123758
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.