Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #130261
    Barq™
    Member
    Post count: 57

    Hi guys,

    I got a question:

    Is it possible to get the effect of the team carousel on the normal team overview?
    I don’t like the normal team hover effect (zoom out for link).

    Let me know,

    Stan.

    #130398
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its possible but you need to make customization. Please edit team.php at /dante/swift-framework/page-builder/builder/shortcodes/. Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customisation. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resources:

    https://codeable.io

    Home


    http://www.microlancer.com

    Thanks 🙂
    With Best Regards
    Mohammad

    #130444
    Barq™
    Member
    Post count: 57

    Hi Mohammed,

    Thanks for the information to find this team.php file.
    I’ve managed to make the customization myself. If anyone is interested in the solution, I’ll list it below:

    1. Open up wp-content/themes/dante/swift-framework/page-builder/builder/shortcodes/team.php and …/team-carousel.php

    2. In team.php go to line 85 and find:

    $items .= '<figure class="gallery-style">';

    Select line 85 all the way down to line 121:

    $items .= '</figure>';

    3. In team-carousel.php go to line 99 and find:

    $items .= '<figure class="standard-style">';

    Select line 99 all the way down to line 135:

    $items .= '</div>';

    4. Copy the selected code from team-carousel.php and paste it over the selected code in team.php

    5. Now you have the same look as the carousel, but without the carousel 😀

    Have fun!

    #130449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue. I know that you can do by getting any hint so i told you the name of file to edit. You are a brilliant man.
    Thanks
    Mohammad

    #130454
    Barq™
    Member
    Post count: 57

    Mohammed,

    I got another question, maybe this is within your scope of support.
    If I click on the teammember I get is very ugly permalink:

    www.website.com/?team=nick-curly-de

    Is it possible to change this, if yes how? (I can’t find any options for it in the admin permalink settings)

    Cheers,

    Stan.

    #130455
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit team-type.php at /dante/swift-framework/custom-post-types/.
    Find this code:-
    ‘rewrite’ => false,

    Change to :-
    ‘rewrite’ => true,

    Thanks
    Mohammad

    #130500
    Barq™
    Member
    Post count: 57

    Thanks Mohammed that worked.

    #130501
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks 🙂
    With Best Regards
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register