Forum Replies Created

Viewing 15 replies - 16 through 30 (of 161 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hi @jekayode,

    Thanks for the kind words about the plugin.

    I have a peculiar challenge with the plugin, I want to put different categories in different bootstrap tabs like the below.

    Well, maybe someone on this forum will help you. But I personally don’t help (on this forum) with such things, like custom web development / web design, or workings of the plugin inside external 3rd party code.

    I only support the plugin itself. And this support does not include services to modify or extend the plugin beyond the original features, style and functionality described and shown on the plugin page or in its demo. For customization services that will help you tailor the item to your specific requirements, you can contact me, the author of the plugin, to discuss a customization, and price for it.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Combined with the previous piece of code.

    .amoteam-tiles__item .amoteam-member:hover:before,
    .amoteam-member-hover-icon {
        z-index: 1;
    }
    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi again,

    You need to add this CSS to your site. (You could use Customizer for that).

    .amoteam-member-hover-icon {
        z-index: 1;
    }

    It will fix the issue.

    Also I think there is a possibility for such bug on other themes, so I’ll include this fix in the next update.

    Plugin Author Oleg Goltsev

    (@amothemo)

    No problem,
    the file is – “public/class-amo-team-showcase-shortcodes.php”

    The category related code starts on 267 line, with this text/comment “// if categories are set in the shortcode”

    Plugin Author Oleg Goltsev

    (@amothemo)

    That’s great. I’m glad that my advice helped you.

    Plugin Author Oleg Goltsev

    (@amothemo)

    If there is a will, there is a way ??

    But seriously, if you asking if the plugin has this functionality – no, it doesn’t have that.

    But at the moment, I’m building Pro extension for the plugin (a premium one), and it will have such functionality. There is no release date yet, it’s still in an early stage.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,
    For some reason on your site plugin’s JS can’t add a certain class to show the thumbnails.

    Add this CSS to your site (in Customizer for example):

    .amoteam-tiles {
      visibility: visible !important;
    }

    UPDATE
    Plugin’s Javascript doesn’t work on your site, so even when member thumbnails are visible they don’t work.
    Probably a conflict with theme or some plugin.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hello,
    Your theme dynamically adds elements to the member thumbnails, that’s why you see additional elements on hover (superimposed). That doesn’t related to the plugin.

    Try to tune settings of your theme, maybe there is a setting for that functionality.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,
    There maybe conflict with your theme too or CSS override.
    First of please give a live link so I could check out the problem.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,

    Thanks for the question.
    No, at the moment there is no such functionality in the plugin, and you would need to modify its code to get something like that.

    But, it’s a good feature to add, so I’ll definitely consider a way to add it in one of the future updates. So again thanks for the tip.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hello,

    1. You need to use Team shortcode and read it’s documentation, if it doesn’t work for you by default – https://amothemo.com/docs/amo-team-showcase-documentation/en/#sc-amoteam

    2. If you’re using widget then:
    a) it’s parameters corresponds to Team shortcode parameters.
    b) if you can’t have a few members in one row then the container too small to fit them (this applies to using the Team shortocode too).

    Plugin Author Oleg Goltsev

    (@amothemo)

    1.You’re using right shortcode and the order parameter is right too.

    2. What version of the plugin do you use? The feature doesn’t work in older versions of the plugin.

    3. Maybe there is some conflict with another plugin try to disable them, one by one.
    Also open the member editing screen and check if order in “Post Attributes” (right sidebar) is also -1 (for that member). (Maybe Ajax on “Team Members” screen/list doesn’t work for you).

    Other than that I have no suggestions, because this functionality is a very simple WordPress database query (internal WP feature), such things either work for everyone or doesn’t work for anyone.

    Plugin Author Oleg Goltsev

    (@amothemo)

    @tuomi90 and @green6782
    Thanks for both of your suggestions. Both are good ones, I will definitely consider them, when time come to make a new version / update.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,

    1. What shortcode do you use to output team members?

    2. Set order value of 0 to all members except one member, and for him make it 1 or -1 for example.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,
    To keep the answer short, I’ll tell how everything works, so you could understand what options are available.

    1. Both the panel image and thumbnail one use the same resolution 640×640 pixels (if they are available). Which plugin creates from any uploaded image. (From your image size 750×350 the plugin can create only 640×350 image).

    2. So the minimum requirements for image are (as I already said):
    Minimum width of 640px
    Minimum height of 640px
    It can be 1920×1080 but plugin will crop the size it needs.

    3. You image size (750×350) doesn’t fit to plugin requirements. And if it shows without problems in member panel doesn’t mean, that you can use this format with the plugin.

    Rectangle size was chosen for a reason. There would be many problems if I would allow height of the image be less than its width.

Viewing 15 replies - 16 through 30 (of 161 total)