New Landing How can we help? Cardinal Text in Team Member profile Page and picture size

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Cardinal
  • #105845
    VdEW
    Member
    Post count: 73

    Hi,

    (i thought) i had posted these following issues but can’t find the post, so I do it again.

    Issues:

    1. In the Team Member profile page is the text on the picture.
    http://www.vdew-ev.de/verband/geschaeftsfuehrung-und-mitarbeiter/

    Questions:
    1. How can I change the size of the picture in the team member carussel
    1. How can I change the size of the picture in the Team Member profile

    To let you know: I used the theme Dante before and registered myself for the support with the Dante purchase code. Now I_m using Cardinal let me know if you need the Cardinal prachase code

    Thank you!

    #105881
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    .article-body-wrap .container {
      width: 100%;
    }

    2) Go to cardinal/swift-framework/pagebuilder/shortcodes/team.php and edit lines 59 & 60:

    $image_width = 270;
    $image_height = 270; 
    

    3) Add this:

    article.type-team .profile-image-wrap {
      width: 56%;
    }
    article.type-team .article-body-wrap {
      width: 40%;
    }

    – Kyle

    #106129
    VdEW
    Member
    Post count: 73

    Thank you Kyle!

    1. When resizing the browser into something smaler ore using a smaler screenn (After using the custom css you gave me – I am using 72% for the profile Image wrap and 25% for the article body wrap)
    There is a gap on the side of the picture couse it goes to the top.

    So do you have any (other) solution, the gap dissapears ore don’t appears?

    #106130
    VdEW
    Member
    Post count: 73
    This reply has been marked as private.
    #106145
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Put the css in a media query:

    @media only screen and (min-width: 769px) { 
    article.type-team .profile-image-wrap {
      width: 56%;
    }
    article.type-team .article-body-wrap {
      width: 40%;
    }
    }

    2) No, you should add your custom css to theme options > custom css, it will not be overwritten when you update the theme

    3) See: http://support.swiftideas.net/forums/users/vdew/

    – Kyle

    #106483
    VdEW
    Member
    Post count: 73
    This reply has been marked as private.
    #106556
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .home-slider-wrap > font {
    display: none;
    }

    If your site is slow then it will be down to your host, you will need to get a faster/better host

    – Kyle

    #106676
    VdEW
    Member
    Post count: 73
    This reply has been marked as private.
    #106693
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s not there for me now? (see screenshot) Try clearing your cache

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #107133
    VdEW
    Member
    Post count: 73

    Hi Kyle,

    to let you now if somebody else got this problem, it was not the cache etc. so i change the slider …

    And recognized when edding the slide number a have add the hole code not only the number. That causes this code snippet issue.

    #107217
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks for sharing the info.

    -Rui

    #108408
    playence
    Member
    Post count: 4

    Hello!
    I’m having some problems with the picture in the TEAM gallery.
    I cannot find the way of properly cropping the thumbnail for this gallery/carrousel.
    The picture in each team-member page is fine- I don´t wish to change it, but I do wish to correct this problem.

    I thank you in advance for your reply,

    Lucila

    Attachments:
    You must be logged in to view attached files.
    #108410
    playence
    Member
    Post count: 4

    Here’s another example

    Attachments:
    You must be logged in to view attached files.
    #108429
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi @playence

    Please provide us with your link so we can check

    – Kyle

    #108434
    playence
    Member
    Post count: 4
Viewing 15 posts - 1 through 15 (of 18 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