Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #200360
    metzger_1
    Member
    Post count: 27

    Hello,

    We are currently using the Team Carousel (in a modified fashion) to display all our team members on the one page. We like the way the carousel has the title and descriptions visible the slightly upward animation to show the social links and verses the gallery’s large image and no information. If there away to get the carousel look in the gallery view?

    Currently we have categorized the team members so that only 4 show up per row, we now we would like 3 per row and it seems do not have that option within the carousel settings. Is there an easy way to remedy this?

    Jennifer

    #200494
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    For that specific page Our people add the code below to your custom css.

    
    .page-id-6494 .span3 {
        width: 293px!important;
    }
    

    This just a workaround, if necessary you should use several carousel assets using Team categories to select them.

    -Rui

    #202899
    metzger_1
    Member
    Post count: 27

    That works for the desktop view but now it breaks the mobile functionality.

    #202902
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace the previous code by this one that will only be active in the Tablet/desktop.

    
    @media only screen and (min-width: 768) {
    .page-id-6494 .span3 {
        width: 293px!important;
    }
    }

    -Rui

    #202907
    metzger_1
    Member
    Post count: 27

    Sorry but that did not work either.

    #202914
    metzger_1
    Member
    Post count: 27

    I also just updated the theme. So I am not not entirely sure that this CSS code broke the functionality of the mobile carousel, could it possibly be the theme update that broke it? I have taken out the CSS code you provided and cleared all the cache but the carousel functionality still does not work.

    Thought?

    #203304
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure. Can you place again the custom css and provide me admin access so I can check it?
    Use the private reply.

    -Rui

    #205888
    metzger_1
    Member
    Post count: 27

    I apologize for the delayed response we got busy last week. Since the update not not only are we having problems with the carousel on the mobile devices not working are also ran into Double title bars (I have since hid the extra via CSS since I do not know where the extra code is coming from), the social sharing is not recognizing the featured images nor the excerpts (or any of the data we are telling the social networks to pull).

    #206195
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the admin credentials so I can have a look?
    Thanks

    -Rui

    #206310
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    #206311
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    #206316
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It’s better to backup so I can edit the page and add some custom css if necessary.
    Let me know when it’s done.

    -Rui

    #206319
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    #206340
    metzger_1
    Member
    Post count: 27
    This reply has been marked as private.
    #206634
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you let take a screenshot of the header issue? The user you provided us don’t have admin credentials.
    Thanks

    -Rui

Viewing 15 posts - 1 through 15 (of 17 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