Liber
Forum Replies Created
-
Hi Victor thanks again for trying to help.
Post type has not been changed. and all of this has been setup correctly for about 3-4 months until it just disappeared. i tried reinstalling the plugin but i am getting the same results.
about the filters, it never let me me choose attributes as filter, i used it with “tags” which only let me use 3 filter type as tags for some reason. attributes is not showing up in the dropdown menu, but it was working fine..
i tried another plugin and it is showing .. so no issue with the sidebar.
any other suggestion ?
Hi Victor, Thanks for you reply.
You were viewing the page on mobile which had a css code to bring the filter to the top of the page. for some reason this was only happening on the archive shop page and not other product archive pages.
this is the code i was using:@media (max-width: 768px) {
/* Make the main container a column flexbox on mobile */
.site-content .ast-container {
display: flex !important;
flex-direction: column !important;
}/* Force the sidebar (#secondary) to render first / .site-content .widget-area.secondary { order: -1 !important; margin-bottom: 1.5rem; / space below the sidebar */
}
}I removed the code and now products showing on shop page on mobile. but still the filter is nowhere to be found .. with the same message i wrote in my first post.