Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #59730
    dhikr2
    Member
    Post count: 177

    Hi Kyle,

    Could you help me out with the alignment of the SF-iconbox. All the sf-iconbox are not aligned properly one is short in height when compared to another. Is there any way I could make them appear uniformly aligned. Link is given below for you to have a look at it.
    http://xtreamit.com/ishaqkhan12/bigdata/

    Thanks

    #59900
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It is due to long word text so there is only way to fix it . Please use this custom css
    div.sf-icon-box-content-wrap h3{font-size:16px;}

    Hope it will work 100% .
    Thanks

    #60364
    dhikr2
    Member
    Post count: 177

    Thanks a lot Mohammed.

    #60404
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #60409
    dhikr2
    Member
    Post count: 177

    Hi Mohammed,

    I need to change the color of the individual sf-icon boxes while flipover. The link of the page is given below:
    http://xtreamit.com/ishaqkhan12/careers/

    I want different colors for all the sf-icon boxes on the careers page. I need your help in changing it to different colors.

    Thanks

    #60613
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    How did you make this flipover green color ?
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #60764
    dhikr2
    Member
    Post count: 177

    I read the support page which is given in the link below.
    http://support.swiftideas.net/knowledgebase/how-to-set-a-different-colour-for-each-animated-icon-box/

    I was able to change the color of only one icon box flip over. I am unable to do it for the rest of the sf icon boxes. Can you please figure out something to change each sf icon box to different color ASAP.

    Thanks

    #60792
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to change all the ‘one’s to ‘two’s and so on.

    – Kyle

    #60809
    dhikr2
    Member
    Post count: 177

    I tried changing the one’s to two’s, three’s, four’s, five’s and sixes but it is not being reflected in the page
    http://xtreamit.com/ishaqkhan12/careers/

    I am sending you the credentials
    username: wpadmin
    password: wpadmin

    Color Codes for the flip over:
    #386da4
    #d0532a
    #e39c1f
    #91aa34
    #6a135c
    #004681
    #449096

    Please get back to us as soon as possible.
    Thanks

    #60908
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That password does not work for me, pleas ensure that you have also changed the class of the wrapping div.

    – Kyle

    #60917
    dhikr2
    Member
    Post count: 177
    This reply has been marked as private.
    #61070
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes and then to apply that css you need to add the wrapping div, for e.g. the first one is:

    <div class="icon-box-colour-one">
    [sf_iconbox image="ss-stopwatch" character="" type="animated" title="Quick & Easy" animation="none" animation_delay="200"]Getting started is easy. Install our demo content and you'll be on your way in no time at all.
    [/sf_iconbox]
    </div>

    The second one will be:

    <div class="icon-box-colour-two">
    [sf_iconbox image="ss-stopwatch" character="" type="animated" title="Quick & Easy" animation="none" animation_delay="200"]Getting started is easy. Install our demo content and you'll be on your way in no time at all.
    [/sf_iconbox]
    </div>

    with the css:

    /* Front icon colour */
    .icon-box-colour-two.sf-icon {
    color: #a6ce39!important;
    }
    /* Front text colour */
    .icon-box-colour-two.sf-icon-box-animated .front h3 {
    color: #a6ce39!important;
    }
    /* Flipside background colour */
    .icon-box-colour-two.sf-icon-box-animated .back {
    background: #a6ce39!important;
    }
    /* Flipside text colour */
    .sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {
    color: #000!important;
    }

    – Kyle

    #61199
    dhikr2
    Member
    Post count: 177

    Hi Kyle,

    I have added the wrapping div to the sf-icon box in the Text Box(Full Width) “Text” Tab.
    <div class=”icon-box-colour-three”>
    [sf_iconbox image=’ss-share’ type=’animated’ title=’Join XtreamIT Talent Community’ animation=’pop-up’ animation_delay=’200′ link=”http://www.linkedin.com/company/1411286?trk=tyah”%5D
    We invite you to be a part of talented team..
    [/sf_iconbox]
    </div>

    I have added the css code to the main stylesheet “style.css”. Even after updating the css I am unable to see the result on the web page.
    http://xtreamit.com/ishaqkhan12/careers/

    This is what I mentioned earlier & I dont think this issue is resolved yet.

    #61219
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok it’s working now, there was a little error in the css. Also, you are not supposed to edit the style.css file, only add custom styles the the custom css box in theme options.

    – Kyle

    #61275
    dhikr2
    Member
    Post count: 177

    Thanks a lot for updating the changes quickly Kyle.

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register