Oleg Goltsev
Forum Replies Created
-
Forum: Plugins
In reply to: [AMO Team Showcase] AMO team showcase blocks widgets page contentsThe user provided all the necessary information and the theme, but I wasn’t able to produce the same effect/bug on my end, on my end no bugs. So the topic/thread is closed.
Forum: Plugins
In reply to: [AMO Team Showcase] thumbnails is not displayed correctlyHi,
That’s probably some CSS conflict with your theme. But I can’t tell anything until you give live link to check things (with browser’s developer tools).Forum: Plugins
In reply to: [AMO Team Showcase] AMO team showcase blocks widgets page contentsHi @ebolintik,
Since the problem happens in the backend/admin area of the site, Widgets page. Frontend page link won’t help me to investigate the issue. But I can’t ask for login info too, that’s prohibited by www.ads-software.com rules, and also wouldn’t not be a good idea.
It’s probably a conflict, either with your theme or with one of the plugins. Please try to remember when this start to happen, maybe you updated theme or install some plugin or this bug was from the start?
So to investigate the issue I would need: Your WordPress theme, please send it to [email protected] , also I will need list of all plugins you use (if they are free, so I could download and test the plugin with them).
Forum: Plugins
In reply to: [AMO Team Showcase] Change font size of the quote in panelHi Fabrice,
Yes, at the moment you can use a custom CSS to change it.
I think, I will add an option to change quote size in one of future versions.
Forum: Plugins
In reply to: [AMO Team Showcase] Info PopUp Goes To Main PageHi @brianjcameron,
If you want, you can try a new version of the plugin 1.1.4, I’ve added a few general JS fixes there (to prevent JS “conflicts”), which may help in your situation.
Forum: Plugins
In reply to: [AMO Team Showcase] Suggestions and IdeasHi @mdhesi,
In new version of the plugin I’ve added ability to sort members by title, please see Team shortcode documentation and
orderby
parameter in it.
(In the widget this parameter exists too).Forum: Plugins
In reply to: [AMO Team Showcase] Dots around picturesYou’re welcome!
Yes, this fixes the circles problem too ??
Forum: Plugins
In reply to: [AMO Team Showcase] Dots around picturesHello Fabrice,
Yes, I know. Your theme added them, you can either add this CSS to your site –
.amoteam-tiles__item { list-style: none !important; }
(You can add the CSS in theme Customizer, for example, go to Appearance->Customize->Additional CSS.)
Or you can wait from a few hours to a day, I’m completing an update for the plugin, and will include this fix in it too.
Forum: Plugins
In reply to: [AMO Team Showcase] Style – Round w/ Info Panel – right…gone?Hmm, yes, it works now. Really odd…
- This reply was modified 7 years, 3 months ago by Oleg Goltsev.
Forum: Plugins
In reply to: [AMO Team Showcase] Style – Round w/ Info Panel – right…gone?Hi Kristi,
1. As I can see you have a JS error on the page. Open the console in any browser to see it.
In short in most cases the panel won’t work if you have red JS errors on the site / in the console.2. Something is wrong with the HTML output either, the li elements (each is member thumbnail) has to be inside ul tag with certain classes and id (they are not). Maybe some script deleted it? Did you use the plugin shortcode?
3. Panels also has to be inside a div with certain CSS class, on your page they are by their own.
In total – everything is wrong on the page, and member thumbnails/panel can’t work. This is not cumming from the Team plugin, unless someone has edited/changed its code on your site, because it looks like that.
Here is a quote from plugin FAQ, maybe it will help –
When I click on member thumbnail nothing happens, the info panel doesn’t appear.
Probably it’s a conflict with some of your other plugins or even with the theme. Try to disable the plugins one by one to find the one that causes the problem.Forum: Plugins
In reply to: [AMO Team Showcase] Suggestions and IdeasHi, @sonya123 and @samoproba .
People asked for many different icons from many different site, since the version 1.0 of the plugin, so a few weeks ago I’ve added ability to add / use custom icon (PNG image).
I’m not planing to add more icons to the predefined list, at least for now. So please use the custom icon functionality if you want to use an extra icon.
Forum: Plugins
In reply to: [AMO Team Showcase] Team members image-bubble soizeHi Natalia,
You can make them smaller by changing (lowering) font size for both thumbnail title and subtitle in plugin options.
Two other things are possible only with custom CSS: make padding of that text smaller and move the text a little lower.
Also you can try another photo, which will make your face more visible as on the demo site.
Forum: Plugins
In reply to: [AMO Team Showcase] Categories not filtering properlyYou’re welcome, and it’s fine. ??
Thanks!
Forum: Plugins
In reply to: [AMO Team Showcase] Categories not filtering properlyHi,
You’re welcome.
Please refer to the plugin documentation / manual (amoteam shortcode).
There you can see that you need to enter categories by ID, and not by slug/name –categories=”” – If you want to show team member/members from certain category/categories only, then you need to specify category ID in this parameter. You can specify multiple IDs / categories, just add them using comma, like in this example –
categories="3,14"
Forum: Plugins
In reply to: [AMO Team Showcase] Sticky menu overlays panelHi avaritia91,
Thank you for these kind words!
Your site menu has a really big z-index value – 99999. At the moment you could add this custom CSS to increasing plugin’s info panel z-index value to the same level:
.amoteam-modal.mfp-wrap { z-index: 99999 !important; }
(You can add the CSS in theme Customizer, for example, go to Appearance->Customize->Additional CSS.)
In the next update I’ll increase z-index value inside the plugin itself for such cases. (the new update will be issued until the end of the month).