I put 3 categories and I check the box in UI to show Toolbar and all other option. But It any of them not show up on the preview. Only one of the category appear on top of the thumbnais. How can I show the tool bar?
AGM Tool bar not shown
(2 posts) (2 voices)-
Posted 3 months ago
-
The cataegory list in AGM is set to display when the category icon is clicked. On your page the category icon is a blank. If I understand you correctly you want the category list to simply all of the time. Here's how:
To display the category list all of the time add this style rule to your style sheet:
.agm-categories-list {
position: relative !important;
opacity: 1 !important;
transform: scale(1) !important;
}Posted 3 months ago
Reply
You must log in to post.