Forum Replies Created

Viewing 15 replies - 76 through 90 (of 161 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Thank you!

    Plugin Author Oleg Goltsev

    (@amothemo)

    1. The first thing that is wrong here, that you output members by one, using separate shortcodes for each of them in the same container. Such usage is not intended / provided.

    Please see the documentation – https://amothemo.com/docs/amo-team-showcase-documentation/en/
    If you want to output members using [amo_member] shortcode, you need to enlist them in id parameter (by their ids) like this id=”190,27,241″

    2. Also I suppose that something is wrong with shortcode parameters too, probably full width parameter is set to no (“full-width”).

    Plugin Author Oleg Goltsev

    (@amothemo)

    Yes, of course. There is a plugin documentation link inside the plugin and here on plugin download page too https://www.ads-software.com/plugins/amo-team-showcase/. You can find this info there.

    Documentation, link to team shortcode – https://amothemo.com/docs/amo-team-showcase-documentation/en/#sc-amoteam
    See the “style” parameter in the shortcode documentation.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi, the problem is that your theme overrides CSS for <figure> element, add this CSS to your site to fix the problem. (You can use WordPress customize / customizer to add custom CSS)

    .amoteam-tiles__item figure {
    width: auto !important;
    height: auto !important;
    }

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,

    Please give me a live link to your site so I can see what do you mean.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,

    What do you mean by themes and by layout? Do you mean WordPress themes and their layout or Plugin “Styles” setting – Style 1, Style 1.1, Style 2, etc.?

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hello,

    As said on team member editing screen (before you upload/choose featured image) – “Please set a featured image, to be able to publish / update the team member. It’s recommended to upload / use the image, which size is at least 640×640 pixels.”

    So the plugin needs square images for its grid, and it creates 640×640 images from images you uploaded. But if the image you uploaded is smaller by width or height than 640×640 pixels, it won’t be able to do this, of course.

    But if your image is big enough, then this is some kind of CSS bug, and it’s not related to image size.

    Please give me live link to the page so I can check things.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi, Thanks for the question.

    It seems you already deactivated the plugin on the site. So I can’t see anything on the page now (except the shortcode text).

    The plugin uses Magnific Popup JS for the info panel. It’s very uncertain (imho). So in the next year I plan to make a pro addon for the plugin and only then I’ll remove Magnific popup (will rewrite that part of plugin), because it doesn’t work for some amount of sites.

    • This reply was modified 7 years, 4 months ago by Oleg Goltsev.
    Forum: Plugins
    In reply to: [AMO Team Showcase] Info
    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,
    If this functionality worked initially and then stopped, the problem may be in some plugins you installed after that or in their settings, also may be in theme settings.

    Probably Magnigic Popup JS conflict, as wrote in FAQ section – https://www.ads-software.com/plugins/amo-team-showcase/#faq-header
    Question – “What themes or plugins don’t work with AMO Team Showcase?”

    This file tc-scripts.min.js in your theme uses Magnific Popup JS.

    The plugin uses Magnific Popup JS for the info panel. It’s very uncertain (imho). So in the next year I plan to make a pro addon for the plugin and only then I’ll remove Magnific popup (will rewrite that part of plugin), because it doesn’t work for some amount of sites.

    • This reply was modified 7 years, 4 months ago by Oleg Goltsev.
    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi, thank you for all these words, nice words. And sorry for the late answer, to busy with work at the moment.

    Yes, I planned to add an option to disable the hover effect (along with info the icon of course). It will be included in the next update. But at the moment, I don’t know when exactly I’ll be able to finish it (as I said to busy with work).

    Plugin Author Oleg Goltsev

    (@amothemo)

    Unfortunately I wasn’t able to complete the update withing a week, as I told.
    And now I can’t tell exact date when it will be ready.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Здравствуйте, спасибо что сообщили.

    Вообще Multilanguage support в плагине есть, именно так он и переведен на русский.

    То что нужно вам это скорее поддержка плагина polylang. На самом деле полиленг работает с custom post types, и участники это как раз custom post type. Странно что он его не видит. Но думаю, что скорей всего проблема в настройках, которые использованы при регистрации custom post type участник/member внутри плагина.

    К сожалению сейчас нет времени посмотреть, проверить.
    Я почти закончил новый update для этого плагина и когда буду его завершать, обязательно посмотрю этот баг. Точную дату не скажу, думаю в течении следующих 2х-3х недель найду время.

    Если вы сами найдете в чем проблема, дайте знать)

    Plugin Author Oleg Goltsev

    (@amothemo)

    this X comes from your theme’s CSS file –
    https://customer.vogeler-ag.de/kdawp/wp-content/themes/Impreza/css/style.min.css

    So it’s not related to the plugin. It seems your theme also uses “Magnific PopUp JS” and has its own styles for it, including this X sign.

    You can easily hide it by yourself with this CSS:

    .amoteam-modal .mfp-container:after {
    display: none !important;
    }

    (BTW, Not only this X sign is styled/added by your theme but other things related to member panel too.)

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi achohanc6,

    You would need to create new topic for new question.

    Shortcode parameters are described in the plugin documentation, you need to refer to it.
    For example there is no such parameter as “item-height” and minimum item width is 200.

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi Roman, I found the issue and fixed it (the fix will be included in the next, big update, I should complete it within a week).

    The problem was in Bootstrap.js conflict, both plugins loaded Bootstrap.js fully or partially (my plugin loaded just Modal module of it).
    So this fix is beneficial for the plugin in general, thanks for the report again.

Viewing 15 replies - 76 through 90 (of 161 total)